Skip to content

Commit

Permalink
更新提示文本
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Dec 6, 2024
1 parent ee44c7b commit 87cde59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/main/resources/lang/en_us/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,10 @@ PORT_MAPPER_PORT_MAPPED: "[PortMapper] Successfully create a port forwarding on
PORT_MAPPER_PORT_MAPPED_BUT_INTERNAL_ADDRESS: "[PortMapper] Need Attention! Although PortMapper successfully created one or more port forwarding, However, their external addresses appear to be dedicated IP addresses, which usually means that you are behind a two-tier NAT (e.g., your device is connected to a router that is under an optical cat that is also in routing mode), and port mapping may not work."
PORT_MAPPER_PORT_MAPPING_FAILED: "[PortMapper] Failed to create/update port forwarding on interface {} for port {}/{}, re-trying; If this prompt appears frequently, check if the device is connected to multiple networks (e.g. Tailscale)"
LAB_EXPERIMENT_IPFS_TITLE: "IPFS Decentralized Network"
LAB_EXPERIMENT_IPFS_DESCRIPTION: "After participating in this experiment, the beta [IPFS (Interplanetary File System)](https://ipfs.tech/) decentralized network will be enabled on PeerBanHelper. \nIPFS (Interstellar File System) is a distributed network with no centralized servers, where each computer is a node in the IPFS network. IPFS is flexible and resilient, you can store and find files and pass data or resources through IPFS, and speed and accessibility improve automatically as resources become progressively more popular. When a piece of data is no longer needed by any node (and no one is keeping it), it is automatically eliminated from the network over time."
LAB_EXPERIMENT_IPFS_DESCRIPTION: "
[IPFS (InterPlanetary File System)](https://ipfs.tech/) is a decentralized, distributed network without central servers, where every computer acts as a node in the IPFS network. IPFS is flexible and resilient, allowing you to store and retrieve files, as well as transfer data or resources. As resources become increasingly popular, their speed and accessibility automatically improve. Conversely, when data is no longer needed by any node (and is not intentionally retained), it will gradually be removed from the network over time.
To use IPFS features, enable this experiment and configure the RPC address for the Kube IPFS client in the preferences. Once enabled, you will be able to subscribe to IP-based rules shared with you via IPFS/IPNS. Without requiring a server, you can also share your own ban lists or IP rules with others."
IPFS_INIT_FAILED: "[IPFS] Initializing Kubo IPFS RPC fails, IPFS functionality will not be available, make sure Kubo IPFS is running, you can ignore this warning if you don't use IPFS related functions: {}"
IPFS_INIT_WELCOME: "[IPFS] Successfully connected to Kubo IPFS RPC, version {}. PeerBanHelper has successfully connected to the IPFS network via Kubo and provides extended functionality"
IPFS_BANLIST_PUBLISHED: "[IPFS] The block list has been updated to IPFS, along with the IPNS record."
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/messages_fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ PUSH_PROVIDER_API_REMOVE_SAVED: "移除成功,配置已保存"
PUSH_PROVIDER_API_PROVIDER_NOT_EXISTS: "请求的推送渠道未在 PeerBanHelper 中注册"

LAB_EXPERIMENT_IPFS_TITLE: "IPFS 去中心化网络"
LAB_EXPERIMENT_IPFS_DESCRIPTION: "参与此实验后,测试版 [IPFS (星际文件系统)](https://ipfs.tech/) 去中心化网络将在 PeerBanHelper 上启用。\nIPFS (星际文件系统) 是一个无中心服务器的分布式网络,每一台计算机都是 IPFS 网络中的一个节点。IPFS 灵活且富有弹性,您可以通过 IPFS 存储和查找文件和传递数据或资源,并且随着资源变得逐渐热门,速度和可访问性都会自动改善。当一个数据不再被任何节点需要(且无人刻意保留它)时,它也会随着时间推移而从网络中自动淘汰移除。"
LAB_EXPERIMENT_IPFS_DESCRIPTION: "[IPFS (星际文件系统)](https://ipfs.tech/) 是一个无中心服务器的分布式网络,每一台计算机都是 IPFS 网络中的一个节点。IPFS 灵活且富有弹性,您可以通过 IPFS 存储和查找文件和传递数据或资源,并且随着资源变得逐渐热门,速度和可访问性都会自动改善。当一个数据不再被任何节点需要(且无人刻意保留它)时,它也会随着时间推移而从网络中自动淘汰移除\n要使用 IPFS 功能,请启用此实验,并在首选项中配置 Kube IPFS 客户端的 RPC 地址。启用后您将能够订阅其它人分享给您的位于 IPFS/IPNS 之上的 IP 规则。同时无需服务器,您也可以分享自己的封禁列表或者 IP 规则给其它人"
IPFS_INIT_FAILED: "[IPFS] 初始化 Kubo IPFS RPC 失败,IPFS 功能将不可用,请确认 Kubo IPFS 是否正在运行,若您不使用 IPFS 相关功能,可忽略此警告信息: {}"
IPFS_INIT_WELCOME: "[IPFS] 已成功连接到 Kubo IPFS RPC,版本 {}。PeerBanHelper 已成功通过 Kubo 连接 IPFS 网络,并提供扩展功能"
IPFS_BANLIST_PUBLISHED: "[IPFS] 已更新封禁列表到 IPFS,并一同更新了 IPNS 记录"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/zh_cn/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ PORT_MAPPER_PORT_MAPPED: "[PortMapper] 已在网卡 {} 的网关上上为本地
PORT_MAPPER_PORT_MAPPED_BUT_INTERNAL_ADDRESS: "[PortMapper] 需要注意!尽管 PortMapper 已成功创建了一个或者多个端口映射,但它们的外部地址似乎都是专用 IP 地址,这通常意味着您处于双层 NAT 之后(例如:您的设备连接者一台路由器,但这台路由器处于同为路由模式的光猫之下),端口映射可能不起作用。"
PORT_MAPPER_PORT_MAPPING_FAILED: "[PortMapper] 在网卡 {} 上创建/更新端口映射 {}/{} 失败,正在重试;如果频繁出现此提示,请检查是否设备接入了多个网络(如:Tailscale)"
LAB_EXPERIMENT_IPFS_TITLE: "IPFS 去中心化网络"
LAB_EXPERIMENT_IPFS_DESCRIPTION: "参与此实验后,测试版 [IPFS (星际文件系统)](https://ipfs.tech/) 去中心化网络将在 PeerBanHelper 上启用。\nIPFS (星际文件系统) 是一个无中心服务器的分布式网络,每一台计算机都是 IPFS 网络中的一个节点。IPFS 灵活且富有弹性,您可以通过 IPFS 存储和查找文件和传递数据或资源,并且随着资源变得逐渐热门,速度和可访问性都会自动改善。当一个数据不再被任何节点需要(且无人刻意保留它)时,它也会随着时间推移而从网络中自动淘汰移除。"
LAB_EXPERIMENT_IPFS_DESCRIPTION: "[IPFS (星际文件系统)](https://ipfs.tech/) 是一个无中心服务器的分布式网络,每一台计算机都是 IPFS 网络中的一个节点。IPFS 灵活且富有弹性,您可以通过 IPFS 存储和查找文件和传递数据或资源,并且随着资源变得逐渐热门,速度和可访问性都会自动改善。当一个数据不再被任何节点需要(且无人刻意保留它)时,它也会随着时间推移而从网络中自动淘汰移除\n要使用 IPFS 功能,请启用此实验,并在首选项中配置 Kube IPFS 客户端的 RPC 地址。启用后您将能够订阅其它人分享给您的位于 IPFS/IPNS 之上的 IP 规则。同时无需服务器,您也可以分享自己的封禁列表或者 IP 规则给其它人"
IPFS_INIT_FAILED: "[IPFS] 初始化 Kubo IPFS RPC 失败,IPFS 功能将不可用,请确认 Kubo IPFS 是否正在运行,若您不使用 IPFS 相关功能,可忽略此警告信息: {}"
IPFS_INIT_WELCOME: "[IPFS] 已成功连接到 Kubo IPFS RPC,版本 {}。PeerBanHelper 已成功通过 Kubo 连接 IPFS 网络,并提供扩展功能"
IPFS_BANLIST_PUBLISHED: "[IPFS] 已更新封禁列表到 IPFS,并一同更新了 IPNS 记录"
Expand Down

0 comments on commit 87cde59

Please sign in to comment.