Commit 0d23cd1f6faef0a04d516470a0498f75610f464e
1 parent
eb2f2e4d
Exists in
master
and in
6 other branches
Tradução de ferramentas/distancia/dicionario.js
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
ferramentas/distancia/dicionario.js
| 1 | 1 | //+$trad(1,i3GEOF.distancia.dicionario)+ |
| 2 | 2 | i3GEOF.distancia.dicionario = { |
| 3 | 3 | 'incorporar' : [{ |
| 4 | - pt : "Incroporar figura ao mapa", | |
| 5 | - en : "", | |
| 6 | - es : "" | |
| 4 | + pt : "Incorporar figura ao mapa", | |
| 5 | + en : "Add shape to map", | |
| 6 | + es : "Agregar figura al mapa" | |
| 7 | 7 | }], |
| 8 | 8 | 'perfilDistancia' : [{ |
| 9 | 9 | pt : "Perfil do relevo", |
| 10 | - en : "", | |
| 11 | - es : "" | |
| 10 | + en : "Relief profile", | |
| 11 | + es : "Perfil del relieve" | |
| 12 | 12 | }], |
| 13 | 13 | 'inicia' : [{ |
| 14 | 14 | pt : "Clique em diferentes pontos do mapa para traçar uma linha", |
| 15 | - en : "", | |
| 16 | - es : "" | |
| 15 | + en : "Click on different points on the map to draw a line", | |
| 16 | + es : "Haga clic en diferentes puntos del mapa para trazar una línea" | |
| 17 | 17 | }] |
| 18 | 18 | }; | ... | ... |