Skip to content

Commit eb3db9e

Browse files
authored
Schematic Energistics 翻译更新 (#5478)
SchematicEnergistics update:版本更新
1 parent 63a4c3e commit eb3db9e

11 files changed

Lines changed: 179 additions & 21 deletions

File tree

projects/1.20/assets/schematic-energistics/schematicenergistics/ae2guide/_zh_cn/cannon_interface.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ item_ids:
44
- schematicenergistics:cannon_interface_part
55
---
66

7-
# 蓝图大炮接口
7+
# 蓝图加农炮接口
88

9-
蓝图大炮接口是可让机械动力(Create)的蓝图大炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
9+
蓝图加农炮接口是可让机械动力(Create)的蓝图加农炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
1010

1111
<GameScene zoom="2" background="transparent" interactive={false}>
1212
<Block id="schematicenergistics:cannon_interface" />
1313
</GameScene>
1414

1515
## 用途
16-
将蓝图大炮接口与蓝图大炮相邻放置,再为接口接通AE2网络,大炮即可访问网络中的物品。同一时刻,蓝图大炮只可连接一个蓝图大炮接口
16+
将蓝图加农炮接口与蓝图加农炮相邻放置,再为接口接通AE2网络,加农炮即可访问网络中的物品。同一时刻,蓝图加农炮只可连接一个蓝图加农炮接口
1717

1818
<GameScene zoom="2" background="transparent" interactive={true}>
1919
<ImportStructure src="./structure/example.snbt"></ImportStructure>
2020
</GameScene>
2121

22-
蓝图大炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
22+
蓝图加农炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
2323

24-
如果蓝图大炮接口连接到了AE2网络,它还会从网络向蓝图大炮输出火药
24+
如果蓝图加农炮接口连接到了AE2网络,它还会从网络向蓝图加农炮输出火药
2525

2626
## 配方
2727

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface_terminal
4+
---
5+
6+
# 蓝图加农炮接口终端
7+
用于控制网络中蓝图加农炮接口的终端。
8+
9+
## 用途
10+
将其连接到应用能源2(AE2)网络,右击以打开GUI。可在其中查看所有已连接的蓝图加农炮接口及其状态。点击接口可打开接口的GUI。
11+
12+
## 配方
13+
<Recipe id="cannon_interface_terminal" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface_terminal
4+
---
5+
6+
# Cannon Interface Terminal
7+
A Terminal that allows you to control your Cannon Interfaces over the network.
8+
9+
## Usage
10+
Connect it to your AE2 Network and right click it to open the GUI. You can see all connected Cannon Interfaces and their status.
11+
Click on a Cannon Interface to open its GUI.
12+
13+
## Recipe
14+
<Recipe id="cannon_interface_terminal" />
Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"block.schematicenergistics.cannon_interface": "Cannon Interface",
33
"item.schematicenergistics.cannon_interface_part": "Cannon Interface",
4+
"item.schematicenergistics.cannon_interface_terminal": "Cannon Interface Terminal",
45
"block.schematicenergistics.cannon_interface.tooltip": "Allows the Schematic Cannon to interface with Applied Energistics 2 storage and autocraft.",
5-
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
"creativetab.schematicenergistics.title": "Schematic Energistics",
7+
"gui.schematicenergistics.cannon_interface.title": "Cannon Interface",
8+
"gui.schematicenergistics.cannon_interface.no_item": "No Item",
9+
"gui.schematicenergistics.cannon_interface.disable_autocraft": "Disable Item Auto Crafting",
10+
"gui.schematicenergistics.cannon_interface.enable_autocraft": "Enable Item Auto Crafting",
11+
"gui.schematicenergistics.cannon_interface.disable_autocraft_hint": "Disables auto crafting for this item. This will not stop the cannon from requesting items, but it will not attempt to craft them if they are not available.",
12+
"gui.schematicenergistics.cannon_interface.enable_autocraft_hint": "Enables auto crafting for this item. The cannon will attempt to craft items if they are not available in the system.",
13+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting": "Enable Gunpowder Auto Crafting",
14+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting": "Disable Gunpowder Auto Crafting",
15+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting_hint": "Enables auto crafting of gunpowder for the cannon. This will allow the cannon to automatically craft gunpowder if it is not available in the system.",
16+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting_hint": "Disables auto crafting of gunpowder for the cannon. The cannon will not attempt to craft gunpowder if it is not available in the system.",
17+
"gui.schematicenergistics.cannon_interface.disable_gunpowder": "Disable Gunpowder Request",
18+
"gui.schematicenergistics.cannon_interface.enable_gunpowder": "Enable Gunpowder Request",
19+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_hint": "Disables the cannon from requesting gunpowder. This will also stop the cannon from crafting gunpowder.",
20+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_hint": "Enables the cannon to request gunpowder. Crafting is toggled separately.",
21+
"gui.schematicenergistics.cannon_interface.schematic_name": "No Schematic Found",
22+
"gui.schematicenergistics.cannon_interface.missing_cannon": "Cannon Missing",
23+
"gui.schematicenergistics.cannon_interface.pause": "Pause Cannon",
24+
"gui.schematicenergistics.cannon_interface.play": "Start/Resume Cannon",
25+
"gui.schematicenergistics.cannon_interface.pause_hint": "Pauses the Schematicannon.",
26+
"gui.schematicenergistics.cannon_interface.play_hint": "Starts or resumes the Schematic Cannon.",
27+
"gui.schematicenergistics.cannon_interface.stop": "Stop Cannon",
28+
"gui.schematicenergistics.cannon_interface.stop_hint": "Stops the Schematic Cannon.",
29+
"gui.schematicenergistics.cannon_terminal.title": "Cannon Interface Terminal",
30+
"gui.schematicenergistics.cannon_terminal.return_terminal": "Return to Terminal"
631
}
Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
2-
"block.schematicenergistics.cannon_interface": "蓝图大炮接口",
3-
"item.schematicenergistics.cannon_interface_part": "蓝图大炮接口",
4-
"block.schematicenergistics.cannon_interface.tooltip": "蓝图大炮可经此访问应用能源2的存储空间和自动合成系统。",
5-
"creativetab.schematicenergistics.title": "Schematic Energistics"
2+
"block.schematicenergistics.cannon_interface": "蓝图加农炮接口",
3+
"item.schematicenergistics.cannon_interface_part": "蓝图加农炮接口",
4+
"item.schematicenergistics.cannon_interface_terminal": "蓝图加农炮接口终端",
5+
"block.schematicenergistics.cannon_interface.tooltip": "蓝图加农炮可经此访问应用能源2的存储空间和自动合成系统。",
6+
"creativetab.schematicenergistics.title": "Schematic Energistics",
7+
"gui.schematicenergistics.cannon_interface.title": "蓝图加农炮接口",
8+
"gui.schematicenergistics.cannon_interface.no_item": "无物品",
9+
"gui.schematicenergistics.cannon_interface.disable_autocraft": "禁用物品自动合成",
10+
"gui.schematicenergistics.cannon_interface.enable_autocraft": "启用物品自动合成",
11+
"gui.schematicenergistics.cannon_interface.disable_autocraft_hint": "禁用此物品的自动合成。蓝图加农炮仍会请求物品;但如果网络中没有对应物品,加农炮不会请求合成。",
12+
"gui.schematicenergistics.cannon_interface.enable_autocraft_hint": "启用此物品的自动合成。如果网络中没有对应物品,则蓝图加农炮会请求合成。",
13+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting": "启用火药自动合成",
14+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting": "禁用火药自动合成",
15+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting_hint": "启用加农炮所用火药的自动合成。如果网络中没有火药,则蓝图加农炮会自动请求合成。",
16+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting_hint": "禁用加农炮所用火药的自动合成。即便网络中没有火药,加农炮也不会请求合成。",
17+
"gui.schematicenergistics.cannon_interface.disable_gunpowder": "禁用火药请求",
18+
"gui.schematicenergistics.cannon_interface.enable_gunpowder": "启用火药请求",
19+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_hint": "阻止加农炮请求火药。同时会阻止加农炮请求合成火药。",
20+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_hint": "允许加农炮请求火药。是否请求合成火药由另一项配置控制。",
21+
"gui.schematicenergistics.cannon_interface.schematic_name": "未找到蓝图",
22+
"gui.schematicenergistics.cannon_interface.missing_cannon": "加农炮",
23+
"gui.schematicenergistics.cannon_interface.pause": "暂停加农炮",
24+
"gui.schematicenergistics.cannon_interface.play": "启动/恢复加农炮",
25+
"gui.schematicenergistics.cannon_interface.pause_hint": "暂停蓝图加农炮。",
26+
"gui.schematicenergistics.cannon_interface.play_hint": "启动加农炮,或让加农炮继续搭建。",
27+
"gui.schematicenergistics.cannon_interface.stop": "停止加农炮",
28+
"gui.schematicenergistics.cannon_interface.stop_hint": "停止蓝图加农炮的运作。",
29+
"gui.schematicenergistics.cannon_terminal.title": "蓝图加农炮接口终端",
30+
"gui.schematicenergistics.cannon_terminal.return_terminal": "返回终端"
631
}

