Commit 6cf7934c463fdae9463a73f81dad59eea14b80ed
1 parent
ea4ef69d
Exists in
master
and in
6 other branches
Tradução de ferramentas/opcoes_autoredesenha/dicionario.js
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
ferramentas/opcoes_autoredesenha/dicionario.js
@@ -2,17 +2,17 @@ | @@ -2,17 +2,17 @@ | ||
2 | i3GEOF.opcoesTempo.dicionario = { | 2 | i3GEOF.opcoesTempo.dicionario = { |
3 | 'ajuda' : [ { | 3 | 'ajuda' : [ { |
4 | pt : "Tempo em segundos após o qual o mapa será redesenhado automaticamente", | 4 | pt : "Tempo em segundos após o qual o mapa será redesenhado automaticamente", |
5 | - en : "", | ||
6 | - es : "" | 5 | + en : "Time in seconds after which the map will be automatically re-rendered", |
6 | + es : "Tiempo en segundos después del cual el mapa se cargará nuevamente de manera automática" | ||
7 | } ], | 7 | } ], |
8 | 'aplica' : [ { | 8 | 'aplica' : [ { |
9 | pt : "Aplicar", | 9 | pt : "Aplicar", |
10 | - en : "", | ||
11 | - es : "" | 10 | + en : "Apply", |
11 | + es : "Aplicar" | ||
12 | } ], | 12 | } ], |
13 | 'para' : [ { | 13 | 'para' : [ { |
14 | pt : "Parar", | 14 | pt : "Parar", |
15 | - en : "", | ||
16 | - es : "" | 15 | + en : "Stop", |
16 | + es : "Parar" | ||
17 | } ] | 17 | } ] |
18 | }; | 18 | }; |
19 | \ No newline at end of file | 19 | \ No newline at end of file |