feat(web): add tool management
This commit is contained in:
@@ -1348,13 +1348,19 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
addService: 'Add MCP Service',
|
||||
addServiceSuccess: 'Service added successfully',
|
||||
server_url: 'Service URL',
|
||||
lastConnection: 'Last Connection',
|
||||
last_health_check: 'Last Connection',
|
||||
responseTime: 'Response Time',
|
||||
status: {
|
||||
active: 'Active',
|
||||
inactive: 'Inactive',
|
||||
available: '可用',
|
||||
unconfigured: '未配置',
|
||||
configured_disabled: '已配置未启用',
|
||||
error: '链接异常'
|
||||
},
|
||||
testConnectionSuccess: 'Connection test successful',
|
||||
available_desc: 'API 已配置并启用',
|
||||
unconfigured_desc: '需要配置 API Key',
|
||||
configured_disabled_desc: 'API 已配置但未启用',
|
||||
error_desc: 'API 已配置但链接异常',
|
||||
|
||||
serviceEndpoint: 'Service Endpoint URL',
|
||||
serviceEndpointPlaceholder: 'URL of the service endpoint',
|
||||
serviceEndpointExtra: 'Complete access address of the MCP service',
|
||||
@@ -1369,12 +1375,13 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
requestHeader: 'Request Headers',
|
||||
config: 'Configuration',
|
||||
authType: 'Authentication Type',
|
||||
noAuth: 'No Authentication',
|
||||
apiKey: 'API Key',
|
||||
basicAuth: 'Basic Auth',
|
||||
bearerToken: 'Bearer Token',
|
||||
none: 'No Authentication',
|
||||
api_key: 'API Key',
|
||||
basic_auth: 'Basic Auth',
|
||||
bearer_token: 'Bearer Token',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
key_name: 'Key Name',
|
||||
requestHeaderDesc: 'Additional HTTP request headers sent to MCP server',
|
||||
addRequestHeader: 'Add Request Header',
|
||||
editRequestHeader: 'Edit Request Header',
|
||||
@@ -1448,7 +1455,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
MinerUTool_config_desc: 'MinerU is a high-precision PDF document parsing tool that requires an API Key to use.',
|
||||
TextInTool_config_desc: 'TextIn provides intelligent OCR text recognition service with multi-language support.',
|
||||
link: 'Application URL',
|
||||
api_key: 'API Key',
|
||||
BaiduSearchTool_api_key_desc: 'API Key obtained from Baidu Open Platform',
|
||||
MinerUTool_api_key_desc: 'API Key obtained from MinerU platform',
|
||||
secret_key: 'Secret Key',
|
||||
@@ -1505,7 +1511,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
desc: 'Description',
|
||||
method: 'Method',
|
||||
path: 'Path',
|
||||
viewDetail: 'View Details'
|
||||
viewDetail: 'View Details',
|
||||
noResult: 'Processing results will be displayed here'
|
||||
},
|
||||
workflow: {
|
||||
coreNode: 'Core Nodes',
|
||||
|
||||
@@ -1447,12 +1447,19 @@ export const zh = {
|
||||
addService: '添加MCP服务',
|
||||
addServiceSuccess: '服务添加成功',
|
||||
server_url: '服务地址',
|
||||
lastConnection: '最后连接',
|
||||
last_health_check: '最后连接',
|
||||
responseTime: '响应时间',
|
||||
status: {
|
||||
active: '活跃',
|
||||
inactive: '不活跃',
|
||||
available: '可用',
|
||||
unconfigured: '未配置',
|
||||
configured_disabled: '已配置未启用',
|
||||
error: '链接异常'
|
||||
},
|
||||
available_desc: 'API 已配置并启用',
|
||||
unconfigured_desc: '需要配置 API Key',
|
||||
configured_disabled_desc: 'API 已配置但未启用',
|
||||
error_desc: 'API 已配置但链接异常',
|
||||
|
||||
testConnectionSuccess: '测试连接成功',
|
||||
serviceEndpoint: '服务端点 URL',
|
||||
serviceEndpointPlaceholder: '服务端点的 URL',
|
||||
@@ -1468,12 +1475,13 @@ export const zh = {
|
||||
requestHeader: '请求头',
|
||||
config: '配置',
|
||||
authType: '认证方式',
|
||||
noAuth: '无需认证',
|
||||
apiKey: 'API Key',
|
||||
basicAuth: 'Basic Auth',
|
||||
bearerToken: 'Bearer Token',
|
||||
none: '无需认证',
|
||||
api_key: 'API Key',
|
||||
basic_auth: 'Basic Auth',
|
||||
bearer_token: 'Bearer Token',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
key_name: 'Key Name',
|
||||
requestHeaderDesc: '发送到 MCP 服务器的额外 HTTP 请求头',
|
||||
addRequestHeader: '添加请求头',
|
||||
editRequestHeader: '编辑请求头',
|
||||
@@ -1547,7 +1555,6 @@ export const zh = {
|
||||
MinerUTool_config_desc: 'MinerU是高精度PDF文档解析工具,需要API Key才能使用。',
|
||||
TextInTool_config_desc: 'TextIn提供智能OCR文字识别服务,支持多语言识别。',
|
||||
link: '申请地址',
|
||||
api_key: 'API Key',
|
||||
BaiduSearchTool_api_key_desc: '从百度开放平台获取的API Key',
|
||||
MinerUTool_api_key_desc: '从MinerU平台获取的API Key',
|
||||
secret_key: 'Secret Key',
|
||||
@@ -1604,7 +1611,9 @@ export const zh = {
|
||||
desc: '描述',
|
||||
method: '方法',
|
||||
path: '路径',
|
||||
viewDetail: '查看详情'
|
||||
viewDetail: '查看详情',
|
||||
textLink: '测试连接',
|
||||
noResult: '处理结果将显示在这里'
|
||||
},
|
||||
workflow: {
|
||||
coreNode: '核心节点',
|
||||
|
||||
Reference in New Issue
Block a user