Feat: Display the data flow log on the far right. #9869 (#10214)

### What problem does this PR solve?

Feat: Display the data flow log on the far right. #9869
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-22 19:13:18 +08:00
committed by GitHub
parent 28afc7e67d
commit d0bfe8b10c
8 changed files with 43 additions and 10 deletions

View File

@ -1510,6 +1510,17 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
okText: '确认',
cancelText: '取消',
},
mcp: {
export: '导出',
import: '导入',
url: 'URL',
serverType: '服务器类型',
addMCP: '添加 MCP',
editMCP: '编辑 MCP',
toolsAvailable: '可用的工具',
mcpServers: 'MCP 服务器',
customizeTheListOfMcpServers: '自定义 MCP 服务器列表',
},
search: {
searchApps: '搜索',
createSearch: '创建查询',
@ -1605,6 +1616,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
filenameEmbdWeight: '文件名嵌入权重',
begin: '文件',
parserMethod: '解析方法',
exportJson: '导出 JSON',
},
},
};