diff options
Diffstat (limited to 'src/frontend/app/i18n/locales')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 18 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 18 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 18 |
3 files changed, 54 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 264290b..e51310e 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -46,6 +46,24 @@ "none": "No estimates available", "next_arrivals": "Next arrivals" }, + "timetable": { + "fullCaption": "Theoretical timetables for this stop", + "nearbyCaption": "Upcoming theoretical timetables", + "line": "Line", + "service": "Service", + "time": "Time", + "nextStreets": "Next streets", + "noData": "No timetable data available", + "noDestination": "Line", + "viewAll": "View all timetables", + "fullTitle": "Theoretical timetables", + "backToEstimates": "Back to estimates", + "noDataAvailable": "No timetable data available for today", + "loadError": "Error loading timetables", + "errorDetail": "Theoretical timetables are updated daily. Please try again later.", + "showPast": "Show all", + "hidePast": "Hide past" + }, "map": { "popup_title": "Stop", "lines": "Lines", 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", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 3012638..756a106 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -46,6 +46,24 @@ "none": "Non hai estimacións dispoñibles", "next_arrivals": "Próximas chegadas" }, + "timetable": { + "fullCaption": "Horarios teóricos da parada", + "nearbyCaption": "Próximos horarios teóricos", + "line": "Liña", + "service": "Servizo", + "time": "Hora", + "nextStreets": "Próximas rúas", + "noData": "Non hai datos de horarios dispoñibles", + "noDestination": "Liña", + "viewAll": "Ver todos os horarios", + "fullTitle": "Horarios teóricos", + "backToEstimates": "Volver a estimacións", + "noDataAvailable": "Non hai datos de horarios dispoñibles para hoxe", + "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" + }, "map": { "popup_title": "Parada", "lines": "Liñas", |
