File size: 248 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
export const defaultTranslations = {
buttonContent: 'Upload image',
noFileError: 'No file selected',
badExtensionError: 'Bad file type',
tooBigError: 'Too big',
uploadingError: 'Error while uploading',
unknownError: 'Unknown error',
};
|