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": "اختر اللغة المستخدمة في واجهة الويب.",
"theme": "اختر بين الوضع الفاتح أو الداكن."
},
"placeholder": {
"select_language": "اختر اللغة"
},
"command": {
"search": "بحث عن لغة...",
"no_results": "لم يتم العثور على لغة."
},
"theme": {
"light": "فاتح",
"dark": "داكن"
},
"button": {
"update": "تحديث التفضيلات"
}
},
"title": "الإعدادات",
"general": "عام",
"proxy": "وكيل",