From 55a131b51fcb7413c1621fc55355d00cdab5d531 Mon Sep 17 00:00:00 2001 From: Qingyun Yixi <1422756921@qq.com> Date: Fri, 13 Dec 2024 10:26:18 +0800 Subject: [PATCH] Update en.ts --- app/locales/en.ts | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/app/locales/en.ts b/app/locales/en.ts index c961bbe1f..c922e20b8 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -9,18 +9,15 @@ const en: LocaleType = { WIP: "Coming Soon...", Error: { Unauthorized: isApp - ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)" - : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)", - }, + ? "Invalid API Key, please check it in [Settings](/#/settings) page." + : "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.", }, Auth: { - Title: "需要访问密码或者key", - Tips: "管理员开启了验证,请在下方填入访问密码", - Tips1: "访问密码和key只需填一个即可", - SubTips1: "如果自己没有key联系QQ:1422756921", - SubTips: "或者输入你的 OpenAI API key", - Input: "在此处填写访问密码", - Confirm: "确认", - Later: "稍后再说", + Title: "Need Access Code", + Tips: "Please enter access code below", + SubTips: "Or enter your OpenAI or Google API Key", + Input: "access code", + Confirm: "Confirm", + Later: "Later", }, ChatItem: { ChatItemCount: (count: number) => `${count} messages`, @@ -418,9 +415,7 @@ const en: LocaleType = { Sysmessage: "You are an assistant that", }, Mask: { - blog: "博客", - faka: "卡密", - Name: "面具", + Name: "Mask", Page: { Title: "Prompt Template", SubTitle: (count: number) => `${count} prompt templates`,