diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 00:14:56 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 00:14:56 +0200 |
| commit | 2da9964e49e64c02767342d2de675b776e8e6cda (patch) | |
| tree | 71bdae38ccf86afb01a673c9a9f3c90421b5b64c /src/frontend/app/i18n/locales/es-ES.json | |
| parent | 497a2893465bf0cd84cf6d3cc9023daba336f253 (diff) | |
Use openfreemapinstead of self-hosting, improve stop display, improve dark mode
Diffstat (limited to 'src/frontend/app/i18n/locales/es-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index a152564..0915361 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -9,8 +9,9 @@ "data_source_middle": "bajo licencia", "settings": "Ajustes", "theme": "Modo:", - "theme_light": "Claro", - "theme_dark": "Oscuro", + "theme_light": "Claro", + "theme_dark": "Oscuro", + "theme_system": "Sistema", "table_style": "Estilo de tabla:", "table_style_regular": "Mostrar por orden", "table_style_grouped": "Agrupar por lĂnea", |