projects/1.21/assets/schematic-energistics/schematicenergistics/ae2guide/_zh_cn/cannon_interface.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,26 @@ item_ids:
44
- schematicenergistics:cannon_interface_part
55
---
66

7-
# 蓝图大炮接口
7+
# 蓝图加农炮接口
88

9-
蓝图大炮接口是可让机械动力(Create)的蓝图大炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
9+
蓝图加农炮接口是可让机械动力(Create)的蓝图加农炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
1010

1111
<GameScene zoom="2" background="transparent" interactive={false}>
1212
<Block id="schematicenergistics:cannon_interface" />
1313
</GameScene>
1414

1515
## 用途
16-
将蓝图大炮接口与蓝图大炮相邻放置,再为接口接通AE2网络,大炮即可访问网络中的物品。同一时刻,蓝图大炮只可连接一个蓝图大炮接口
16+
将蓝图加农炮接口与蓝图加农炮相邻放置,再为接口接通AE2网络,加农炮即可访问网络中的物品。同一时刻,蓝图加农炮只可连接一个蓝图加农炮接口
1717

1818
<GameScene zoom="2" background="transparent" interactive={true}>
1919
<ImportStructure src="./structure/example.nbt"></ImportStructure>
2020
</GameScene>
2121

22-
蓝图大炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
22+
蓝图加农炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
2323

