Skip to content

Commit 184f67b

Browse files
authored
Merge pull request #88 from ououn/main
Update zh.yaml
2 parents f1f1d91 + 9ef35bf commit 184f67b

File tree

1 file changed

+45
-8
lines changed

1 file changed

+45
-8
lines changed

src/lang/zh.yaml

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ animatedJava:
1717
title: 添加变体
1818
description: 为模型添加变体
1919
back: 返回
20-
2120
popups:
2221
exportCancelled: 导出已取消!
2322
exportInProgress: 导出中!
@@ -29,6 +28,7 @@ animatedJava:
2928

3029
settings:
3130
header: Animated Java 设置
31+
exporterSettings: 导出器设置
3232
isGlobal: '(全局)'
3333
isOptional: '(可选)'
3434

@@ -190,6 +190,7 @@ animatedJava:
190190
reasons:
191191
overridesMissing: 模型缺少 overrides 列表。
192192
ajMetaMissing: 所合并到的物品模型并非 Animated Java predicate 文件。
193+
invalidJson: 所合并到的文件并非合法的 JSON 格式文件
193194

194195
invalidAnimationSnappingValue:
195196
title: 无效的动画吸附值
@@ -280,6 +281,13 @@ animatedJava:
280281
body:
281282
- 导出前需要在设置中定义数据包的路径。
282283

284+
settingGroups:
285+
entityTags:
286+
title: 实体标签
287+
288+
scoreboardObjectives:
289+
title: 记分项
290+
283291
settings:
284292
rootEntityType:
285293
title: 根实体类型
@@ -328,12 +336,12 @@ animatedJava:
328336
internalScoreboardObjective:
329337
title: 内部记分板
330338
description:
331-
- 用于内部计算的记分板目标名称
339+
- 用于内部计算的记分项名称
332340

333341
idScoreboardObjective:
334342
title: 模型 ID 记分板
335343
description:
336-
- 用于标识不同实体和模型实例的记分板目标名称
344+
- 用于标识不同实体和模型实例的记分项名称
337345

338346
exportMode:
339347
title: 导出模式
@@ -349,14 +357,14 @@ animatedJava:
349357
description:
350358
- .mc 文件的导出路径
351359
- 需要先安装 mc-extra 到你的 MCB 工作区才能构建导出的资源包
360+
errors:
361+
mustBeNamedAfterProject: 路径必须结束于名为 %projectName.mc 的文件!
352362

353363
mcbConfigPath:
354364
title: Lang-mc config.json 路径
355365
description:
356366
- 导出用于 Animated Java 的默认 MCB 配置
357367
- 警告!该操作会覆盖现有的 config.json
358-
errors:
359-
mustBeNamedAfterProject: 路径必须指向名为 %projectName.mc 的文件!
360368

361369
dataPackPath:
362370
title: 数据包
@@ -367,6 +375,22 @@ animatedJava:
367375
vanillaStatue:
368376
title: 静态导出器
369377

378+
rawAnimation:
379+
title: 原始动画
380+
381+
dialogs:
382+
errors:
383+
outputJsonPathUndefined:
384+
title: 未定义 JSON 输出路径
385+
body:
386+
- 导出前需要在设置中定义 JSON 的输出路径。
387+
388+
settings:
389+
outputJsonPath:
390+
title: 输出 JSON
391+
description:
392+
- 导出的数据文件路径
393+
370394
#? Vanilla Animation Exporter
371395
vanillaAnimation:
372396
title: 动画导出器
@@ -405,17 +429,30 @@ animatedJava:
405429
errors:
406430
valueOutOfRange: 设置的值必须至少为 0
407431

432+
deduplicatePositionFrames:
433+
title: 优化重复位置帧
434+
description:
435+
- 移除导出动画中重复的位置值。
436+
- 可大大减少文件大小与函数量。
437+
- 警告!会导致你尝试移动模型时丢失骨骼。仅在你需要静态模型时启用。
438+
439+
deduplicateRotationFrames:
440+
title: 优化重复旋转帧
441+
description:
442+
- 移除导出动画中重复的旋转值。
443+
- 可大大减少文件大小与函数量。
444+
408445
frameScoreboardObjective:
409446
title: 帧 记分板
410447
description:
411-
- 用于跟踪动画下一帧的记分板目标名称
448+
- 用于跟踪动画下一帧的记分项名称
412449

413450
animatingFlagScoreboardObjective:
414451
title: 动画标记 记分板
415452
description:
416-
- 用于查询骨骼动画是否播放中的记分板目标名称
453+
- 用于查询骨骼动画是否播放中的记分项名称
417454

418455
animationLoopModeScoreboardObjective:
419456
title: 动画循环模式 记分板
420457
description:
421-
- 用于控制各动画循环行为的记分板目标名称
458+
- 用于控制各动画循环行为的记分项名称

0 commit comments

Comments
 (0)