diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2026-03-24 20:32:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 20:32:17 +0100 |
| commit | 695c7a65a1e9ab3b95beeaf02a1e3b10bb16996b (patch) | |
| tree | f302b91a050e3ecfb295b5d16c6ab2962de1a713 /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 757960525576038898d655b630cbaac44671f599 (diff) | |
feat: client-side trip tracking with browser notifications (#151)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 25a7e7b..152edb8 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -249,5 +249,19 @@ "usage_passengers": "pax", "usage_disclaimer": "Based on average historical occupancy from recent months available at datos.vigo.org. Does not reflect real-time occupancy.", "usage_scale_info": "Graph uses a non-linear scale to better highlight lower occupancy values." + }, + "journey": { + "track": "Track", + "tracking": "Tracking", + "track_bus": "Track this bus", + "stop_tracking": "Stop tracking", + "tracking_bus": "Tracking bus", + "arriving_now": "Arriving now!", + "minutes_away": "{{minutes}} min", + "notifications_blocked": "Notifications blocked", + "notification_now_title": "Your bus is arriving!", + "notification_approaching_title": "Your bus arrives in {{minutes}} min", + "notification_body": "Line {{line}} towards {{destination}} — {{stop}}", + "view_on_map": "View on map" } } |
