diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-27 16:39:09 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-27 16:39:28 +0100 |
| commit | f81ff82f2a07f87f6eb4f43de49ede64215519e5 (patch) | |
| tree | 67b4f9ef1c94184e2e1a9878c6feed8dc30ebcb3 /src/frontend/app/i18n | |
| parent | ef2df90ffb195edcddd701511dc5953c7baa63af (diff) | |
Refactor route planner to use new GraphQL backend
Diffstat (limited to 'src/frontend/app/i18n')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 6 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 2 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index a8f3f52..2c58ebe 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -134,9 +134,11 @@ "walk_to": "Walk {{distance}} to {{destination}}", "from_to": "From {{from}} to {{to}}", "itinerary_details": "Itinerary Details", + "direction": "Direction", + "operator": "Operator", "back": "← Back", - "cash_fare": "€{{amount}}", - "card_fare": "€{{amount}}" + "fare": "€{{amount}}", + "free": "Free" }, "common": { "loading": "Loading...", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 2bffac9..298733e 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -134,6 +134,8 @@ "walk_to": "Caminar {{distance}} hasta {{destination}}", "from_to": "De {{from}} a {{to}}", "itinerary_details": "Detalles del itinerario", + "direction": "Dirección", + "operator": "Operador", "back": "← Atrás", "fare": "{{amount}} €", "free": "Gratuito" diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 5086feb..833279f 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -134,9 +134,11 @@ "walk_to": "Camiñar {{distance}} ata {{destination}}", "from_to": "De {{from}} a {{to}}", "itinerary_details": "Detalles do itinerario", + "direction": "Dirección", + "operator": "Operador", "back": "← Atrás", - "cash_fare": "{{amount}} €", - "card_fare": "{{amount}} €" + "fare": "{{amount}} €", + "free": "Gratuíto" }, "common": { "loading": "Cargando...", |
