aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n/locales/en-GB.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-12 16:48:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-12 16:48:46 +0100
commite7eb57bf492617f2b9be88d46c1cc708a2c17af4 (patch)
tree490e5ade4dc618760d30a8805dd94cc8dc586e2f /src/frontend/app/i18n/locales/en-GB.json
parent2f0fd3f348bb836839f4a72e3af072b56954d878 (diff)
Improved version of the planner feature
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
-rw-r--r--src/frontend/app/i18n/locales/en-GB.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json
index 3bbf820..9138e4b 100644
--- a/src/frontend/app/i18n/locales/en-GB.json
+++ b/src/frontend/app/i18n/locales/en-GB.json
@@ -98,6 +98,40 @@
"lines": "Lines",
"view_all_estimates": "View all estimates"
},
+ "planner": {
+ "where_to": "Where do you want to go?",
+ "origin": "Origin",
+ "destination": "Destination",
+ "when": "When",
+ "now": "Now",
+ "depart_at": "Depart at",
+ "arrive_by": "Arrive by",
+ "search_route": "Search route",
+ "searching": "Searching…",
+ "select_origin": "Select origin",
+ "select_destination": "Select destination",
+ "search_origin": "Search origin",
+ "search_destination": "Search destination",
+ "confirm": "→",
+ "current_location": "Current location",
+ "using_gps": "Using GPS…",
+ "gps": "GPS",
+ "favourite_stops": "★ Favourites",
+ "searching_ellipsis": "Searching…",
+ "results": "Results",
+ "close": "Close",
+ "results_title": "Results",
+ "clear": "Clear",
+ "no_routes_found": "No routes found",
+ "no_routes_message": "We couldn't find a route for your trip. Try changing the time or locations.",
+ "walk": "Walk",
+ "walk_to": "Walk {{distance}} to {{destination}}",
+ "from_to": "From {{from}} to {{to}}",
+ "itinerary_details": "Itinerary Details",
+ "back": "← Back",
+ "cash_fare": "€{{amount}}",
+ "card_fare": "€{{amount}}"
+ },
"common": {
"loading": "Loading...",
"error": "An unexpected error occurred.",
@@ -106,6 +140,7 @@
"navbar": {
"home": "Home",
"map": "Map",
+ "planner": "Planner",
"lines": "Lines"
},
"lines": {