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/en-GB.json | |
| parent | c18063cc107c3126a9b62caa857e37062ab86c9c (diff) | |
Add timetable feature with caching and localization support
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 18 |
1 files changed, 18 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", |
