nova-betterchat/public/locales/zh-HK/api.json
Ayaka Mikazuki 191739d995 remove free APIs
Remove free APIs as they ran out of funding. Users can still use
third-party free APIs by using custom endpoints.

Ref: #144

Squashed commit of the following:

commit 81e9b9963ea8c4532c110bfe2ddb67b603683875
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date:   Mon Mar 27 17:30:11 2023 +1000

    update translations

commit 7bf023ed2f392e79026dd1d4154b83397bba2249
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date:   Mon Mar 27 16:44:36 2023 +1000

    update API menu

commit 641b34cfafbc8e10d3ba9730f58a3f10a57dd52b
Author: Jing Hua <tohjinghua123@gmail.com>
Date:   Mon Mar 27 14:19:49 2023 +0800

    remove api free option
2023-03-27 17:32:54 +10:00

16 lines
1.3 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": {
"inputLabel": "API 端點",
"description": "如果你選擇非官方嘅 API 終端,佢充當代理。代理係你嘅設備同目標伺服器(呢度即係 OpenAI API之間嘅中介噉你就可以喺用唔到 OpenAI API 嘅地區使用。",
"warn": "另外,如果你提供自訂嘅 API 端點,而且嗰個端點允許用户免費使用 OpenAI API噉你唔使填寫 API 金鑰就可以用到 ChatGPT。但係用第三方 API 端點嗰陣應該留心,因為唔可信嘅 API 端點可能會記低你喺傾偈入面嘅個人訊息。用第三方 API 端點之前請驗證佢是否可信,噉樣可以保護你嘅私隱同安全。"
},
"apiKey": {
"howTo": "喺<0>呢度</0>獲取你嘅個人 API 金鑰。",
"inputLabel": "API 金鑰"
},
"customEndpoint": "使用自訂 API 端點",
"advancedConfig": "喺<0>呢度</0>睇下高級 API 設定",
"noApiKeyWarning": "冇填寫 API key請 check 返個 API 設定。"
}