i18n(appearance): add theme color, zoom level, and reset translations
为 10 种语言(en/zh-CN/zh-TW/ja/ko/es/de/fr/pt/ar)的 AppearanceSettings 命名空间 新增 themeColor / zoomLevel / resetToDefaults / resetHint 等键。预设颜色名保留 英文原名以与 shadcn 品牌一致。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -100,18 +100,46 @@
|
||||
},
|
||||
"AppearanceSettings": {
|
||||
"sectionTitle": "مظهر السمة",
|
||||
"sectionDescription": "اختر الفاتح أو الداكن أو اتباع النظام. يتم حفظ الإعدادات تلقائيًا.",
|
||||
"sectionDescription": "اختر فاتح أو داكن أو اتباع النظام. يتم حفظ الإعدادات تلقائياً.",
|
||||
"themeMode": "وضع السمة",
|
||||
"placeholder": "اختر وضع السمة",
|
||||
"system": "اتباع النظام",
|
||||
"light": "فاتح",
|
||||
"dark": "داكن",
|
||||
"currentTheme": "السمة الفعالة الحالية: {theme}",
|
||||
"currentTheme": "السمة الحالية: {theme}",
|
||||
"resolvedTheme": {
|
||||
"light": "فاتح",
|
||||
"dark": "داكن",
|
||||
"unknown": "--"
|
||||
}
|
||||
},
|
||||
"themeColor": {
|
||||
"sectionTitle": "لون السمة",
|
||||
"sectionDescription": "اختر لوحة ألوان للتمييزات والأزرار والإبرازات.",
|
||||
"current": "اللون الحالي: {color}",
|
||||
"options": {
|
||||
"neutral": "Neutral",
|
||||
"zinc": "Zinc",
|
||||
"slate": "Slate",
|
||||
"stone": "Stone",
|
||||
"gray": "Gray",
|
||||
"red": "Red",
|
||||
"rose": "Rose",
|
||||
"orange": "Orange",
|
||||
"green": "Green",
|
||||
"blue": "Blue",
|
||||
"yellow": "Yellow",
|
||||
"violet": "Violet"
|
||||
}
|
||||
},
|
||||
"zoomLevel": {
|
||||
"sectionTitle": "تكبير النافذة",
|
||||
"sectionDescription": "تكبير أو تصغير الواجهة بالكامل. يتم تطبيقه فوراً ويُحفظ لكل جهاز على حدة.",
|
||||
"placeholder": "اختر مستوى التكبير",
|
||||
"default": "افتراضي",
|
||||
"current": "التكبير الحالي: {zoom}%"
|
||||
},
|
||||
"resetToDefaults": "إعادة الضبط",
|
||||
"resetHint": "إعادة ضبط لون السمة وتكبير النافذة إلى الإعدادات الافتراضية."
|
||||
},
|
||||
"SystemSettings": {
|
||||
"loading": "جارٍ التحميل...",
|
||||
|
||||
Reference in New Issue
Block a user