From a35dc7a87eb445bf94b9351abb4090deed422a4a Mon Sep 17 00:00:00 2001 From: SettingDust Date: Wed, 10 Jan 2024 15:21:38 +0800 Subject: [PATCH] feat(lang): create zh_cn --- src/main/resources/assets/blendium/lang/zh_cn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/assets/blendium/lang/zh_cn.json diff --git a/src/main/resources/assets/blendium/lang/zh_cn.json b/src/main/resources/assets/blendium/lang/zh_cn.json new file mode 100644 index 0000000..93a84e1 --- /dev/null +++ b/src/main/resources/assets/blendium/lang/zh_cn.json @@ -0,0 +1,8 @@ +{ + "blendium.config_reload_success": "Blendium配置已重载", + "text.autoconfig.blendium.title": "Blendium模组配置", + "text.autoconfig.blendium.option.viewDistanceFactor": "视距系数", + "text.autoconfig.blendium.option.viewDistanceFactor.@Tooltip": "决定混合开始时距离摄像机的距离。", + "text.autoconfig.blendium.option.debug": "调试", + "text.autoconfig.blendium.option.debug.@Tooltip": "启用额外的日志信息,有助于调试。" +}