Skip to content

Commit 2bfa4a0

Browse files
authored
Pylons 翻译提交 (#5382)
* 超模头子 * 应用审阅意见
1 parent 4da6957 commit 2bfa4a0

2 files changed

Lines changed: 172 additions & 0 deletions

File tree

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"block.pylons.expulsion_pylon": "Expulsion Pylon",
3+
"block.pylons.harvester_pylon": "Harvester Pylon",
4+
"block.pylons.infusion_pylon": "Infusion Pylon",
5+
"block.pylons.interdiction_pylon": "Interdiction Pylon",
6+
"chat.pylons.expelled": "You have been expelled from %s's chunk!",
7+
"gui.pylons.blockedMobs": "Add mobs to prevent spawns:",
8+
"gui.pylons.effects": "Active potion effects:",
9+
"gui.pylons.energyMissing": "Not enough power.",
10+
"gui.pylons.fluxBar": "Redstone Flux:",
11+
"gui.pylons.fluxData": "%d/%d RF stored",
12+
"gui.pylons.insideWorldSpawn": "Too close to world spawn.",
13+
"gui.pylons.inventoryFull": "Inventory is full.",
14+
"gui.pylons.inventoryMissing": "Place inventory above pylon.",
15+
"gui.pylons.noOwner": "Owner not found. Pylon disabled.",
16+
"gui.pylons.owner": "Owner: %s",
17+
"gui.pylons.toggleWork": "Working status",
18+
"gui.pylons.toolMissing": "Hoe required for operation.",
19+
"gui.pylons.whitelist": "Add players to whitelist:",
20+
"gui.pylons.workArea": "Work area (in chunks)",
21+
"gui.pylons.workAreaBlocks": "Work area (in blocks)",
22+
"gui.pylons.working": "Pylon is working.",
23+
"gui.pylons.wrongDimension": "This dimension is disabled.",
24+
"item.pylons.lifeless_filter": "Lifeless Filter",
25+
"item.pylons.mob_filter": "Mob Filter",
26+
"item.pylons.player_filter": "Player Filter",
27+
"item.pylons.potion_filter": "Potion Filter",
28+
"itemGroup.pylons": "Pylons",
29+
"pylons.configuration.expulsionAllowedDimensions": "Allowed Dimensions",
30+
"pylons.configuration.expulsionPylonCanExplode": "Can Explode",
31+
"pylons.configuration.expulsionPylonMaxRadius": "Max Radius",
32+
"pylons.configuration.expulsionWorldSpawnRadius": "World Spawn Radius",
33+
"pylons.configuration.expulsion_pylon": "Expulsion Pylon",
34+
"pylons.configuration.general": "General",
35+
"pylons.configuration.harvesterCanBeAutomated": "Can Be Automated",
36+
"pylons.configuration.harvesterPowerBuffer": "Power Buffer",
37+
"pylons.configuration.harvesterPowerCost": "Power Cost",
38+
"pylons.configuration.harvesterRequiresPower": "Requires Power",
39+
"pylons.configuration.harvesterRequiresTool": "Requires Tool",
40+
"pylons.configuration.harvesterWorkDelay": "Work Delay",
41+
"pylons.configuration.harvester_pylon": "Harvester Pylon",
42+
"pylons.configuration.infusionAllowedEffects": "Allowed Effects",
43+
"pylons.configuration.infusionAppliedDuration": "Applied Effect Duration",
44+
"pylons.configuration.infusionChunkloads": "Acts As Chunkloader",
45+
"pylons.configuration.infusionDeniedEffects": "Denied Effects",
46+
"pylons.configuration.infusionMaximumPotency": "Maximum Effect Potency",
47+
"pylons.configuration.infusionMinimumDuration": "Minimum Effect Duration",
48+
"pylons.configuration.infusionRequiredDuration": "Required Effect Duration",
49+
"pylons.configuration.infusion_pylon": "Infusion Pylon",
50+
"pylons.configuration.teamSupportEnabled": "Team Support Enabled",
51+
"pylons.int.jei.category.expulsion_pylon": "This block allows you to expel other players from the selected chunk range (1x1 to 5x5 chunks).\nYou can whitelist players with a Player Filter.\n\nOPs are automatically whitelisted.\n\nIf team support is enabled, team members will be automatically whitelisted.\n\nCan be toggled automatically with redstone.\n",
52+
"pylons.int.jei.category.harvester_pylon": "Harvests crops in a radius (from 3x3 to 9x9 blocks) around the pylon and outputs to an inventory above.\nPlace the pylon inside the water block of the farm, or level with the crops.\n\nBy default (configurable) this will require a hoe in the pylon, and use 1 durability per harvest,\nunless the hoe is unbreakable. Unbreaking and other durability enchants are supported.\n\nOptionally can be configured to require power instead of durability.\n\nCan be toggled automatically with redstone.\n",
53+
"pylons.int.jei.category.infusion_pylon": "Allows you to apply effects to yourself from any distance with activated Potion Filters.\nBy default (configurable) this will load the chunk it's placed in, while the owner is online.\n\nActivate potion filters by applying a potion effect to yourself,\nand then right clicking with the filter in hand to extract it.\n\nBy default (configurable) the minimum duration that can be extracted is 60 seconds,\nand the filter requires 1 hour of duration to activate.\n\nDuplicate potion filters can be combined by placing one in each hand and right-clicking.\n\nCan be toggled automatically with redstone.\n",
54+
"pylons.int.jei.category.interdiction_pylon": "Prevents natural and forced spawns of specified mobs within the selected chunk range (1x1 to 5x5 chunks).\nAdd Mob Filters to specify which mobs to block.\n\nUsing the lifeless filter will instead block all mobs, but only natural spawns, with a much larger range.\n\nCan be toggled automatically with redstone.\n",
55+
"tooltip.pylons.activated": "Activated",
56+
"tooltip.pylons.effect_denied": "Effect is disabled in the config.",
57+
"tooltip.pylons.expulsion": "Used in the Expulsion Pylon.",
58+
"tooltip.pylons.expulsion1": "Expels other players from",
59+
"tooltip.pylons.expulsion2": "a configurable chunk range",
60+
"tooltip.pylons.expulsion3": "around the pylon.",
61+
"tooltip.pylons.harvester1": "Harvests crops in a configurable",
62+
"tooltip.pylons.harvester2": "radius around the pylon. Just place",
63+
"tooltip.pylons.harvester3": "inside or above the water block.",
64+
"tooltip.pylons.increase1": "Right-click with the same effect",
65+
"tooltip.pylons.increase2": "active to increase progress.",
66+
"tooltip.pylons.infusion": "Used in the Infusion Pylon.",
67+
"tooltip.pylons.infusion1": "Applies potion effects from",
68+
"tooltip.pylons.infusion2": "an activated potion filter",
69+
"tooltip.pylons.infusion3": "at any distance.",
70+
"tooltip.pylons.insert1": "Insert this filter into",
71+
"tooltip.pylons.insert2": "a pylon to use it!",
72+
"tooltip.pylons.interdiction": "Used in the Interdiction Pylon.",
73+
"tooltip.pylons.interdiction1": "Configurable mob spawn prevention",
74+
"tooltip.pylons.interdiction2": "in a radius around the pylon.",
75+
"tooltip.pylons.lifeless1": "Disables natural spawns in range.",
76+
"tooltip.pylons.lifeless2": "Increases range to 25x25 chunks.",
77+
"tooltip.pylons.lifeless3": "Disables other mob filters.",
78+
"tooltip.pylons.minimum_duration": "Minimum effect duration: %s seconds",
79+
"tooltip.pylons.no_effect1": "Right-click with an active effect",
80+
"tooltip.pylons.no_effect2": "to apply it to the card.",
81+
"tooltip.pylons.no_mob": "Right-click on a mob to select it.",
82+
"tooltip.pylons.no_player": "Right-click on a player to select them.",
83+
"tooltip.pylons.player": "Player: %s",
84+
"tooltip.pylons.potency_capped": "Capped at level %s",
85+
"tooltip.pylons.progress": "Progress: %d/%d seconds"
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"block.pylons.expulsion_pylon": "驱逐塔",
3+
"block.pylons.harvester_pylon": "收获塔",
4+
"block.pylons.infusion_pylon": "灌注塔",
5+
"block.pylons.interdiction_pylon": "封禁塔",
6+
"chat.pylons.expelled": "你已被驱逐出%s的区块!",
7+
"gui.pylons.blockedMobs": "添加生物以阻止其生成:",
8+
"gui.pylons.effects": "激活药水效果:",
9+
"gui.pylons.energyMissing": "能量不足。",
10+
"gui.pylons.fluxBar": "红石通量:",
11+
"gui.pylons.fluxData": "%d/%d RF",
12+
"gui.pylons.insideWorldSpawn": "距离世界出生点过近。",
13+
"gui.pylons.inventoryFull": "容器已满。",
14+
"gui.pylons.inventoryMissing": "在塔上方放置存储容器。",
15+
"gui.pylons.noOwner": "未找到所有者。塔已关闭。",
16+
"gui.pylons.owner": "所有者:%s",
17+
"gui.pylons.toggleWork": "工作状态",
18+
"gui.pylons.toolMissing": "需要锄以进行操作。",
19+
"gui.pylons.whitelist": "将玩家添加至白名单:",
20+
"gui.pylons.workArea": "工作区域(区块)",
21+
"gui.pylons.workAreaBlocks": "工作区域(方块)",
22+
"gui.pylons.working": "塔正在工作。",
23+
"gui.pylons.wrongDimension": "已在该维度中禁用。",
24+
"item.pylons.lifeless_filter": "禁绝卡",
25+
"item.pylons.mob_filter": "生物过滤卡",
26+
"item.pylons.player_filter": "玩家过滤卡",
27+
"item.pylons.potion_filter": "药水过滤卡",
28+
"itemGroup.pylons": "实用塔",
29+
"pylons.configuration.expulsionAllowedDimensions": "允许的维度",
30+
"pylons.configuration.expulsionPylonCanExplode": "能被爆炸破坏",
31+
"pylons.configuration.expulsionPylonMaxRadius": "最大半径",
32+
"pylons.configuration.expulsionWorldSpawnRadius": "世界出生点半径",
33+
"pylons.configuration.expulsion_pylon": "驱逐塔",
34+
"pylons.configuration.general": "通用",
35+
"pylons.configuration.harvesterCanBeAutomated": "可被自动化",
36+
"pylons.configuration.harvesterPowerBuffer": "能量缓存",
37+
"pylons.configuration.harvesterPowerCost": "能量消耗",
38+
"pylons.configuration.harvesterRequiresPower": "需要能量",
39+
"pylons.configuration.harvesterRequiresTool": "需要工具",
40+
"pylons.configuration.harvesterWorkDelay": "工作延迟",
41+
"pylons.configuration.harvester_pylon": "收获塔",
42+
"pylons.configuration.infusionAllowedEffects": "允许的效果",
43+
"pylons.configuration.infusionAppliedDuration": "施加的效果时长",
44+
"pylons.configuration.infusionChunkloads": "作为区块加载器",
45+
"pylons.configuration.infusionDeniedEffects": "禁用的效果",
46+
"pylons.configuration.infusionMaximumPotency": "最大效果等级",
47+
"pylons.configuration.infusionMinimumDuration": "最短效果时长",
48+
"pylons.configuration.infusionRequiredDuration": "所需效果时长",
49+
"pylons.configuration.infusion_pylon": "灌注塔",
50+
"pylons.configuration.teamSupportEnabled": "启用团队支持",
51+
"pylons.int.jei.category.expulsion_pylon": "该方块允许你将其他玩家从选定的区块范围(1x1到5x5区块)中驱逐出去。\n你可以使用玩家过滤卡将玩家加入白名单。\n\n管理员会自动加入白名单。\n\n如果启用了团队支持,团队成员将自动加入白名单。\n\n可通过红石信号自动切换开关状态。\n",
52+
"pylons.int.jei.category.harvester_pylon": "收获周围半径(3x3到9x9格)内的作物,并输出到其上方的容器中。\n将塔放置在农田的水源方块中,或与作物处于同一高度。\n\n默认情况下(可配置),塔中需要放置一把锄,每次收获消耗1点耐久,\n除非其是无法损坏的。支持耐久以及其他耐久度相关魔咒。\n\n可选择配置为需要能量而不是耐久度。\n\n可通过红石信号自动切换开关状态。\n",
53+
"pylons.int.jei.category.infusion_pylon": "允许你无视距离,根据激活的药水过滤卡将效果施加于自身。\n默认情况下(可配置),当所有者在线时,它会加载其所在的区块。\n\n激活药水过滤卡的方法:先对自己施加一个药水效果,\n然后手持过滤卡右键点击以提取该效果。\n\n默认情况下(可配置),可提取的最短效果时长为60秒,\n过滤卡需要累计1小时的效果时长才能被激活。\n\n可以通过双手各持一个相同效果的药水过滤卡右击来将其进度合并。\n\n可通过红石信号自动切换开关状态。\n",
54+
"pylons.int.jei.category.interdiction_pylon": "在选定的区块范围(1x1到5x5区块)内阻止指定生物的自然生成和强制生成。\n放入生物过滤卡以指定要阻止的生物。\n\n使用禁绝过滤卡则会阻止所有生物的生成,而且范围更大,但仅限自然生成。\n\n可通过红石信号自动切换开关状态。\n",
55+
"tooltip.pylons.activated": "已激活",
56+
"tooltip.pylons.effect_denied": "效果在配置文件中被禁用。",
57+
"tooltip.pylons.expulsion": "在驱逐塔中使用。",
58+
"tooltip.pylons.expulsion1": "将其他玩家从塔周围",
59+
"tooltip.pylons.expulsion2": "所配置的区块范围内",
60+
"tooltip.pylons.expulsion3": "驱逐出去。",
61+
"tooltip.pylons.harvester1": "收获塔周围所配置",
62+
"tooltip.pylons.harvester2": "半径内的作物。",
63+
"tooltip.pylons.harvester3": "放置在水源方块中/上方。",
64+
"tooltip.pylons.increase1": "携带相同状态效果",
65+
"tooltip.pylons.increase2": "右击以增加进度。",
66+
"tooltip.pylons.infusion": "在灌注塔中使用。",
67+
"tooltip.pylons.infusion1": "根据激活的药水过滤卡",
68+
"tooltip.pylons.infusion2": "无视距离施加",
69+
"tooltip.pylons.infusion3": "获取的状态效果。",
70+
"tooltip.pylons.insert1": "将过滤卡放入",
71+
"tooltip.pylons.insert2": "塔来使用它!",
72+
"tooltip.pylons.interdiction": "在封禁塔中使用。",
73+
"tooltip.pylons.interdiction1": "在塔周围所配置半径内",
74+
"tooltip.pylons.interdiction2": "阻止所选生物生成。",
75+
"tooltip.pylons.lifeless1": "禁止范围内的自然生成。",
76+
"tooltip.pylons.lifeless2": "范围增加至25x25区块。",
77+
"tooltip.pylons.lifeless3": "会禁用其他生物过滤卡。",
78+
"tooltip.pylons.minimum_duration": "最短效果时长:%s秒",
79+
"tooltip.pylons.no_effect1": "携带状态效果时右击",
80+
"tooltip.pylons.no_effect2": "以将其提取至该卡。",
81+
"tooltip.pylons.no_mob": "右击生物以选择。",
82+
"tooltip.pylons.no_player": "右击玩家以选择。",
83+
"tooltip.pylons.player": "玩家:%s",
84+
"tooltip.pylons.potency_capped": "等级上限:%s",
85+
"tooltip.pylons.progress": "进度:%d/%d秒"
86+
}

0 commit comments

Comments
 (0)