diff options
Diffstat (limited to 'src/frontend/app/i18n')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 5 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 5 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index ee8ec7a..4d0c91b 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -9,8 +9,9 @@ "data_source_middle": "under license", "settings": "Settings", "theme": "Mode:", - "theme_light": "Light", - "theme_dark": "Dark", + "theme_light": "Light", + "theme_dark": "Dark", + "theme_system": "System", "table_style": "Table style:", "table_style_regular": "Show in order", "table_style_grouped": "Group by line", 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", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index b683fc0..8949333 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -9,8 +9,9 @@ "data_source_middle": "baixo licenza", "settings": "Axustes", "theme": "Modo:", - "theme_light": "Claro", - "theme_dark": "Escuro", + "theme_light": "Claro", + "theme_dark": "Escuro", + "theme_system": "Sistema", "table_style": "Estilo de táboa:", "table_style_regular": "Mostrar por orde", "table_style_grouped": "Agrupar por liña", |
