@ucloud-pccl/react-components
Version:
UCloud pccl react components
21 lines (20 loc) • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
selectFile: 'Select file',
selectFileTip: 'Please select files conform to the rules',
emptyTip: 'File list is empty',
retry: 'Retry',
uploading: 'Uploading...',
defaultUploadErrorTip: 'Upload fail, please retry later',
defaultErrorTipTitle: "Can't add files",
defaultErrorTip: 'Please check your files',
maxCountErrorTip: 'Max count of files is {maxCount}',
typeErrorTip: 'Only receive files {accept}',
maxSizeErrorTip: 'File max size is {size}',
dropzoneMainTip: 'Drag files here to upload',
dropzoneSubTip: 'Please select files conform to the rules'
};