|
@@ -25,6 +25,7 @@ export default {
|
|
|
uploadPictures: 'upload pictures',
|
|
|
uploadSucMsg: 'Upload successful',
|
|
|
uploadErrMsg: 'Upload failed',
|
|
|
+ fileSizeExceed10: 'The file size cannot exceed 10M',
|
|
|
fileSizeExceed: 'The file size cannot exceed 20M',
|
|
|
fileFormatIncorrect: 'The uploaded file format is incorrect',
|
|
|
refresh: 'Refresh',
|