UI: Add message when no buses are available on a route
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
"notAvailable": "No disponible",
|
||||
"back": "Volver",
|
||||
"all": "Todos",
|
||||
"retry": "Reintentar"
|
||||
"retry": "Reintentar",
|
||||
"notice": "Aviso"
|
||||
},
|
||||
"navigation": {
|
||||
"map": "Mapa",
|
||||
@ -102,7 +103,8 @@
|
||||
"busRoute": "Ruta de Autobús",
|
||||
"showMyLocation": "Mostrar mi ubicación",
|
||||
"promo": "PROMO",
|
||||
"search": "Buscar"
|
||||
"search": "Buscar",
|
||||
"noBusesAvailable": "Ya no hay buses disponibles en el horario"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Horarios",
|
||||
|
||||
Reference in New Issue
Block a user