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": "간격"
},
"settings": {
"appearance": {
"title": "외관",
"field": {
"language": "인터페이스 언어",
"theme": "인터페이스 테마"
},
"description": {
"language": "웹 UI에서 사용할 언어를 선택하세요.",
"theme": "라이트 모드와 다크 모드 중에서 선택하세요."
},
"placeholder": {
"select_language": "언어 선택"
},
"command": {
"search": "언어 검색...",
"no_results": "언어를 찾을 수 없습니다."
},
"theme": {
"light": "라이트",
"dark": "다크"
},
"button": {
"update": "설정 업데이트"
}
},
"title": "설정",
"general": "일반",
"proxy": "프록시",