Fix/upload document limit (#1033)

This commit is contained in:
zxhlyh 2023-08-28 10:53:45 +08:00 committed by GitHub
commit a7415ecfd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 57 additions and 12 deletions

View file

@ -49,6 +49,7 @@ const translation = {
confirmButton: 'Create',
failed: 'Creation failed',
},
overCountLimit: 'All your documents have overed limit {{countLimit}}.',
},
stepTwo: {
segmentation: 'Segmentation settings',

View file

@ -49,6 +49,7 @@ const translation = {
confirmButton: '创建',
failed: '创建失败',
},
overCountLimit: '您的文件总数已超出限制 {{countLimit}}。',
},
stepTwo: {
segmentation: '分段设置',