mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-19 16:33:42 +08:00
123
This commit is contained in:
@@ -58,10 +58,15 @@ const cn = {
|
||||
ImageAgentOpenTip:
|
||||
"开启之后,返回的Midjourney图片将会通过本程序自身代理,所以本程序需要处于可以访问cdn.discordapp.com的网络环境中才有效",
|
||||
},
|
||||
SideBarHeader: {
|
||||
Title: "这里开始……",
|
||||
Coffee: "赏杯咖啡",
|
||||
},
|
||||
ChatItem: {
|
||||
ChatItemCount: (count: number) => `${count} 条对话`,
|
||||
},
|
||||
Chat: {
|
||||
UseTip: "当天使用:",
|
||||
SubTitle: (count: number) => `共 ${count} 条对话`,
|
||||
EditMessage: {
|
||||
Title: "编辑消息记录",
|
||||
|
@@ -60,10 +60,15 @@ const en: LocaleType = {
|
||||
ImageAgentOpenTip:
|
||||
"After turning it on, the returned Midjourney image will be proxied by this program itself, so this program needs to be in a network environment that can access cdn.discordapp.com to be effective",
|
||||
},
|
||||
SideBarHeader: {
|
||||
Title: "Start Here...",
|
||||
Coffee: "Coffee please",
|
||||
},
|
||||
ChatItem: {
|
||||
ChatItemCount: (count: number) => `${count} messages`,
|
||||
},
|
||||
Chat: {
|
||||
UseTip: "day use:",
|
||||
SubTitle: (count: number) => `${count} messages`,
|
||||
EditMessage: {
|
||||
Title: "Edit All Messages",
|
||||
|
Reference in New Issue
Block a user