@@ -22,13 +22,15 @@ about.githubRepo: 源码
2222about.patreon : Patreon
2323about.developers : 开发者
2424about.honourableMentions : 特别鸣谢
25+
2526about.buildID : 构建版本ID
2627
2728about.contributor.content : 贡献者
2829about.youtuber.content : Youtuber
2930about.moderator.content : Discord管理员
3031about.closedBeta.content : 内测成员
3132about.brandingArtist.content : 美工
33+ about.translator.content : 翻译员
3234
3335about.description : |-
3436 一个为帮助 Minecraft Java 版地图创作者们制作丝滑、丰富的动画而准备的工具
@@ -46,6 +48,14 @@ animatedJava.boneConfig.armAnimationEnabled: 启用手臂动画
4648
4749animatedJava.popup.quickMessage.noExporterSelected : 未选择导出器!
4850
51+ # ? Errors/Warnings
52+
53+ animatedJava.exportCancelled : 导出已取消
54+
55+ animatedJava.error.exportInProgress : 导出中
56+
57+ animatedJava.customErrorReport.titleUndefined : 未知错误(不妙)
58+
4959animatedJava.dialog.miscError.title : Animated Java 出现了一个未知错误
5060animatedJava.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-
6973animatedJava.popup.error.unableToGenerateTexturePath.title : 纹理路径无效
7074animatedJava.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+
7585animatedJava.popup.error.invalidCubeRotations.title : 无效的旋转块
7686animatedJava.popup.error.invalidCubeRotations.body : |-
7787 某些块的旋转值在Java模型中无效。
@@ -127,6 +137,11 @@ animatedJava.setting.projectName.description: 此项目的唯一ID。必填!
127137animatedJava.setting.exporter.name : 导出器
128138animatedJava.setting.exporter.description : 此项目所使用的导出格式
129139
140+ animatedJava.setting.verbose.name : Verbose
141+ animatedJava.setting.verbose.description : |-
142+ 所选的导出器是否导出额外的调试/错误信息。
143+ 仅影响静态和动画导出器。
144+
130145animatedJava.setting.rigItem.name : 骨骼物品
131146animatedJava.setting.rigItem.description : 盔甲架上展示模型时所使用的物品
132147
0 commit comments