Skip to content
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
25 changes: 24 additions & 1 deletion src/main/resources/assets/blast/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"item.blast.dirt_trigger_bomb": "触发型泥土炸弹",
"item.blast.pearl_bomb": "末影炸弹",
"item.blast.pearl_trigger_bomb": "触发型末影炸弹",
"item.blast.amethyst_bomb": "紫水晶炸弹",
"item.blast.amethyst_trigger_bomb": "触发型紫水晶炸弹",
"item.blast.frost_bomb": "寒霜炸弹",
"item.blast.frost_trigger_bomb": "触发型寒霜炸弹",
"item.blast.slime_bomb": "粘液炸弹",
"item.blast.slime_trigger_bomb": "触发型粘液炸弹",
"item.blast.pipe_bomb": "管状炸弹",
"entity.blast.bombard": "投弹器",
"entity.blast.slime_bombard": "粘液投弹器",
"entity.blast.amethyst_bombard": "紫水晶投弹器",
Expand All @@ -33,15 +40,31 @@
"entity.blast.dirt_trigger_bomb": "触发型泥土炸弹",
"entity.blast.pearl_bomb": "末影炸弹",
"entity.blast.pearl_trigger_bomb": "触发型末影炸弹",
"entity.blast.amethyst_bomb": "紫水晶炸弹",
"entity.blast.amethyst_trigger_bomb": "触发型紫水晶炸弹",
"entity.blast.frost_bomb": "寒霜炸弹",
"entity.blast.frost_trigger_bomb": "触发型寒霜炸弹",
"entity.blast.slime_bomb": "粘液炸弹",
"entity.blast.slime_trigger_bomb": "触发型粘液炸弹",
"entity.blast.gunpowder_block": "火药块",
"entity.blast.stripminer": "探矿者",
"entity.blast.cold_digger": "破冰者",
"entity.blast.bonesburrier": "碎骨者",
"entity.blast.amethyst_shard": "紫水晶碎片",
"entity.blast.icicle": "冰锥",
"entity.blast.pipe_bomb": "管状炸弹",
"entity.blast.shrapnel_block": "弹片块",
"block.blast.gunpowder_block": "火药块",
"block.blast.stripminer": "探矿者",
"block.blast.cold_digger": "破冰者",
"block.blast.remote_detonator": "远程引爆器",
"block.blast.bonesburrier": "碎骨者",
"block.blast.dry_ice": "干冰",
"block.blast.folly_red_paint": "愚红漆",
"block.blast.fresh_folly_red_paint": "新鲜的愚红漆",
"block.blast.dried_folly_red_paint": "干枯的愚红漆",
"death.attack.amethyst_shard": "%1$s被%2$s的紫水晶炸弹炸成碎片",
"death.attack.icicle": "%1$s被%2$s击倒了"
"death.attack.icicle": "%1$s被%2$s击倒了",
"subtitles.blast.entity.pipe_bomb.tick": "管状炸弹滴答",
"subtitles.blast.entity.pipe_bomb.explode": "管状炸弹爆炸"
}