soulshellgpt

This commit is contained in:
ZhaoLiu
2023-04-26 18:14:17 +08:00
parent 3c76f101c9
commit 5ca44710ac
7 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ const cn = {
ChatItemCount: (count: number) => `${count} 条对话`,
},
Chat: {
SubTitle: (count: number) => `ChatGPT 的 ${count} 条对话`,
SubTitle: (count: number) => `SoulShellGPT 的 ${count} 条对话`,
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",
@@ -35,7 +35,7 @@ const cn = {
Copy: "全部复制",
Download: "下载文件",
MessageFromYou: "来自你的消息",
MessageFromChatGPT: "来自 ChatGPT 的消息",
MessageFromChatGPT: "来自 SoulShellGPT 的消息",
},
Memory: {
Title: "历史摘要",

View File

@@ -11,7 +11,7 @@ const en: LocaleType = {
ChatItemCount: (count: number) => `${count} messages`,
},
Chat: {
SubTitle: (count: number) => `${count} messages with ChatGPT`,
SubTitle: (count: number) => `${count} messages with SoulShellGPT`,
Actions: {
ChatList: "Go To Chat List",
CompressedHistory: "Compressed History Memory Prompt",
@@ -37,7 +37,7 @@ const en: LocaleType = {
Copy: "Copy All",
Download: "Download",
MessageFromYou: "Message From You",
MessageFromChatGPT: "Message From ChatGPT",
MessageFromChatGPT: "Message From SoulShellGPT",
},
Memory: {
Title: "Memory Prompt",

View File

@@ -10,7 +10,7 @@ const tw: LocaleType = {
ChatItemCount: (count: number) => `${count} 條對話`,
},
Chat: {
SubTitle: (count: number) => `您已經與 ChatGPT 進行了 ${count} 條對話`,
SubTitle: (count: number) => `您已經與 SoulShellGPT 進行了 ${count} 條對話`,
Actions: {
ChatList: "查看訊息列表",
CompressedHistory: "查看壓縮後的歷史 Prompt",
@@ -36,7 +36,7 @@ const tw: LocaleType = {
Copy: "複製全部",
Download: "下載檔案",
MessageFromYou: "來自您的訊息",
MessageFromChatGPT: "來自 ChatGPT 的訊息",
MessageFromChatGPT: "來自 SoulShellGPT 的訊息",
},
Memory: {
Title: "上下文記憶 Prompt",