feat: unstructured frontend (#1777)

This commit is contained in:
Joel
2023-12-18 23:28:25 +08:00
committed by GitHub
parent 5e34f938c1
commit 9b34f5a9ff
4 changed files with 25 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ const translation = {
title: 'Upload text file',
button: 'Drag and drop file, or',
browse: 'Browse',
tip: 'Supports txt, html, markdown, xlsx, csv, docx and pdf. Max {{size}}MB each.',
tip: 'Supports {{supportTypes}}. Max {{size}}MB each.',
validation: {
typeError: 'File type not supported',
size: 'File too large. Maximum is {{size}}MB',