From 120a3c6bddd0fb8d9fa05df4763596956554c025 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 28 Dec 2025 23:08:25 +0100 Subject: Improve planning widget --- src/frontend/app/i18n/locales/en-GB.json | 7 +++++++ src/frontend/app/i18n/locales/es-ES.json | 7 +++++++ 2 files changed, 14 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 0286332..2a1cb24 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -126,6 +126,13 @@ "searching_ellipsis": "Searching…", "results": "Results", "close": "Close", + "collapse": "Collapse", + "pick_on_map": "Pick on map", + "pick_on_map_desc": "Select a point visually", + "pick_origin": "Select origin", + "pick_destination": "Select destination", + "pick_instruction": "Move the map to place the target on the desired location", + "confirm_location": "Confirm location", "results_title": "Results", "clear": "Clear", "recent_routes": "Recent routes", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 9ffc703..d47a784 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -126,6 +126,13 @@ "searching_ellipsis": "Buscando…", "results": "Resultados", "close": "Cerrar", + "collapse": "Contraer", + "pick_on_map": "Elegir en el mapa", + "pick_on_map_desc": "Selecciona un punto visualmente", + "pick_origin": "Seleccionar origen", + "pick_destination": "Seleccionar destino", + "pick_instruction": "Mueve el mapa para situar el objetivo en el lugar deseado", + "confirm_location": "Confirmar ubicación", "results_title": "Resultados", "clear": "Borrar", "recent_routes": "Rutas recientes", -- cgit v1.3