From cfbb1625e7873264e2ef435cc76fec2b59cf58d8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 19:33:49 +0100 Subject: Refactor map components and improve modal functionality --- src/frontend/app/i18n/locales/en-GB.json | 3 +++ src/frontend/app/i18n/locales/es-ES.json | 3 +++ src/frontend/app/i18n/locales/gl-ES.json | 3 +++ 3 files changed, 9 insertions(+) (limited to 'src/frontend/app/i18n/locales') diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 819329e..bd51aa4 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -26,6 +26,9 @@ "map_position_mode": "Map position:", "map_position_gps": "GPS position", "map_position_last": "Where I left it", + "map_layers": "Map layers", + "show_traffic": "Show traffic", + "show_cameras": "Show cameras", "language": "Language" }, "stoplist": { diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 1e67073..c20d660 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -26,6 +26,9 @@ "map_position_mode": "Posición del mapa:", "map_position_gps": "Posición GPS", "map_position_last": "Donde lo dejé", + "map_layers": "Capas del mapa", + "show_traffic": "Mostrar tráfico", + "show_cameras": "Mostrar cámaras", "language": "Idioma" }, "stoplist": { diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 4148bfa..e7068e8 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -26,6 +26,9 @@ "map_position_mode": "Posición do mapa:", "map_position_gps": "Posición GPS", "map_position_last": "Onde o deixei", + "map_layers": "Capas do mapa", + "show_traffic": "Amosar tráfico", + "show_cameras": "Amosar cámaras", "language": "Idioma" }, "stoplist": { -- cgit v1.3