fixup: i18n for prompts

This commit is contained in:
Yifei Zhang
2023-03-28 17:39:14 +00:00
parent 6782e65fdf
commit 83400093a2
5 changed files with 67 additions and 57 deletions

View File

@@ -66,6 +66,16 @@ const en: LocaleType = {
SendKey: "Send Key",
Theme: "Theme",
TightBorder: "Tight Border",
Prompt: {
Disable: {
Title: "Disable auto-completion",
SubTitle: "After disabling, auto-completion will not be available",
},
List: "Prompt List",
ListCount: (builtin: number, custom: number) =>
`${builtin} built-in, ${custom} user-defined`,
Edit: "Edit",
},
HistoryCount: {
Title: "Attached Messages Count",
SubTitle: "Number of sent messages attached per request",