Commit 1a5819cac0e9ece6b2bb8e2b5cb97248c5a000ff
1 parent
634fd457
Exists in
master
and in
6 other branches
Tradução de ferramentas/animacao/dicionario.js
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
ferramentas/animacao/dicionario.js
... | ... | @@ -2,27 +2,27 @@ |
2 | 2 | i3GEOF.animacao.dicionario = { |
3 | 3 | 'inicia' : [ { |
4 | 4 | pt : "inicia", |
5 | - en : "", | |
5 | + en : "start", | |
6 | 6 | es : "incia" |
7 | 7 | } ], |
8 | 8 | 'rebobina' : [ { |
9 | 9 | pt : "rebobina", |
10 | - en : "", | |
10 | + en : "rewind", | |
11 | 11 | es : "rebobina" |
12 | 12 | } ], |
13 | 13 | 'rapido' : [ { |
14 | 14 | pt : "mais rapido", |
15 | - en : "", | |
15 | + en : "increase speed", | |
16 | 16 | es : "más rápido" |
17 | 17 | } ], |
18 | 18 | 'lento' : [ { |
19 | 19 | pt : "mais lento", |
20 | - en : "", | |
20 | + en : "decrease sped", | |
21 | 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 | - en : "", | |
26 | - es : "Marque las capas que serán incluidas en la animación y después haga clic en el bot;oacute;n inicio" | |
25 | + en : "Check the layers that will be included in the animation and then click the <i>start</i> button", | |
26 | + es : "Marque las capas que se incluirán en la animación y, a continuación, haga clic en el botón de <i>inicio</i>" | |
27 | 27 | } ] |
28 | 28 | }; | ... | ... |