Skip to content

Commit

Permalink
translate basemaps and bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
iled committed Jul 14, 2016
1 parent ce89330 commit 11116e7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/config/nls/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define({
streets: 'Streets',
streetsNavigationVector: 'Streets (Navigation)',
streetsNightVector: 'Streets (Night)',
streetsReliefVector: 'Street (Relief)',
streetsReliefVector: 'Streets (Relief)',
terrain: 'Terrain',
title: 'Basemaps',
topo: 'Topographic'
Expand Down
22 changes: 22 additions & 0 deletions viewer/js/config/nls/pt-pt/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
// http://dojotoolkit.org/reference-guide/1.10/dojo/i18n.html
define({
basemaps: {
davidRumseyMap1812: 'David Rumsey 1812',
darkGrayVector: 'Cinzento escuro',
earthAtNight: 'Terra à noite',
grayVector: 'Cinzento',
hybrid: 'Híbrido',
landsatShaded: 'Landsat sombreado',
nationalGeographic: 'National Geographic',
oceans: 'Oceanos',
osm: 'Open Street Map',
satellite: 'Satélite',
streets: 'Ruas',
streetsNavigationVector: 'Ruas (Navegação)',
streetsNightVector: 'Ruas (Nocturno)',
streetsReliefVector: 'Ruas (Relevo)',
terrain: 'Terreno',
title: 'Mapas base',
topo: 'Topográfico'
},
bookmarks: {
usa: 'EUA'
},
viewer: {
operationalLayers: {
damageAssessment: 'Avaliação de dano',
Expand Down

0 comments on commit 11116e7

Please sign in to comment.