diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 14:19:43 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 14:19:43 +0100 |
| commit | c1ddd1b84016a3654787de77a11627807ae34a3c (patch) | |
| tree | 27c2520aa6f47fcf77ba85e2d097329390dc879c /src/frontend/app/i18n/locales/en-GB.json | |
| parent | b3b20bc1360ea67de6a1c837bb24c2b55541d3ac (diff) | |
feat: add next arrivals and intermediate stops to itinerary details in plannercopilot/improve-geolocation-on-frontend
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 580aba3..25a7e7b 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -153,7 +153,11 @@ "fare": "€{{amount}}", "free": "Free", "urban_traffic_warning": "Possible transit restriction", - "urban_traffic_warning_desc": "Both stops on this leg are within {{municipality}}, which has its own urban transport. It's likely you are not allowed to do this trip with Xunta services." + "urban_traffic_warning_desc": "Both stops on this leg are within {{municipality}}, which has its own urban transport. It's likely you are not allowed to do this trip with Xunta services.", + "next_arrivals": "Next arrivals", + "next_arrival": "Next", + "intermediate_stops_one": "1 stop", + "intermediate_stops": "{{count}} stops" }, "common": { "loading": "Loading...", |
