diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-12 20:30:44 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-12 20:30:44 +0100 |
| commit | 5e9f1094a50bbcdd514e958dcd67d0f0a844589d (patch) | |
| tree | 6df6dd2f589d18d60df33b82456305b04c6b8688 /src/frontend/app/i18n/locales/en-GB.json | |
| parent | c3363ee0e3808d826c4e4797ffa7207647435e08 (diff) | |
feat: implement favourites management, add recent places functionality, and enhance planner features
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 9138e4b..819329e 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -141,7 +141,27 @@ "home": "Home", "map": "Map", "planner": "Planner", - "lines": "Lines" + "lines": "Lines", + "favourites": "Favourites" + }, + "favourites": { + "title": "Favourites", + "empty": "You don't have any favourite stops yet.", + "empty_description": "Go to a stop and mark it as favourite to see it here.", + "special_places": "Special Places", + "home": "Home", + "work": "Work", + "set_home": "Set Home", + "set_work": "Set Work", + "edit_home": "Edit Home", + "edit_work": "Edit Work", + "remove_home": "Remove Home", + "remove_work": "Remove Work", + "not_set": "Not set", + "favourite_stops": "Favourite Stops", + "remove": "Remove", + "view_estimates": "View estimates", + "confirm_remove": "Remove this favourite?" }, "lines": { "description": "Below is a list of Vigo urban bus lines with their respective routes and links to official timetables." |
