mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
Feat: Upload file UI/UX enhancements (#5359)
### What problem does this PR solve? Modifies the UX for uploading process on the website. - Adds option to parse on creation the files - Adds progress bar to display progress of chunk - Adds per file feedback on uploading operation #### Screenshots: - Show files uploading:  - Errors on specific files  ### Type of change - [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
committed by
GitHub
parent
f65c3ae62b
commit
11e3f5e8b2
@ -126,9 +126,9 @@ export default {
|
||||
filesSelected: 'Files selected',
|
||||
upload: 'Upload',
|
||||
run: 'Parse',
|
||||
runningStatus0: 'UNParsed',
|
||||
runningStatus1: 'Parsing',
|
||||
runningStatus2: 'CANCEL',
|
||||
runningStatus0: 'PENDING',
|
||||
runningStatus1: 'PARSING',
|
||||
runningStatus2: 'CANCELED',
|
||||
runningStatus3: 'SUCCESS',
|
||||
runningStatus4: 'FAIL',
|
||||
pageRanges: 'Page Ranges',
|
||||
@ -743,6 +743,7 @@ This auto-tag feature enhances retrieval by adding another layer of domain-speci
|
||||
newFolder: 'New Folder',
|
||||
file: 'File',
|
||||
uploadFile: 'Upload File',
|
||||
parseOnCreation: 'Parse on creation',
|
||||
directory: 'Directory',
|
||||
uploadTitle: 'Drag and drop your file here to upload',
|
||||
uploadDescription:
|
||||
|
||||
@ -480,6 +480,7 @@ export default {
|
||||
newFolder: 'Nueva carpeta',
|
||||
file: 'Archivo',
|
||||
uploadFile: 'Subir archivo',
|
||||
parseOnCreation: 'Ejecutar en la creación',
|
||||
directory: 'Directorio',
|
||||
uploadTitle: 'Haz clic o arrastra el archivo a esta área para subir',
|
||||
uploadDescription:
|
||||
|
||||
@ -648,6 +648,7 @@ export default {
|
||||
newFolder: 'Folder Baru',
|
||||
file: 'File',
|
||||
uploadFile: 'Unggah File',
|
||||
parseOnCreation: 'Memparsing saat dibuat',
|
||||
directory: 'Direktori',
|
||||
uploadTitle: 'Klik atau seret file ke area ini untuk mengunggah',
|
||||
uploadDescription:
|
||||
|
||||
@ -653,6 +653,7 @@ export default {
|
||||
newFolder: '新しいフォルダ',
|
||||
file: 'ファイル',
|
||||
uploadFile: 'ファイルをアップロード',
|
||||
parseOnCreation: '作成時に解析',
|
||||
directory: 'ディレクトリ',
|
||||
uploadTitle: 'クリックまたはドラッグしてファイルをアップロード',
|
||||
uploadDescription:
|
||||
|
||||
@ -639,6 +639,7 @@ export default {
|
||||
newFolder: 'Nova Pasta',
|
||||
file: 'Arquivo',
|
||||
uploadFile: 'Carregar Arquivo',
|
||||
parseOnCreation: 'Executar na criação',
|
||||
directory: 'Diretório',
|
||||
uploadTitle:
|
||||
'Clique ou arraste o arquivo para esta área para fazer o upload',
|
||||
|
||||
@ -707,6 +707,7 @@ export default {
|
||||
newFolder: 'Thư mục mới',
|
||||
file: 'Tệp',
|
||||
uploadFile: 'Tải tệp lên',
|
||||
parseOnCreation: 'Phân tích khi tạo',
|
||||
directory: 'Thư mục',
|
||||
uploadTitle: 'Nhấp hoặc kéo thả tệp vào khu vực này để tải lên',
|
||||
uploadDescription:
|
||||
|
||||
@ -708,6 +708,7 @@ export default {
|
||||
pleaseSelect: '請選擇',
|
||||
newFolder: '新建文件夾',
|
||||
uploadFile: '上傳文件',
|
||||
parseOnCreation: '創建時解析',
|
||||
uploadTitle: '點擊或拖拽文件至此區域即可上傳',
|
||||
uploadDescription:
|
||||
'支持單次或批量上傳。單個檔案大小不超過10MB,最多上傳128份檔案。',
|
||||
|
||||
@ -726,6 +726,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
pleaseSelect: '请选择',
|
||||
newFolder: '新建文件夹',
|
||||
uploadFile: '上传文件',
|
||||
parseOnCreation: '创建时解析',
|
||||
uploadTitle: '点击或拖拽文件至此区域即可上传',
|
||||
uploadDescription:
|
||||
'支持单次或批量上传。 单个文件大小不超过10MB,最多上传128份文件。严禁上传违禁文件。',
|
||||
|
||||
Reference in New Issue
Block a user