aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n/locales/es-ES.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-04-04 15:47:59 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2026-04-04 15:47:59 +0200
commitc558c8b6134df3b65d984430b58cffa26eb0b297 (patch)
tree9aefee7b02f7e4c3c93a3888a137eaccfdcde9ec /src/frontend/app/i18n/locales/es-ES.json
parent97908d274ee12eb2301fadd5fc445d0f79479a56 (diff)
Add a couple of translations
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
-rw-r--r--src/frontend/app/i18n/locales/es-ES.json4
1 files changed, 3 insertions, 1 deletions
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"
}
}