Skip to content

Commit 35e89c2

Browse files
authored
Update zh.yaml
1 parent cae2156 commit 35e89c2

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

src/lang/zh.yaml

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ about.githubRepo: 源码
2222
about.patreon: Patreon
2323
about.developers: 开发者
2424
about.honourableMentions: 特别鸣谢
25+
2526
about.buildID: 构建版本ID
2627

2728
about.contributor.content: 贡献者
2829
about.youtuber.content: Youtuber
2930
about.moderator.content: Discord管理员
3031
about.closedBeta.content: 内测成员
3132
about.brandingArtist.content: 美工
33+
about.translator.content: 翻译员
3234

3335
about.description: |-
3436
一个为帮助 Minecraft Java 版地图创作者们制作丝滑、丰富的动画而准备的工具
@@ -46,6 +48,14 @@ animatedJava.boneConfig.armAnimationEnabled: 启用手臂动画
4648

4749
animatedJava.popup.quickMessage.noExporterSelected: 未选择导出器!
4850

51+
#? Errors/Warnings
52+
53+
animatedJava.exportCancelled: 导出已取消
54+
55+
animatedJava.error.exportInProgress: 导出中
56+
57+
animatedJava.customErrorReport.titleUndefined: 未知错误(不妙)
58+
4959
animatedJava.dialog.miscError.title: Animated Java 出现了一个未知错误
5060
animatedJava.dialog.miscError.body: |-
5161
<p>%errorMessage</p>
@@ -60,18 +70,18 @@ animatedJava.dialog.miscError.body: |-
6070
<p>你也可以加入我们的 <a href="%discordLink">Discord 服务器</a> 并在 #animated-java-support 频道上寻求帮助</p>
6171
<p>感谢!</p>
6272
63-
#? Errors/Warnings
64-
65-
animatedJava.exportCancelled: 取消导出
66-
67-
animatedJava.customErrorReport.titleUndefined: 未知错误
68-
6973
animatedJava.popup.error.unableToGenerateTexturePath.title: 纹理路径无效
7074
animatedJava.popup.error.unableToGenerateTexturePath.body: |-
71-
纹理'%textureName'在资源包中的路径无效
72-
请确保纹理正确地保存在资源包的'assets/namespace/textures/'路径下
75+
纹理 '%textureName' 在资源包中的路径无效
76+
请确保纹理正确地保存在资源包的 'assets/namespace/textures/' 路径下
7377
例:'resources/assets/minecraft/textures/item/diamond.png'
7478
79+
animatedJava.popup.error.unableToGenerateModelPath.title: 模型路径无效
80+
animatedJava.popup.error.unableToGenerateModelPath.body: |-
81+
模型 '%modelName' 在资源包中的路径无效
82+
请确保模型正确地保存在资源包的 'assets/namespace/models/' 路径下
83+
例:'resources/assets/minecraft/models/item/diamond.json'
84+
7585
animatedJava.popup.error.invalidCubeRotations.title: 无效的旋转块
7686
animatedJava.popup.error.invalidCubeRotations.body: |-
7787
某些块的旋转值在Java模型中无效。
@@ -127,6 +137,11 @@ animatedJava.setting.projectName.description: 此项目的唯一ID。必填!
127137
animatedJava.setting.exporter.name: 导出器
128138
animatedJava.setting.exporter.description: 此项目所使用的导出格式
129139

140+
animatedJava.setting.verbose.name: Verbose
141+
animatedJava.setting.verbose.description: |-
142+
所选的导出器是否导出额外的调试/错误信息。
143+
仅影响静态和动画导出器。
144+
130145
animatedJava.setting.rigItem.name: 骨骼物品
131146
animatedJava.setting.rigItem.description: 盔甲架上展示模型时所使用的物品
132147

0 commit comments

Comments
 (0)