Files
2025-03-09 09:19:29 +00:00

29 lines
1.4 KiB
JSON
Raw Permalink 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.
{
"tokens": "令牌",
"settings": "设置",
"lead-text": "从此处,您可以配置对 NodeBB 中 Write API 的访问。",
"intro": "默认情况下Write API 根据用户的会话cookie对用户进行身份验证但 NodeBB 也支持通过此页面生成的令牌进行身份验证。",
"warning": "<strong>请注意</strong> - 将令牌视为密码。如果它们被泄露,你的账户应被视为受到影响。",
"docs": "单击此处访问完整的 API 规范",
"require-https": "要求 API 只能通过 HTTPS 调用",
"require-https-caveat": "<strong>注意:</strong>一些负载均衡器可能会使用 HTTP 代理向 NodeBB 发送请求,在这种情况下,应继续禁用此选项。",
"uid": "用户ID",
"token": "令牌",
"uid-help-text": "指定与此令牌关联的用户 ID 。如果用户 ID 为 <code>0</code>, 它将被视为 <em>主</em> 令牌,可以根据 <code>_uid</code> 参数假定其他用户的身份。",
"description": "说明",
"last-seen": "最后一次使用",
"created": "创建",
"create-token": "创建令牌",
"update-token": "更新令牌",
"master-token": "主令牌",
"last-seen-never": "此令牌从未被使用过。",
"no-description": "未指定说明。",
"actions": "操作",
"edit": "编辑",
"roll": "重置",
"delete-confirm": "您确定您要删除此令牌吗?将无法恢复。",
"roll-confirm": "您确定您要重置此令牌吗?旧令牌将立即失效,无法恢复。"
}