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": "Intervallo"
|
||||
},
|
||||
"settings": {
|
||||
"appearance": {
|
||||
"title": "Aspetto",
|
||||
"field": {
|
||||
"language": "Lingua dell'interfaccia",
|
||||
"theme": "Tema dell'interfaccia"
|
||||
},
|
||||
"description": {
|
||||
"language": "Seleziona la lingua per l'interfaccia web.",
|
||||
"theme": "Scegli tra la modalità chiara o scura."
|
||||
},
|
||||
"placeholder": {
|
||||
"select_language": "Seleziona lingua"
|
||||
},
|
||||
"command": {
|
||||
"search": "Cerca lingua...",
|
||||
"no_results": "Nessuna lingua trovata."
|
||||
},
|
||||
"theme": {
|
||||
"light": "Chiaro",
|
||||
"dark": "Scuro"
|
||||
},
|
||||
"button": {
|
||||
"update": "Aggiorna preferenze"
|
||||
}
|
||||
},
|
||||
"title": "Impostazioni",
|
||||
"general": "Generale",
|
||||
"proxy": "Proxy",
|
||||
|
||||
Reference in New Issue
Block a user