diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 19:59:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:01:43 +0100 |
| commit | 073c7174490ed3d8ae34c3f8c8f1b91bce711f6f (patch) | |
| tree | b1c1581a7668ebddfce192f2c9ed9c780deb670f /src/frontend/app/i18n/locales/es-ES.json | |
| parent | 7348781b89178589036620b33f3554b2e7271c5f (diff) | |
feat: Add date parameter to GetRouteDetails and update fetchRouteDetails to support date queries
feat: Enhance localization with new date-related strings in English, Spanish, and Galician
feat: Improve RouteDetailsPage with layout options and date selection for better user experience
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index bc62a8f..58e2f08 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -169,6 +169,10 @@ "direction_inbound": "Vuelta", "stops": "Paradas", "unknown_agency": "Otros", + "day_yesterday": "Ayer", + "day_today": "Hoy", + "day_tomorrow": "MaƱana", + "week_date": "Fecha", "trip_count": "{{count}} viajes hoy", "trip_count_one": "1 viaje hoy", "trip_count_short": "({{count}} viajes)", |
