Commit 2a1cf90504b47a62970d2de771d9a486a7a8653d
1 parent
bf7e5dc5
Exists in
master
and in
7 other branches
Substituição dos IDs para os textos das ferramenta por palavras-chave
Showing
2 changed files
with
18 additions
and
18 deletions
Show diff stats
ferramentas/markercluster/dicionario.js
| 1 | //+$trad(1,i3GEOF.markercluster.dicionario)+ | 1 | //+$trad(1,i3GEOF.markercluster.dicionario)+ |
| 2 | i3GEOF.markercluster.dicionario = { | 2 | i3GEOF.markercluster.dicionario = { |
| 3 | - 1 : [{ | 3 | + 'ajuda' : [ { |
| 4 | pt : "O agrupamento de pontos é feito conforme a proximidade entre as coordenadas originais e a escala do mapa, sendo o raio de busca definido em pixels. Cada cluster (grupo) receberá um símbolo e um número indicando o total de pontos agrupados. Os pontos fora dos grupos são mostrados com um símbolo individual.", | 4 | pt : "O agrupamento de pontos é feito conforme a proximidade entre as coordenadas originais e a escala do mapa, sendo o raio de busca definido em pixels. Cada cluster (grupo) receberá um símbolo e um número indicando o total de pontos agrupados. Os pontos fora dos grupos são mostrados com um símbolo individual.", |
| 5 | en : "", | 5 | en : "", |
| 6 | es : "" | 6 | es : "" |
| 7 | } ], | 7 | } ], |
| 8 | - 2 : [{ | 8 | + 'ajuda2' : [ { |
| 9 | pt : "A camada adicionada ao mapa é controlada por elementos incluídos no navegador web, por isso nem todas as funcionalidades do i3Geo irão operar corretamente na nova camada inserida no mapa.", | 9 | pt : "A camada adicionada ao mapa é controlada por elementos incluídos no navegador web, por isso nem todas as funcionalidades do i3Geo irão operar corretamente na nova camada inserida no mapa.", |
| 10 | en : "", | 10 | en : "", |
| 11 | es : "" | 11 | es : "" |
| 12 | } ], | 12 | } ], |
| 13 | - 3 : [ { | 13 | + 'selecionaTema' : [ { |
| 14 | pt : "Tema, que será utilizado", | 14 | pt : "Tema, que será utilizado", |
| 15 | en : "", | 15 | en : "", |
| 16 | es : "" | 16 | es : "" |
| @@ -20,17 +20,17 @@ i3GEOF.markercluster.dicionario = { | @@ -20,17 +20,17 @@ i3GEOF.markercluster.dicionario = { | ||
| 20 | en : "", | 20 | en : "", |
| 21 | es : "" | 21 | es : "" |
| 22 | } ], | 22 | } ], |
| 23 | - 6 : [ { | 23 | + 'adicionaTema' : [ { |
| 24 | pt : "O tema calculado será adicionado ao mapa atual", | 24 | pt : "O tema calculado será adicionado ao mapa atual", |
| 25 | en : "", | 25 | en : "", |
| 26 | es : "" | 26 | es : "" |
| 27 | } ], | 27 | } ], |
| 28 | - 7 : [ { | 28 | + 'criaCamada' : [ { |
| 29 | pt : "Criar camada", | 29 | pt : "Criar camada", |
| 30 | en : "", | 30 | en : "", |
| 31 | es : "" | 31 | es : "" |
| 32 | } ], | 32 | } ], |
| 33 | - 8 : [ { | 33 | + 'erroTempo' : [ { |
| 34 | pt : "Erro. A operação demorou muito", | 34 | pt : "Erro. A operação demorou muito", |
| 35 | en : "", | 35 | en : "", |
| 36 | es : "" | 36 | es : "" |
| @@ -45,17 +45,17 @@ i3GEOF.markercluster.dicionario = { | @@ -45,17 +45,17 @@ i3GEOF.markercluster.dicionario = { | ||
| 45 | en : "", | 45 | en : "", |
| 46 | es : "" | 46 | es : "" |
| 47 | } ], | 47 | } ], |
| 48 | - 12 : [ { | 48 | + 'tituloNovaCamada' : [ { |
| 49 | pt : "Título da nova camada:", | 49 | pt : "Título da nova camada:", |
| 50 | en : "", | 50 | en : "", |
| 51 | es : "" | 51 | es : "" |
| 52 | } ], | 52 | } ], |
| 53 | - 13 : [ { | 53 | + 'raio' : [ { |
| 54 | pt : "Raio de um ponto em pixels:", | 54 | pt : "Raio de um ponto em pixels:", |
| 55 | en : "", | 55 | en : "", |
| 56 | es : "" | 56 | es : "" |
| 57 | } ], | 57 | } ], |
| 58 | - 14 : [ { | 58 | + 'opacidade' : [ { |
| 59 | pt : "Opacidade:", | 59 | pt : "Opacidade:", |
| 60 | en : "", | 60 | en : "", |
| 61 | es : "" | 61 | es : "" |
ferramentas/markercluster/index.js
| @@ -171,11 +171,11 @@ i3GEOF.markercluster = { | @@ -171,11 +171,11 @@ i3GEOF.markercluster = { | ||
| 171 | + "/ferramentas/markercluster/exemplo.png' />" | 171 | + "/ferramentas/markercluster/exemplo.png' />" |
| 172 | + "<p class='paragrafo' >" | 172 | + "<p class='paragrafo' >" |
| 173 | + $trad( | 173 | + $trad( |
| 174 | - 1, | 174 | + 'ajuda', |
| 175 | i3GEOF.markercluster.dicionario) | 175 | i3GEOF.markercluster.dicionario) |
| 176 | + "<p class='paragrafo' >" | 176 | + "<p class='paragrafo' >" |
| 177 | + $trad( | 177 | + $trad( |
| 178 | - 2, | 178 | + 'ajuda2', |
| 179 | i3GEOF.markercluster.dicionario); | 179 | i3GEOF.markercluster.dicionario); |
| 180 | i3GEO.util.proximoAnterior( | 180 | i3GEO.util.proximoAnterior( |
| 181 | "", | 181 | "", |
| @@ -189,7 +189,7 @@ i3GEOF.markercluster = { | @@ -189,7 +189,7 @@ i3GEOF.markercluster = { | ||
| 189 | t1 : function() { | 189 | t1 : function() { |
| 190 | var ins = "<p class='paragrafo'>" | 190 | var ins = "<p class='paragrafo'>" |
| 191 | + $trad( | 191 | + $trad( |
| 192 | - 3, | 192 | + 'selecionaTema', |
| 193 | i3GEOF.markercluster.dicionario) | 193 | i3GEOF.markercluster.dicionario) |
| 194 | + ":"; | 194 | + ":"; |
| 195 | ins += "<div class=styled-select id='i3GEOmarkerclusterSelTemas' ></div>"; | 195 | ins += "<div class=styled-select id='i3GEOmarkerclusterSelTemas' ></div>"; |
| @@ -206,19 +206,19 @@ i3GEOF.markercluster = { | @@ -206,19 +206,19 @@ i3GEOF.markercluster = { | ||
| 206 | t2 : function() { | 206 | t2 : function() { |
| 207 | var ins = "<p class='paragrafo'>" | 207 | var ins = "<p class='paragrafo'>" |
| 208 | + $trad( | 208 | + $trad( |
| 209 | - 12, | 209 | + 'tituloNovaCamada', |
| 210 | i3GEOF.markercluster.dicionario); | 210 | i3GEOF.markercluster.dicionario); |
| 211 | ins += "<br></p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; | 211 | ins += "<br></p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; |
| 212 | 212 | ||
| 213 | ins += "<br><p class='paragrafo' >" | 213 | ins += "<br><p class='paragrafo' >" |
| 214 | + $trad( | 214 | + $trad( |
| 215 | - 13, | 215 | + 'raio', |
| 216 | i3GEOF.markercluster.dicionario); | 216 | i3GEOF.markercluster.dicionario); |
| 217 | ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterRaio' type=text value='50'/></div>"; | 217 | ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterRaio' type=text value='50'/></div>"; |
| 218 | 218 | ||
| 219 | ins += "<br><p class='paragrafo' >" | 219 | ins += "<br><p class='paragrafo' >" |
| 220 | + $trad( | 220 | + $trad( |
| 221 | - 14, | 221 | + 'opacidade', |
| 222 | i3GEOF.markercluster.dicionario); | 222 | i3GEOF.markercluster.dicionario); |
| 223 | ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterOpacidade' type=text value='50'/></div>"; | 223 | ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterOpacidade' type=text value='50'/></div>"; |
| 224 | 224 | ||
| @@ -235,11 +235,11 @@ i3GEOF.markercluster = { | @@ -235,11 +235,11 @@ i3GEOF.markercluster = { | ||
| 235 | t3 : function() { | 235 | t3 : function() { |
| 236 | var ins = "<p class='paragrafo'>" | 236 | var ins = "<p class='paragrafo'>" |
| 237 | + $trad( | 237 | + $trad( |
| 238 | - 6, | 238 | + 'adicionaTema', |
| 239 | i3GEOF.markercluster.dicionario); | 239 | i3GEOF.markercluster.dicionario); |
| 240 | ins += "<br><br><input id=i3GEOmarkerclusterbotao1 type='button' value='" | 240 | ins += "<br><br><input id=i3GEOmarkerclusterbotao1 type='button' value='" |
| 241 | + $trad( | 241 | + $trad( |
| 242 | - 7, | 242 | + 'criaCamada', |
| 243 | i3GEOF.markercluster.dicionario) | 243 | i3GEOF.markercluster.dicionario) |
| 244 | + "' />"; | 244 | + "' />"; |
| 245 | i3GEO.util.proximoAnterior( | 245 | i3GEO.util.proximoAnterior( |
| @@ -274,7 +274,7 @@ i3GEOF.markercluster = { | @@ -274,7 +274,7 @@ i3GEOF.markercluster = { | ||
| 274 | i3GEOF.markercluster.aguarde.visibility = "hidden"; | 274 | i3GEOF.markercluster.aguarde.visibility = "hidden"; |
| 275 | if (retorno.data === undefined) { | 275 | if (retorno.data === undefined) { |
| 276 | $i("i3GEOmarkerclusterfim").innerHTML = $trad( | 276 | $i("i3GEOmarkerclusterfim").innerHTML = $trad( |
| 277 | - 8, | 277 | + 'erroTempo', |
| 278 | i3GEOF.markercluster.dicionario); | 278 | i3GEOF.markercluster.dicionario); |
| 279 | } else { | 279 | } else { |
| 280 | i3GEO.atualiza(); | 280 | i3GEO.atualiza(); |