From 27f1ded7024bc6d5b0446956227939dec7d7ac3a Mon Sep 17 00:00:00 2001 From: Qingyun Yixi <1422756921@qq.com> Date: Fri, 13 Dec 2024 10:23:29 +0800 Subject: [PATCH] Update cn.ts --- app/locales/cn.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 7be53bed9..b1054bb82 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -7,8 +7,9 @@ const cn = { WIP: "该功能仍在开发中……", Error: { Unauthorized: isApp - ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。" - : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", }, + ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。" + : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", + }, Auth: { Title: "需要密码", Tips: "管理员开启了密码验证,请在下方填入访问码",