feat: close #1762 add hover text for chat input actions

This commit is contained in:
Yidadaa
2023-06-13 02:27:39 +08:00
parent 0d4611052e
commit 88df4a2223
4 changed files with 135 additions and 41 deletions

View File

@@ -28,6 +28,19 @@ const en: RequiredLocaleType = {
Retry: "Retry",
Delete: "Delete",
},
InputActions: {
Stop: "Stop",
ToBottom: "To Latest",
Theme: {
auto: "Auto",
light: "Light Theme",
dark: "Dark Theme",
},
Prompt: "Prompts",
Masks: "Masks",
Clear: "Clear Context",
Settings: "Settings",
},
Rename: "Rename Chat",
Typing: "Typing…",
Input: (submitKey: string) => {