From 26bcfa56d62d8e3ac3a843ad613a10d1a58bdaff Mon Sep 17 00:00:00 2001 From: Wendong-Fan Date: Wed, 1 Oct 2025 12:50:20 +0800 Subject: [PATCH 1/3] enhance: fix google_calendar install in add_worker PR424 --- src/components/AddWorker/index.tsx | 4 ++-- src/i18n/locales/ar/setting.json | 2 +- src/i18n/locales/ar/workforce.json | 2 +- src/i18n/locales/de/setting.json | 2 +- src/i18n/locales/de/workforce.json | 2 +- src/i18n/locales/en-us/setting.json | 2 +- src/i18n/locales/en-us/workforce.json | 2 +- src/i18n/locales/es/setting.json | 2 +- src/i18n/locales/es/workforce.json | 2 +- src/i18n/locales/fr/setting.json | 8 ++++---- src/i18n/locales/fr/workforce.json | 2 +- src/i18n/locales/it/setting.json | 2 +- src/i18n/locales/it/workforce.json | 2 +- src/i18n/locales/ja/setting.json | 2 +- src/i18n/locales/ja/workforce.json | 2 +- src/i18n/locales/ko/setting.json | 2 +- src/i18n/locales/ko/workforce.json | 2 +- src/i18n/locales/ru/setting.json | 2 +- src/i18n/locales/ru/workforce.json | 2 +- src/i18n/locales/zh-Hans/setting.json | 2 +- src/i18n/locales/zh-Hans/workforce.json | 2 +- src/i18n/locales/zh-Hant/setting.json | 2 +- src/i18n/locales/zh-Hant/workforce.json | 2 +- src/pages/Setting/components/MCPAddDialog.tsx | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/components/AddWorker/index.tsx b/src/components/AddWorker/index.tsx index 2d78e5b8b..8d1b26364 100644 --- a/src/components/AddWorker/index.tsx +++ b/src/components/AddWorker/index.tsx @@ -328,7 +328,7 @@ export function AddWorker({
{showEnvConfig ? t("workforce.configure-mcp-server") - : t("workforce.add-your-mcp-server")} + : t("workforce.add-your-agent")}
@@ -421,7 +421,7 @@ export function AddWorker({
{ setWorkerName(e.target.value); diff --git a/src/i18n/locales/ar/setting.json b/src/i18n/locales/ar/setting.json index f8d2e0899..1aae7b2e0 100644 --- a/src/i18n/locales/ar/setting.json +++ b/src/i18n/locales/ar/setting.json @@ -89,7 +89,7 @@ "coming-soon": "قريبًا", "uninstall": "إلغاء التثبيت", "install": "تثبيت", - "add-your-mcp-server": "الخاص بك MCP أضف خادم", + "add-your-agent": "أضف وكيلك", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": ".أضف مضيف مسيبي محليًا عن طريق توفير جسون صارم صالح", "learn-more": "اتعلم اكثر", "installing": "جارٍ التثبيت...", diff --git a/src/i18n/locales/ar/workforce.json b/src/i18n/locales/ar/workforce.json index 4837def4d..b8390872e 100644 --- a/src/i18n/locales/ar/workforce.json +++ b/src/i18n/locales/ar/workforce.json @@ -3,7 +3,7 @@ "new-worker": "عامل جديد", "edit": "تعديل", "configure-mcp-server": "تكوين خادم مسيبي", - "add-your-mcp-server": "إضافة خادم مسيبي", + "add-your-agent": "إضافة خادم مسيبي", "cancel": "إلغاء", "save-changes": "حفظ التغييرات", "description-optional": "الوصف (اختياري)", diff --git a/src/i18n/locales/de/setting.json b/src/i18n/locales/de/setting.json index e76080599..92e7bc10a 100644 --- a/src/i18n/locales/de/setting.json +++ b/src/i18n/locales/de/setting.json @@ -89,7 +89,7 @@ "coming-soon": "Demnächst verfügbar", "uninstall": "Deinstallieren", "install": "Installieren", - "add-your-mcp-server": "Fügen Sie Ihren MCP-Server hinzu", + "add-your-agent": "Ihren Agenten hinzufügen", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Fügen Sie einen lokalen MCP-Server hinzu, indem Sie eine gültige JSON-Konfiguration bereitstellen.", "learn-more": "Mehr erfahren", "installing": "Wird installiert...", diff --git a/src/i18n/locales/de/workforce.json b/src/i18n/locales/de/workforce.json index a3640a5e6..ec280b13a 100644 --- a/src/i18n/locales/de/workforce.json +++ b/src/i18n/locales/de/workforce.json @@ -3,7 +3,7 @@ "new-worker": "Neuer Mitarbeiter", "edit": "Bearbeiten", "configure-mcp-server": "MCP-Server konfigurieren", - "add-your-mcp-server": "Fügen Sie Ihren MCP-Server hinzu", + "add-your-agent": "Fügen Sie Ihren MCP-Server hinzu", "cancel": "Abbrechen", "save-changes": "Änderungen speichern", "description-optional": "Beschreibung (Optional)", diff --git a/src/i18n/locales/en-us/setting.json b/src/i18n/locales/en-us/setting.json index 35bc5827f..c3e756ef9 100644 --- a/src/i18n/locales/en-us/setting.json +++ b/src/i18n/locales/en-us/setting.json @@ -89,7 +89,7 @@ "coming-soon": "Coming Soon", "uninstall": "Uninstall", "install": "Install", - "add-your-mcp-server": "Add your MCP server", + "add-your-agent": "Add your Agent", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Add a local MCP server by providing a valid JSON configuration.", "learn-more": "Learn more", "installing": "Installing...", diff --git a/src/i18n/locales/en-us/workforce.json b/src/i18n/locales/en-us/workforce.json index b329beb2d..5c1509a09 100644 --- a/src/i18n/locales/en-us/workforce.json +++ b/src/i18n/locales/en-us/workforce.json @@ -3,7 +3,7 @@ "new-worker": "New Worker", "edit": "Edit", "configure-mcp-server": "Configure MCP Server", - "add-your-mcp-server": "Add Your MCP Server", + "add-your-agent": "Add Your Agent", "cancel": "Cancel", "save-changes": "Save changes", "description-optional": "Description (Optional)", diff --git a/src/i18n/locales/es/setting.json b/src/i18n/locales/es/setting.json index 2af0b066a..f0e206267 100644 --- a/src/i18n/locales/es/setting.json +++ b/src/i18n/locales/es/setting.json @@ -89,7 +89,7 @@ "coming-soon": "Próximamente", "uninstall": "Desinstalar", "install": "Instalar", - "add-your-mcp-server": "Agregar tu servidor MCP", + "add-your-agent": "Añade tu Agente", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Agregar un servidor MCP local proporcionando una configuración JSON válida.", "learn-more": "Aprender más", "installing": "Instalando...", diff --git a/src/i18n/locales/es/workforce.json b/src/i18n/locales/es/workforce.json index aac671bdf..8ebe7214e 100644 --- a/src/i18n/locales/es/workforce.json +++ b/src/i18n/locales/es/workforce.json @@ -3,7 +3,7 @@ "new-worker": "Nuevo Worker", "edit": "Editar", "configure-mcp-server": "Configurar MCP Server", - "add-your-mcp-server": "Agregar tu MCP Server", + "add-your-agent": "Agregar tu MCP Server", "cancel": "Cancelar", "save-changes": "Guardar cambios", "description-optional": "Descripción (Opcional)", diff --git a/src/i18n/locales/fr/setting.json b/src/i18n/locales/fr/setting.json index 3f47ac6f7..773cb7f61 100644 --- a/src/i18n/locales/fr/setting.json +++ b/src/i18n/locales/fr/setting.json @@ -88,10 +88,10 @@ "invalid-json": "Invalid JSON", "coming-soon": "Coming Soon", "uninstall": "Uninstall", - "install": "Install", - "add-your-mcp-server": "Add your MCP server", - "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Add a local MCP server by providing a valid JSON configuration.", - "learn-more": "Learn more", + "install": "Installer", + "add-your-agent": "Ajoutez votre Agent", + "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Ajoutez un serveur MCP local en fournissant une configuration JSON valide.", + "learn-more": "En savoir plus", "installing": "Installing...", "edit-mcp-config": "Edit MCP Config", "name": "Name", diff --git a/src/i18n/locales/fr/workforce.json b/src/i18n/locales/fr/workforce.json index a491d69ab..b0c1fb105 100644 --- a/src/i18n/locales/fr/workforce.json +++ b/src/i18n/locales/fr/workforce.json @@ -3,7 +3,7 @@ "new-worker": "Nouveau travailleur", "edit": "Modifier", "configure-mcp-server": "Configurer le serveur MCP", - "add-your-mcp-server": "Ajouter votre serveur MCP", + "add-your-agent": "Ajouter votre serveur MCP", "cancel": "Annuler", "save-changes": "Enregistrer les modifications", "description-optional": "Description (facultatif)", diff --git a/src/i18n/locales/it/setting.json b/src/i18n/locales/it/setting.json index ec84e24cc..8d69f2eea 100644 --- a/src/i18n/locales/it/setting.json +++ b/src/i18n/locales/it/setting.json @@ -89,7 +89,7 @@ "coming-soon": "Prossimamente", "uninstall": "Disinstalla", "install": "Installa", - "add-your-mcp-server": "Aggiungi il tuo server MCP", + "add-your-agent": "Aggiungi il tuo Agente", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Aggiungi un server MCP locale fornendo una configurazione JSON valida.", "learn-more": "Scopri di più", "installing": "Installazione in corso...", diff --git a/src/i18n/locales/it/workforce.json b/src/i18n/locales/it/workforce.json index e490fcd91..d9a80bf3c 100644 --- a/src/i18n/locales/it/workforce.json +++ b/src/i18n/locales/it/workforce.json @@ -3,7 +3,7 @@ "new-worker": "Nuovo Worker", "edit": "Modifica", "configure-mcp-server": "Configura server MCP", - "add-your-mcp-server": "Aggiungi il tuo server MCP", + "add-your-agent": "Aggiungi il tuo server MCP", "cancel": "Annulla", "save-changes": "Salva modifiche", "description-optional": "Descrizione (Opzionale)", diff --git a/src/i18n/locales/ja/setting.json b/src/i18n/locales/ja/setting.json index f485d3a90..956e5ca3d 100644 --- a/src/i18n/locales/ja/setting.json +++ b/src/i18n/locales/ja/setting.json @@ -89,7 +89,7 @@ "coming-soon": "近日公開", "uninstall": "アンインストール", "install": "インストール", - "add-your-mcp-server": "MCPサーバーを追加", + "add-your-agent": "エージェントを追加", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "有効なJSON構成を提供して、ローカルMCPサーバーを追加します。", "learn-more": "詳細はこちら", "installing": "インストール中...", diff --git a/src/i18n/locales/ja/workforce.json b/src/i18n/locales/ja/workforce.json index 88e251788..9d043bb30 100644 --- a/src/i18n/locales/ja/workforce.json +++ b/src/i18n/locales/ja/workforce.json @@ -3,7 +3,7 @@ "new-worker": "新規ワーカー", "edit": "編集", "configure-mcp-server": "MCPサーバーの設定", - "add-your-mcp-server": "MCPサーバーを追加", + "add-your-agent": "MCPサーバーを追加", "cancel": "キャンセル", "save-changes": "変更を保存", "description-optional": "説明(任意)", diff --git a/src/i18n/locales/ko/setting.json b/src/i18n/locales/ko/setting.json index 33f0e8125..b98d3520b 100644 --- a/src/i18n/locales/ko/setting.json +++ b/src/i18n/locales/ko/setting.json @@ -89,7 +89,7 @@ "coming-soon": "출시 예정", "uninstall": "제거", "install": "설치", - "add-your-mcp-server": "MCP 서버 추가", + "add-your-agent": "에이전트 추가", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "유효한 JSON 구성을 제공하여 로컬 MCP 서버를 추가하세요.", "learn-more": "더 알아보기", "installing": "설치 중...", diff --git a/src/i18n/locales/ko/workforce.json b/src/i18n/locales/ko/workforce.json index e8495536e..45fbb9ce2 100644 --- a/src/i18n/locales/ko/workforce.json +++ b/src/i18n/locales/ko/workforce.json @@ -3,7 +3,7 @@ "new-worker": "새 작업자", "edit": "편집", "configure-mcp-server": "MCP 서버 구성", - "add-your-mcp-server": "MCP 서버 추가", + "add-your-agent": "MCP 서버 추가", "cancel": "취소", "save-changes": "변경 사항 저장", "description-optional": "설명 (선택 사항)", diff --git a/src/i18n/locales/ru/setting.json b/src/i18n/locales/ru/setting.json index 06a9225f1..28bd3599c 100644 --- a/src/i18n/locales/ru/setting.json +++ b/src/i18n/locales/ru/setting.json @@ -89,7 +89,7 @@ "coming-soon": "Скоро", "uninstall": "Удалить", "install": "Установить", - "add-your-mcp-server": "Добавьте свой MCP-сервер", + "add-your-agent": "Добавьте своего агента", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Добавьте локальный MCP-сервер, предоставив допустимую JSON-конфигурацию.", "learn-more": "Подробнее", "installing": "Установка...", diff --git a/src/i18n/locales/ru/workforce.json b/src/i18n/locales/ru/workforce.json index 79bfa5269..8accc19d8 100644 --- a/src/i18n/locales/ru/workforce.json +++ b/src/i18n/locales/ru/workforce.json @@ -3,7 +3,7 @@ "new-worker": "Новый сотрудник", "edit": "Редактировать", "configure-mcp-server": "Настроить MCP-сервер", - "add-your-mcp-server": "Добавить ваш MCP-сервер", + "add-your-agent": "Добавить ваш MCP-сервер", "cancel": "Отмена", "save-changes": "Сохранить изменения", "description-optional": "Описание (необязательно)", diff --git a/src/i18n/locales/zh-Hans/setting.json b/src/i18n/locales/zh-Hans/setting.json index 568549429..4280cc922 100644 --- a/src/i18n/locales/zh-Hans/setting.json +++ b/src/i18n/locales/zh-Hans/setting.json @@ -89,7 +89,7 @@ "coming-soon": "即将推出", "uninstall": "卸载", "install": "安装", - "add-your-mcp-server": "添加您的 MCP 服务器", + "add-your-agent": "添加你的智能体", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "通过提供有效的 JSON 配置添加本地 MCP 服务器。", "learn-more": "了解更多", "installing": "安装中...", diff --git a/src/i18n/locales/zh-Hans/workforce.json b/src/i18n/locales/zh-Hans/workforce.json index 02a54577e..e64b989cf 100644 --- a/src/i18n/locales/zh-Hans/workforce.json +++ b/src/i18n/locales/zh-Hans/workforce.json @@ -3,7 +3,7 @@ "new-worker": "增加 Worker", "edit": "编辑", "configure-mcp-server": "配置 MCP 服务器", - "add-your-mcp-server": "添加你的 MCP 服务器", + "add-your-agent": "添加你的 MCP 服务器", "cancel": "取消", "save-changes": "保存更改", "description-optional": "描述(可选)", diff --git a/src/i18n/locales/zh-Hant/setting.json b/src/i18n/locales/zh-Hant/setting.json index 070f857c6..f0891eae1 100644 --- a/src/i18n/locales/zh-Hant/setting.json +++ b/src/i18n/locales/zh-Hant/setting.json @@ -89,7 +89,7 @@ "coming-soon": "即將推出", "uninstall": "解除安裝", "install": "安裝", - "add-your-mcp-server": "新增您的 MCP 伺服器", + "add-your-agent": "新增您的智能體", "add-a-local-mcp-server-by-providing-a-valid-json-configuration": "透過提供有效的 JSON 設定新增本地 MCP 伺服器。", "learn-more": "了解更多", "installing": "安裝中...", diff --git a/src/i18n/locales/zh-Hant/workforce.json b/src/i18n/locales/zh-Hant/workforce.json index 6921339bf..2902a40cf 100644 --- a/src/i18n/locales/zh-Hant/workforce.json +++ b/src/i18n/locales/zh-Hant/workforce.json @@ -3,7 +3,7 @@ "new-worker": "新增 Worker", "edit": "編輯", "configure-mcp-server": "設定 MCP 伺服器", - "add-your-mcp-server": "新增您的 MCP 伺服器", + "add-your-agent": "新增您的 MCP 伺服器", "cancel": "取消", "save-changes": "儲存變更", "description-optional": "描述(可選)", diff --git a/src/pages/Setting/components/MCPAddDialog.tsx b/src/pages/Setting/components/MCPAddDialog.tsx index 7d2252695..c1476daba 100644 --- a/src/pages/Setting/components/MCPAddDialog.tsx +++ b/src/pages/Setting/components/MCPAddDialog.tsx @@ -102,7 +102,7 @@ export default function MCPAddDialog({ - {t("setting.add-your-mcp-server")} + {t("setting.add-your-agent")}
From 47ee3f413f5b2e0bf78eea91cfeae4e6190c0960 Mon Sep 17 00:00:00 2001 From: Wendong-Fan Date: Wed, 1 Oct 2025 13:13:52 +0800 Subject: [PATCH 2/3] update wording --- src/components/AddWorker/index.tsx | 2 +- src/i18n/locales/de/workforce.json | 2 +- src/i18n/locales/en-us/setting.json | 2 +- src/i18n/locales/es/workforce.json | 2 +- src/i18n/locales/fr/workforce.json | 2 +- src/i18n/locales/it/workforce.json | 2 +- src/i18n/locales/ja/workforce.json | 2 +- src/i18n/locales/ko/workforce.json | 2 +- src/i18n/locales/ru/workforce.json | 2 +- src/i18n/locales/zh-Hans/setting.json | 2 +- src/i18n/locales/zh-Hans/workforce.json | 2 +- src/i18n/locales/zh-Hant/workforce.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/AddWorker/index.tsx b/src/components/AddWorker/index.tsx index 8d1b26364..4f87e4f63 100644 --- a/src/components/AddWorker/index.tsx +++ b/src/components/AddWorker/index.tsx @@ -449,7 +449,7 @@ export function AddWorker({ {t("workforce.description-optional")}