mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 10:42:36 +08:00
### What problem does this PR solve? Feat: Adjust the style of the canvas node #10703 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -3,7 +3,7 @@ export default {
|
||||
common: {
|
||||
noResults: 'No results.',
|
||||
selectPlaceholder: 'select value',
|
||||
selectAll: 'Select All',
|
||||
selectAll: 'Select all',
|
||||
delete: 'Delete',
|
||||
deleteModalTitle: 'Are you sure to delete this item?',
|
||||
ok: 'Ok',
|
||||
@ -1747,6 +1747,9 @@ Important structured information may include: names, dates, locations, events, k
|
||||
mcpServers: 'MCP Servers',
|
||||
customizeTheListOfMcpServers: 'Customize the list of MCP servers',
|
||||
cachedTools: 'cached tools',
|
||||
bulkManage: 'Bulk manage',
|
||||
exitBulkManage: 'Exit bulk manage',
|
||||
selected: 'Selected',
|
||||
},
|
||||
search: {
|
||||
searchApps: 'Search Apps',
|
||||
|
||||
@ -1634,6 +1634,9 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
mcpServers: 'MCP 服务器',
|
||||
customizeTheListOfMcpServers: '自定义 MCP 服务器列表',
|
||||
cachedTools: '缓存工具',
|
||||
selected: '已选择',
|
||||
bulkManage: '批量管理',
|
||||
exitBulkManage: '退出批量管理',
|
||||
},
|
||||
search: {
|
||||
searchApps: '搜索',
|
||||
|
||||
Reference in New Issue
Block a user