From f0899a341ecbf8126b145cc1cf36be45d2e34e0c Mon Sep 17 00:00:00 2001 From: 7777777_4547 <83630775+7777777-4547@users.noreply.github.com> Date: Sat, 16 Sep 2023 13:53:03 +0800 Subject: [PATCH] Add zh_cn.json --- .../resources/assets/mica/lang/zh_cn.json | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 common/src/main/resources/assets/mica/lang/zh_cn.json diff --git a/common/src/main/resources/assets/mica/lang/zh_cn.json b/common/src/main/resources/assets/mica/lang/zh_cn.json new file mode 100644 index 0000000..7274da3 --- /dev/null +++ b/common/src/main/resources/assets/mica/lang/zh_cn.json @@ -0,0 +1,48 @@ +{ + "modmenu.descriptionTranslation.mica": "在 Windows 11 22H2 22000 或更高版本上启用云母或亚克力效果", + + "mica.unsupported_os.title": "不支持的系统", + "mica.unsupported_os.description": "%s 仅适用于 Windows 11 22H2 (22000) 或更高版本的操作系统。", + + "mica.missing_yacl.title": "YetAnotherConfigLib 模组没有安装!!", + "mica.missing_yacl.description": "需要 YACL 模组来更改%s上的设置。\n单击下面的按钮下载它。", + "mica.missing_yacl.download": "下载模组", + + "mica.category.general": "通用", + "mica.category.general.use_immersive_dark_mode": "沉浸式黑暗模式", + "mica.category.general.use_immersive_dark_mode.description": "可以通过启用设置来启用“沉浸式黑暗模式”。", + "mica.category.general.system_backdrop_type": "窗体效果", + "mica.category.general.system_backdrop_type.description": "可以将其更改为 Windows 11 中可用的系统背景效果。", + "mica.category.general.system_backdrop_type.description2": "(从 Windows 11 内部版本 22621 开始受支持。)", + "mica.category.general.system_backdrop_type.type.auto": "自动", + "mica.category.general.system_backdrop_type.type.none": "无", + "mica.category.general.system_backdrop_type.type.mica": "云母效果", + "mica.category.general.system_backdrop_type.type.acrylic": "亚克力效果", + "mica.category.general.system_backdrop_type.type.tabbed": "Tabbed UI", + "mica.category.general.corner_preference": "圆角曲度", + "mica.category.general.corner_preference.description": "可以改变窗口的圆角曲度。", + "mica.category.general.corner_preference.type.default": "默认", + "mica.category.general.corner_preference.type.do_not_round": "无圆角(Win10)", + "mica.category.general.corner_preference.type.round": "圆角", + "mica.category.general.corner_preference.type.round_small": "小圆角", + + "mica.category.border": "窗口边框", + "mica.category.border.use_default_border": "默认窗口边框", + "mica.category.border.use_default_border.description": "可以通过关闭此设置来自定义窗口边框。", + "mica.category.border.hide_border": "使用无边框窗口", + "mica.category.border.hide_border.description": "可以移除窗口边框的设置。", + "mica.category.border.border_color": "更改边框颜色", + "mica.category.border.border_color.description": "可以改变窗口的边框颜色。", + + "mica.category.caption": "标题栏", + "mica.category.caption.use_default_caption": "默认标题栏颜色", + "mica.category.caption.use_default_caption.description": "可以通过关闭此设置来自定义标题栏颜色。", + "mica.category.caption.caption_color": "标题栏颜色", + "mica.category.caption.caption_color.description": "可以改变标题栏的颜色。", + + "mica.category.title_text": "标题文字", + "mica.category.title_text.use_default_color": "默认标题文字颜色", + "mica.category.title_text.use_default_color.description": "可以通过关闭此设置来自定义标题文字颜色。", + "mica.category.title_text.text_color": "标题文字颜色", + "mica.category.title_text.text_color.description": "可以改变标题文字的颜色。" +}