feat: close #1615 pin messages to contextual prompts

This commit is contained in:
Yidadaa
2023-06-26 00:21:58 +08:00
parent 25ce6af36e
commit 7893693706
5 changed files with 39 additions and 6 deletions

View File

@@ -25,6 +25,9 @@ const cn = {
Copy: "复制",
Stop: "停止",
Retry: "重试",
Pin: "固定",
PinToastContent: "已将 2 条对话固定至预设提示词",
PinToastAction: "查看",
Delete: "删除",
},
Commands: {

View File

@@ -26,6 +26,9 @@ const en: LocaleType = {
Copy: "Copy",
Stop: "Stop",
Retry: "Retry",
Pin: "Pin",
PinToastContent: "Pinned 2 messages to contextual prompts",
PinToastAction: "View",
Delete: "Delete",
},
Commands: {