mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 21:24:59 +08:00
feat: #5422 快捷键清除上下文
This commit is contained in:
@@ -95,6 +95,7 @@ const cn = {
|
||||
copyLastMessage: "复制最后一个回复",
|
||||
copyLastCode: "复制最后一个代码块",
|
||||
showShortcutKey: "显示快捷方式",
|
||||
clearContext: "清除上下文",
|
||||
},
|
||||
},
|
||||
Export: {
|
||||
|
@@ -97,6 +97,7 @@ const en: LocaleType = {
|
||||
copyLastMessage: "Copy Last Reply",
|
||||
copyLastCode: "Copy Last Code Block",
|
||||
showShortcutKey: "Show Shortcuts",
|
||||
clearContext: "Clear Context",
|
||||
},
|
||||
},
|
||||
Export: {
|
||||
|
@@ -90,6 +90,7 @@ const tw = {
|
||||
copyLastMessage: "複製最後一個回覆",
|
||||
copyLastCode: "複製最後一個代碼塊",
|
||||
showShortcutKey: "顯示快捷方式",
|
||||
clearContext: "清除上下文",
|
||||
},
|
||||
},
|
||||
Export: {
|
||||
|
Reference in New Issue
Block a user