mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user