diff options
Diffstat (limited to 'src/frontend/app/i18n/locales')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 4 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 4 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 4 |
3 files changed, 9 insertions, 3 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" } } diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index cc87ae9..38df112 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -261,6 +261,8 @@ "notification_now_title": "¡Tu autobús está llegando!", "notification_approaching_title": "Tu autobús llega en {{minutes}} min", "notification_body": "Línea {{line}} dirección {{destination}} — {{stop}}", - "view_on_map": "Ver en el mapa" + "view_on_map": "Ver en el mapa", + "pickup_only": "Solo subida", + "dropoff_only": "Solo descenso" } } diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 26004c3..90bb5cd 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -257,6 +257,8 @@ "notification_now_title": "¡O teu autobús está chegando!", "notification_approaching_title": "O teu autobús chega en {{minutes}} min", "notification_body": "Liña {{line}} dirección {{destination}} — {{stop}}", - "view_on_map": "Ver no mapa" + "view_on_map": "Ver no mapa", + "pickup_only": "Só subida", + "dropoff_only": "Só descenso" } } |
