diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 3617c9851..83e88c344 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 cfdb21a46..0d220edf5 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 8d2e88e41..d77a5468a 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: "搜索操作...",