blob: 1568c01e847c29e1dded0c0fea48e72380de3b77 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="jakarta.validation.constraints.AssertFalse.message">Le champ '${label}' doit être false</entry>
<entry key="jakarta.validation.constraints.AssertTrue.message">Le champ '${label}' doit être true</entry>
<entry key="jakarta.validation.constraints.DecimalMax.message">Le champ '${label}' doit être inférieur ou égal à ${value}</entry>
<entry key="jakarta.validation.constraints.DecimalMin.message">Le champ '${label}' doit être supérieur ou égal à ${value}</entry>
<entry key="jakarta.validation.constraints.Digits.message">Le champ '${label}' valeur numérique hors limite (&lt;${integer} chiffres&gt;.&lt;${fraction} chiffres&gt; attendu)</entry>
<entry key="jakarta.validation.constraints.Email.message">Le champ '${label}' n'est pas une adresse mail valide</entry>
<entry key="jakarta.validation.constraints.Future.message">Le champ '${label}' doit être dans le futur</entry>
<entry key="jakarta.validation.constraints.FutureOrPresent.message">Le champ '${label}' doit être dans le futur ou le présent</entry>
<entry key="jakarta.validation.constraints.Max.message">Le champ '${label}' doit être inférieur ou égal à ${value}</entry>
<entry key="jakarta.validation.constraints.Min.message">Le champ '${label}' doit être supérieur ou égal à ${value}</entry>
<entry key="jakarta.validation.constraints.Negative.message">Le champ '${label}' doit être négatif,</entry>
<entry key="jakarta.validation.constraints.NegativeOrZero.message">Le champ '${label}' doit être négatif, ou zéro</entry>
<entry key="jakarta.validation.constraints.NotBlank.message">Le champ '${label}' ne peut pas être vide</entry>
<entry key="jakarta.validation.constraints.NotEmpty.message">Le champ '${label}' ne peut pas être vide</entry>
<entry key="jakarta.validation.constraints.NotNull.message">Le champ '${label}' ne doit pas être null</entry>
<entry key="jakarta.validation.constraints.Null.message">Le champ '${label}' doit être null</entry>
<entry key="jakarta.validation.constraints.Past.message">Le champ '${label}' doit être dans le passé</entry>
<entry key="jakarta.validation.constraints.PastOrPresent.message">Le champ '${label}' doit être dans le passé ou le présent</entry>
<entry key="jakarta.validation.constraints.Positive.message">Le champ '${label}' doit être positif</entry>
<entry key="jakarta.validation.constraints.PositiveOrZero.message">Le champ '${label}' doit être positif ou zéro</entry>
<entry key="jakarta.validation.constraints.Pattern.message">Le champ '${label}' doit correspondre à "${regexp}"</entry>
<entry key="jakarta.validation.constraints.Size.message">Le champ '${label}' doit être entre ${min} et ${max}</entry>
<entry key="jakarta.validation.constraints.Size.message.String">La longueur du champ '${label}' doit être entre ${min} et ${max}</entry>
<entry key="org.hibernate.validator.constraints.CreditCardNumber.message">Le champ '${label}' n'est pas un numéro de carte de crédit valide</entry>
<entry key="org.hibernate.validator.constraints.Email.message">Le champ '${label}' n'est pas une adresse mail valide</entry>
<entry key="org.hibernate.validator.constraints.Length.message">La longueur du champ '${label}' doit être entre ${min} et ${max}</entry>
<entry key="org.hibernate.validator.constraints.NotBlank.message">Le champ '${label}' ne peut pas être vide</entry>
<entry key="org.hibernate.validator.constraints.NotEmpty.message">Le champ '${label}' ne peut pas être vide</entry>
<entry key="org.hibernate.validator.constraints.Range.message">Le champ '${label}' doit être entre ${min} et ${max}</entry>
<entry key="org.hibernate.validator.constraints.SafeHtml.message">Le champ '${label}' pourrait contenir du contenu HTML dangereux</entry>
<entry key="org.hibernate.validator.constraints.ScriptAssert.message">Le script "${script}" du champ '${label}' n'a pas retourné true</entry>
<entry key="org.hibernate.validator.constraints.URL.message">Le champ '${label}' n'est pas une URL</entry>
</properties>