mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-29 15:26:04 +08:00
Added a file size limit (#5301)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
db42d0e0ae
commit
f9f75aa119
@ -150,9 +150,9 @@ export default {
|
|||||||
'The current value must be greater than the previous to!',
|
'The current value must be greater than the previous to!',
|
||||||
selectFiles: 'Select files',
|
selectFiles: 'Select files',
|
||||||
changeSpecificCategory: 'Change specific category',
|
changeSpecificCategory: 'Change specific category',
|
||||||
uploadTitle: 'Click or drag file to this area to upload',
|
uploadTitle: 'Drag and drop your file here to upload',
|
||||||
uploadDescription:
|
uploadDescription:
|
||||||
'Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.',
|
'Supports single or bulk file upload. Files must not exceed 10MB each, with a maximum of 128 files.',
|
||||||
chunk: 'Chunk',
|
chunk: 'Chunk',
|
||||||
bulk: 'Bulk',
|
bulk: 'Bulk',
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
@ -738,15 +738,15 @@ This procedure will improve precision of retrieval by adding more information to
|
|||||||
file: 'File',
|
file: 'File',
|
||||||
uploadFile: 'Upload File',
|
uploadFile: 'Upload File',
|
||||||
directory: 'Directory',
|
directory: 'Directory',
|
||||||
uploadTitle: 'Click or drag file to this area to upload',
|
uploadTitle: 'Drag and drop your file here to upload',
|
||||||
uploadDescription:
|
uploadDescription:
|
||||||
'Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.',
|
'Supports single or bulk file upload. Files must not exceed 10MB each, with a maximum of 128 files.',
|
||||||
local: 'Local uploads',
|
local: 'Local uploads',
|
||||||
s3: 'S3 uploads',
|
s3: 'S3 uploads',
|
||||||
preview: 'Preview',
|
preview: 'Preview',
|
||||||
fileError: 'File error',
|
fileError: 'File error',
|
||||||
uploadLimit:
|
uploadLimit:
|
||||||
'The file size cannot exceed 10M, and the total number of files cannot exceed 128',
|
'Each file must not exceed 10MB, and the total number of files must not exceed 128.',
|
||||||
destinationFolder: 'Destination folder',
|
destinationFolder: 'Destination folder',
|
||||||
},
|
},
|
||||||
flow: {
|
flow: {
|
||||||
|
@ -656,7 +656,7 @@ export default {
|
|||||||
directory: 'ディレクトリ',
|
directory: 'ディレクトリ',
|
||||||
uploadTitle: 'クリックまたはドラッグしてファイルをアップロード',
|
uploadTitle: 'クリックまたはドラッグしてファイルをアップロード',
|
||||||
uploadDescription:
|
uploadDescription:
|
||||||
'単一または一括アップロードをサポートします。企業データや禁止されたファイルのアップロードは禁止されています。',
|
'単一または一括アップロードをサポートします。各ファイルは10MBを超えないこと、最大128ファイルまでです。',
|
||||||
local: 'ローカルアップロード',
|
local: 'ローカルアップロード',
|
||||||
s3: 'S3アップロード',
|
s3: 'S3アップロード',
|
||||||
preview: 'プレビュー',
|
preview: 'プレビュー',
|
||||||
|
@ -148,7 +148,7 @@ export default {
|
|||||||
selectFiles: '選擇文件',
|
selectFiles: '選擇文件',
|
||||||
changeSpecificCategory: '更改特定類別',
|
changeSpecificCategory: '更改特定類別',
|
||||||
uploadTitle: '點擊或拖拽文件至此區域即可上傳',
|
uploadTitle: '點擊或拖拽文件至此區域即可上傳',
|
||||||
uploadDescription: '支持單次或批量上傳。嚴禁上傳公司數據或其他違禁文件。',
|
uploadDescription: '支持單次或批量上傳。單個檔案大小不超過10MB,最多上傳128份檔案。',
|
||||||
chunk: '解析塊',
|
chunk: '解析塊',
|
||||||
bulk: '批量',
|
bulk: '批量',
|
||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
@ -703,7 +703,7 @@ export default {
|
|||||||
newFolder: '新建文件夾',
|
newFolder: '新建文件夾',
|
||||||
uploadFile: '上傳文件',
|
uploadFile: '上傳文件',
|
||||||
uploadTitle: '點擊或拖拽文件至此區域即可上傳',
|
uploadTitle: '點擊或拖拽文件至此區域即可上傳',
|
||||||
uploadDescription: '支持單次或批量上傳。嚴禁上傳公司數據或其他違禁文件。',
|
uploadDescription: '支持單次或批量上傳。單個檔案大小不超過10MB,最多上傳128份檔案。',
|
||||||
file: '文件',
|
file: '文件',
|
||||||
directory: '文件夾',
|
directory: '文件夾',
|
||||||
local: '本地上傳',
|
local: '本地上傳',
|
||||||
|
@ -149,7 +149,7 @@ export default {
|
|||||||
changeSpecificCategory: '更改特定类别',
|
changeSpecificCategory: '更改特定类别',
|
||||||
uploadTitle: '点击或拖拽文件至此区域即可上传',
|
uploadTitle: '点击或拖拽文件至此区域即可上传',
|
||||||
uploadDescription:
|
uploadDescription:
|
||||||
'支持单次或批量上传。 严禁上传公司数据或其他违禁文件。',
|
'支持单次或批量上传。单个文件大小不超过10MB,最多上传128份文件。严禁上传违禁文件。',
|
||||||
chunk: '解析块',
|
chunk: '解析块',
|
||||||
bulk: '批量',
|
bulk: '批量',
|
||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
@ -723,7 +723,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
|||||||
uploadFile: '上传文件',
|
uploadFile: '上传文件',
|
||||||
uploadTitle: '点击或拖拽文件至此区域即可上传',
|
uploadTitle: '点击或拖拽文件至此区域即可上传',
|
||||||
uploadDescription:
|
uploadDescription:
|
||||||
'支持单次或批量上传。 严禁上传公司数据或其他违禁文件。',
|
'支持单次或批量上传。 单个文件大小不超过10MB,最多上传128份文件。严禁上传违禁文件。',
|
||||||
file: '文件',
|
file: '文件',
|
||||||
directory: '文件夹',
|
directory: '文件夹',
|
||||||
local: '本地上传',
|
local: '本地上传',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user