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
+25
View File
@@ -718,6 +718,31 @@
"interval": "Interval"
},
"settings": {
"appearance": {
"title": "Wygląd",
"field": {
"language": "Język interfejsu",
"theme": "Motyw interfejsu"
},
"description": {
"language": "Wybierz język interfejsu webowego.",
"theme": "Wybierz tryb jasny lub ciemny."
},
"placeholder": {
"select_language": "Wybierz język"
},
"command": {
"search": "Szukaj języka...",
"no_results": "Nie znaleziono języka."
},
"theme": {
"light": "Jasny",
"dark": "Ciemny"
},
"button": {
"update": "Aktualizuj preferencje"
}
},
"title": "Ustawienia",
"general": "Ogólne",
"proxy": "Proxy",