From 8c4b5acbf11571989924c09868b401e4b055d652 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Wed, 2 Sep 2026 08:37:48 +0800 Subject: [PATCH 1/2] Update zh_cn.lang --- src/main/resources/assets/cells/lang/zh_cn.lang | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/cells/lang/zh_cn.lang b/src/main/resources/assets/cells/lang/zh_cn.lang index df4edcb..00c52ff 100644 --- a/src/main/resources/assets/cells/lang/zh_cn.lang +++ b/src/main/resources/assets/cells/lang/zh_cn.lang @@ -312,6 +312,7 @@ item.cells.emc_capacity_card.tier1.name=精致EMC升级卡 item.cells.emc_capacity_card.tier2.name=压缩EMC升级卡 tooltip.cells.emc_cell.info=§7已绑定的EMC存储元件。以固定数量公开已学习的分区物品,并将支持的输入物品转换为EMC。 tooltip.cells.emc_cell.slots=§b分区槽位:%d/%d +tooltip.cells.emc_cell.use_on_link=使用该元件§b右键点击§7EMC接口来复制其配置 tooltip.cells.emc_cell.owner=§a绑定至:%s tooltip.cells.emc_cell.unbound=§c未绑定:重新放入以绑定至玩家 tooltip.cells.emc_cell.buffered=§6缓存的EMC:%,d @@ -678,7 +679,10 @@ tooltip.cells.type.subnet_proxy=子网络代理 # Pull/Push Upgrade Button (interface GUI) cells.pull_push_button.disabled=放入%s进行交互 cells.pull_push_button.enabled.title=配置拉取/推送卡 -cells.pull_push_button.enabled.desc=§b点击§7打开升级卡的配置GUI. +cells.pull_push_button.enabled.desc=§b点击§7打开升级卡的配置GUI。 +cells.pull_push_button.warning.title=§e警告:槽位缓存过小 +cells.pull_push_button.warning.buffer=§7该升级卡在接口的I/O轮次之间最多可移动§b%1$s§7 %2$s(每§b%4$s§7 §a%3$s§7,接口每§a%5$s§7I/O一次)。 +cells.pull_push_button.warning.slot=§7第%d页第%d个槽位上限为§b%s§7 §b%s§7。建议增大该槽位大小。 # /inspectSlot Command commands.cells.inspect_slots.usage=/inspectSlots [resource1] [resource2] ... From 6dc6b5c3b8318123b61e8d628153eafffeaf0d77 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 15 Sep 2026 09:22:34 +0800 Subject: [PATCH 2/2] update --- src/main/resources/assets/cells/lang/en_us.lang | 2 +- src/main/resources/assets/cells/lang/zh_cn.lang | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/cells/lang/en_us.lang b/src/main/resources/assets/cells/lang/en_us.lang index bd50411..c5eecd8 100644 --- a/src/main/resources/assets/cells/lang/en_us.lang +++ b/src/main/resources/assets/cells/lang/en_us.lang @@ -114,7 +114,7 @@ tooltip.cells.probe.subnet_proxy.matching=Matching: %s tooltip.cells.probe.subnet_proxy.matching_exact= -> §aExact§r: Only allows content that matches the filter exactly (§bincluding NBT, damage, etc.§r) tooltip.cells.probe.subnet_proxy.matching_fuzzy= -> §aFuzzy§r: Allows content that matches the filter, §bignoring NBT and damage tooltip.cells.probe.subnet_proxy.matching_whitelist= -> §aWhitelist§r: §bAllows§r only content in the filter list (or all if empty) -tooltip.cells.probe.subnet_proxy.matching_blacklist= -> §aBlacklist§r: §rBlocks§r content in the filter list (§eblocks EVERYTHING if empty§r) +tooltip.cells.probe.subnet_proxy.matching_blacklist= -> §aBlacklist§r: §bBlocks§r content in the filter list (§eblocks EVERYTHING if empty§r) tooltip.cells.probe.matching.exact=Exact tooltip.cells.probe.matching.fuzzy=Fuzzy tooltip.cells.probe.matching.whitelist=Whitelist diff --git a/src/main/resources/assets/cells/lang/zh_cn.lang b/src/main/resources/assets/cells/lang/zh_cn.lang index 00c52ff..6d55752 100644 --- a/src/main/resources/assets/cells/lang/zh_cn.lang +++ b/src/main/resources/assets/cells/lang/zh_cn.lang @@ -108,6 +108,10 @@ tooltip.cells.probe.subnet_proxy.unpaired_back=§e后端部件未与前端部件 tooltip.cells.probe.subnet_proxy.channels=公开的频道:%s tooltip.cells.probe.subnet_proxy.behavior=优先级:§b%s§r,传入卡:%s tooltip.cells.probe.subnet_proxy.matching=匹配:%s +tooltip.cells.probe.subnet_proxy.matching_exact= -> §a精确§r:仅允许与过滤项完全匹配的内容(§b包括NBT、损伤值等§r) +tooltip.cells.probe.subnet_proxy.matching_fuzzy= -> §a模糊§r:允许与过滤项匹配的内容,§b忽略NBT和损伤值 +tooltip.cells.probe.subnet_proxy.matching_whitelist= -> §a白名单§r:仅§b允许§r过滤项列表中的内容(为空时允许全部) +tooltip.cells.probe.subnet_proxy.matching_blacklist= -> §a黑名单§r:§b阻止§r过滤项列表中的内容(§e为空时则阻止全部§r) tooltip.cells.probe.matching.exact=精确 tooltip.cells.probe.matching.fuzzy=模糊 tooltip.cells.probe.matching.whitelist=白名单