Update en.ts
This commit is contained in:
parent
f176fd8fb7
commit
55a131b51f
|
@ -9,18 +9,15 @@ const en: LocaleType = {
|
||||||
WIP: "Coming Soon...",
|
WIP: "Coming Soon...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized: isApp
|
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)"
|
? "Invalid API Key, please check it in [Settings](/#/settings) page."
|
||||||
: "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
|
: "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.", },
|
||||||
},
|
|
||||||
Auth: {
|
Auth: {
|
||||||
Title: "需要访问密码或者key",
|
Title: "Need Access Code",
|
||||||
Tips: "管理员开启了验证,请在下方填入访问密码",
|
Tips: "Please enter access code below",
|
||||||
Tips1: "访问密码和key只需填一个即可",
|
SubTips: "Or enter your OpenAI or Google API Key",
|
||||||
SubTips1: "如果自己没有key联系QQ:1422756921",
|
Input: "access code",
|
||||||
SubTips: "或者输入你的 OpenAI API key",
|
Confirm: "Confirm",
|
||||||
Input: "在此处填写访问密码",
|
Later: "Later",
|
||||||
Confirm: "确认",
|
|
||||||
Later: "稍后再说",
|
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} messages`,
|
ChatItemCount: (count: number) => `${count} messages`,
|
||||||
|
@ -418,9 +415,7 @@ const en: LocaleType = {
|
||||||
Sysmessage: "You are an assistant that",
|
Sysmessage: "You are an assistant that",
|
||||||
},
|
},
|
||||||
Mask: {
|
Mask: {
|
||||||
blog: "博客",
|
Name: "Mask",
|
||||||
faka: "卡密",
|
|
||||||
Name: "面具",
|
|
||||||
Page: {
|
Page: {
|
||||||
Title: "Prompt Template",
|
Title: "Prompt Template",
|
||||||
SubTitle: (count: number) => `${count} prompt templates`,
|
SubTitle: (count: number) => `${count} prompt templates`,
|
||||||
|
|
Loading…
Reference in New Issue