From ccf7ffdf8352b8fc23c499e0d5c6d0b34137c19c Mon Sep 17 00:00:00 2001 From: jhqwqmc Date: Thu, 18 Dec 2025 22:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-files/src/main/resources/translations/zh_cn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-files/src/main/resources/translations/zh_cn.yml b/common-files/src/main/resources/translations/zh_cn.yml index 27d73bc8b..f1f7138c8 100644 --- a/common-files/src/main/resources/translations/zh_cn.yml +++ b/common-files/src/main/resources/translations/zh_cn.yml @@ -575,7 +575,7 @@ warning.config.resource_pack.generation.missing_sound: "声音事件 '纹理 '' 不在纹理图集内. 你需要将纹理路径或文件夹前缀添加到纹理图集内, 或者启用 config.yml 中的 'fix-atlas' 选项" warning.config.resource_pack.generation.multiple_atlases: "模型 '' 使用了多个纹理图集, 预期应来自 '', 但同时检测到 ''. 请确保模型使用的所有纹理均来自同一纹理图集以修复此问题" warning.config.resource_pack.generation.duplicated_sprite: "无法加载模型 ''. 纹理图集 '' 中的精灵图 '' 与纹理图集 '' 中的定义重复" -warning.config.resource_pack.invalid_overlay_format: "在 config.yml 的 'resource-pack.overlay-format' 处发现问题 - 无效的叠加格式 ''. 叠加格式必须包含占位符 '{version}'" +warning.config.resource_pack.invalid_overlay_format: "在 config.yml 的 'resource-pack.overlay-format' 处发现问题 - 无效的叠加资源包格式 ''. 叠加资源包格式必须包含占位符 '{version}'" warning.config.equipment.duplicate: "在文件 发现问题 - 重复的装备配置 ''. 请检查其他文件中是否存在相同配置" warning.config.equipment.missing_type: "在文件 发现问题 - 装备 '' 缺少必需的 'type' 参数" warning.config.equipment.invalid_type: "在文件 发现问题 - 装备 '' 使用了无效的 'type' 参数"