From f68f6e989694d4fbdb094c71d21acb0e56be871e Mon Sep 17 00:00:00 2001 From: suyao Date: Wed, 8 Oct 2025 06:56:21 +0800 Subject: [PATCH] chore: i18n --- src/renderer/src/i18n/locales/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/en-us.json b/src/renderer/src/i18n/locales/en-us.json index 593f9d6965..ef5b581644 100644 --- a/src/renderer/src/i18n/locales/en-us.json +++ b/src/renderer/src/i18n/locales/en-us.json @@ -3346,7 +3346,7 @@ "dify_knowledge": "Dify's MCP server implementation provides a simple API to interact with Dify. Requires configuring the Dify Key", "fetch": "MCP server for retrieving URL web content", "filesystem": "A Node.js server implementing the Model Context Protocol (MCP) for file system operations. Requires configuration of directories allowed for access.", - "js": "Execute JavaScript code in a secure sandbox environment. Supports most standard libraries.", + "js": "Execute JavaScript code in a secure sandbox environment. Run JavaScript using QuickJS, supporting most standard libraries and popular third-party libraries.", "mcp_auto_install": "Automatically install MCP service (beta)", "memory": "Persistent memory implementation based on a local knowledge graph. This enables the model to remember user-related information across different conversations. Requires configuring the MEMORY_FILE_PATH environment variable.", "no": "No description",