Update cn.ts

This commit is contained in:
Ree 2023-07-10 21:10:42 +08:00 committed by GitHub
parent c7e9f13d2e
commit 6c99e1c16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@ const cn = {
WIP: "该功能仍在开发中……", WIP: "该功能仍在开发中……",
Error: { Error: {
Unauthorized: Unauthorized:
"访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 API Key。",
}, },
Auth: { Auth: {
Title: "需要密码", Title: "需要密码",
@ -216,10 +216,6 @@ const cn = {
SubTitle: "管理员已开启加密访问", SubTitle: "管理员已开启加密访问",
Placeholder: "请输入访问密码", Placeholder: "请输入访问密码",
}, },
Endpoint: {
Title: "接口地址",
SubTitle: "除默认地址外,必须包含 http(s)://",
},
CustomModel: { CustomModel: {
Title: "自定义模型名", Title: "自定义模型名",
SubTitle: "增加自定义模型可选项,使用英文逗号隔开", SubTitle: "增加自定义模型可选项,使用英文逗号隔开",