Fix/upload document limit (#1033)
This commit is contained in:
parent
934def5fcc
commit
a7415ecfd8
8 changed files with 57 additions and 12 deletions
|
|
@ -49,6 +49,7 @@ const translation = {
|
|||
confirmButton: 'Create',
|
||||
failed: 'Creation failed',
|
||||
},
|
||||
overCountLimit: 'All your documents have overed limit {{countLimit}}.',
|
||||
},
|
||||
stepTwo: {
|
||||
segmentation: 'Segmentation settings',
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ const translation = {
|
|||
confirmButton: '创建',
|
||||
failed: '创建失败',
|
||||
},
|
||||
overCountLimit: '您的文件总数已超出限制 {{countLimit}}。',
|
||||
},
|
||||
stepTwo: {
|
||||
segmentation: '分段设置',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue