|
|
|
|
|
|
|
|
title: 'Upload text file', |
|
|
title: 'Upload text file', |
|
|
button: 'Drag and drop file, or', |
|
|
button: 'Drag and drop file, or', |
|
|
browse: 'Browse', |
|
|
browse: 'Browse', |
|
|
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.', |
|
|
|
|
|
|
|
|
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 15MB each.', |
|
|
validation: { |
|
|
validation: { |
|
|
typeError: 'File type not supported', |
|
|
typeError: 'File type not supported', |
|
|
size: 'File too large. Maximum is 10MB', |
|
|
|
|
|
|
|
|
size: 'File too large. Maximum is 15MB', |
|
|
count: 'Multiple files not supported', |
|
|
count: 'Multiple files not supported', |
|
|
}, |
|
|
}, |
|
|
cancel: 'Cancel', |
|
|
cancel: 'Cancel', |