This commit is contained in:
sijinhui
2024-08-21 23:36:30 +08:00
parent dd884acab3
commit 9ccf8550b0
7 changed files with 64 additions and 31 deletions

View File

@@ -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: "编辑消息记录",

View File

@@ -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",