diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2026-03-05 18:24:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 18:24:51 +0100 |
| commit | 49ef6f4af837d4f3f4f367fa831f1ff176036c27 (patch) | |
| tree | 157c5f7fbbfb4da181a3dce9fb8e4700d82b5231 /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 6e2d9ffe812eb1ca8fe5d04d3df2aa322e9e5760 (diff) | |
Show probable traffic restriction warning on Xunta legs within urban municipalities (#141)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index aed0066..1987d28 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -147,7 +147,9 @@ "operator": "Operator", "back": "← Back", "fare": "€{{amount}}", - "free": "Free" + "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." }, "common": { "loading": "Loading...", @@ -160,6 +162,7 @@ "stops": "Stops", "planner": "Planner", "routes": "Routes", + "settings": "Settings", "favourites": "Favourites" }, "routes": { |
