mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 21:36:42 +08:00
feat: add batch operations for document list (#302)
### What problem does this PR solve? document list needs to be batch operated Issue link: #301 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -75,7 +75,8 @@ export default {
|
||||
chunkNumber: 'Chunk Number',
|
||||
uploadDate: 'Upload Date',
|
||||
chunkMethod: 'Chunk Method',
|
||||
enabled: 'Enabled',
|
||||
enabled: 'Enable',
|
||||
disabled: 'Disable',
|
||||
action: 'Action',
|
||||
parsingStatus: 'Parsing Status',
|
||||
processBeginAt: 'Process Begin At',
|
||||
@ -102,6 +103,7 @@ export default {
|
||||
view: 'View',
|
||||
filesSelected: 'Files Selected',
|
||||
upload: 'Upload',
|
||||
run: 'Run',
|
||||
runningStatus0: 'UNSTART',
|
||||
runningStatus1: 'Parsing',
|
||||
runningStatus2: 'CANCEL',
|
||||
@ -130,6 +132,8 @@ export default {
|
||||
uploadDescription:
|
||||
'Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.',
|
||||
chunk: 'Chunk',
|
||||
bulk: 'Bulk',
|
||||
cancel: 'Cancel',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription:
|
||||
|
||||
@ -75,6 +75,7 @@ export default {
|
||||
uploadDate: '上传日期',
|
||||
chunkMethod: '解析方法',
|
||||
enabled: '启用',
|
||||
disabled: '禁用',
|
||||
action: '动作',
|
||||
parsingStatus: '解析状态',
|
||||
processBeginAt: '流程开始于',
|
||||
@ -100,6 +101,7 @@ export default {
|
||||
view: '看法',
|
||||
filesSelected: '选定的文件',
|
||||
upload: '上传',
|
||||
run: '启动',
|
||||
runningStatus0: '未启动',
|
||||
runningStatus1: '解析中',
|
||||
runningStatus2: '取消',
|
||||
@ -127,6 +129,8 @@ export default {
|
||||
uploadDescription:
|
||||
'支持单次或批量上传。 严禁上传公司数据或其他违禁文件。',
|
||||
chunk: '解析块',
|
||||
bulk: '批量',
|
||||
cancel: '取消',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription: '在这里更新您的知识库详细信息,尤其是解析方法。',
|
||||
|
||||
Reference in New Issue
Block a user