Skip to content

Commit bee189f

Browse files
authored
ExtendedAE 翻译更新 (#5243)
ExtendedAE update:版本更新
1 parent f5f8de7 commit bee189f

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

projects/1.21/assets/ex-pattern-provider/extendedae/ae2guide/_zh_cn/epp_intro/tag_storage_bus.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ ME标签存储总线的性质与<ItemLink id="ae2:storage_bus" />相同,但可
2121

2222
- 只接受粗矿
2323

24-
使用Forge加载器时:forge:raw_materials/*
25-
26-
使用Fabric加载器时:c:raw_materials
24+
c:raw_materials
2725

2826
- 接受所有铸锭和宝石
2927

30-
使用Forge加载器时:forge:ingots/* | forge:gems/*
31-
32-
使用Fabric加载器时:c:ingots/* | c:gems/*
28+
c:ingots/* | c:gems/*

projects/1.21/assets/ex-pattern-provider/extendedae/ae2guide/epp_intro/tag_storage_bus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Here are some examples:
2121

2222
- Only accept raw ore
2323

24-
forge:raw_materials/*
24+
c:raw_materials/*
2525

2626
- Accept all ingots and gems
2727

28-
forge:ingots/* | forge:gems/*
28+
c:ingots/* | c:gems/*
2929

projects/1.21/assets/ex-pattern-provider/extendedae/lang/en_us.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
"wireless.tooltip": "Bound to Connector at X: %s, Y: %s, Z: %s",
8080
"pattern.tooltip": "Press [%s] to view pattern",
8181
"cutter.tooltip": "Right click AE devices to rename",
82+
"tag_display.tooltip.hint": "Hold shift to view its tags",
83+
"tag_display.tooltip.items": "Item tags:",
84+
"tag_display.tooltip.fluids": "Contained fluid tags:",
85+
"tag_display.tooltip.no_tags": "It has no tags",
8286
"gui.extendedae.ex_pattern_provider": "ME Ext. Pattern Provider",
8387
"gui.extendedae.ex_interface": "ME Extended Interface",
8488
"gui.extendedae.ex_interface.config": "Config Page %s",

projects/1.21/assets/ex-pattern-provider/extendedae/lang/zh_cn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
"wireless.tooltip": "绑定到X:%s、Y:%s、Z:%s处的连接器",
8080
"pattern.tooltip": "按下[%s]查看样板",
8181
"cutter.tooltip": "右击AE设备以为其重命名",
82+
"tag_display.tooltip.hint": "按住Shift查看标签",
83+
"tag_display.tooltip.items": "物品标签:",
84+
"tag_display.tooltip.fluids": "其中流体标签:",
85+
"tag_display.tooltip.no_tags": "无标签",
8286
"gui.extendedae.ex_pattern_provider": "ME扩展样板供应器",
8387
"gui.extendedae.ex_interface": "ME扩展接口",
8488
"gui.extendedae.ex_interface.config": "配置 第%s页",

0 commit comments

Comments
 (0)