diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 6e6b11fb..8dffe620 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -250,6 +250,7 @@ const enUS = { Tool: 'Tool', EventListener: 'Event Listener', Command: 'Command', + KnowledgeRetriever: 'Knowledge Retriever', }, uploadLocal: 'Upload Local', debugging: 'Debugging', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index d8c2c9b1..3149d03c 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -251,6 +251,7 @@ const jaJP = { Tool: 'ツール', EventListener: 'イベント監視器', Command: 'コマンド', + KnowledgeRetriever: '知識検索', }, uploadLocal: 'ローカルアップロード', debugging: 'デバッグ中', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index 0d096b5c..2ad2d26c 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -239,6 +239,7 @@ const zhHans = { Tool: '工具', EventListener: '事件监听器', Command: '命令', + KnowledgeRetriever: '知识检索', }, uploadLocal: '本地上传', debugging: '调试中', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index d1b2bc85..4ea2936b 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -238,6 +238,7 @@ const zhHant = { Tool: '工具', EventListener: '事件監聽器', Command: '命令', + KnowledgeRetriever: '知識檢索', }, uploadLocal: '本地上傳', debugging: '調試中',