mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
feat: support batch upload files (#419)
This commit is contained in:
@@ -23,10 +23,10 @@ const translation = {
|
||||
title: 'Upload text file',
|
||||
button: 'Drag and drop file, or',
|
||||
browse: 'Browse',
|
||||
tip: 'Supports txt, html, markdown, xlsx, and pdf.',
|
||||
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.',
|
||||
validation: {
|
||||
typeError: 'File type not supported',
|
||||
size: 'File too large. Maximum is 15MB',
|
||||
size: 'File too large. Maximum is 10MB',
|
||||
count: 'Multiple files not supported',
|
||||
},
|
||||
cancel: 'Cancel',
|
||||
|
||||
Reference in New Issue
Block a user