24-
如果蓝图大炮接口连接到了AE2网络,它还会从网络向蓝图大炮输出火药。
24+
如果蓝图加农炮接口连接到了AE2网络,它还会从网络向蓝图加农炮输出火药。
25+
26+
右击可打开GUI。可在其中控制物品与火药的输送和合成请求,也可查看相连蓝图加农炮的状态。
2527

2628
## 配方
2729

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface_terminal
4+
---
5+
6+
# 蓝图加农炮接口终端
7+
用于控制网络中蓝图加农炮接口的终端。
8+
9+
## 用途
10+
将其连接到应用能源2(AE2)网络,右击以打开GUI。可在其中查看所有已连接的蓝图加农炮接口及其状态。点击接口可打开接口的GUI。
11+
12+
## 配方
13+
<Recipe id="cannon_interface_terminal" />

projects/1.21/assets/schematic-energistics/schematicenergistics/ae2guide/cannon_interface.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Only one Cannon Interface can be connected to a Schematic Cannon at a time.
2020
<ImportStructure src="./structure/example.nbt"></ImportStructure>
2121
</GameScene>
2222

23-
The Cannon will ALWAYS priotize items from other inventories before accessing the AE2 network. This means that items from chest, barrels, etc, will be used first.
23+
The Cannon will ALWAYS prioritize items from other inventories before accessing the AE2 network. This means that items from chest, barrels, etc, will be used first.
2424

