diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cards.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cards.md
index 029f880..b23e610 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cards.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cards.md
@@ -11,8 +11,8 @@ item_ids:
- expandedae:pattern_refiller_card
---
-## 截至目前,本模组共添加了两个升级卡:
-- 自动完成卡: 样板供应器升级,它会在当样板供应器推送完物品时自动完成合成任务。*注:与合成样板冲突,请谨慎使用。*
+## 当前,本模组只添加了以下两种升级卡
+- 自动完成卡:该卡是样板供应器的一项升级,会在样板供应器推送样板内容后自动取消合成任务。_注意:会破坏合成样板的工作,使用时需小心_
-- 样板补充卡: 能为 自动补充空白样板的升级。
+- 样板补充卡:该卡是的一项升级,会自动装填拓展编码终端的空白样板槽位,只会在点击编码按钮时尝试装填样板
\ No newline at end of file
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cpus.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cpus.md
index 0ec4edf..d59b3f4 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cpus.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/cpus.md
@@ -1,7 +1,7 @@
---
navigation:
parent: expandedae-index.md
- title: 拓充CPU
+ title: 拓展并行处理单元
icon: exp_crafting_accelerator_1m
position: 2
categories:
@@ -15,6 +15,6 @@ item_ids:
-## 你期待更快的合成速度吗?
-### 本模组添加了更大的(从2倍到*1**M**倍的*)[Crafting Co-Processing units](ae2:items-blocks-machines/crafting_cpu_multiblock.md)。
-### 同样地,我们添加了对应的基础合成单元来让CPU更美观。
\ No newline at end of file
+## 你也喜欢用更多的线程来加速合成处理吗?这还用问,谁不喜欢呢!
+### 本模组添加了更多[并行处理单元](ae2:items-blocks-machines/crafting_cpu_multiblock.md),每个方块可提供从2倍到1M倍的额外线程。
+### 同时,还添加了一个对应的基础合成单元以保持风格统一!
\ No newline at end of file
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_energy_cell.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_energy_cell.md
new file mode 100644
index 0000000..e6c0fea
--- /dev/null
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_energy_cell.md
@@ -0,0 +1,34 @@
+---
+navigation:
+ parent: expandedae-index.md
+ title: 扩展能源元件
+ icon: exp_energy_cell
+ position: 3
+categories:
+ - expandedae
+item_ids:
+ - expandedae:exp_energy_cell
+---
+
+# 扩展能源元件
+
+
+
+
+
+### 扩展能源元件的工作原理与其他能源元件相同,
+###但其储能上限与相当,约为2^53 AE。
+
+
+
+
+
+
+
+
+
+## 配方
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_io_port.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_io_port.md
index bfa0f39..3cfde28 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_io_port.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_io_port.md
@@ -1,7 +1,7 @@
---
navigation:
parent: expandedae-index.md
- title: 拓充IO端口
+ title: 拓展IO端口
icon: exp_io_port
position: 1
categories:
@@ -15,17 +15,17 @@ item_ids:
-更快的[ME IO 端口](ae2:items-blocks-machines/io_port),更快的合成速度。
-在 中合成奇点*非常有用*。
-具体速率如下表:
+更强大的IO端口,能够以极快的速度传输大量物品。
+与配合能够制作大量奇点。
+具体数值请查看下表!
-| 升级数量 | 传输速度 | 相当于 |
-|----------|----------------|---------------|
-| 0 | 4,194,303 | MAX_INT / 512 |
-| 1 | 8,388,606 | MAX_INT / 256 |
-| 2 | 33,554,424 | MAX_INT / 64 |
-| 3 | 134,217,696 | MAX_INT / 16 |
-| 4 | 536,870,784 | MAX_INT / 4 |
-| 5 | 2,147,483,136 | MAX_INT |
+| 升级数量 | 传输速度 | 传输速度(易读形式) |
+|--------------------|----------------|-----------------------------|
+| 0 | 4,194,303 | MAX_INT / 512 |
+| 1 | 8,388,606 | MAX_INT / 256 |
+| 2 | 33,554,424 | MAX_INT / 64 |
+| 3 | 134,217,696 | MAX_INT / 16 |
+| 4 | 536,870,784 | MAX_INT / 4 |
+| 5 | 2,147,483,136 | MAX_INT |
-*注:对于Java,Int(整形)的上限(即`MAX_INT`)为2,147,483,647*
\ No newline at end of file
+_注:在Java中,Integer.MAX_VALUE(整型上限)——此处写为为MAX_INT——的值为2,147,483,647_
\ No newline at end of file
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_pp.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_pp.md
index ad94cc3..274db12 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_pp.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/exp_pp.md
@@ -1,7 +1,7 @@
---
navigation:
parent: expandedae-index.md
- title: 拓充样板供应器
+ title: 拓展样板供应器
icon: exp_pattern_provider
position: 0
categories:
@@ -11,15 +11,15 @@ item_ids:
- expandedae:exp_pattern_provider_part
---
-# 扩充样板供应器
+# 拓展样板供应器
-### 比ExtendedAE更大的样板供应器。
-### 能装下2倍(72个)的样板。
+### 拓展样板供应器就是更大的样板供应器,有完整方块和部件两种形态,
+### 可容纳最多72个样板。

