Files
NodeBB/public/language/zh-CN/admin/settings/activitypub.json
2025-03-20 09:22:12 +00:00

26 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"intro-lead": "什么是 “联邦”?",
"intro-body": "NodeBB 能够与支持它的其他 NodeBB 实例通信。这是通过名为 <a href=\"https://activitypub.rocks/\">ActivityPub</a> 的协议实现的。如果启用NodeBB 还能与使用 ActivityPub 的其他应用程序和网站(如 Mastodon、Peertube 等)进行通信。",
"general": "通用",
"pruning": "内容修剪",
"content-pruning": "保存远程内容的天数",
"content-pruning-help": "请注意,已收到参与(回复或顶/踩)的远程内容将被保留。(0 表示禁用)",
"user-pruning": "缓存远程用户账户的天数",
"user-pruning-help": "远程用户账户只有在没有帖子的情况下才会被删除。否则将重新检索。(0 表示禁用)",
"enabled": "启用“联邦”",
"enabled-help": "如果启用,将允许 NodeBB 与更广泛的联邦宇宙中所有启用 Activitypub 的客户端进行通信。",
"allowLoopback": "允许环回处理",
"allowLoopback-help": "仅用于调试目的,您最好将其禁用。",
"probe": "在应用程序中打开",
"probe-enabled": "尝试在 NodeBB 中打开启用了 ActivityPub 的资源",
"probe-enabled-help": "如果启用NodeBB 将检查每个外部链接是否与 ActivityPub 对应,并将其加载到 NodeBB 中。",
"probe-timeout": "查询超时(毫秒)",
"probe-timeout-help": "(默认值2000如果查询在设定的时间内没有收到回复将直接把用户发送到链接。如果网站响应速度较慢您希望给予更多时间则可将此数字调高。",
"server-filtering": "过滤",
"count": "该 NodeBB 目前可检测到 <strong>%1</strong> 台服务器",
"server.filter-help": "指定您希望禁止与 NodeBB 联邦化的服务器。或者,您也可以选择性地 <em>允许</em> 与特定服务器联邦化。两者只能选其一。",
"server.filter-help-hostname": "请在下面输入实例主机名(如 <code>example.org</code> ),中间用换行符隔开。",
"server.filter-allow-list": "将其用作允许列表"
}