Commit 80718508b4269692c810c0a35a6710252aea2f4b
1 parent
04229810
Exists in
master
and in
6 other branches
Tradução ferramentas/area/dicionario.js
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
ferramentas/area/dicionario.js
1 | 1 | //+$trad(1,i3GEOF.area.dicionario)+ |
2 | 2 | i3GEOF.area.dicionario = { |
3 | 3 | 'incorporar' : [{ |
4 | - pt : "Incroporar figura ao mapa", | |
5 | - en : "", | |
6 | - es : "" | |
4 | + pt : "Incorporar figura ao mapa", | |
5 | + en : "Add picture to the map", | |
6 | + es : "Agregar figura al mapa" | |
7 | 7 | }], |
8 | 8 | 'inicia' : [{ |
9 | 9 | pt : "Clique em diferentes pontos do mapa para traçar um polígono", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "Click on different points on the map to draw a polygon", | |
11 | + es : "Haga clic en diferentes puntos del mapa para dibujar un polígono" | |
12 | 12 | }] |
13 | 13 | }; | ... | ... |