From ecb73e1684b42265af3f8d93541600e4d0f9c414 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 16:14:28 +0200 Subject: Implement i18n Closes #18 --- src/frontend/app/i18n/locales/en-GB.json | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/frontend/app/i18n/locales/en-GB.json (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 new file mode 100644 index 0000000..f53a802 --- /dev/null +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -0,0 +1,46 @@ +{ + "about": { + "title": "About UrbanoVigo Web", + "description": "Web app to find stops and arrival times for Vigo's urban buses, Spain.", + "credits": "Credits", + "github": "Code on GitHub", + "developed_by": "Developed by", + "data_source_prefix": "Data from", + "data_source_middle": "under license", + "settings": "Settings", + "theme": "Mode:", + "theme_light": "Light", + "theme_dark": "Dark", + "table_style": "Table style:", + "table_style_regular": "Show in order", + "table_style_grouped": "Group by line", + "map_position_mode": "Map position:", + "map_position_gps": "GPS position", + "map_position_last": "Where I left it", + "details_summary": "What does this mean?", + "details_table": "The timetable can be shown in two ways:", + "details_regular": "Stops are shown in the order they are visited. Apps like Infobus (Vitrasa) use this style.", + "details_grouped": "Stops are grouped by bus line. Apps like iTranvias (A Coruña) or Moovit (more or less) use this style." + }, + "stoplist": { + "search_placeholder": "Search stop...", + "favourites": "Favourites", + "recents": "Recent" + }, + "estimates": { + "minutes": "min", + "meters": "m", + "edit": "Edit name", + "favourite": "Favourite", + "not_found": "Stop not found" + }, + "map": { + "popup_title": "Stop", + "lines": "Lines" + }, + "common": { + "loading": "Loading...", + "error": "An unexpected error occurred.", + "404": "The requested page could not be found." + } +} -- cgit v1.3