mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 03:05:46 +08:00
feat: close #1615 pin messages to contextual prompts
This commit is contained in:
@@ -25,6 +25,9 @@ const cn = {
|
||||
Copy: "复制",
|
||||
Stop: "停止",
|
||||
Retry: "重试",
|
||||
Pin: "固定",
|
||||
PinToastContent: "已将 2 条对话固定至预设提示词",
|
||||
PinToastAction: "查看",
|
||||
Delete: "删除",
|
||||
},
|
||||
Commands: {
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user