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": "간격"
|
||||
},
|
||||
"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": "프록시",
|
||||
|
||||
Reference in New Issue
Block a user