Commit 67b9317b3e53214fe3e00da1da4ffe7b8719be0a
1 parent
74b28226
Exists in
master
and in
7 other branches
traducción
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
ferramentas/animacao/dicionario.js
... | ... | @@ -3,26 +3,26 @@ i3GEOF.animacao.dicionario = { |
3 | 3 | 'inicia' : [ { |
4 | 4 | pt : "inicia", |
5 | 5 | en : "", |
6 | - es : "" | |
6 | + es : "incia" | |
7 | 7 | } ], |
8 | 8 | 'rebobina' : [ { |
9 | 9 | pt : "rebobina", |
10 | 10 | en : "", |
11 | - es : "" | |
11 | + es : "rebobina" | |
12 | 12 | } ], |
13 | 13 | 'rapido' : [ { |
14 | 14 | pt : "mais rapido", |
15 | 15 | en : "", |
16 | - es : "" | |
16 | + es : "más rápido" | |
17 | 17 | } ], |
18 | 18 | 'lento' : [ { |
19 | 19 | pt : "mais lento", |
20 | 20 | en : "", |
21 | - es : "" | |
21 | + es : "más lento" | |
22 | 22 | } ], |
23 | 23 | 'ajuda' : [ { |
24 | 24 | pt : "Marque as camadas que serão incluídas na animação e depois clique no botão <i>inicia</i>", |
25 | 25 | en : "", |
26 | - es : "" | |
26 | + es : "Marque las capas que serán incluidas en la animación y después haga clic en el bot;oacute;n inicio" | |
27 | 27 | } ] |
28 | 28 | }; | ... | ... |