From d4699547e9aae84b524b4f4831b89705184580cc Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Tue, 16 Jun 2026 05:27:10 -0400 Subject: [PATCH] i18n(web): localize Bots/Pipelines sidebar titles for es/th/vi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit es-ES pipelines, th-TH bots+pipelines and vi-VN pipelines were left in English in the sidebar. Translate them: es Flujos, th บอท/ไปป์ไลน์, vi Quy trình. --- web/src/i18n/locales/es-ES.ts | 2 +- web/src/i18n/locales/th-TH.ts | 4 ++-- web/src/i18n/locales/vi-VN.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts index 564563f5..50b2dc2e 100644 --- a/web/src/i18n/locales/es-ES.ts +++ b/web/src/i18n/locales/es-ES.ts @@ -844,7 +844,7 @@ const esES = { 'Una vez eliminada, la configuración de este servidor MCP no se podrá recuperar.', }, pipelines: { - title: 'Pipelines', + title: 'Flujos', description: 'Los Pipelines definen el flujo de procesamiento de eventos de mensajes, se usan para vincular a los Bots', createPipeline: 'Crear Pipeline', diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts index c14bdad0..924e99c6 100644 --- a/web/src/i18n/locales/th-TH.ts +++ b/web/src/i18n/locales/th-TH.ts @@ -300,7 +300,7 @@ const thTH = { }, }, bots: { - title: 'Bot', + title: 'บอท', description: 'สร้างและจัดการ Bot ซึ่งเป็นจุดเชื่อมต่อของ LangBot กับแพลตฟอร์มต่างๆ', createBot: 'สร้าง Bot', @@ -819,7 +819,7 @@ const thTH = { 'เมื่อลบแล้ว การกำหนดค่าเซิร์ฟเวอร์ MCP นี้จะไม่สามารถกู้คืนได้', }, pipelines: { - title: 'Pipeline', + title: 'ไปป์ไลน์', description: 'Pipeline กำหนดกระบวนการประมวลผลเหตุการณ์ข้อความ ใช้เพื่อผูกกับ Bot', createPipeline: 'สร้าง Pipeline', diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts index 495d4d14..55bb82c3 100644 --- a/web/src/i18n/locales/vi-VN.ts +++ b/web/src/i18n/locales/vi-VN.ts @@ -833,7 +833,7 @@ const viVN = { deleteMCPHint: 'Sau khi xóa, cấu hình máy chủ MCP này không thể khôi phục.', }, pipelines: { - title: 'Pipeline', + title: 'Quy trình', description: 'Pipeline xác định luồng xử lý sự kiện tin nhắn, dùng để liên kết với Bot', createPipeline: 'Tạo Pipeline',