## 配方
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/expandedae-index.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/expandedae-index.md
index 40883a1..324eeb1 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/expandedae-index.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/expandedae-index.md
@@ -1,6 +1,6 @@
---
navigation:
- title: "ExpandedAE"
+ title: "AE2扩展(ExpandedAE)"
position: 150
---
@@ -11,6 +11,4 @@ navigation:
-一个致力于从旧版本[AE2](https://github.com/AppliedEnergistics/Applied-Energistics-2)及其附属挖掘价值、改善生活的附属。
-
-~~致力于让你比LazyAE2更懒的模组。~~
+[*应用能源2*](https://github.com/AppliedEnergistics/Applied-Energistics-2)的一个附属模组,进一步扩展了本体模组的内容,并添加了你在旧版AE2中可能怀念的改善游戏体验的功能。
diff --git a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/qol-features.md b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/qol-features.md
index 9061a94..621b50a 100644
--- a/src/main/resources/assets/expandedae/ae2guide/_zh_cn/qol-features.md
+++ b/src/main/resources/assets/expandedae/ae2guide/_zh_cn/qol-features.md
@@ -1,32 +1,32 @@
---
navigation:
parent: expandedae-index.md
- title: 改善生活的小特性
+ title: 改善游戏体验的功能
icon: expandedae:exp_pattern_provider
position: 10
categories:
- expandedae
---
-# 本模组为AE2添加了许多改善挂机生活的特性:
-## 样板编码终端:
-### Shift左键已编码的样板将移动至你的物品栏而非AE网络中;
-### 终端内样板乘数:左键乘、右键除,Shift x2,Ctrl x8。
+# 本模组添加了以下所有改善游戏体验的功能
+## 编码终端功能
+### 编码样板时,按住Shift点击可将样板转移至玩家物品栏
+### 终端内集成的倍增按钮

-## 对于样板供应器:我们添加了一个新的按钮来让你更方便地对样板进行乘、除数操作!
-~~ExtendedAE的样板修改器可以扔进岩浆池里或到仙人掌上了~~
+## 样板供应器中的样板倍增:在样板供应器中添加了一个按钮,允许你倍增或倍减所有容纳的样板
+__倍增系数可叠加!__

-## 更多的阻挡模式:
-### 默认:AE2的默认阻挡模式。若样板供应器所指向的容器内无任何样板的输入,则继续推送。
+## 额外的阻挡模式:为所有样板供应器添加了两种额外的阻挡模式
+### 默认:AE2的默认阻挡模式,如果连接的存储设备中不包含该样板供应器中的任何样板输入,它将推送样板;如果存储设备包含任何非样板输入的内容,阻挡模式将忽略这些内容并继续推送样板。

-### 任意: 若容器内存有任何物品则不推送;
+### 完全:该阻挡模式下,如果连接的存储设备中包含任何内容,则不会推送样板。

-### 智能:若容器内仅存在特定样板的推送物,则推送该样板。
+### 智能:允许样板供应器在目标存储设备中仅包含该特定样板的输入时,推送相同的样板。

\ No newline at end of file
diff --git a/src/main/resources/assets/expandedae/lang/zh_cn.json b/src/main/resources/assets/expandedae/lang/zh_cn.json
index b4fcd0a..5d10360 100644
--- a/src/main/resources/assets/expandedae/lang/zh_cn.json
+++ b/src/main/resources/assets/expandedae/lang/zh_cn.json
@@ -1,73 +1,122 @@
{
- "block.expandedae.exp_crafting_accelerator_128": "128x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_128k": "128K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_16": "16x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_16k": "16K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_1k": "1K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_1m": "1M 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_2": "2x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_256": "256x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_256k": "256K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_2k": "2K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_32": "32x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_32k": "32K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_4": "4x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_4k": "4K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_512": "512x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_512k": "512K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_64": "64x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_64k": "64K 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_8": "8x 并行处理单元",
- "block.expandedae.exp_crafting_accelerator_8k": "8K 并行处理单元",
- "block.expandedae.exp_crafting_unit": "拓充合成单元",
- "block.expandedae.exp_io_port": "拓充IO端口",
- "block.expandedae.exp_pattern_provider": "拓充样板供应器",
- "creativetab.expandedae": "Expanded AE",
- "group.adv_pattern_provider.name": "高级样板供应器",
- "group.ex_interface.name": "ME拓展接口",
- "group.ex_pattern_provider.name": "拓展样板供应器",
- "group.exp_pattern_provider.name": "拓充样板供应器",
- "group.exp_io_port.name": "拓充IO端口",
- "group.mega_pattern_provider.name": "MEGA样板供应器",
- "group.mod_storage_bus.name": "模组存储总线",
+ "block.expandedae.exp_crafting_accelerator_128": "128x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_128k": "128K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_16": "16x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_16k": "16K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_1k": "1K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_1m": "1M并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_2": "2x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_256": "256x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_256k": "256K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_2k": "2K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_32": "32x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_32k": "32K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_4": "4x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_4k": "4K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_512": "512x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_512k": "512K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_64": "64x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_64k": "64K并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_8": "8x并行处理单元",
+ "block.expandedae.exp_crafting_accelerator_8k": "8K并行处理单元",
+ "block.expandedae.exp_crafting_unit": "拓展合成单元",
+ "block.expandedae.exp_energy_cell": "拓展能源元件",
+ "block.expandedae.exp_io_port": "拓展IO端口",
+ "block.expandedae.exp_pattern_provider": "拓展样板供应器",
+ "block.expandedae.giga_pattern_provider": "巨型样板供应器",
+ "creativetab.expandedae": "AE拓展",
+ "group.adv_pattern_provider.name": "ME高级样板供应器",
+ "group.ex_interface.name": "ME扩展接口",
+ "group.ex_pattern_provider.name": "ME扩展样板供应器",
+ "group.exp_io_port.name": "ME拓展IO端口",
+ "group.exp_pattern_provider.name": "拓展样板供应器",
+ "group.giga_pattern_provider.name": "ME巨型样板供应器",
"group.interface.name": "ME接口",
+ "group.mega_pattern_provider.name": "ME MEGA样板供应器",
+ "group.mod_storage_bus.name": "ME模组存储总线",
"group.oversize_interface.name": "ME超大接口",
- "group.pattern_encoding_terminal.name": "样板编码终端",
- "group.pattern_provider.name": "样板供应器",
- "group.precise_storage_bus.name": "精准存储总线",
- "group.storage_bus.name": "存储总线",
- "group.tag_storage_bus.name": "标签存储总线",
+ "group.pattern_encoding_terminal.name": "ME样板编码终端",
+ "group.pattern_provider.name": "ME样板供应器",
+ "group.precise_storage_bus.name": "ME精确存储总线",
+ "group.storage_bus.name": "ME存储总线",
+ "group.tag_storage_bus.name": "ME标签存储总线",
"gui.buttons.pattern.div": "§c÷%d§f",
"gui.buttons.pattern.mult": "§bx%d§f",
- "gui.buttons.tooltips.pattern.div": "将样板内容除以 §b%d§f",
- "gui.buttons.tooltips.pattern.mult": "将样板内容乘以 §c%d§f",
- "gui.expandedae.blocking_mode.all": "当容器内存在物品时阻挡",
+ "gui.buttons.tooltips.pattern.div": "将样板内容除以§b%d§f",
+ "gui.buttons.tooltips.pattern.mult": "将样板内容乘以§c%d§f",
+ "gui.expandedae.blocking_mode": "阻挡模式 - %s",
+ "gui.expandedae.blocking_mode.Default": "默认",
+ "gui.expandedae.blocking_mode.Full": "完全",
+ "gui.expandedae.blocking_mode.Smart": "智能",
+ "gui.expandedae.blocking_mode.all": "目标存有任意内容时进行阻挡",
"gui.expandedae.blocking_mode.default": "默认阻挡模式",
- "gui.expandedae.blocking_mode.smart": "允许同一样板的推送",
- "gui.expandedae.exp_io_port": "拓充IO端口",
- "gui.expandedae.exp_pattern_provider": "拓充样板供应器",
+ "gui.expandedae.blocking_mode.smart": "允许同一样板重复推送",
+ "gui.expandedae.bytes_used": "%sB 已使用",
+ "gui.expandedae.cancel_all": "取消全部",
+ "gui.expandedae.cancel_all.hint": "取消所有进行中的合成",
+ "gui.expandedae.cancel_confirm": "§4确认",
+ "gui.expandedae.cancel_confirm.hint": "点击以确认",
+ "gui.expandedae.exp_io_port": "拓展IO端口",
+ "gui.expandedae.exp_pattern_provider": "拓展样板供应器",
"gui.expandedae.filter_terminal": "过滤终端",
+ "gui.expandedae.giga_pattern_provider": "巨型样板供应器",
+ "gui.expandedae.highlight": "Shift-点击以高亮",
+ "gui.expandedae.linked_terminal.hint": "§c§l注意:只会从ME网络中抽取物品,而非玩家物品栏",
+ "gui.expandedae.shift_info": "§7按§o[SHIFT]§r§7查看更多信息",
+ "gui.expandedae.switch_page": "%s页",
+ "gui.expandedae.switch_page.hint": "点击前往%s页",
+ "gui.tooltips.expandedae.addMissing": "书签",
+ "gui.tooltips.expandedae.addMissingHint": "将所有缺失的物品堆叠收藏到配方管理器",
"gui.tooltips.expandedae.modifyPatterns": "修改样板",
- "gui.tooltips.expandedae.modifyPatternsHint": "左键以乘数,右键以除数 \nShift 2倍,Ctrl 8倍",
+ "gui.tooltips.expandedae.modifyPatternsGT": "左键点击倍增,右键点击倍减",
+ "gui.tooltips.expandedae.modifyPatternsHint": "左键点击倍增,右键点击倍减\n倍率:Shift 2x,Ctrl 8x",
+ "gui.tooltips.expandedae.modifyPatternsHintGT": "倍率:Shift 2x,Ctrl 8x",
"info.expandedae.useless": "当前已被禁用",
- "item.expandedae.advanced_blocking_card.tooltip.1": "将ME接口对应网络内容直接暴露",
- "item.expandedae.auto_complete_card.tooltip.1": "自动完成合成请求",
- "item.expandedae.auto_complete_card.tooltip.2": "注:只对单个合成请求有效",
+ "item.expandedae.advanced_blocking_card.tooltip.1": "安装到接口时,公开网络的所有内容",
+ "item.expandedae.artificial_universe_fluid_cell": "人造宇宙流体存储元件",
+ "item.expandedae.artificial_universe_item_cell": "人造宇宙物品存储元件",
"item.expandedae.auto_complete_card": "自动完成卡",
- "item.expandedae.exp_pattern_provider_part": "拓充样板供应器",
- "item.expandedae.exp_pattern_provider_upgrade": "拓充样板供应器升级",
- "item.expandedae.greater_accel_card": "急速卡",
- "item.expandedae.greater_accel_card.tooltip.1": "更快的合成速度",
- "item.expandedae.greater_accel_card.tooltip.2": "警告:将会使用更多电力",
+ "item.expandedae.auto_complete_card.tooltip.1": "自动完成合成任务",
+ "item.expandedae.auto_complete_card.tooltip.2": "注意:只对单个合成请求有效",
+ "item.expandedae.dual_cell_housing": "ME两用元件外壳",
+ "item.expandedae.dual_storage_cell_16k": "16k ME两用存储元件",
+ "item.expandedae.dual_storage_cell_16m": "16m ME两用存储元件",
+ "item.expandedae.dual_storage_cell_1k": "1k ME两用存储元件",
+ "item.expandedae.dual_storage_cell_1m": "1m ME两用存储元件",
+ "item.expandedae.dual_storage_cell_256k": "256k ME两用存储元件",
+ "item.expandedae.dual_storage_cell_256m": "256m ME两用存储元件",
+ "item.expandedae.dual_storage_cell_4k": "4k ME两用存储元件",
+ "item.expandedae.dual_storage_cell_4m": "4m ME两用存储元件",
+ "item.expandedae.dual_storage_cell_64k": "64k ME两用存储元件",
+ "item.expandedae.dual_storage_cell_64m": "64m ME两用存储元件",
+ "item.expandedae.exp2g_pattern_provider_upgrade": "板供应器升级:拓展->巨型",
+ "item.expandedae.exp_pattern_provider_part": "拓展样板供应器",
+ "item.expandedae.exp_pattern_provider_upgrade": "拓展样板供应器升级",
+ "item.expandedae.ext2g_pattern_provider_upgrade": "板供应器升级:扩展->巨型",
+ "item.expandedae.ext_pattern_provider_upgrade": "扩展样板供应器升级",
+ "item.expandedae.giga_pattern_provider_part": "巨型样板供应器",
+ "item.expandedae.greater_accel_card": "高等加速卡",
+ "item.expandedae.greater_accel_card.tooltip.1": "更强劲的加速",
+ "item.expandedae.greater_accel_card.tooltip.2": "警告:非常耗电!",
+ "item.expandedae.mega_dual_cell_housing": "ME MEGA两用元件外壳",
+ "item.expandedae.mega_pattern_provider_upgrade": "MEGA样板供应器升级",
+ "item.expandedae.p2g_pattern_provider_upgrade": "巨型样板供应器升级",
"item.expandedae.pattern_refiller_card": "样板补充卡",
"item.expandedae.pattern_refiller_card.tooltip.1": "自动补充空白样板",
- "itemGroup.eae": "Expanded AE",
- "_comment": "The content below is not in use in current `en_us.json` now, but I'll save it first",
- "item.expandedae.advanced_blocking_card": "分隔卡",
- "item.expandedae.sticky_card": "粘滞卡",
- "item.expandedae.filter_terminal": "过滤终端",
- "item.expandedae.artificial_universe_cell": "模拟宇宙存储单元",
- "item.expandedae.artificial_universe_component": "模拟宇宙组件",
- "item.expandedae.artificial_universe_cell_housing": "模拟宇宙存储单元外壳",
- "item.expandedae.sticky_card.tooltip.1": "过滤对象仅从该存储总线进入网络"
+ "item.expandedae.priority_card": "优先级卡",
+ "item.expandedae.priority_card.hint.1": "Shift-点击方块/部件以更改其优先级",
+ "item.expandedae.priority_card.hint.2": "Shift-点击空气以重置内部优先级",
+ "item.expandedae.priority_card.hint.3": "右键点击空气以切换模式",
+ "item.expandedae.upgrade.tooltip": "升级%s",
+ "itemGroup.eae": "AE拓展",
+ "key.categories.expandedae": "AE拓展(Expanded AE)",
+ "key.expandedae.highlight": "高亮存储位置",
+ "msg.expandedae.highlighted": "已高亮位于%s的方块,§r维度:%s",
+ "msg.expandedae.highlighting_blocks": "正在高亮%s的存储位置",
+ "msg.expandedae.highlighting_crafts": "正在高亮%s的合成位置",
+ "msg.expandedae.mode_changed": "模式已更改为%s",
+ "msg.expandedae.no_highlighted_blocks": "无可高亮方块",
+ "msg.expandedae.prio_changed": "%s的优先级已设置为%s",
+ "msg.expandedae.prio_reset": "优先级已重置为%s",
+ "text.expandedae.card": "当前:%s"
}
\ No newline at end of file