Commit 76780c040320c83ef20de5e0fffcbde4bce2e52e
1 parent
59319cf6
Exists in
master
and in
7 other branches
Update dicionario.js
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
init/dicionario.js
... | ... | @@ -221,8 +221,8 @@ g_traducao_init = |
221 | 221 | "17a" : [ |
222 | 222 | { |
223 | 223 | pt : "Ao fazer a atualização entre versões do i3Geo, verifique as mudanças que podem afetar o funcionamento dos mapas antigos.", |
224 | - en : "", | |
225 | - es : "" | |
224 | + en : "When updating i3Geo version, verify those changes that can afffect old map performance.", | |
225 | + es : "Al hacer actualizaciones entre versiones de i3Geo, verifique los cambios que puedan afectar el funcionamiento de los mapas antiguos." | |
226 | 226 | } |
227 | 227 | ], |
228 | 228 | 18 : [ |
... | ... | @@ -235,8 +235,8 @@ g_traducao_init = |
235 | 235 | "18a" : [ |
236 | 236 | { |
237 | 237 | pt : "Crie mapas interativos com funções básicas, defina os botões e outras características com uma URL parametrizada.", |
238 | - en : "", | |
239 | - es : "" | |
238 | + en : "Build interactive maps with basic functions, define buttons and other features with a parameterized URL.", | |
239 | + es : "Construya mapas interactivos con funciones básicas, defina los botones y otras características con una URL parametrizada." | |
240 | 240 | } |
241 | 241 | ], |
242 | 242 | 19 : [ |
... | ... | @@ -263,8 +263,8 @@ g_traducao_init = |
263 | 263 | 23 : [ |
264 | 264 | { |
265 | 265 | pt : "i3Geo + <a tabindex='-1' href='http://wiki.openstreetmap.org' >OSM </a>", |
266 | - en : "", | |
267 | - es : "" | |
266 | + en : "i3Geo + <a href='http://wiki.openstreetmap.org' >OSM <i class='fa fa-external-link' aria-hidden='true'></i></a>", | |
267 | + es : "i3Geo + <a href='http://wiki.openstreetmap.org' >OSM <i class='fa fa-external-link' aria-hidden='true'></i></a>" | |
268 | 268 | } |
269 | 269 | ], |
270 | 270 | "23a" : [ | ... | ... |