diff options
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 3 | ||||
-rw-r--r-- | web/l10n/es.json | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index ff5f61a..34585d2 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -249,6 +249,9 @@ "mapCustomLabel": "Custom map", "mapCarto": "Carto Basemaps", "mapOsm": "Open Street Map", + "mapGmapsStreets": "Google Maps Streets", + "mapGmapsSatellite": "Google Maps Satellite", + "mapGmapsHybrid": "Google Maps Hybrid", "mapBingKey": "Bing Maps Key", "mapBingRoad": "Bing Maps Road", "mapBingAerial": "Bing Maps Aerial", diff --git a/web/l10n/es.json b/web/l10n/es.json index fb93dc8..d981c73 100644 --- a/web/l10n/es.json +++ b/web/l10n/es.json @@ -247,8 +247,14 @@ "mapCustom": "Personalizado (XYZ)", "mapCustomArcgis": "ArcGIS Personalizado", "mapCustomLabel": "Mapa Personalizado", + "mapLocationIqStreets": "LocationIQ Calles", + "mapLocationIqEarth": "LocationIQ Satélite", + "mapLocationIqHybrid": "LocationIQ Híbrido", "mapCarto": "Mapas base Carto", "mapOsm": "Open Street Map", + "mapGmapsStreets": "Google Maps Calles", + "mapGmapsSatellite": "Google Maps Satélite", + "mapGmapsHybrid": "Google Maps Híbrido", "mapBingKey": "Bing Maps Key", "mapBingRoad": "Bing Maps - Carretera", "mapBingAerial": "Bing Maps - Aéreo", |