mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: support user appearance preferences with persisted theme and language #85
This commit is contained in:
@@ -718,6 +718,31 @@
|
||||
"interval": "Intervalo"
|
||||
},
|
||||
"settings": {
|
||||
"appearance": {
|
||||
"title": "Apariencia",
|
||||
"field": {
|
||||
"language": "Idioma de la interfaz",
|
||||
"theme": "Tema de la interfaz"
|
||||
},
|
||||
"description": {
|
||||
"language": "Seleccione el idioma de la interfaz web.",
|
||||
"theme": "Elija entre el modo claro u oscuro."
|
||||
},
|
||||
"placeholder": {
|
||||
"select_language": "Seleccionar idioma"
|
||||
},
|
||||
"command": {
|
||||
"search": "Buscar idioma...",
|
||||
"no_results": "No se encontró el idioma."
|
||||
},
|
||||
"theme": {
|
||||
"light": "Claro",
|
||||
"dark": "Oscuro"
|
||||
},
|
||||
"button": {
|
||||
"update": "Actualizar preferencias"
|
||||
}
|
||||
},
|
||||
"title": "Configuración",
|
||||
"general": "General",
|
||||
"proxy": "Proxy",
|
||||
|
||||
Reference in New Issue
Block a user