Update cn.ts

This commit is contained in:
王力斌 2024-08-06 11:17:17 +08:00 committed by GitHub
parent 5f9a88cadc
commit 57ab31a3ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ const cn = {
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? "检测到无效 API Key请前往[设置](/#/settings)页检查 API Key 是否配置正确。" ? "检测到无效 API Key请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
: "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", : "访问密码不正确或为空,请点击[登录](/#/auth)输入正确的访问密码。",
}, },
Auth: { Auth: {
Title: "需要密码", Title: "需要密码",