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:
@@ -101,17 +101,45 @@
|
||||
"AppearanceSettings": {
|
||||
"sectionTitle": "Apariencia del tema",
|
||||
"sectionDescription": "Elige claro, oscuro o seguir el sistema. La configuración se guarda automáticamente.",
|
||||
"themeMode": "Modo de tema",
|
||||
"placeholder": "Selecciona el modo de tema",
|
||||
"themeMode": "Modo del tema",
|
||||
"placeholder": "Selecciona el modo del tema",
|
||||
"system": "Seguir el sistema",
|
||||
"light": "Claro",
|
||||
"dark": "Oscuro",
|
||||
"currentTheme": "Tema efectivo actual: {theme}",
|
||||
"currentTheme": "Tema actual: {theme}",
|
||||
"resolvedTheme": {
|
||||
"light": "Claro",
|
||||
"dark": "Oscuro",
|
||||
"unknown": "--"
|
||||
}
|
||||
},
|
||||
"themeColor": {
|
||||
"sectionTitle": "Color del tema",
|
||||
"sectionDescription": "Elige una paleta de colores para acentos, botones y resaltados.",
|
||||
"current": "Color actual: {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": "Zoom de ventana",
|
||||
"sectionDescription": "Escala toda la interfaz. Se aplica al instante y se guarda por dispositivo.",
|
||||
"placeholder": "Selecciona el nivel de zoom",
|
||||
"default": "Predeterminado",
|
||||
"current": "Zoom actual: {zoom}%"
|
||||
},
|
||||
"resetToDefaults": "Restablecer valores",
|
||||
"resetHint": "Restablece el color del tema y el zoom de ventana a los valores predeterminados."
|
||||
},
|
||||
"SystemSettings": {
|
||||
"loading": "Cargando...",
|
||||
|
||||
Reference in New Issue
Block a user