Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2d72b8a
New translations simulations-running.json (English, United States)
ivopr Jun 13, 2023
7169b67
New translations account-login.json (English, United States)
ivopr Jun 13, 2023
0350c48
New translations account-recover.json (English, United States)
ivopr Jun 13, 2023
c80df47
New translations navigation.json (English, United States)
ivopr Jun 14, 2023
24a6c6d
New translations admin-simulations.json (English, United States)
ivopr Jun 14, 2023
9a9f6a5
New translations admin-settings.json (English, United States)
ivopr Jun 14, 2023
b1483f2
New translations account-login.json (English, United States)
ivopr Jun 19, 2023
8edc3bf
New translations account-recover.json (English, United States)
ivopr Jun 19, 2023
5a0a1c8
New translations navigation.json (English, United States)
ivopr Jun 19, 2023
ab0ec57
New translations about.json (English, United States)
ivopr Jun 19, 2023
fe4ef93
New translations account-register.json (English, United States)
ivopr Jun 19, 2023
7cc069a
New translations admin-users.json (English, United States)
ivopr Jun 19, 2023
aa7719b
New translations admin-simulations.json (English, United States)
ivopr Jun 19, 2023
840f8cc
New translations account-register.json (English, United States)
ivopr Jun 19, 2023
e5b4275
New translations common.json (English, United States)
ivopr Jun 19, 2023
3623531
New translations navigation.json (English, United States)
ivopr Jun 20, 2023
ba76bbd
New translations about.json (English, United States)
ivopr Jun 20, 2023
89faa32
New translations account-register.json (English, United States)
ivopr Jun 20, 2023
898982e
New translations common.json (English, United States)
ivopr Jun 20, 2023
dc70067
New translations account-login.json (English, United States)
ivopr Jun 22, 2023
c24cb26
New translations admin-simulations.json (English, United States)
ivopr Jun 22, 2023
615f27c
New translations admin-users.json (English, United States)
ivopr Jun 22, 2023
30ac95c
New translations simulations-form.json (English, United States)
ivopr Jun 22, 2023
313e306
New translations simulations.json (English, United States)
ivopr Jun 22, 2023
0d81bd8
New translations admin-users.json (English, United States)
ivopr Jun 30, 2023
0217552
New translations common.json (English, United States)
ivopr Jun 30, 2023
34d0b42
New translations simulations-form.json (English, United States)
ivopr Jun 30, 2023
42b2c89
New translations admin-users.json (English, United States)
ivopr Jul 3, 2023
b808f78
New translations simulations.json (English, United States)
ivopr Jul 3, 2023
cbfc587
New translations common.json (English, United States)
ivopr Jul 6, 2023
98105b8
New translations simulations-form.json (English, United States)
ivopr Jul 6, 2023
e9d88a2
New translations navigation.json (English, United States)
ivopr Jul 6, 2023
0799ea7
New translations admin-settings.json (English, United States)
ivopr Jul 6, 2023
e6292e1
New translations simulations.json (English, United States)
ivopr Jul 17, 2023
998bfef
New translations navigation.json (English, United States)
ivopr Jul 17, 2023
f2143ab
New translations simulations.json (English, United States)
ivopr Jul 19, 2023
cee1c60
New translations navigation.json (English, United States)
ivopr Jul 19, 2023
f43974c
New translations simulations-form.json (English, United States)
ivopr Jul 25, 2023
fac44e2
New translations simulations.json (English, United States)
ivopr Jul 28, 2023
dc6dbdb
New translations common.json (English, United States)
ivopr Jul 28, 2023
b4ce67a
New translations admin-user-validation.json (English, United States)
ivopr Aug 7, 2023
9b6c180
New translations navigation.json (English, United States)
ivopr Aug 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/client/locales/en-US/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"code": "Code development",
"idea": "Idea and concept",
"manuscript": "Publication writing"
},
"publication": {
"title": "Publications"
}
}
4 changes: 2 additions & 2 deletions apps/client/locales/en-US/account-login.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"errors": {
"user": {
"inactive": "This user hasn't been activated yet. We'll contact you via email when your account passes our validations.",
"wrong-credentials": "This combination of username/email and password doesn't exists in our servers."
"wrong-credentials": "This combination of username/email and password doesn't exist in our servers.",
"deleted": "Essa conta foi desabilitada."
}
},
"identifier": {
Expand All @@ -15,7 +16,6 @@
},
"password": {
"title": "Password",
"placeholder": "********",
"errors": {
"empty": "Can't be empty"
}
Expand Down
5 changes: 2 additions & 3 deletions apps/client/locales/en-US/account-recover.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"title": "Reset Password",
"password": {
"title": "New Password",
"placeholder": "******",
"errors": {
"min-length": "Your password must be at least 6 characters long"
}
},
"errors": {
"failed": "We couldn't change your password. Either this link is expired and/or already used or the user to which this link was issued to doesn't exist."
"failed": "We couldn't change your password. Either this link is expired and/or already used or the user to which this link was issued to do not exist."
},
"reseted": "Your password has been reset. You can now sign in and continue using Visual Dynamics"
},
Expand All @@ -26,7 +25,7 @@
}
},
"errors": {
"no-user": "Couldn't find an user/account with this username/email"
"no-user": "Couldn't find a user/account with this username/email"
},
"success": "We've mailed you a reset password link. It'll be valid for 10 minutes only."
},
Expand Down
8 changes: 7 additions & 1 deletion apps/client/locales/en-US/account-register.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"password": {
"title": "Password",
"placeholder": "********",
"errors": {
"empty": "Can't be empty"
}
Expand All @@ -29,5 +28,12 @@
"empty": "Can't be empty",
"invalid": "Alphanumeric only (a-z, A-Z, 0-9), between 4 and 10 characters"
}
},
"name": {
"title": "Name",
"placeholder": "John Doe",
"errors": {
"empty": "Can't be empty"
}
}
}
13 changes: 13 additions & 0 deletions apps/client/locales/en-US/admin-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "Configurações",
"app": {
"title": "Atualizar comportamento do App",
"maintenanceMode": "Modo de Manutenção"
},
"md": {
"title": "Atualizar valores da simulação",
"nsteps": "NSteps",
"dt": "dt (ps)"
},
"submit": "Atualizar"
}
28 changes: 28 additions & 0 deletions apps/client/locales/en-US/admin-simulations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title": "Status das Simulações",
"active": "Simulações Ativas",
"queued": "Simulações na Fila",
"simulations": {
"path": "Pasta no armazenamento",
"started-at": "Iniciado em",
"username": "Usuário"
},
"worker-empty": "Não há tarefas em execução/na fila neste worker",
"trigger-run": {
"title": "Requisitar Execução",
"description": "Force a execução de uma simulação de qualquer usuário com o caminho em disco e email",
"form": {
"folder": {
"label": "Caminho em Disco",
"empty": "Não pode estar em branco"
},
"email": {
"label": "Email",
"empty": "Não pode estar em branco",
"invalid": "Apenas alfanumérico (a-z, A-Z, 0-9), entre 4 e 10 caracteres"
}
},
"success": "Execução solicitada",
"failed": "Não foi possível solicitar essa execução"
}
}
3 changes: 2 additions & 1 deletion apps/client/locales/en-US/admin-user-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"title": "Sign Up Requests",
"empty": "There is no one left to be reviewed",
"approve": "Approve",
"reject": "Reject"
"reject": "Reject",
"show-rejected-users": "Mostrar usuários rejeitados anteriormente"
}
28 changes: 28 additions & 0 deletions apps/client/locales/en-US/admin-users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title": "Gerenciamento de Usuários",
"clean": {
"title": "Limpar pasta de simulações",
"description": "Tem certeza que quer limpar a pasta do usuário {{username}}?",
"success": "A pasta de simulações de {{username}} foi limpa",
"error": "Não foi possível limpar a pasta de simulações de {{username}}"
},
"filters": {
"identifier": "Filtrar por identificador"
},
"un-block": {
"title": "Desativar ou Reativar Usuário",
"button-block": "Desativar Usuário",
"button-unblock": "Reativar Usuário",
"block": "Tem certeza que quer desativar o usuário {{username}}?",
"unblock": "Tem certeza que quer reativar o usuário {{username}}?",
"success": "Usuário {{username}} foi desabilitado",
"failed": "Não foi possível desabilitar o usuário {{username}}"
},
"see-more": {
"title": "Ver mais informações",
"dialog": {
"title": "Informações de {{username}}",
"description": "Essa é a arvore de arquivos de {{username}}. Clique em qualquer arquivo para baixar."
}
}
}
6 changes: 5 additions & 1 deletion apps/client/locales/en-US/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"app-name": "Visual Dynamics",
"abort": "Abort run",
"limitations": "Fique atento a aba de Tutoriais e Posts na barra lateral/menu",
"errors": {
"404": {
"title": "This place... isn't a place at all",
Expand All @@ -12,5 +13,8 @@
"loading": "Loading...",
"blog": {
"readtime": "{{minutes}} min read"
}
},
"cancel": "Cancel",
"of": "de",
"maintenance": "Visual Dynamics está em modo de manutenção, você não poderá submeter novas simulações enquanto isso."
}
11 changes: 6 additions & 5 deletions apps/client/locales/en-US/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@
"admin": {
"title": "Administration",
"dashboard": "Dashboard",
"users": "Users",
"user-validation": "User Validation",
"active-simulations": "Active Simulations",
"settings": "MD Settings"
"simulations": "Simulations Status",
"settings": "Configurações"
},
"simulations": {
"my-simulations": "My Simulations",
"title": "Simulations",
"models": {
"apo": "APO",
"acpype": "Protein + Ligand (prepared in ACPYPE)",
"prodrg": "Protein + Ligand (prepared in PRODRG)"
"prodrg": "Proteína + Ligante (preparado no PRODRG) [DEPRECIADO]"
}
},
"preparations": {
Expand All @@ -37,7 +38,7 @@
"title": "About"
},
"posts": {
"title": "News and Posts"
"title": "Tutoriais, Videos e Posts"
},
"home": {
"title": "Home"
Expand All @@ -46,4 +47,4 @@
"footer": {
"release-notes": "About this version"
}
}
}
14 changes: 11 additions & 3 deletions apps/client/locales/en-US/simulations-form.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"warnings": {
"hm5ka": "Moléculas com mais de 10.000 átomos não serão executadas, por favor, verifique isso antes de fazer a submissão para a fila.",
"analysis": "Simulações de estruturas com múltiplas cadeias funcionam mas geram análises (RMSD, RMSF, RG e SASA) improdutivas. Estamos trabalhando nesta automatização."
},
"submit": {
"download": "Download command list",
"run": "Run dynamic"
Expand All @@ -9,16 +13,20 @@
"no-pdb": "Select a .pdb molecule file"
}
},
"ns": {
"title": "Tempo de Simulação",
"info": "Se sua simulação requer mais do que 5ns, por favor, entre em contato com <email>[email protected]</email>"
},
"file-itp": {
"title": "Ligand (.itp)",
"errors": {
"no-itp": "Select a ligand .itp file"
}
},
"file-gro": {
"title": "Ligand (.gro,.pdb)",
"title": "Ligante (.pdb)",
"errors": {
"no-gro": "Select a ligand .gro or .pdb file"
"no-gro": "Selecione um arquivo .pdb de ligante"
}
},
"force-field": {
Expand All @@ -43,7 +51,7 @@
}
},
"box-distance": {
"title": "Box Distance (mm)",
"title": "Distância da Caixa (nm)",
"errors": {
"distance-doesnt-match": "Should be a number, decimal or not.",
"out-of-bounds": "Must be between 0.1 and 1"
Expand Down
4 changes: 4 additions & 0 deletions apps/client/locales/en-US/simulations-running.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"not-running": {
"title": "There is no dynamic running",
"description": "Seems like you don't have any dynamic running in our servers. Start one clicking a button below."
},
"queued": {
"title": "Você possui uma simulação na fila",
"description": "Sua simulação vai começar automaticamente quando um espaço de processamento for liberado"
}
}
8 changes: 2 additions & 6 deletions apps/client/locales/en-US/simulations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
"title": "My Dynamics",
"auto-refresh": "Refreshing in {{seconds}} seconds.",
"header": "<b>{{type}}</b>: {{molecule}} @ {{time}}",
"dynamic": {
"id": "Task ID"
},
"empty": {
"title": "You haven't performed a dynamic, yet...",
"description": "Maybe it's your first login, or you just haven't wanted to run anything yet. Anyway, here are some buttons that can help when you want to start a new simulation."
},
"downloads": {
"archive": "To recover simulations from the previous server (until June 7th), you must write to <Link>[email protected]</Link> with your username.",
"commands": "Commands",
"figures": "Figure Graphics",
"log": "GROMACS Log",
Expand All @@ -19,7 +15,7 @@
"title": "Downloads"
},
"errors": {
"hm5ka": "Error: This molecule has more than 5000 atoms.",
"hm5ka": "Erro: Esta molécula tem mais de 10.000 átomos.",
"command": "Errored on command <b>{{command}}</b>"
}
}
}