mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-21 17:33:44 +08:00
feat: support multi-lang.
This commit is contained in:
@@ -124,6 +124,12 @@ const tw: LocaleType = {
|
||||
SubTitle: "使用自己的 Key 可規避授權訪問限制",
|
||||
Placeholder: "OpenAI API Key",
|
||||
},
|
||||
EnableAOAI: "使用 Azure OpenAI",
|
||||
AzureDeploymentName: {
|
||||
Title: "Azure OpenAI 部署實例名稱",
|
||||
SubTitle: "啟用Azure OpenAI後, 輸入部署的實例名稱",
|
||||
Placeholder: "實例名稱",
|
||||
},
|
||||
Usage: {
|
||||
Title: "帳戶餘額",
|
||||
SubTitle(used: any, total: any) {
|
||||
|
Reference in New Issue
Block a user