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

big-decimal-validator.1.3.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy

The newest version!
net.contargo.validation.bigdecimal.null=Darf nicht leer sein.
net.contargo.validation.bigdecimal.decimaloutofrange=Die Anzahl der Vorkommastellen ist außerhalb des definierten Bereichs. Sie sollte zwischen {minDecimalPlaces} und {maxDecimalPlaces} liegen.
net.contargo.validation.bigdecimal.fractionaloutofrange=Zu viele Nachkommastellen. Es sollten maximal {maxFractionalPlaces} sein.
net.contargo.validation.bigdecimal.toobig=Darf maximal {maxValue} sein.
net.contargo.validation.bigdecimal.toosmall=Muss mindestens {minValue} sein.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy