diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 0a6c5d5..5b0bc64 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -70,10 +70,18 @@ "loadingRoutes": "Loading routes...", "noRoutesAvailable": "No routes available", "selectRoute": "Select a route", + "placeholder": "Choose a route...", + "upcoming": "Upcoming departures", + "noSchedules": "No departures scheduled for today", "route": "Route", "schedules": "schedules", "schedule": "schedule", - "departureTime": "Departure time" + "departureTime": "Departure time", + "types": { + "weekday": "Weekday", + "weekend": "Weekend", + "holiday": "Holiday" + } }, "coupons": { "title": "Offers", @@ -134,6 +142,7 @@ "discover": { "title": "Discover", "subtitle": "Explore the best places in Chiriqui", + "searchPlaceholder": "Explore the best places in Chiriqui", "filterLabel": "Filter by area:", "allAreas": "All", "loading": "Searching for treasures...", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 0600133..cd0bf6e 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -71,10 +71,18 @@ "loadingRoutes": "Cargando rutas...", "noRoutesAvailable": "No hay rutas disponibles", "selectRoute": "Seleccionar una ruta", + "placeholder": "Elige una ruta...", + "upcoming": "Próximas salidas", + "noSchedules": "No hay salidas programadas para hoy", "route": "Ruta", "schedules": "horarios", "schedule": "horario", - "departureTime": "Hora de salida" + "departureTime": "Hora de salida", + "types": { + "weekday": "Entre semana", + "weekend": "Fin de semana", + "holiday": "Festivo" + } }, "coupons": { "title": "Ofertas", @@ -135,6 +143,7 @@ "discover": { "title": "Descubrir", "subtitle": "Explora los mejores lugares de Chiriquí", + "searchPlaceholder": "Explora los mejores lugares en Chiriquí", "filterLabel": "Filtrar por área:", "allAreas": "Todas", "loading": "Buscando tesoros...", diff --git a/frontend/src/views/DiscoverView.vue b/frontend/src/views/DiscoverView.vue index 14fff30..68655f0 100644 --- a/frontend/src/views/DiscoverView.vue +++ b/frontend/src/views/DiscoverView.vue @@ -89,94 +89,92 @@ function getCategoryIcon(category: string) {