diff options
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 2f2bb86..d7d78ad 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -43,11 +43,13 @@ "arrival": "Llegada", "distance": "Distancia", "not_available": "No disponible", - "none": "No hay estimaciones disponibles" + "none": "No hay estimaciones disponibles", + "next_arrivals": "Próximas llegadas" }, "map": { "popup_title": "Parada", - "lines": "Líneas" + "lines": "Líneas", + "view_all_estimates": "Ver todas las estimaciones" }, "common": { "loading": "Cargando...", |
