diff options
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 11 |
1 files changed, 7 insertions, 4 deletions
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", |
