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

upadte zh_cn.json #255

Merged
merged 2 commits into from
Feb 12, 2024
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
22 changes: 21 additions & 1 deletion src/main/resources/assets/unicopia/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"emi.category.unicopia.spellbook": "魔法书",
"emi.category.unicopia.cloud_shaping": "塑形",
"emi.category.unicopia.growing": "生长",

"emi.category.unicopia.altar": "黑暗仪式",
"recipe.unicopia.altar.instruction": "将物品掷入火中",
"recipe.unicopia.growing.instruction": "聚焦陆马魔法",

"item.unicopia.alicorn_badge": "天角兽徽章",
"item.unicopia.unicorn_badge": "独角兽徽章",
"item.unicopia.pegasus_badge": "天马徽章",
Expand Down Expand Up @@ -222,12 +225,27 @@
"block.unicopia.rocks": "一些石块",
"block.unicopia.plunder_vine": "掠夺之藤",
"block.unicopia.plunder_vine_bud": "掠夺之藤幼芽",
"block.unicopia.spectral_fire": "节律火",
"block.unicopia.bananas": "香蕉",
"block.unicopia.zapling": "魔虹苹果树苗",
"block.unicopia.zap_log": "魔虹苹果木原木",
"block.unicopia.zap_wood": "魔虹苹果木",
"block.unicopia.stripped_zap_log": "去皮魔虹苹果木原木",
"block.unicopia.stripped_zap_wood": "去皮魔虹苹果木",
"block.unicopia.zap_planks": "魔虹苹果木板",
"block.unicopia.zap_stairs": "魔虹苹果木楼梯",
"block.unicopia.zap_slab": "魔虹苹果木台阶",
"block.unicopia.zap_fence": "魔虹苹果木栅栏",
"block.unicopia.zap_fence_gate": "魔虹苹果木栅栏门",
"block.unicopia.waxed_zap_log": "涂蜡魔虹苹果木原木",
"block.unicopia.waxed_zap_wood": "涂蜡魔虹苹果木",
"block.unicopia.waxed_stripped_zap_log": "涂蜡去皮魔虹苹果木原木",
"block.unicopia.waxed_stripped_zap_wood": "涂蜡去皮魔虹苹果木",
"block.unicopia.waxed_zap_planks": "涂蜡魔虹苹果木板",
"block.unicopia.waxed_zap_stairs": "涂蜡魔虹苹果木楼梯",
"block.unicopia.waxed_zap_slab": "涂蜡魔虹苹果木台阶",
"block.unicopia.waxed_zap_fence": "涂蜡魔虹苹果木栅栏",
"block.unicopia.waxed_zap_fence_gate": "涂蜡魔虹苹果木栅栏门",
"block.unicopia.zap_leaves": "魔虹苹果树叶",
"block.unicopia.flowering_zap_leaves": "盛开的魔虹苹果树叶",
"block.unicopia.zap_apple": "魔虹苹果",
Expand Down Expand Up @@ -1443,6 +1461,8 @@
"death.attack.unicopia.horseshoe.self": "%1$s 咣了自己",
"death.attack.unicopia.horseshoe.item": "%1$s 被 %2$s 用 %3$s 咣了",
"death.attack.unicopia.horseshoe.player": "%1$s 被 %2$s 咣了",
"death.attack.unicopia.spikes": "%1$s 被扎死了",
"death.attack.unicopia.spikes.player": "%1$s 在试图逃离 %2$s 时落入了一堆尖刺中",

"death.fell.accident.ladder.pegasus": "%1$s 从梯子上掉下来时忘了自己会飞",
"death.fell.accident.vines.pegasus": "%1$s 从藤蔓上掉下来时忘了自己会飞",
Expand Down
Loading