diff options
Diffstat (limited to 'src/frontend/app/i18n/locales')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 35 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 35 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 35 |
3 files changed, 105 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 3bbf820..9138e4b 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -98,6 +98,40 @@ "lines": "Lines", "view_all_estimates": "View all estimates" }, + "planner": { + "where_to": "Where do you want to go?", + "origin": "Origin", + "destination": "Destination", + "when": "When", + "now": "Now", + "depart_at": "Depart at", + "arrive_by": "Arrive by", + "search_route": "Search route", + "searching": "Searching…", + "select_origin": "Select origin", + "select_destination": "Select destination", + "search_origin": "Search origin", + "search_destination": "Search destination", + "confirm": "→", + "current_location": "Current location", + "using_gps": "Using GPS…", + "gps": "GPS", + "favourite_stops": "★ Favourites", + "searching_ellipsis": "Searching…", + "results": "Results", + "close": "Close", + "results_title": "Results", + "clear": "Clear", + "no_routes_found": "No routes found", + "no_routes_message": "We couldn't find a route for your trip. Try changing the time or locations.", + "walk": "Walk", + "walk_to": "Walk {{distance}} to {{destination}}", + "from_to": "From {{from}} to {{to}}", + "itinerary_details": "Itinerary Details", + "back": "← Back", + "cash_fare": "€{{amount}}", + "card_fare": "€{{amount}}" + }, "common": { "loading": "Loading...", "error": "An unexpected error occurred.", @@ -106,6 +140,7 @@ "navbar": { "home": "Home", "map": "Map", + "planner": "Planner", "lines": "Lines" }, "lines": { diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index e5fa0ad..d7c94ea 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -98,6 +98,40 @@ "lines": "Líneas", "view_all_estimates": "Ver todas las estimaciones" }, + "planner": { + "where_to": "¿Adónde quieres ir?", + "origin": "Origen", + "destination": "Destino", + "when": "Cuándo", + "now": "Ahora", + "depart_at": "Salir a", + "arrive_by": "Llegar a", + "search_route": "Buscar ruta", + "searching": "Buscando…", + "select_origin": "Seleccionar origen", + "select_destination": "Seleccionar destino", + "search_origin": "Buscar origen", + "search_destination": "Buscar destino", + "confirm": "→", + "current_location": "Ubicación actual", + "using_gps": "Usando GPS…", + "gps": "GPS", + "favourite_stops": "★ Favoritas", + "searching_ellipsis": "Buscando…", + "results": "Resultados", + "close": "Cerrar", + "results_title": "Results", + "clear": "Clear", + "no_routes_found": "No se encontraron rutas", + "no_routes_message": "No pudimos encontrar una ruta para tu viaje. Intenta cambiar la hora o las ubicaciones.", + "walk": "Caminar", + "walk_to": "Caminar {{distance}} hasta {{destination}}", + "from_to": "De {{from}} a {{to}}", + "itinerary_details": "Detalles del itinerario", + "back": "← Atrás", + "cash_fare": "{{amount}} €", + "card_fare": "{{amount}} €" + }, "common": { "loading": "Cargando...", "error": "Ha ocurrido un error inesperado.", @@ -106,6 +140,7 @@ "navbar": { "home": "Inicio", "map": "Mapa", + "planner": "Planificador", "lines": "Líneas" }, "lines": { diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index f41e38c..0d91efb 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -98,6 +98,40 @@ "lines": "Liñas", "view_all_estimates": "Ver todas as estimacións" }, + "planner": { + "where_to": "¿Onde queres ir?", + "origin": "Orixe", + "destination": "Destino", + "when": "Cando", + "now": "Agora", + "depart_at": "Saír a", + "arrive_by": "Chegar a", + "search_route": "Buscar ruta", + "searching": "Buscando…", + "select_origin": "Seleccionar orixe", + "select_destination": "Seleccionar destino", + "search_origin": "Buscar orixe", + "search_destination": "Buscar destino", + "confirm": "→", + "current_location": "Ubicación actual", + "using_gps": "Usando GPS…", + "gps": "GPS", + "favourite_stops": "★ Favoritas", + "searching_ellipsis": "Buscando…", + "results": "Resultados", + "close": "Pechar", + "results_title": "Resultados", + "clear": "Limpar", + "no_routes_found": "Non se atoparon rutas", + "no_routes_message": "Non puidemos atopar unha ruta para a túa viaxe. Intenta cambiar a hora ou as ubicacións.", + "walk": "Camiñar", + "walk_to": "Camiñar {{distance}} ata {{destination}}", + "from_to": "De {{from}} a {{to}}", + "itinerary_details": "Detalles do itinerario", + "back": "← Atrás", + "cash_fare": "{{amount}} €", + "card_fare": "{{amount}} €" + }, "common": { "loading": "Cargando...", "error": "Produciuse un erro inesperado.", @@ -106,6 +140,7 @@ "navbar": { "home": "Inicio", "map": "Mapa", + "planner": "Planificador", "lines": "Liñas" }, "lines": { |
