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:12:36 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-03-13 11:12:36 +0000
commit8b4252dc937d6c937bd718515f03dd48948a1519 (patch)
treee26f0455ebbf8ac0d28bcda749da26618b67cefe /src/frontend/app/i18n
parent1953bb738bb845c47e63ebc0789308a3cd00ddc2 (diff)
feat: geolocation hook, map context menu, simplified home planner widget"
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 1987d28..17c232f 100644
--- a/src/frontend/app/i18n/locales/en-GB.json
+++ b/src/frontend/app/i18n/locales/en-GB.json
@@ -103,7 +103,9 @@
"popup_title": "Stop",
"lines": "Lines",
"view_all_estimates": "View all estimates",
- "select_nearby_stop": "Select stop"
+ "select_nearby_stop": "Select stop",
+ "route_from_here": "Route from here",
+ "route_to_here": "Route to here"
},
"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 5e65a88..e7d516e 100644
--- a/src/frontend/app/i18n/locales/es-ES.json
+++ b/src/frontend/app/i18n/locales/es-ES.json
@@ -103,7 +103,9 @@
"popup_title": "Parada",
"lines": "Líneas",
"view_all_estimates": "Detalles",
- "select_nearby_stop": "Seleccionar parada"
+ "select_nearby_stop": "Seleccionar parada",
+ "route_from_here": "Ruta desde aquí",
+ "route_to_here": "Ruta hasta aquí"
},
"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 2c874d8..baa3998 100644
--- a/src/frontend/app/i18n/locales/gl-ES.json
+++ b/src/frontend/app/i18n/locales/gl-ES.json
@@ -103,7 +103,9 @@
"popup_title": "Parada",
"lines": "Liñas",
"view_all_estimates": "Ver todas as estimacións",
- "select_nearby_stop": "Seleccionar parada"
+ "select_nearby_stop": "Seleccionar parada",
+ "route_from_here": "Ruta desde aquí",
+ "route_to_here": "Ruta ata aquí"
},
"planner": {
"where_to": "Onde queres ir?",