Update cn.ts

This commit is contained in:
青云依兮 2024-05-14 21:23:20 +08:00 committed by GitHub
parent cf635a5e6f
commit a28a8f7e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 7 deletions

View File

@ -7,14 +7,16 @@ const cn = {
WIP: "该功能仍在开发中……", WIP: "该功能仍在开发中……",
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? "检测到无效 API Key请前往[设置](/#/settings)页检查 API Key 是否配置正确。" ? "检测到无效 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)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 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: "需要密码", Title: "需要访问密码或者key",
Tips: "管理员开启了密码验证,请在下方填入访问码", Tips: "管理员开启了验证,请在下方填入访问密码",
SubTips: "或者输入你的 OpenAI 或 Google API 密钥", Tips1: "访问密码和key只需填一个即可",
Input: "在此处填写访问码", SubTips1: "如果自己没有key联系QQ1422756921",
SubTips: "或者输入你的 OpenAI API key",
Input: "在此处填写访问密码",
Confirm: "确认", Confirm: "确认",
Later: "稍后再说", Later: "稍后再说",
}, },
@ -377,7 +379,7 @@ const cn = {
}, },
Store: { Store: {
DefaultTopic: "新的聊天", DefaultTopic: "新的聊天",
BotHello: "有什么可以帮你的吗", BotHello: "有什么可以帮你的吗如有问题请联系QQ[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)",
Error: "出错了,稍后重试吧", Error: "出错了,稍后重试吧",
Prompt: { Prompt: {
History: (content: string) => "这是历史聊天总结作为前情提要:" + content, History: (content: string) => "这是历史聊天总结作为前情提要:" + content,