Commit f8d1ff4f0f66eb7df5b4b0fd1e447bbb4c1789ab
1 parent
a6213b61
Exists in
master
and in
6 other branches
Tradução de ferramentas/loginusuario/dicionario.js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ferramentas/loginusuario/dicionario.js
@@ -2,12 +2,12 @@ | @@ -2,12 +2,12 @@ | ||
2 | i3GEOF.loginusuario.dicionario = { | 2 | i3GEOF.loginusuario.dicionario = { |
3 | "tentativas" : [ { | 3 | "tentativas" : [ { |
4 | pt : "Após 3 tentativas, tente mais tarde", | 4 | pt : "Após 3 tentativas, tente mais tarde", |
5 | - en : "", | ||
6 | - es : "" | 5 | + en : "After 3 attempts, try again later", |
6 | + es : "Después de 3 ingresos fallidos, inténtelo más tarde" | ||
7 | } ], | 7 | } ], |
8 | "cabecalhoForm" : [ { | 8 | "cabecalhoForm" : [ { |
9 | pt : "Digite o usuário e a senha para acessar o sistema de administração bem como outras funcionalidades de uso restrito", | 9 | pt : "Digite o usuário e a senha para acessar o sistema de administração bem como outras funcionalidades de uso restrito", |
10 | - en : "", | ||
11 | - es : "" | 10 | + en : "Enter the username and password to access the management system as well as other restricted functionalities", |
11 | + es : "Introduzca el usuario y la contraseña para acceder al sistema de administración y a otras funcionalidades de uso restringido" | ||
12 | } ] | 12 | } ] |
13 | }; | 13 | }; |
14 | \ No newline at end of file | 14 | \ No newline at end of file |