Fix: Correct misplaced templates.section and missing dark-mode.mode in zh-CN.json

This commit is contained in:
loner
2025-10-19 11:48:35 +08:00
parent 9c0a820c9e
commit c6f3174170
+11 -4
View File
@@ -513,6 +513,13 @@
"switch": {
"label": "深色模式",
"description": "切换到更暗的主题,便于夜间观看。"
},
"mode": {
"label": "深色模式切换方式",
"description": "启用明暗模式的自动切换功能。",
"off": "关闭",
"manual": "手动",
"location": "位置"
}
},
"predefined": {
@@ -526,6 +533,10 @@
}
},
"templates": {
"section": {
"label": "模板",
"description": "将颜色应用于外部应用程序。"
},
"ui": {
"label": "用户界面",
"description": "桌面环境和 UI 工具包主题。",
@@ -578,10 +589,6 @@
"label": "用户模板",
"description": "启用用户定义的 Matugen 配置。首次启用时将在 ~/.config/noctalia/user-templates.toml 创建模板文件"
}
},
"section": {
"description": "将颜色应用于外部应用程序。",
"label": "模板"
}
}
},