Commit 1c7cdbc61a1c2af13f98fe0f2b338c97ffeaf75d

Authored by Edmar Moretti
2 parents 5d0bfd86 acb5e6a0

Merge branch 'master' of softwarepublico.gov.br:i3geo/i3geo

Showing 1 changed file with 9 additions and 9 deletions   Show diff stats
ferramentas/analisageometrias/dicionario.js
... ... @@ -2,42 +2,42 @@
2 2 i3GEOF.analisaGeometrias.dicionario = {
3 3 'adiciona': [{
4 4 pt:"Adiciona",
5   - en:"",
6   - es:"Adiciona"
  5 + en:"Add",
  6 + es:"Agrega"
7 7 }],
8 8 'retira': [{
9 9 pt:"Retira",
10   - en:"",
  10 + en:"Withdraw",
11 11 es:"Retira"
12 12 }],
13 13 'inverte': [{
14 14 pt:"Inverte",
15   - en:"",
  15 + en:"Invert",
16 16 es:"Invierte"
17 17 }],
18 18 'limpa': [{
19 19 pt:"Limpa",
20   - en:"",
  20 + en:"Clear",
21 21 es:"Limpia"
22 22 }],
23 23 'captura': [{
24 24 pt:"Capturar",
25   - en:"",
  25 + en:"Capture",
26 26 es:"Capturar"
27 27 }],
28 28 'lista': [{
29 29 pt:"Listar e escolher",
30   - en:"",
  30 + en:"List and choose",
31 31 es:"Listar y elegir"
32 32 }],
33 33 'analisa': [{
34 34 pt:"Analisar",
35   - en:"",
  35 + en:"Analyse",
36 36 es:"Analizar"
37 37 }],
38 38 'escolheTema': [{
39 39 pt:"Escolha o tema que receberá a seleção",
40   - en:"",
  40 + en:"Choose the theme that will receive the selection",
41 41 es:"Elegir el tema que recibirá la selección"
42 42 }],
43 43 'tipoSelecao': [{
... ...