From 0d8aff5092cd4a43a2bd6810c61e6e7d4a20a90c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 1 Dec 2025 00:22:03 +0100 Subject: Rework the about page (which was breaking the builds btw) --- src/frontend/app/i18n/locales/en-GB.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (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 1eaf096..6eb882b 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -1,12 +1,23 @@ { "about": { "title": "About BusUrbano", - "description": "Web app to find stops and arrival times for urban buses, Spain.", + "description": "Web app to find stops and arrival times for urban buses.", + "data_sources_title": "Data sources", + "data_sources_intro": "This application uses data from multiple sources:", + "data_gtfs": "Scheduled timetables", + "data_gtfs_source": "Official GTFS feed (municipal open data)", + "data_realtime": "Real-time data", + "data_realtime_source": "City API", + "data_traffic": "Traffic status", + "data_traffic_source": "Municipal open data", + "data_lines": "Line listings and schedules", + "map_tiles": "Maps", + "map_themes": "(\"liberty\" and \"positron\" themes for light/dark mode)", + "thanks_council": "Special thanks to Vigo City Council for providing this data under an open license.", "credits": "Credits", - "github": "Code on GitHub", "developed_by": "Developed by", - "data_source_prefix": "Data from", - "data_source_middle": "under license", + "open_source": "Open source code available on", + "license_prefix": "Municipal data under", "settings": "Settings", "theme": "Mode:", "theme_light": "Light", -- cgit v1.3