Files
NodeBB/public/language/zh-CN/admin/settings/api.json
2023-06-17 09:18:34 +00:00

29 lines
1.4 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.
{
"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": "你确定要重新生成该令牌吗?旧令牌将被立刻废止,并且无法恢复。"
}