diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-05 23:36:20 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-05 23:36:20 +0200 |
| commit | b04fd7d33d07f9eddea2eb53e1389d5ca5453413 (patch) | |
| tree | fec6f44639514ee4af70031f09a39fb1c808623f /src/frontend/app/i18n/locales/es-ES.json | |
| parent | c18063cc107c3126a9b62caa857e37062ab86c9c (diff) | |
Add timetable feature with caching and localization support
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index d7d78ad..30eca41 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -46,6 +46,24 @@ "none": "No hay estimaciones disponibles", "next_arrivals": "Próximas llegadas" }, + "timetable": { + "fullCaption": "Horarios teóricos de la parada", + "nearbyCaption": "Próximos horarios teóricos", + "line": "Línea", + "service": "Servicio", + "time": "Hora", + "nextStreets": "Próximas calles", + "noData": "No hay datos de horarios disponibles", + "noDestination": "Línea", + "viewAll": "Ver todos los horarios", + "fullTitle": "Horarios teóricos", + "backToEstimates": "Volver a estimaciones", + "noDataAvailable": "No hay datos de horarios disponibles para hoy", + "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" + }, "map": { "popup_title": "Parada", "lines": "Líneas", |
