Update cn.ts

测试
This commit is contained in:
wwb7700 2023-04-14 07:45:42 +08:00 committed by GitHub
parent 563eb96282
commit 6b6338ad7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const cn = {
ChatItemCount: (count: number) => `${count} 条对话`,
},
Chat: {
SubTitle: (count: number) => `ChatGPT${count} 条对话`,
SubTitle: (count: number) => `AI${count} 条对话`,
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",