Skip to content

Commit f5ae053

Browse files
Construction Sticks 翻译提交 (#5154)
* 建筑棒棒 * Update projects/1.21/assets/construction-sticks/constructionstick/lang/zh_cn.json Co-authored-by: Cactus_student <97865546+Cactusstudent@users.noreply.github.com> * 根据审阅意见修改 --------- Co-authored-by: Cactus_student <97865546+Cactusstudent@users.noreply.github.com>
1 parent a6df3b7 commit f5ae053

2 files changed

Lines changed: 204 additions & 0 deletions

File tree

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"advancement.constructionstick.iron_stick.desc": "Craft any Construction Stick",
3+
"advancement.constructionstick.iron_stick.title": "Sticky Situation",
4+
"advancement.constructionstick.root.desc": "Making building easier",
5+
"advancement.constructionstick.root.title": "Construction Sticks",
6+
"advancement.constructionstick.template_angel.desc": "I'm placing in mid-air, wo-oah!",
7+
"advancement.constructionstick.template_angel.title": "Angel Stick Template",
8+
"advancement.constructionstick.template_battery.desc": "Power up your construction game",
9+
"advancement.constructionstick.template_battery.title": "Battery Template",
10+
"advancement.constructionstick.template_destruction.desc": "Destroyer of blocks",
11+
"advancement.constructionstick.template_destruction.title": "Destruction Stick Template",
12+
"advancement.constructionstick.template_replacement.desc": "Out with the old, in with the new",
13+
"advancement.constructionstick.template_replacement.title": "Replacement Stick Template",
14+
"advancement.constructionstick.template_unbreakable.desc": "There's no limit!",
15+
"advancement.constructionstick.template_unbreakable.title": "Unbreakable Template",
16+
"constructionstick.alias.emi.construction": "Construction",
17+
"constructionstick.alias.emi.construction_wand": "Construction Wand",
18+
"constructionstick.alias.emi.wand": "Wand",
19+
"constructionstick.description.durability.limited": "for %d blocks",
20+
"constructionstick.description.key.sneak": "Sneak",
21+
"constructionstick.description.key.sneak_opt": "Sneak+%s",
22+
"constructionstick.description.stick": "The %s can place up to %s blocks at the side of a building facing you and lasts %s.\n\nPress the bound %s key to change placement restriction (Horizontal, Vertical, North/South, East/West, No lock).\n\nOpen the option screen with the bound %s key.\n\n§5§nUNDO§0§r\nHolding down the bound %s key while looking at a blocks will show you the last blocks you placed with a green border around them. Pressing the bound %s key while looking at any of them will undo the operation, giving you all the items back. If you used the Destruction upgrade, it will restore the blocks.\n\n§5§nCONTAINERS§0§r\nShulker boxes, bundles and many containers from other mods can provide building blocks for the stick.\n\n§5§nOFFHAND PRIORITY§0§r\nHaving blocks in your offhand will place them instead of the block you're looking at.",
23+
"constructionstick.description.template_angel": "The angel upgrade places a block on the opposite side of the block (or row of blocks) you are facing. Maximum distance depends on stick tier. Right click empty space to place a block in midair. To do that, you'll need to have the block you want to place in your offhand.",
24+
"constructionstick.description.template_battery": "The battery upgrade allows you to use energy instead of durability. The stick will have the ability to store energy and use it to place blocks. Warning, you can only charge the stick if you have a mod that provides a way to do so.",
25+
"constructionstick.description.template_destruction": "The destruction upgrade destroys blocks (no block entities) on the side facing you. Maximum number of blocks depends on stick tier. Destroyed blocks disappear into the void, you can use the undo feature if you've made a mistake.",
26+
"constructionstick.description.template_replacement": "The replacement upgrade allows you to exchange blocks with the block of the type you are holding in your offhand. This can be useful for replacing walls after placement.",
27+
"constructionstick.description.template_unbreakable": "The unbreakable upgrade allows you to place blocks without using durability. The stick will never break.",
28+
"constructionstick.description.upgrade": "§5§nINSTALLATION§0§r\nPut your new upgrade template together with your stick and the required item in a Smithing Table to apply (Check the Smithing Table recipes to see the required item). To switch between upgrades, press the bound %s key while holding your stick or use the option screen.",
29+
"constructionstick.networking.query_undo.failed": "Failed to undo operation: %s",
30+
"constructionstick.networking.stick_option.undo": "Failed to change stick option: %s",
31+
"constructionstick.networking.undo_blocks.failed": "Failed to undo blocks: %s",
32+
"constructionstick.option.direction": "Direction: ",
33+
"constructionstick.option.direction.player": "§aPlayer",
34+
"constructionstick.option.direction.player.desc": "Place blocks facing the player",
35+
"constructionstick.option.direction.target": "§6Target",
36+
"constructionstick.option.direction.target.desc": "Place blocks with same direction as target block",
37+
"constructionstick.option.lock": "Restriction: ",
38+
"constructionstick.option.lock.eastwest": "§6East/West",
39+
"constructionstick.option.lock.eastwest.desc": "Build a row in E/W direction on top of the original block",
40+
"constructionstick.option.lock.horizontal": "§aLeft/Right",
41+
"constructionstick.option.lock.horizontal.desc": "Build a horizontal column in front of the original block",
42+
"constructionstick.option.lock.nolock": "§cNone",
43+
"constructionstick.option.lock.nolock.desc": "Extend from any side of the original block",
44+
"constructionstick.option.lock.northsouth": "§6North/South",
45+
"constructionstick.option.lock.northsouth.desc": "Build a row in N/S direction on top of the original block",
46+
"constructionstick.option.lock.vertical": "§aUp/Down",
47+
"constructionstick.option.lock.vertical.desc": "Build a vertical column in front of the original block",
48+
"constructionstick.option.match": "Matching: ",
49+
"constructionstick.option.match.any": "§cAny",
50+
"constructionstick.option.match.any.desc": "Extend any block",
51+
"constructionstick.option.match.exact": "§aExact",
52+
"constructionstick.option.match.exact.desc": "Only extend blocks that are exactly the same",
53+
"constructionstick.option.match.similar": "§6Similar",
54+
"constructionstick.option.match.similar.desc": "Treat similar blocks (dirt/grass types) equally",
55+
"constructionstick.option.random": "Random: ",
56+
"constructionstick.option.random.no": "§cNo",
57+
"constructionstick.option.random.no.desc": "Don't randomize placed blocks",
58+
"constructionstick.option.random.yes": "§aYes",
59+
"constructionstick.option.random.yes.desc": "Place random blocks present in your hotbar",
60+
"constructionstick.option.replace": "Replacement: ",
61+
"constructionstick.option.replace.no": "§cNo",
62+
"constructionstick.option.replace.no.desc": "Don't replace blocks",
63+
"constructionstick.option.replace.yes": "§aYes",
64+
"constructionstick.option.replace.yes.desc": "Replace certain blocks like fluids, snow and tallgrass",
65+
"constructionstick.option.upgrades": "",
66+
"constructionstick.option.upgrades.constructionstick:default": "Construction",
67+
"constructionstick.option.upgrades.constructionstick:default.desc": "Extend your building on the side facing you",
68+
"constructionstick.option.upgrades.constructionstick:upgrade_angel": "§6Angel",
69+
"constructionstick.option.upgrades.constructionstick:upgrade_angel.desc": "Place behind blocks and in mid air",
70+
"constructionstick.option.upgrades.constructionstick:upgrade_battery": "§4Battery",
71+
"constructionstick.option.upgrades.constructionstick:upgrade_battery.desc": "Use energy instead of durability",
72+
"constructionstick.option.upgrades.constructionstick:upgrade_destruction": "§cDestruction",
73+
"constructionstick.option.upgrades.constructionstick:upgrade_destruction.desc": "Destroys blocks on the side facing you",
74+
"constructionstick.option.upgrades.constructionstick:upgrade_replacement": "§5Replacement",
75+
"constructionstick.option.upgrades.constructionstick:upgrade_replacement.desc": "Replaces blocks with the block in your offhand",
76+
"constructionstick.option.upgrades.constructionstick:upgrade_unbreakable": "§dUnbreakable",
77+
"constructionstick.option.upgrades.constructionstick:upgrade_unbreakable.desc": "Allows placing without using durability",
78+
"constructionstick.tooltip.blocks": "Max. %d blocks",
79+
"constructionstick.tooltip.shift": "Press [SHIFT]",
80+
"constructionstick.tooltip.storage": "%s/%s RF stored",
81+
"constructionstick.tooltip.upgrades": "Stick upgrades:",
82+
"constructionstick.tooltip.upgrades_tip": "Apply the template to your stick in the smithing table",
83+
"item.constructionstick.copper_stick": "Copper Stick",
84+
"item.constructionstick.diamond_stick": "Diamond Stick",
85+
"item.constructionstick.iron_stick": "Iron Stick",
86+
"item.constructionstick.netherite_stick": "Netherite Stick",
87+
"item.constructionstick.template_angel": "Angel Stick Template",
88+
"item.constructionstick.template_battery": "Battery Template",
89+
"item.constructionstick.template_destruction": "Destruction Stick Template",
90+
"item.constructionstick.template_replacement": "Replacement Stick Template",
91+
"item.constructionstick.template_unbreakable": "Unbreakable Template",
92+
"item.constructionstick.wooden_stick": "Stickiest Stick",
93+
"itemGroup.constructionstick.tab": "Construction Sticks",
94+
"key.constructionstick.category": "Construction Sticks",
95+
"key.constructionstick.change_direction": "Toggle Direction",
96+
"key.constructionstick.change_restriction": "Toggle Restriction",
97+
"key.constructionstick.change_upgrade": "Toggle Upgrade",
98+
"key.constructionstick.open_gui": "Open Stick Options",
99+
"key.constructionstick.show_previous": "Show Previous",
100+
"key.constructionstick.undo": "Undo Operation",
101+
"stat.constructionstick.use_stick": "Blocks placed using Stick"
102+
}
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"advancement.constructionstick.iron_stick.desc": "合成任意建筑棒",
3+
"advancement.constructionstick.iron_stick.title": "手棒雷",
4+
"advancement.constructionstick.root.desc": "建造变得更简单了",
5+
"advancement.constructionstick.root.title": "建筑棒",
6+
"advancement.constructionstick.template_angel.desc": "凭空放置,哇哦!",
7+
"advancement.constructionstick.template_angel.title": "天使之棒模板",
8+
"advancement.constructionstick.template_battery.desc": "为建造赋能",
9+
"advancement.constructionstick.template_battery.title": "电池模板",
10+
"advancement.constructionstick.template_destruction.desc": "方块破坏者",
11+
"advancement.constructionstick.template_destruction.title": "破坏之棒模板",
12+
"advancement.constructionstick.template_replacement.desc": "旧的不去,新的不来",
13+
"advancement.constructionstick.template_replacement.title": "替换之棒模板",
14+
"advancement.constructionstick.template_unbreakable.desc": "无极限!",
15+
"advancement.constructionstick.template_unbreakable.title": "不毁模板",
16+
"constructionstick.alias.emi.construction": "建筑",
17+
"constructionstick.alias.emi.construction_wand": "建筑手杖",
18+
"constructionstick.alias.emi.wand": "手杖",
19+
"constructionstick.description.durability.limited": "%d",
20+
"constructionstick.description.key.sneak": "潜行",
21+
"constructionstick.description.key.sneak_opt": "潜行+%s",
22+
"constructionstick.description.stick": "%s可在结构面向你的一侧最多放置%s个方块,使用次数为%s次。\n\n按下绑定按键[%s]可切换放置方向锁定模式(水平、垂直、北/南、东/西、无锁定)。\n\n按下绑定按键[%s]打开设置界面。\n\n§5§n撤销§0§r\n对方块按住绑定按键[%s]时,上次放置的方块会显示绿色边框。对任意有边框的方块按下绑定按键[%s]可撤销操作,返还所有物品。若使用了破坏升级,被破坏的方块将复原。\n\n§5§n容器§0§r\n潜影盒、收纳袋及其他模组的各种容器均可为建筑棒提供建筑方块。\n\n§5§n副手优先§0§r\n副手持有的方块将优先于目标方块进行放置。",
23+
"constructionstick.description.template_angel": "天使升级可在你面对的方块(或一排方块)的背面放置方块。最大距离取决于建筑棒等级。右击空气可凭空放置方块,此时需要将待放置方块置于副手。",
24+
"constructionstick.description.template_battery": "电池升级可使用能量代替耐久度。建筑棒将可以存储并消耗能量放置方块。警告:本模组不提供充能手段,需额外安装其他模组为建筑棒充能。",
25+
"constructionstick.description.template_destruction": "破坏升级可摧毁面向你一侧的方块(不包括方块实体)。最大破坏数量取决于建筑棒等级。被摧毁的方块将直接消失,误操作可使用撤销功能恢复。",
26+
"constructionstick.description.template_replacement": "替换可使用副手持有的方块替换目标方块。适合用来在放置后调整墙体方块。",
27+
"constructionstick.description.template_unbreakable": "不毁升级可使建筑棒放置方块不消耗耐久度。建筑棒将永不损坏。",
28+
"constructionstick.description.upgrade": "§5§n安装升级§0§r\n将新的升级模板与建筑棒,及所需材料放入锻造台即可添加升级(查看锻造台配方以了解所需材料)。持有建筑棒时,按下绑定按键[%s],或通过设置界面切换升级。",
29+
"constructionstick.networking.query_undo.failed": "撤销操作失败:%s",
30+
"constructionstick.networking.stick_option.undo": "模式变更失败:%s",
31+
"constructionstick.networking.undo_blocks.failed": "撤销方块失败:%s",
32+
"constructionstick.option.direction": "方块朝向:",
33+
"constructionstick.option.direction.player": "§a玩家",
34+
"constructionstick.option.direction.player.desc": "放置的方块将面向玩家",
35+
"constructionstick.option.direction.target": "§6目标",
36+
"constructionstick.option.direction.target.desc": "放置的方块朝向将与目标方块一致",
37+
"constructionstick.option.lock": "方向锁定:",
38+
"constructionstick.option.lock.eastwest": "§6东/西",
39+
"constructionstick.option.lock.eastwest.desc": "在原始方块顶部沿东/西方向建造一行",
40+
"constructionstick.option.lock.horizontal": "§a左/右",
41+
"constructionstick.option.lock.horizontal.desc": "在原始方块前方沿水平方向延伸一列",
42+
"constructionstick.option.lock.nolock": "§c无",
43+
"constructionstick.option.lock.nolock.desc": "可从原始方块任意面延伸建造",
44+
"constructionstick.option.lock.northsouth": "§6北/南",
45+
"constructionstick.option.lock.northsouth.desc": "在原始方块顶部沿北/南方向建造一行",
46+
"constructionstick.option.lock.vertical": "§a上/下",
47+
"constructionstick.option.lock.vertical.desc": "在原始方块前方沿垂直方向延伸一列",
48+
"constructionstick.option.match": "匹配:",
49+
"constructionstick.option.match.any": "§c任意",
50+
"constructionstick.option.match.any.desc": "延伸放置任意方块",
51+
"constructionstick.option.match.exact": "§a精确",
52+
"constructionstick.option.match.exact.desc": "只延伸放置完全相同的方块",
53+
"constructionstick.option.match.similar": "§6相似",
54+
"constructionstick.option.match.similar.desc": "同时处理相似方块(泥土/草方块类)",
55+
"constructionstick.option.random": "随机:",
56+
"constructionstick.option.random.no": "§c否",
57+
"constructionstick.option.random.no.desc": "不随机放置方块",
58+
"constructionstick.option.random.yes": "§a是",
59+
"constructionstick.option.random.yes.desc": "随机放置快捷栏中的方块",
60+
"constructionstick.option.replace": "替换:",
61+
"constructionstick.option.replace.no": "§c否",
62+
"constructionstick.option.replace.no.desc": "不替换方块",
63+
"constructionstick.option.replace.yes": "§a是",
64+
"constructionstick.option.replace.yes.desc": "替换例如流体、雪和草丛等特定方块",
65+
"constructionstick.option.upgrades": "",
66+
"constructionstick.option.upgrades.constructionstick:default": "建造",
67+
"constructionstick.option.upgrades.constructionstick:default.desc": "向面向玩家一侧的延伸方块",
68+
"constructionstick.option.upgrades.constructionstick:upgrade_angel": "§6天使",
69+
"constructionstick.option.upgrades.constructionstick:upgrade_angel.desc": "在方块后/半空中放置方块",
70+
"constructionstick.option.upgrades.constructionstick:upgrade_battery": "§4电池",
71+
"constructionstick.option.upgrades.constructionstick:upgrade_battery.desc": "消耗能量代替耐久度",
72+
"constructionstick.option.upgrades.constructionstick:upgrade_destruction": "§c破坏",
73+
"constructionstick.option.upgrades.constructionstick:upgrade_destruction.desc": "破坏面向玩家一侧的方块",
74+
"constructionstick.option.upgrades.constructionstick:upgrade_replacement": "§5替换",
75+
"constructionstick.option.upgrades.constructionstick:upgrade_replacement.desc": "使用副手持有的方块替换方块",
76+
"constructionstick.option.upgrades.constructionstick:upgrade_unbreakable": "§d不毁",
77+
"constructionstick.option.upgrades.constructionstick:upgrade_unbreakable.desc": "操作不消耗耐久度",
78+
"constructionstick.tooltip.blocks": "最多%d个方块",
79+
"constructionstick.tooltip.shift": "按住[SHIFT]",
80+
"constructionstick.tooltip.storage": "已储存%s/%s RF",
81+
"constructionstick.tooltip.upgrades": "已安装升级:",
82+
"constructionstick.tooltip.upgrades_tip": "在锻造台中为建筑棒添加升级",
83+
"item.constructionstick.copper_stick": "铜棒",
84+
"item.constructionstick.diamond_stick": "钻石棒",
85+
"item.constructionstick.iron_stick": "铁棒",
86+
"item.constructionstick.netherite_stick": "下界合金棒",
87+
"item.constructionstick.template_angel": "天使之棒模板",
88+
"item.constructionstick.template_battery": "电池模板",
89+
"item.constructionstick.template_destruction": "破坏之棒模板",
90+
"item.constructionstick.template_replacement": "替换之棒模板",
91+
"item.constructionstick.template_unbreakable": "不毁模板",
92+
"item.constructionstick.wooden_stick": "超级棒",
93+
"itemGroup.constructionstick.tab": "建筑之棒",
94+
"key.constructionstick.category": "建筑之棒",
95+
"key.constructionstick.change_direction": "切换方块朝向",
96+
"key.constructionstick.change_restriction": "切换方向锁定",
97+
"key.constructionstick.change_upgrade": "切换升级",
98+
"key.constructionstick.open_gui": "打开建筑棒设置界面",
99+
"key.constructionstick.show_previous": "显示上一操作",
100+
"key.constructionstick.undo": "撤销操作",
101+
"stat.constructionstick.use_stick": "使用建筑棒放置的方块"
102+
}

0 commit comments

Comments
 (0)