From c6596b98e6a2500973f1c7f1e5c326fa22221f01 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 23 Jun 2026 20:40:49 +0800 Subject: [PATCH] fix(web): add agent runner component i18n --- web/src/i18n/locales/en-US.ts | 2 ++ web/src/i18n/locales/es-ES.ts | 2 ++ web/src/i18n/locales/ja-JP.ts | 2 ++ web/src/i18n/locales/ru-RU.ts | 2 ++ web/src/i18n/locales/th-TH.ts | 2 ++ web/src/i18n/locales/vi-VN.ts | 2 ++ web/src/i18n/locales/zh-Hans.ts | 2 ++ web/src/i18n/locales/zh-Hant.ts | 2 ++ 8 files changed, 16 insertions(+) diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 2f9a71077..f9589413d 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -558,6 +558,7 @@ const enUS = { KnowledgeEngine: 'Knowledge Engine', Parser: 'Parser', Page: 'Page', + AgentRunner: 'Agent Runner', }, uploadLocal: 'Upload Local', debugging: 'Debugging', @@ -734,6 +735,7 @@ const enUS = { KnowledgeEngine: 'Knowledge Engine', Parser: 'Parser', Page: 'Page', + AgentRunner: 'Agent Runner', }, filterByType: 'Type', allTypes: 'All Types', diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts index 6d25d0112..2329c1235 100644 --- a/web/src/i18n/locales/es-ES.ts +++ b/web/src/i18n/locales/es-ES.ts @@ -570,6 +570,7 @@ const esES = { KnowledgeEngine: 'Motor de conocimiento', Parser: 'Analizador', Page: 'Página', + AgentRunner: 'Ejecutor de agentes', }, uploadLocal: 'Subir local', debugging: 'Depuración', @@ -747,6 +748,7 @@ const esES = { KnowledgeEngine: 'Motor de conocimiento', Parser: 'Analizador', Page: 'Página', + AgentRunner: 'Ejecutor de agentes', }, filterByType: 'Tipo', allTypes: 'Todos los tipos', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index e3d59c55f..969abffd2 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -563,6 +563,7 @@ const jaJP = { KnowledgeEngine: '知識エンジン', Parser: 'パーサー', Page: 'ページ', + AgentRunner: 'Agent Runner', }, uploadLocal: 'ローカルアップロード', debugging: 'デバッグ中', @@ -740,6 +741,7 @@ const jaJP = { KnowledgeEngine: '知識エンジン', Parser: 'パーサー', Page: 'ページ', + AgentRunner: 'Agent Runner', }, filterByType: 'タイプ', allTypes: '全部', diff --git a/web/src/i18n/locales/ru-RU.ts b/web/src/i18n/locales/ru-RU.ts index 0f6072c49..0db293915 100644 --- a/web/src/i18n/locales/ru-RU.ts +++ b/web/src/i18n/locales/ru-RU.ts @@ -569,6 +569,7 @@ const ruRU = { KnowledgeEngine: 'Движок знаний', Parser: 'Парсер', Page: 'Страница', + AgentRunner: 'Исполнитель агента', }, uploadLocal: 'Загрузить локально', debugging: 'Отладка', @@ -745,6 +746,7 @@ const ruRU = { KnowledgeEngine: 'Движок знаний', Parser: 'Парсер', Page: 'Страница', + AgentRunner: 'Исполнитель агента', }, filterByType: 'Тип', allTypes: 'Все типы', diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts index 704daf9cd..6f5f500af 100644 --- a/web/src/i18n/locales/th-TH.ts +++ b/web/src/i18n/locales/th-TH.ts @@ -552,6 +552,7 @@ const thTH = { KnowledgeEngine: 'เครื่องมือความรู้', Parser: 'ตัวแยกวิเคราะห์', Page: 'หน้า', + AgentRunner: 'Agent Runner', }, uploadLocal: 'อัปโหลดจากเครื่อง', debugging: 'ดีบัก', @@ -724,6 +725,7 @@ const thTH = { KnowledgeEngine: 'เครื่องมือความรู้', Parser: 'ตัวแยกวิเคราะห์', Page: 'หน้า', + AgentRunner: 'Agent Runner', }, filterByType: 'ประเภท', allTypes: 'ทุกประเภท', diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts index b9770314e..f7ce175dc 100644 --- a/web/src/i18n/locales/vi-VN.ts +++ b/web/src/i18n/locales/vi-VN.ts @@ -563,6 +563,7 @@ const viVN = { KnowledgeEngine: 'Công cụ tri thức', Parser: 'Trình phân tích', Page: 'Trang', + AgentRunner: 'Trình chạy tác tử', }, uploadLocal: 'Tải lên cục bộ', debugging: 'Gỡ lỗi', @@ -739,6 +740,7 @@ const viVN = { KnowledgeEngine: 'Công cụ tri thức', Parser: 'Trình phân tích', Page: 'Trang', + AgentRunner: 'Trình chạy tác tử', }, filterByType: 'Loại', allTypes: 'Tất cả loại', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index a4a04e0de..58865c358 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -532,6 +532,7 @@ const zhHans = { KnowledgeEngine: '知识引擎', Parser: '解析器', Page: '页面', + AgentRunner: 'Agent 运行器', }, uploadLocal: '本地上传', debugging: '调试中', @@ -702,6 +703,7 @@ const zhHans = { KnowledgeEngine: '知识引擎', Parser: '解析器', Page: '页面', + AgentRunner: 'Agent 运行器', }, filterByType: '类型', allTypes: '全部类型', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 1ae98f758..1a017caa5 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -533,6 +533,7 @@ const zhHant = { KnowledgeEngine: '知識引擎', Parser: '解析器', Page: '擴展頁', + AgentRunner: 'Agent 執行器', }, uploadLocal: '本地上傳', debugging: '調試中', @@ -702,6 +703,7 @@ const zhHant = { KnowledgeEngine: '知識引擎', Parser: '解析器', Page: '擴展頁', + AgentRunner: 'Agent 執行器', }, filterByType: '類型', allTypes: '全部類型',