mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-03 13:56:55 +08:00
feat: function delete chat dev done
This commit is contained in:
@@ -20,6 +20,10 @@ const cn = {
|
||||
},
|
||||
ChatItem: {
|
||||
ChatItemCount: (count: number) => `${count} 条对话`,
|
||||
DeleteContent: "删除助手后,无法检索聊天内容。你确定要删除它吗?",
|
||||
DeleteTitle: "删除助手",
|
||||
DeleteCancelBtn: "取消",
|
||||
DeleteOkBtn: "删除",
|
||||
},
|
||||
Chat: {
|
||||
SubTitle: (count: number) => `共 ${count} 条对话`,
|
||||
|
@@ -22,6 +22,11 @@ const en: LocaleType = {
|
||||
},
|
||||
ChatItem: {
|
||||
ChatItemCount: (count: number) => `${count} messages`,
|
||||
DeleteContent:
|
||||
"After deleting the assistant, the chat content cannot be retrieved. Are you sure to delete it?",
|
||||
DeleteTitle: "Delete assistant",
|
||||
DeleteCancelBtn: "Cancel",
|
||||
DeleteOkBtn: "Delete",
|
||||
},
|
||||
Chat: {
|
||||
SubTitle: (count: number) => `${count} messages`,
|
||||
|
Reference in New Issue
Block a user