diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 16:58:30 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 16:58:30 +0200 |
| commit | 3dac17a9fb54c977c97280ed4c482e9d4266b7de (patch) | |
| tree | cf70257c1604e07a9d6c27ee28069d877ec3bfc1 /src/frontend/app/i18n/locales/en-GB.json | |
| parent | ecb73e1684b42265af3f8d93541600e4d0f9c414 (diff) | |
Add missing translations
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, 19 insertions, 3 deletions
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" } } |
