nova-betterchat/public/locales/zh-CN/api.json
2023-03-27 15:08:07 +10:00

19 lines
1.2 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.

{
"securityMessage": "我们高度优先考虑您的 API 密钥的安全,并非常小心地处理它。您的密钥将专门存储在您的浏览器中,并且永远不会与任何第三方实体共享。它仅用于访问 OpenAI API 的预期用途,而不是用于任何其他未经授权的用途。",
"apiEndpoint": {
"option": "使用免费的 API 端点",
"inputLabel": "API 端点",
"description": "感谢 <0>Ayaka</0> 提供免费的 API 端点: https://chatgpt-api.shn.hk/v1/。",
"note": "注意,免费端点的可用性并非无限期,因其资金有限,最终将耗尽。拥有自己 API 密钥的用户可以继续使用 Better ChatGPT 而不会有任何中断。"
},
"apiKey": {
"option": "使用自己的 API 密钥",
"howTo": "在<0>此处</0>获取您的个人 API 密钥",
"inputLabel": "API 密钥"
},
"customEndpoint": "使用自定义 API 端点",
"shareGPT": "看看 <0>ShareGPT</0>,一个 API key 共享工具,驱动 https://sharegpt.churchless.tech/share/v1/chat。",
"advancedConfig": "在<0>此处</0>查看高级 API 设置",
"noApiKeyWarning": "缺少 API key请检查 API 设置。"
}