Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/assets/cells/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/cells/lang/zh_cn.lang
Original file line number Diff line number Diff line change
Expand Up @@ -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=白名单
Expand Down
Loading