Skip to content

Commit 36d189b

Browse files
authored
Construction Sticks 翻译更新 (#5217)
更新
1 parent b78155e commit 36d189b

2 files changed

Lines changed: 82 additions & 2 deletions

File tree

projects/1.21/assets/construction-sticks/constructionstick/lang/en_us.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,46 @@
1616
"constructionstick.alias.emi.construction": "Construction",
1717
"constructionstick.alias.emi.construction_wand": "Construction Wand",
1818
"constructionstick.alias.emi.wand": "Wand",
19+
"constructionstick.configuration.AngelFalling": "Angel Place",
20+
"constructionstick.configuration.AngelFalling.tooltip": "Place blocks below you while falling > 10 blocks with angel upgrade (Can be used to save you from drops/the void)",
21+
"constructionstick.configuration.BEList": "Block Entity List",
22+
"constructionstick.configuration.BEList.tooltip": "White/Blacklist for Block Entities. Allow/Prevent blocks with BEs from being placed by stick. You can either add block ids like minecraft:chest or mod ids like minecraft",
23+
"constructionstick.configuration.BEWhitelist": "Block Entity Whitelist",
24+
"constructionstick.configuration.BEWhitelist.tooltip": "If set to TRUE, treat BEList as a whitelist, otherwise blacklist",
25+
"constructionstick.configuration.MaxRange": "Max Range",
26+
"constructionstick.configuration.MaxRange.tooltip": "Maximum placement range (0: unlimited). Affects all sticks and is meant for lag prevention, not game balancing.",
27+
"constructionstick.configuration.SimilarBlocks": "Similar Blocks",
28+
"constructionstick.configuration.SimilarBlocks.tooltip": "Blocks to treat equally when in Similar mode. Enter block IDs seperated by ;",
29+
"constructionstick.configuration.UndoHistory": "Undo History",
30+
"constructionstick.configuration.UndoHistory.tooltip": "Number of operations that can be undone",
31+
"constructionstick.configuration.angel": "Angel Upgrade",
32+
"constructionstick.configuration.angel.tooltip": "Stick destruction block limit (0 to disable destruction upgrade)",
33+
"constructionstick.configuration.batteryStorage": "Battery Storage",
34+
"constructionstick.configuration.batteryStorage.tooltip": "Battery power storage",
35+
"constructionstick.configuration.batteryUsage": "Battery Usage",
36+
"constructionstick.configuration.batteryUsage.tooltip": "Battery power usage per block",
37+
"constructionstick.configuration.blockentity": "Block entity",
38+
"constructionstick.configuration.blockentity.tooltip": "Block Entity Settings",
39+
"constructionstick.configuration.copper_stick": "Copper Stick",
40+
"constructionstick.configuration.copper_stick.tooltip": "Copper Stick Settings",
41+
"constructionstick.configuration.destruction": "Destruction Upgrade",
42+
"constructionstick.configuration.destruction.tooltip": "Stick destruction block limit (0 to disable destruction upgrade)",
43+
"constructionstick.configuration.diamond_stick": "Diamond Stick",
44+
"constructionstick.configuration.diamond_stick.tooltip": "Diamond Stick Settings",
45+
"constructionstick.configuration.durability": "Durability",
46+
"constructionstick.configuration.durability.tooltip": "Stick durability",
47+
"constructionstick.configuration.iron_stick": "Iron Stick",
48+
"constructionstick.configuration.iron_stick.tooltip": "Iron Stick Settings",
49+
"constructionstick.configuration.limit": "Placement Limit",
50+
"constructionstick.configuration.limit.tooltip": "Max placement distance with angel upgrade (0 to disable angel upgrade)",
51+
"constructionstick.configuration.misc": "Misc",
52+
"constructionstick.configuration.misc.tooltip": "Miscellaneous Settings",
53+
"constructionstick.configuration.netherite_stick": "Netherite Stick",
54+
"constructionstick.configuration.netherite_stick.tooltip": "Netherite Stick Settings",
55+
"constructionstick.configuration.upgradeable": "Upgradeable",
56+
"constructionstick.configuration.upgradeable.tooltip": "Allow stick upgrading by putting the stick together with a stick upgrade in a smithing table.",
57+
"constructionstick.configuration.wooden_stick": "Stickiest Stick",
58+
"constructionstick.configuration.wooden_stick.tooltip": "Stickiest Stick Settings",
1959
"constructionstick.description.durability.limited": "for %d blocks",
2060
"constructionstick.description.key.sneak": "Sneak",
2161
"constructionstick.description.key.sneak_opt": "Sneak+%s",
@@ -99,4 +139,4 @@
99139
"key.constructionstick.show_previous": "Show Previous",
100140
"key.constructionstick.undo": "Undo Operation",
101141
"stat.constructionstick.use_stick": "Blocks placed using Stick"
102-
}
142+
}