2525
The Cannon Interface will also export gunpowder from the AE2 network to the Schematic Cannon, if it is connected to the network.
2626

27+
Right click it to open the GUI. You can now control the craft and export of items and gunpowder, as well as see the status of the connected Schematic Cannon.
28+
2729
## Recipe
2830

2931
<Recipe id="cannon_interface" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface_terminal
4+
---
5+
6+
# Cannon Interface Terminal
7+
A Terminal that allows you to control your Cannon Interfaces over the network.
8+
9+
## Usage
10+
Connect it to your AE2 Network and right click it to open the GUI. You can see all connected Cannon Interfaces and their status.
11+
Click on a Cannon Interface to open its GUI.
12+
13+
## Recipe
14+
<Recipe id="cannon_interface_terminal" />
Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"block.schematicenergistics.cannon_interface": "Cannon Interface",
33
"item.schematicenergistics.cannon_interface_part": "Cannon Interface",
4+
"item.schematicenergistics.cannon_interface_terminal": "Cannon Interface Terminal",
45
"block.schematicenergistics.cannon_interface.tooltip": "Allows the Schematic Cannon to interface with Applied Energistics 2 storage and autocraft.",
5-
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
"creativetab.schematicenergistics.title": "Schematic Energistics",
7+
"gui.schematicenergistics.cannon_interface.title": "Cannon Interface",
8+
"gui.schematicenergistics.cannon_interface.no_item": "No Item",
9+
"gui.schematicenergistics.cannon_interface.disable_autocraft": "Disable Item Auto Crafting",
10+
"gui.schematicenergistics.cannon_interface.enable_autocraft": "Enable Item Auto Crafting",
11+
"gui.schematicenergistics.cannon_interface.disable_autocraft_hint": "Disables auto crafting for this item. This will not stop the cannon from requesting items, but it will not attempt to craft them if they are not available.",
12+
"gui.schematicenergistics.cannon_interface.enable_autocraft_hint": "Enables auto crafting for this item. The cannon will attempt to craft items if they are not available in the system.",
13+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting": "Enable Gunpowder Auto Crafting",
14+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting": "Disable Gunpowder Auto Crafting",
15+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_crafting_hint": "Enables auto crafting of gunpowder for the cannon. This will allow the cannon to automatically craft gunpowder if it is not available in the system.",
16+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_crafting_hint": "Disables auto crafting of gunpowder for the cannon. The cannon will not attempt to craft gunpowder if it is not available in the system.",
17+
"gui.schematicenergistics.cannon_interface.disable_gunpowder": "Disable Gunpowder Request",
18+
"gui.schematicenergistics.cannon_interface.enable_gunpowder": "Enable Gunpowder Request",
19+
"gui.schematicenergistics.cannon_interface.disable_gunpowder_hint": "Disables the cannon from requesting gunpowder. This will also stop the cannon from crafting gunpowder.",
20+
"gui.schematicenergistics.cannon_interface.enable_gunpowder_hint": "Enables the cannon to request gunpowder. Crafting is toggled separately.",
21+
"gui.schematicenergistics.cannon_interface.schematic_name": "No Schematic Found",
22+
"gui.schematicenergistics.cannon_interface.missing_cannon": "Cannon Missing",
23+
"gui.schematicenergistics.cannon_interface.pause": "Pause Cannon",
24+
"gui.schematicenergistics.cannon_interface.play": "Start/Resume Cannon",
25+
"gui.schematicenergistics.cannon_interface.pause_hint": "Pauses the Schematicannon.",
26+
"gui.schematicenergistics.cannon_interface.play_hint": "Starts or resumes the Schematic Cannon.",
27+
"gui.schematicenergistics.cannon_interface.stop": "Stop Cannon",
28+
"gui.schematicenergistics.cannon_interface.stop_hint": "Stops the Schematic Cannon.",
29+
"gui.schematicenergistics.cannon_terminal.title": "Cannon Interface Terminal",
30+
"gui.schematicenergistics.cannon_terminal.return_terminal": "Return to Terminal"
631
}

0 commit comments

Comments
 (0)