fix(web): agent knowledge_bases update

This commit is contained in:
zhaoying
2026-01-15 18:31:58 +08:00
parent 0ed78f7a62
commit c9e64489b2
5 changed files with 30 additions and 33 deletions

View File

@@ -413,6 +413,8 @@ export const en = {
reset: 'Reset',
refresh: 'Refresh',
return: 'Return',
statusEnabled: 'Available',
statusDisabled: 'Unavailable'
},
model: {
searchPlaceholder: 'search model…',
@@ -1577,6 +1579,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
configured_disabled_desc: 'API is configured but not enabled',
error_desc: 'API is configured but connection error',
testConnectionSuccess: 'Test Connection Successful',
serviceEndpoint: 'Service Endpoint URL',
serviceEndpointPlaceholder: 'URL of the service endpoint',
serviceEndpointExtra: 'Complete access address of the MCP service',
@@ -1726,6 +1729,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
method: 'Method',
path: 'Path',
viewDetail: 'View Details',
textLink: 'Test Connection',
noResult: 'Processing results will be displayed here'
},
workflow: {

View File

@@ -962,6 +962,8 @@ export const zh = {
reset: '重置',
refresh: '刷新',
return: '返回',
statusEnabled: '可用',
statusDisabled: '不可用'
},
product: {
applicationManagement: '应用管理',