|
|
|
|
|
|
The german template for the @Length-Tag-Validation was copied, from the @Range-Tag. Eng: {code} org.hibernate.validator.constraints.Length.message=length must be between {min} and {max} org.hibernate.validator.constraints.Range.message=must be between {min} and {max} {code}
Ger: {code} org.hibernate.validator.constraints.Length.message=muss zwischen {min} und {max} liegen org.hibernate.validator.constraints.Range.message=muss zwischen {min} und {max} liegen {code} A good translation would be: {code} org.hibernate.validator.constraints.Length.message=Feldl\u00E4nge muss zwischen {min} und {max} liegen {code}
|
|
|
|
|
|