From b04fd7d33d07f9eddea2eb53e1389d5ca5453413 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 5 Aug 2025 23:36:20 +0200 Subject: Add timetable feature with caching and localization support --- src/frontend/app/i18n/locales/en-GB.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/frontend/app/i18n/locales/en-GB.json') 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", -- cgit v1.3