projects/1.21/assets/construction-sticks/constructionstick/lang/zh_cn.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,46 @@
1616
"constructionstick.alias.emi.construction": "建筑",
1717
"constructionstick.alias.emi.construction_wand": "建筑手杖",
1818
"constructionstick.alias.emi.wand": "手杖",
19+
"constructionstick.configuration.AngelFalling": "天使放置",
20+
"constructionstick.configuration.AngelFalling.tooltip": "当摔落高度大于10格时,天使升级会在玩家下方放置方块(可避免摔死/坠入虚空)",
21+
"constructionstick.configuration.BEList": "方块实体名单",
22+
"constructionstick.configuration.BEList.tooltip": "方块实体的白名单/黑名单。允许/阻止建筑棒放置方块实体。可使用方块ID添加方块(例如minecraft:chest),或直接添加模组ID(例如minecraft)",
23+
"constructionstick.configuration.BEWhitelist": "方块实体白名单",
24+
"constructionstick.configuration.BEWhitelist.tooltip": "若设置为TRUE,方块实体名单将为白名单,反之则为黑名单",
25+
"constructionstick.configuration.MaxRange": "最大范围",
26+
"constructionstick.configuration.MaxRange.tooltip": "最大放置范围(0:无上限)。影响所有等级的建筑棒,该设置旨在避免卡顿,并非游戏平衡。",
27+
"constructionstick.configuration.SimilarBlocks": "相似方块",
28+
"constructionstick.configuration.SimilarBlocks.tooltip": "相似模式下同等处理的方块。使用 ; 分隔方块ID",
29+
"constructionstick.configuration.UndoHistory": "撤销历史",
30+
"constructionstick.configuration.UndoHistory.tooltip": "可撤销的操作数",
31+
"constructionstick.configuration.angel": "天使升级",
32+
"constructionstick.configuration.angel.tooltip": "建筑棒放置方块的距离上限(0:禁用天使升级)",
33+
"constructionstick.configuration.batteryStorage": "电池容量",
34+
"constructionstick.configuration.batteryStorage.tooltip": "电池可储存的能量",
35+
"constructionstick.configuration.batteryUsage": "电池耗电",
36+
"constructionstick.configuration.batteryUsage.tooltip": "每个方块需要的电池能量消耗",
37+
"constructionstick.configuration.blockentity": "方块实体",
38+
"constructionstick.configuration.blockentity.tooltip": "方块实体设置",
39+
"constructionstick.configuration.copper_stick": "铜棒",
40+
"constructionstick.configuration.copper_stick.tooltip": "铜棒设置",
41+
"constructionstick.configuration.destruction": "破坏升级",
42+
"constructionstick.configuration.destruction.tooltip": "建筑棒破坏方块上限(0:禁用破坏升级)",
43+
"constructionstick.configuration.diamond_stick": "钻石棒",
44+
"constructionstick.configuration.diamond_stick.tooltip": "钻石棒设置",
45+
"constructionstick.configuration.durability": "耐久度",
46+
"constructionstick.configuration.durability.tooltip": "建筑棒耐久度",
47+
"constructionstick.configuration.iron_stick": "铁棒",
48+
"constructionstick.configuration.iron_stick.tooltip": "铁棒设置",
49+
"constructionstick.configuration.limit": "放置上限",
50+
"constructionstick.configuration.limit.tooltip": "天使升级的最大放置距离(0:禁用天使升级)",
51+
"constructionstick.configuration.misc": "杂项",
52+
"constructionstick.configuration.misc.tooltip": "杂项设置",
53+
"constructionstick.configuration.netherite_stick": "下界合金棒",
54+
"constructionstick.configuration.netherite_stick.tooltip": "下界合金棒设置",
55+
"constructionstick.configuration.upgradeable": "是否可升级",
56+
"constructionstick.configuration.upgradeable.tooltip": "是否允许在锻造台中使用升级模板升级建筑棒。",
57+
"constructionstick.configuration.wooden_stick": "超级棒",
58+
"constructionstick.configuration.wooden_stick.tooltip": "超级棒设置",
1959
"constructionstick.description.durability.limited": "%d",
2060
"constructionstick.description.key.sneak": "潜行",
2161
"constructionstick.description.key.sneak_opt": "潜行+%s",
@@ -99,4 +139,4 @@
99139
"key.constructionstick.show_previous": "显示上一操作",
100140
"key.constructionstick.undo": "撤销操作",
101141
"stat.constructionstick.use_stick": "使用建筑棒放置的方块"
102-
}
142+
}

0 commit comments

Comments
 (0)