All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ng-api.1.19.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy

There is a newer version: 1.24.5
Show newest version
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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy