validation.string.min = Enter at least {min} characters validation.string.max = Enter at most {max} characters validation.string.length = Enter {max} characters validation.string.min.max = Enter between {min} and {max} characters validation.no.selection = Please make a selection validation.file.invalid = Please upload a file of the following types: {fileTypes} validation.file.invalidSize = Please upload a file (max. {maxSize} {unit}) of the following types: {fileTypes} validation.files.invalid = Please upload {minCount} to {maxCount} files of the following types: {fileTypes} validation.files.invalidSize = Please upload {minCount} to {maxCount} files (max. {maxSize} {unit} each) of the following types: {fileTypes} validation.notNull = Field must not be empty validation.min = Value must be greater than or equal to {value} validation.max = Value must be less than or equal to {value} validation.email = Please enter a valid e-mail address