From acc84cc649d93dd8723d14409eb24bb3d8a7ead6 Mon Sep 17 00:00:00 2001 From: mc_shengxia <61299630+panda-lsy@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:09:11 +0800 Subject: [PATCH] Create zh_cn.json Simplified Chinese translation for minecraft 1.20.X --- .../resources/assets/morebows/lang/zh_cn.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/assets/morebows/lang/zh_cn.json diff --git a/src/main/resources/assets/morebows/lang/zh_cn.json b/src/main/resources/assets/morebows/lang/zh_cn.json new file mode 100644 index 0000000..9279ec0 --- /dev/null +++ b/src/main/resources/assets/morebows/lang/zh_cn.json @@ -0,0 +1,32 @@ +{ + "item.morebows.diamond_bow":"水晶弓", + "item.morebows.ender_bow":"末影弓", + "item.morebows.flame_bow":"烈焰弓", + "item.morebows.frost_bow":"寒冰弓", + "item.morebows.gold_bow":"金弓", + "item.morebows.iron_bow":"铁弓", + "item.morebows.multi_bow":"多发弓", + "item.morebows.stone_bow":"加固弓", + "morebows.confBowDamageMult":"伤害翻倍", + "morebows.confBowDamageMult.tooltip":"弓箭基础伤害的倍数。越高伤害越大。", + "morebows.confBowDrawbackDiv":"拉弓反作用分数", + "morebows.confBowDrawbackDiv.tooltip":"弓的拉弓受到的反作用。越低拉弓速度越快.", + "morebows.confBowDurability":"耐久", + "morebows.confBowDurability.tooltip":"弓的耐用性。越高越耐用.", + "morebows.confCatBow":"弓的属性", + "morebows.confCatBow.tooltip":"允许更改每张弓的属性。对修改包作者非常有用。", + "morebows.confCatGen":"常规设置", + "morebows.confCatGen.tooltip":"各种杂项设置", + "morebows.confGenFrostCold":"寒冰弓寒冷性", + "morebows.confGenFrostCold.tooltip":"如果启用,寒冰箭将对火焰造成三倍伤害,并扑灭着火的实体。\n启用此功能还能防止冰霜箭着火。", + "morebows.confGenOldRendering":"寒冰箭原版渲染", + "morebows.confGenOldRendering.tooltip":"如果启用,寒冰箭头将呈现为原版箭头形状.", + "morebows.confGenOldSlowdown":"冰霜箭对生物减速原版算法", + "morebows.confGenOldSlowdown.tooltip":"如果启用,霜冻箭头会假装将实体设置在网中,从而减慢实体的运动速度。\n如果禁用,冰霜箭会在命中时使用减速药水效果。", + "morebows.confMultiShotAmmo":"多发弓箭的使用", + "morebows.confMultiShotAmmo.AlwaysCustomArrows":"自定义", + "morebows.confMultiShotAmmo.AlwaysStandardArrows":"标准", + "morebows.confMultiShotAmmo.UseAmountShot":"多个", + "morebows.confMultiShotAmmo.tooltip":"更改多重射击弓处理额外箭矢的方式。可能的选项\n使用 1 支箭,射出多支自定义箭\n使用 1 支箭,射出多支标准箭\n使用尽可能多的箭,射出用过的箭", + "morebows.confTitle":"更多弓配置界面" +}