diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 4738030b..2082e765 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -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": "模板" } } },