feat: add the Chinese i8n support on the setting table (#404)

* feat: Added i8n to the mcp table

* feat: Added i8n to the about table
This commit is contained in:
Willem Jiang
2025-07-12 21:28:08 +08:00
committed by GitHub
parent e1187d7d02
commit 70b86d8464
6 changed files with 81 additions and 11 deletions

View File

@@ -43,6 +43,15 @@
"maxSearchResults": "Max search results",
"maxSearchResultsDescription": "By default, each search step has 3 results."
},
"mcp": {
"title": "MCP Servers",
"description": "The Model Context Protocol boosts DeerFlow by integrating external tools for tasks like private domain searches, web browsing, food ordering, and more. Click here to",
"learnMore": "learn more about MCP.",
"enableDisable": "Enable/disable server",
"deleteServer": "Delete server",
"disabled": "Disabled",
"new": "New"
},
"about": {
"title": "About"
},