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