aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-03-13 11:40:26 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-03-13 11:40:26 +0000
commitc8d7ab720004ab4a10bf6feb98f7cf4ef450c1e0 (patch)
treef3038dbb50ad1fce2579d7f107450645690d7cda /src/frontend/app/i18n
parente691b6c9a2182ede263dd355d0d31f0f65c62380 (diff)
feat: map search field, pick-on-map returns to planner, geolocate + viewport fixes
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/i18n')
-rw-r--r--src/frontend/app/i18n/locales/en-GB.json4
-rw-r--r--src/frontend/app/i18n/locales/es-ES.json4
-rw-r--r--src/frontend/app/i18n/locales/gl-ES.json4
3 files changed, 9 insertions, 3 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json
index 17c232f..580aba3 100644
--- a/src/frontend/app/i18n/locales/en-GB.json
+++ b/src/frontend/app/i18n/locales/en-GB.json
@@ -105,7 +105,9 @@
"view_all_estimates": "View all estimates",
"select_nearby_stop": "Select stop",
"route_from_here": "Route from here",
- "route_to_here": "Route to here"
+ "route_to_here": "Route to here",
+ "search_placeholder": "Search for a place…",
+ "plan_trip": "Plan a trip"
},
"planner": {
"where_to": "Where do you want to go?",
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json
index e7d516e..7863a19 100644
--- a/src/frontend/app/i18n/locales/es-ES.json
+++ b/src/frontend/app/i18n/locales/es-ES.json
@@ -105,7 +105,9 @@
"view_all_estimates": "Detalles",
"select_nearby_stop": "Seleccionar parada",
"route_from_here": "Ruta desde aquí",
- "route_to_here": "Ruta hasta aquí"
+ "route_to_here": "Ruta hasta aquí",
+ "search_placeholder": "Buscar un lugar…",
+ "plan_trip": "Planificar ruta"
},
"planner": {
"where_to": "¿A donde quieres ir?",
diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json
index baa3998..39e28de 100644
--- a/src/frontend/app/i18n/locales/gl-ES.json
+++ b/src/frontend/app/i18n/locales/gl-ES.json
@@ -105,7 +105,9 @@
"view_all_estimates": "Ver todas as estimacións",
"select_nearby_stop": "Seleccionar parada",
"route_from_here": "Ruta desde aquí",
- "route_to_here": "Ruta ata aquí"
+ "route_to_here": "Ruta ata aquí",
+ "search_placeholder": "Buscar un lugar…",
+ "plan_trip": "Planificar ruta"
},
"planner": {
"where_to": "Onde queres ir?",