nova-betterchat/public/locales/zh-CN/api.json
2023-03-25 22:23:10 +09:30

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": "Please note that the availability of the free endpoint is not indefinite, as its funding is limited and will eventually be depleted. Users with their own API key can continue using BetterChatGPT without any disruptions."
},
"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 设置。"
}