diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 3617c98..83e88c3 100644 --- a/frontend/src/core/i18n/locales/en-US.ts +++ b/frontend/src/core/i18n/locales/en-US.ts @@ -280,6 +280,8 @@ export const enUS: Translations = { input: "Input", output: "Output", total: "Total", + }, + // Shortcuts shortcuts: { searchActions: "Search actions...", diff --git a/frontend/src/core/i18n/locales/types.ts b/frontend/src/core/i18n/locales/types.ts index cfdb21a..0d220ed 100644 --- a/frontend/src/core/i18n/locales/types.ts +++ b/frontend/src/core/i18n/locales/types.ts @@ -217,6 +217,8 @@ export interface Translations { input: string; output: string; total: string; + }; + // Shortcuts shortcuts: { searchActions: string; diff --git a/frontend/src/core/i18n/locales/zh-CN.ts b/frontend/src/core/i18n/locales/zh-CN.ts index 8d2e88e..d77a546 100644 --- a/frontend/src/core/i18n/locales/zh-CN.ts +++ b/frontend/src/core/i18n/locales/zh-CN.ts @@ -267,6 +267,8 @@ export const zhCN: Translations = { input: "输入", output: "输出", total: "总计", + }, + // Shortcuts shortcuts: { searchActions: "搜索操作...",