feat: support user appearance preferences with persisted theme and language #85

This commit is contained in:
rustmailer
2025-12-30 15:09:41 +08:00
parent 75cae51be9
commit 455e6b1a75
39 changed files with 1080 additions and 83 deletions
+33
View File
@@ -718,6 +718,39 @@
"interval": "Interval"
},
"settings": {
"appearance": {
"title": "Uiterlijk",
"field": {
"language": "Interfacetaal",
"theme": "Interfacethema"
},
"description": {
"language": "Selecteer de taal voor de webinterface.",
"theme": "Kies tussen de lichte of donkere modus voor de interface."
},
"placeholder": {
"select_language": "Selecteer taal"
},
"command": {
"search": "Taal zoeken...",
"no_results": "Geen taal gevonden."
},
"theme": {
"light": "Licht",
"dark": "Donker"
},
"button": {
"update": "Voorkeuren bijwerken"
},
"validation": {
"language": {
"required": "Selecteer een taal."
},
"theme": {
"required": "Selecteer een thema."
}
}
},
"title": "Instellingen",
"general": "Algemeen",
"proxy": "Proxy",