feat: close #2449 edit / insert / delete messages modal

This commit is contained in:
Yidadaa
2023-07-21 00:24:26 +08:00
parent e5f6133127
commit 7c2fa9f8a4
5 changed files with 211 additions and 110 deletions

View File

@@ -18,6 +18,12 @@ const cn = {
},
Chat: {
SubTitle: (count: number) => `${count} 条对话`,
EditMessage: {
Topic: {
Title: "聊天主题",
SubTitle: "更改当前聊天主题",
},
},
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",

View File

@@ -20,6 +20,12 @@ const en: LocaleType = {
},
Chat: {
SubTitle: (count: number) => `${count} messages`,
EditMessage: {
Topic: {
Title: "Topic",
SubTitle: "Change the current topic",
},
},
Actions: {
ChatList: "Go To Chat List",
CompressedHistory: "Compressed History Memory Prompt",