Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ZhaoLiu
2023-07-24 11:23:16 +08:00
12 changed files with 287 additions and 197 deletions

View File

@@ -18,6 +18,12 @@ const cn = {
},
Chat: {
SubTitle: (count: number) => `与 SoulShellGPT 的 ${count} 条对话`,
EditMessage: {
Topic: {
Title: "聊天主题",
SubTitle: "更改当前聊天主题",
},
},
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",
@@ -326,6 +332,11 @@ const cn = {
More: "查看全部",
},
URLCommand: {
Code: "检测到链接中已经包含访问码,是否自动填入?",
Settings: "检测到链接中包含了预制设置,是否自动填入?",
},
UI: {
Confirm: "确认",
Cancel: "取消",