aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n/locales
diff options
context:
space:
mode:
authorCopilot <198982749+Copilot@users.noreply.github.com>2025-11-06 20:07:43 +0100
committerGitHub <noreply@github.com>2025-11-06 20:07:43 +0100
commit04271bc9250f58c2c779840fce031d5dd3bf344f (patch)
tree0b7952257eac9f94bbde9682f0aa869b71613683 /src/frontend/app/i18n/locales
parent006201d8b9e5c4f8fd4547d5b0d67091d8df97f9 (diff)
Add floating action button for timetable navigation (#72)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/i18n/locales')
-rw-r--r--src/frontend/app/i18n/locales/en-GB.json11
-rw-r--r--src/frontend/app/i18n/locales/es-ES.json11
-rw-r--r--src/frontend/app/i18n/locales/gl-ES.json11
3 files changed, 21 insertions, 12 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json
index 12c8121..992a311 100644
--- a/src/frontend/app/i18n/locales/en-GB.json
+++ b/src/frontend/app/i18n/locales/en-GB.json
@@ -9,9 +9,9 @@
"data_source_middle": "under license",
"settings": "Settings",
"theme": "Mode:",
- "theme_light": "Light",
- "theme_dark": "Dark",
- "theme_system": "System",
+ "theme_light": "Light",
+ "theme_dark": "Dark",
+ "theme_system": "System",
"table_style": "Table style:",
"table_style_regular": "Show in order",
"table_style_grouped": "Group by line",
@@ -79,7 +79,10 @@
"loadError": "Error loading timetables",
"errorDetail": "Theoretical timetables are updated daily. Please try again later.",
"showPast": "Show all",
- "hidePast": "Hide past"
+ "hidePast": "Hide past",
+ "goToNow": "Go to now",
+ "scrollUp": "Scroll up",
+ "scrollDown": "Scroll down"
},
"map": {
"popup_title": "Stop",
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json
index e929382..1df399d 100644
--- a/src/frontend/app/i18n/locales/es-ES.json
+++ b/src/frontend/app/i18n/locales/es-ES.json
@@ -9,9 +9,9 @@
"data_source_middle": "bajo licencia",
"settings": "Ajustes",
"theme": "Modo:",
- "theme_light": "Claro",
- "theme_dark": "Oscuro",
- "theme_system": "Sistema",
+ "theme_light": "Claro",
+ "theme_dark": "Oscuro",
+ "theme_system": "Sistema",
"table_style": "Estilo de tabla:",
"table_style_regular": "Mostrar por orden",
"table_style_grouped": "Agrupar por línea",
@@ -79,7 +79,10 @@
"loadError": "Error al cargar los horarios",
"errorDetail": "Los horarios teóricos se actualizan diariamente. Inténtalo más tarde.",
"showPast": "Mostrar todos",
- "hidePast": "Ocultar pasados"
+ "hidePast": "Ocultar pasados",
+ "goToNow": "Ir a ahora",
+ "scrollUp": "Subir",
+ "scrollDown": "Bajar"
},
"map": {
"popup_title": "Parada",
diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json
index ed1ef53..5a04aff 100644
--- a/src/frontend/app/i18n/locales/gl-ES.json
+++ b/src/frontend/app/i18n/locales/gl-ES.json
@@ -9,9 +9,9 @@
"data_source_middle": "baixo licenza",
"settings": "Axustes",
"theme": "Modo:",
- "theme_light": "Claro",
- "theme_dark": "Escuro",
- "theme_system": "Sistema",
+ "theme_light": "Claro",
+ "theme_dark": "Escuro",
+ "theme_system": "Sistema",
"table_style": "Estilo de táboa:",
"table_style_regular": "Mostrar por orde",
"table_style_grouped": "Agrupar por liña",
@@ -79,7 +79,10 @@
"loadError": "Erro ao cargar os horarios",
"errorDetail": "Os horarios teóricos actualízanse diariamente. Inténtao máis tarde.",
"showPast": "Mostrar todos",
- "hidePast": "Ocultar pasados"
+ "hidePast": "Ocultar pasados",
+ "goToNow": "Ir a agora",
+ "scrollUp": "Subir",
+ "scrollDown": "Baixar"
},
"map": {
"popup_title": "Parada",