From 3bc640e46ca5bdff5d1f37776ad8dfcf90c70532 Mon Sep 17 00:00:00 2001 From: MarginalPerson <59750952+MarginalPerson@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:52:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20Champions=20?= =?UTF-8?q?=E7=BF=BB=E8=AD=AF=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 歷史提交: * 增加 Champions 翻譯 * Delete assets/lang directory * 新增 Champion 翻譯 * Delete assets/assets/champions/lang directory * 新增 Champions 翻譯 --- assets/champions/lang/zh_tw.json | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 assets/champions/lang/zh_tw.json diff --git a/assets/champions/lang/zh_tw.json b/assets/champions/lang/zh_tw.json new file mode 100644 index 000000000..5c2bdbd30 --- /dev/null +++ b/assets/champions/lang/zh_tw.json @@ -0,0 +1,36 @@ +{ + "item.champions.egg": "菁英怪 生怪蛋", + "item.champions.egg.tooltip": "隨機詞綴", + "argument.champions.affix.unknown": "未知的詞綴 %s", + "commands.champions.summon.success": "生成新的 %s", + "commands.champions.egg.success": "創造新的 %s", + "effect.champions.paralysis": "癱瘓", + "effect.champions.wound": "重創", + "death.attack.reflection": "%1$s 自食其果", + "death.attack.cinderBullet": "%1$s 被火球擊中", + "death.attack.cinderBullet.indirect": "%1$s 在和 %2$s 戰鬥時被火球擊中", + "rank.champions.title.0": "普通", + "rank.champions.title.1": "稀有", + "rank.champions.title.2": "菁英", + "rank.champions.title.3": "傳奇", + "rank.champions.title.4": "終極", + "affix.champions.molten": "融化", + "affix.champions.hasty": "急速", + "affix.champions.reflective": "反射", + "affix.champions.lively": "自癒", + "affix.champions.magnetic": "磁力", + "affix.champions.dampening": "抑制", + "affix.champions.adaptable": "適應", + "affix.champions.knocking": "擊退", + "affix.champions.desecrating": "褻瀆", + "affix.champions.plagued": "瘟疫", + "affix.champions.infested": "蟲害", + "affix.champions.paralyzing": "癱瘓", + "affix.champions.wounding": "重創", + "affix.champions.shielding": "護盾", + "affix.champions.arctic": "極寒", + "affix.champions.enkindling": "點燃", + "advancements.champions.kill_a_champion.title": "菁英獵手", + "advancements.champions.kill_a_champion.description": "殺死一隻強力的敵對怪物", + "stat.champions.champion_mobs_killed": "菁英怪擊殺數" +}