From b4aa1de10a332dedbd179c05d9a25b0bd5d678ca Mon Sep 17 00:00:00 2001 From: yyh Date: Tue, 13 Jan 2026 11:41:20 +0800 Subject: [PATCH] fix(sandbox-provider): update provider descriptions to match Figma design Update E2B, Daytona, and Docker descriptions with unique copy from design: - E2B: "E2B Gives AI Agents Secure Computers with Real-World Tools." - Daytona: "Deploy AI code with confidence using Daytona's lightning-fast infrastructure." - Docker: "The Easiest Way to Build, Run, and Secure Agents." --- web/i18n/en-US/common.json | 6 +++--- web/i18n/zh-Hans/common.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/i18n/en-US/common.json b/web/i18n/en-US/common.json index 0c29ebedc1..bf388af5c4 100644 --- a/web/i18n/en-US/common.json +++ b/web/i18n/en-US/common.json @@ -579,11 +579,11 @@ "sandboxProvider.configModal.title": "Configure Sandbox Provider", "sandboxProvider.connected": "CONNECTED", "sandboxProvider.currentProvider": "CURRENT ACTIVE", - "sandboxProvider.daytona.description": "Secure sandboxed cloud environments for AI agents. learn more", + "sandboxProvider.daytona.description": "Deploy AI code with confidence using Daytona's lightning-fast infrastructure.", "sandboxProvider.daytona.label": "Daytona", - "sandboxProvider.docker.description": "Secure sandboxed cloud environments for AI agents. learn more", + "sandboxProvider.docker.description": "The Easiest Way to Build, Run, and Secure Agents.", "sandboxProvider.docker.label": "Docker", - "sandboxProvider.e2b.description": "Secure sandboxed cloud environments for AI agents. learn more", + "sandboxProvider.e2b.description": "E2B Gives AI Agents Secure Computers with Real-World Tools.", "sandboxProvider.e2b.label": "E2B", "sandboxProvider.enable": "Enable", "sandboxProvider.local.description": "This mode will provide the host machine as an agent, and its use in production is not recommended.", diff --git a/web/i18n/zh-Hans/common.json b/web/i18n/zh-Hans/common.json index 0a221b49f9..9bfbcfc0a4 100644 --- a/web/i18n/zh-Hans/common.json +++ b/web/i18n/zh-Hans/common.json @@ -577,11 +577,11 @@ "sandboxProvider.configModal.title": "配置 Sandbox Provider", "sandboxProvider.connected": "已连接", "sandboxProvider.currentProvider": "当前激活", - "sandboxProvider.daytona.description": "为 AI 代理提供安全的沙箱云环境。了解更多", + "sandboxProvider.daytona.description": "使用 Daytona 的高性能基础设施,自信地部署 AI 代码。", "sandboxProvider.daytona.label": "Daytona", - "sandboxProvider.docker.description": "为 AI 代理提供安全的沙箱云环境。了解更多", + "sandboxProvider.docker.description": "构建、运行和保护代理的最简单方式。", "sandboxProvider.docker.label": "Docker", - "sandboxProvider.e2b.description": "为 AI 代理提供安全的沙箱云环境。了解更多", + "sandboxProvider.e2b.description": "E2B 为 AI 代理提供真实世界工具的安全计算环境。", "sandboxProvider.e2b.label": "E2B", "sandboxProvider.enable": "启用", "sandboxProvider.local.description": "此模式将主机作为代理提供,不建议在生产环境中使用。",