Fix/upload limit (#2521)
Co-authored-by: jyong <jyong@dify.ai> Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -28,6 +28,7 @@ const translation = {
|
||||
typeError: 'File type not supported',
|
||||
size: 'File too large. Maximum is {{size}}MB',
|
||||
count: 'Multiple files not supported',
|
||||
filesNumber: 'You have reached the batch upload limit of {{filesNumber}}.',
|
||||
},
|
||||
cancel: 'Cancel',
|
||||
change: 'Change',
|
||||
|
||||
@@ -28,6 +28,7 @@ const translation = {
|
||||
typeError: 'Tipo de arquivo não suportado',
|
||||
size: 'Arquivo muito grande. Máximo é {{size}}MB',
|
||||
count: 'Vários arquivos não suportados',
|
||||
filesNumber: 'Limite de upload em massa {{filesNumber}}.',
|
||||
},
|
||||
cancel: 'Cancelar',
|
||||
change: 'Alterar',
|
||||
|
||||
@@ -28,6 +28,7 @@ const translation = {
|
||||
typeError: 'Тип файлу не підтримується',
|
||||
size: 'Файл занадто великий. Максимум – {{size}} МБ',
|
||||
count: 'Не підтримується завантаження кількох файлів',
|
||||
filesNumber: 'Ліміт масового завантаження {{filesNumber}}.',
|
||||
},
|
||||
cancel: 'Скасувати',
|
||||
change: 'Змінити',
|
||||
|
||||
@@ -28,6 +28,7 @@ const translation = {
|
||||
typeError: '文件类型不支持',
|
||||
size: '文件太大了,不能超过 {{size}}MB',
|
||||
count: '暂不支持多个文件',
|
||||
filesNumber: '批量上传限制 {{filesNumber}}。',
|
||||
},
|
||||
cancel: '取消',
|
||||
change: '更改文件',
|
||||
|
||||
Reference in New Issue
Block a user