Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create zh_cn.json #14

Merged
merged 1 commit into from
Jul 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/main/resources/assets/morebows/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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":"更多弓配置界面"
}