aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n/locales/en-GB.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-01 00:22:03 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-01 00:22:03 +0100
commit0d8aff5092cd4a43a2bd6810c61e6e7d4a20a90c (patch)
treeb63ef6bf29dcd3a4d98f6df61fce88c7f2d778ae /src/frontend/app/i18n/locales/en-GB.json
parent89d83f305db69f5bf86a4290341785b2673c35d0 (diff)
Rework the about page (which was breaking the builds btw)
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
-rw-r--r--src/frontend/app/i18n/locales/en-GB.json19
1 files changed, 15 insertions, 4 deletions
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",