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=白名单