Skip to content

Commit

Permalink
Merge pull request #1152 from hankarry/master
Browse files Browse the repository at this point in the history
Correct the Chinese translation
  • Loading branch information
LtxProgrammer authored Nov 5, 2024
2 parents de9828b + b2e65a1 commit e53bb74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/assets/changed/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@

"command.changed.success.transfurred.one": "将 %s 兽化为了 %s",
"command.changed.success.transfurred.many": "将 %s 个玩家兽化为了 %s",
"command.changed.success.untransfurred.one": "反兽化了 %s",
"command.changed.success.untransfurred.many": "反兽化了 %s 个玩家",
"command.changed.success.untransfurred.one": "解除了 %s 的兽化状态",
"command.changed.success.untransfurred.many": "解除了 %s 个玩家的兽化状态",
"command.changed.success.progresstf.one": "开始了 %s 的兽化进程",
"command.changed.success.progresstf.many": "开始了 %s 个玩家的兽化进程",
"command.changed.success.regresstf.one": "开始了 %s 的反兽化进程",
"command.changed.success.regresstf.many": "开始了 %s 个玩家的反兽化进程",
"command.changed.success.regresstf.one": "开始了解除 %s 的兽化状态的进程",
"command.changed.success.regresstf.many": "开始了解除 %s 个玩家的兽化状态的进程",
"command.changed.error.not_latex_form": "无效胶液形态",
"command.changed.error.not_cause": "兽化源无效",
"command.changed.error.used_by_other_mod": "播放器已经被另一个模组占用",
"command.changed.error.used_by_other_mod": "玩家模型已经被另一个模组占用",
"command.changed.error.no_special_form": "没有指定特殊形态,请访问 https://www.patreon.com/ltxprogrammer",

"gamerule.changed:fusabilityDurationPlayer": "兽化后可以和胶兽合并的倒计时(Ticks)",
Expand Down

0 comments on commit e53bb74

Please sign in to comment.