diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-05 01:54:35 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-05 01:54:58 +0100 |
| commit | 6e2d9ffe812eb1ca8fe5d04d3df2aa322e9e5760 (patch) | |
| tree | 8a524c3145228a93ec44c07591b3aeed12d2317c /src/frontend/app/i18n/locales | |
| parent | 4d9ca9016953a08748628d1d091989027c4cbe99 (diff) | |
Refactor deployment process to use rsync for frontend and backend, update project paths, and add CtagShuttleRealtimeEstimatesProvider and CtagShuttleStatus classes
Diffstat (limited to 'src/frontend/app/i18n/locales')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 2 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 2 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 3d8b32f..aed0066 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -12,7 +12,7 @@ "data_traffic_source": "Municipal open data", "data_lines": "Line listings and schedules", "map_tiles": "Maps", - "map_themes": "(\"liberty\" and \"positron\" themes for light/dark mode)", + "map_themes": "(\"libery\" theme, modified by myself)", "thanks_council": "Special thanks to Vigo City Council for providing this data under an open license.", "credits": "Credits", "developed_by": "Developed by", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 2184cfc..1c805b3 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -12,7 +12,7 @@ "data_traffic_source": "Datos abiertos municipales", "data_lines": "Listado de líneas y horarios", "map_tiles": "Mapas", - "map_themes": "(temas \"liberty\" y \"positron\" para modo claro/oscuro)", + "map_themes": "(tema \"liberty\", modificado por mí)", "thanks_council": "Agradecemos especialmente al Concello de Vigo por facilitar estos datos bajo licencia abierta.", "credits": "Créditos", "developed_by": "Desarrollado por", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index b951278..1af3b56 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -16,7 +16,7 @@ "data_traffic_source": "Datos abertos municipais", "data_lines": "Listaxe de liñas e horarios", "map_tiles": "Mapas", - "map_themes": "(temas \"liberty\" e \"positron\" para modo claro/escuro)", + "map_themes": "(tema \"liberty\", modificado por min)", "thanks_council": "Agradecemos especialmente ao Concello de Vigo por facilitar estes datos baixo licenza aberta.", "credits": "Créditos", "developed_by": "Desenvolvido por", |
