Update en.ts
This commit is contained in:
parent
f176fd8fb7
commit
55a131b51f
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue