diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-04 15:47:59 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-04 15:47:59 +0200 |
| commit | c558c8b6134df3b65d984430b58cffa26eb0b297 (patch) | |
| tree | 9aefee7b02f7e4c3c93a3888a137eaccfdcde9ec /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 97908d274ee12eb2301fadd5fc445d0f79479a56 (diff) | |
Add a couple of translations
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index c13d96e..782c747 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -261,6 +261,8 @@ "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" + "view_on_map": "View on map", + "pickup_only": "Boarding only", + "dropoff_only": "Alighting only" } } |
