fix(web): agent knowledge_bases update
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -962,6 +962,8 @@ export const zh = {
|
||||
reset: '重置',
|
||||
refresh: '刷新',
|
||||
return: '返回',
|
||||
statusEnabled: '可用',
|
||||
statusDisabled: '不可用'
|
||||
},
|
||||
product: {
|
||||
applicationManagement: '应用管理',
|
||||
|
||||
Reference in New Issue
Block a user