Files
NodeBB/public/language/zh-CN/admin/settings/api.json
2020-11-26 01:03:05 +00:00

16 lines
939 B
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": "Settings",
"lead-text": "从此处,您可以配置对 NodeBB 中 Write API 的访问。",
"intro": "默认情况下Write API根据用户的会话cookie对用户进行身份验证但 NodeBB 也支持通过此页面生成的令牌进行身份验证。",
"docs": "单击此处访问完整的 API 规范",
"require-https": "Require API usage via HTTPS only",
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
"uid": "用户ID",
"uid-help-text": "指定要与此令牌关联的用户ID。如果用户ID是 <code>0</code>, 它将被实危 <em>最高</em> 令牌,可以通过 <code>_uid</code> 参数假定其他用户的身份",
"description": "说明",
"no-description": "未指定说明。",
"token-on-save": "保存表单后将生成令牌"
}