Files
IRS-ui-develop/src/components/Upload/i18n/en.ts
2025-12-26 23:19:09 +08:00

20 lines
595 B
TypeScript

export default {
excel: {
downloadTemplate: 'downloading the template',
fileFormat: 'only xls, xlsx format files are allowed',
operationNotice: 'Drag the file here and',
clickUpload: 'click upload',
lineNumbers: 'line numbers',
misDescription: 'misDescription',
validationFailureData: 'validation failure data',
pleaseUpload: 'please upload',
size: 'size not exceeding',
format: 'format',
file: 'file',
sizeErrorText: 'file size error, max ',
typeErrorText: 'file type error, upload ',
uploadLimit: 'Upload limit exceeded. Maximum',
files: 'files allowed',
},
};