mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Translate the previous run into parsing #4094 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -121,8 +121,8 @@ export default {
|
||||
view: 'View',
|
||||
filesSelected: 'Files Selected',
|
||||
upload: 'Upload',
|
||||
run: 'Run',
|
||||
runningStatus0: 'UNSTART',
|
||||
run: 'Parse',
|
||||
runningStatus0: 'UNParsed',
|
||||
runningStatus1: 'Parsing',
|
||||
runningStatus2: 'CANCEL',
|
||||
runningStatus3: 'SUCCESS',
|
||||
|
||||
Reference in New Issue
Block a user