From 3dac17a9fb54c977c97280ed4c482e9d4266b7de Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 16:58:30 +0200 Subject: Add missing translations --- src/frontend/app/i18n/locales/en-GB.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 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 f53a802..cd0780c 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -24,15 +24,26 @@ }, "stoplist": { "search_placeholder": "Search stop...", - "favourites": "Favourites", - "recents": "Recent" + "search_label": "Search stops", + "search_results": "Search results", + "favourites": "Favourite stops", + "no_favourites": "Go to a stop and mark it as favourite to see it here.", + "recents": "Recent", + "all_stops": "Stops" }, "estimates": { "minutes": "min", "meters": "m", "edit": "Edit name", "favourite": "Favourite", - "not_found": "Stop not found" + "not_found": "Stop not found", + "caption": "Arrival estimates at {{time}}", + "line": "Line", + "route": "Route", + "arrival": "Arrival", + "distance": "Distance", + "not_available": "Not available", + "none": "No estimates available" }, "map": { "popup_title": "Stop", @@ -42,5 +53,10 @@ "loading": "Loading...", "error": "An unexpected error occurred.", "404": "The requested page could not be found." + }, + "navbar": { + "stops": "Stops", + "map": "Map", + "settings": "Settings" } } -- cgit v1.3