feat: add shortcut key

This commit is contained in:
DDMeaqua
2024-09-09 18:55:37 +08:00
parent d51d7b6797
commit f2195154f6
5 changed files with 192 additions and 0 deletions

View File

@@ -83,6 +83,14 @@ const en: LocaleType = {
SaveAs: "Save as Mask",
},
IsContext: "Contextual Prompt",
ShortcutKey: {
Title: "Keyboard Shortcuts",
newChat: "Open New Chat",
focusInput: "Focus Input Field",
copyLastMessage: "Copy Last Reply",
copyLastCode: "Copy Last Code Block",
showShortcutKey: "Show Shortcuts",
},
},
Export: {
Title: "Export Messages",