
arpushin.summerb.2.5.14.source-code.summerb-messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of summerb Show documentation
Show all versions of summerb Show documentation
summerb - is a set of building blocks for real-world java-based web apps
## Common validation errors
validation.error=Validation error
validation.field.required=Required field
validation.duplicateName=Duplicate name
validation.duplicateRecord=Duplicate record
validation.invalid.email.format=Incorrect input, email expected
validation.fieldMustBeGreater=Must be greater than {1}, but it is {0} now
validation.data.too.long=Data is longer {0} than maximum allowed length {1}
validation.string.too.short=Length must be at least {0} symbols
validation.valuesMustBeEquals=Values for \"{0}\" and \"{1}\" must be equal
validation.aggregatedObjectError=Child object properties validation error
validation.aggregatedObjectsError=One of the child objects have validation errors
validation.mustBeLessOrEq=Must be less or equal to {1}, but it is {0} now
validation.mustBeGreaterOrEq=Must be greater or equal to {1}, but it is {0} now
validation.numberOutOfRange=Number {0} is out of acceptable range {1} - {2}
validation.notANumber=Numeric value is expected here
validation.stringTooShort=String length must be greater or equal {0}
validation.stringtemplate.compilationError=Template compilation error
## Common exception translations
error.unexpected=Unexpected error
java.net.UnknownHostException=Unknown host: {0}
java.lang.NullPointerException=Internal application error (NPE)
com.google.gson.stream.MalformedJsonException=Invalid JSON. Parser error: {0}
com.google.gson.JsonSyntaxException=Received data is not a valid JSON
java.lang.NoClassDefFoundError=Class definition not found: {0}
java.lang.ClassNotFoundException=Class not found: {0}
java.io.FileNotFoundException=There is an issue accessing file system resource: {0}
java.lang.RuntimeException=Unexpected exception: {0}
org.springframework.security.access.AccessDeniedException=Current user not authorized to access resource and/or perform requested operation
org.springframework.security.authentication.BadCredentialsException=Wrong username and/or password
org.springframework.security.authentication.AuthenticationServiceException=Generic login error
## Security
sec.authToken.notFound=Authentication token not found
sec.login.invalidPassword=Incorrect password
sec.login.userNotFound=Such user is not registered
sec.missingPermission=User "{0}" is not authorized to perform operation "{1}"
sec.missingPermissionOnSubject=User "{0}" is not authorized to perform operation "{1}" on subject "{2}"
## Easy CRUD
exception.dao.concurrentModification=Object was changed by other user
easycrud.entityNotFound={0} identified by {1} was not found
easycrud.unexpecteFailed.create=Unexpected error happened while creating {0}
easycrud.unexpecteFailed.delete=Unexpected error happened while deleting {0}
easycrud.unexpecteFailed.update=Unexpected error happened while updating {0}
easycrud.unexpecteFailed.find=Unexpected error happened while looking for {0}
## Spring MVC common
message.severity.danger=Oh snap!
message.severity.warning=Warning!
message.severity.info=Heads up!
message.severity.success=Well done!
© 2015 - 2025 Weber Informatics LLC | Privacy Policy