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:
@@ -111,7 +111,35 @@
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"unknown": "--"
|
||||
}
|
||||
},
|
||||
"themeColor": {
|
||||
"sectionTitle": "Theme color",
|
||||
"sectionDescription": "Pick a color palette for accents, buttons, and highlights.",
|
||||
"current": "Current color: {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": "Window zoom",
|
||||
"sectionDescription": "Scale the entire interface. Applies immediately and persists per device.",
|
||||
"placeholder": "Select zoom level",
|
||||
"default": "Default",
|
||||
"current": "Current zoom: {zoom}%"
|
||||
},
|
||||
"resetToDefaults": "Reset to defaults",
|
||||
"resetHint": "Reset theme color and window zoom to defaults."
|
||||
},
|
||||
"SystemSettings": {
|
||||
"loading": "Loading...",
|
||||
|
||||
Reference in New Issue
Block a user