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