|
39 | 39 | "INVALID_FLOAT_SIGNED": "Doit être obligatoirement un nombre flottant positif ou négatif (nombre entier exclu). ", |
40 | 40 | "INVALID_IBAN": "Doit être un IBAN valide. ", |
41 | 41 | "INVALID_IN_LIST": "Doit être un choix dans cette liste: ({0}). ", |
42 | | - "INVALID_INPUT_DIFFERENT": "Le champ doit être différente du champ spécifié \"{1}\". ", |
43 | | - "INVALID_INPUT_MATCH": "Le champ de confirmation ne correspond pas au champs spécifié \"{1}\". ", |
| 42 | + "INVALID_INPUT_DIFFERENT": "Le champ doit être différente du champ spécifié [{1}]. ", |
| 43 | + "INVALID_INPUT_MATCH": "Le champ de confirmation ne correspond pas au champs spécifié [{1}]. ", |
44 | 44 | "INVALID_INTEGER": "Doit être un nombre entier positif. ", |
45 | 45 | "INVALID_INTEGER_SIGNED": "Doit être un nombre entier positif ou négatif. ", |
46 | 46 | "INVALID_IPV4": "Doit être un IP valide (IPV4). ", |
47 | 47 | "INVALID_IPV6": "Doit être un IP valide (IPV6). ", |
48 | 48 | "INVALID_IPV6_HEX": "Doit être un IP valide (IPV6 Hex). ", |
49 | | - "INVALID_KEY_CHAR": "Entrée clavier invalide sur un champs de type \"nombre\". ", |
| 49 | + "INVALID_KEY_CHAR": "Entrée clavier invalide sur un champs de type 'nombre'. ", |
50 | 50 | "INVALID_MAX_CHAR": "Doit être plus petit que {0} caractères. ", |
51 | 51 | "INVALID_MAX_NUM": "Doit être une valeur numérique, égale ou inférieure à {0}. ", |
52 | 52 | "INVALID_MIN_CHAR": "Doit avoir au moins {0} caractères. ", |
|
55 | 55 | "INVALID_NUMERIC": "Doit être un nombre positif. ", |
56 | 56 | "INVALID_NUMERIC_SIGNED": "Doit être un nombre positif ou négatif. ", |
57 | 57 | "INVALID_PATTERN": "Doit suivre le format: {0}. ", |
58 | | - "INVALID_PATTERN_DATA": "Doit suivre le format \"{{data}}\". ", |
| 58 | + "INVALID_PATTERN_DATA": "Doit suivre le format {{data}}. ", |
59 | 59 | "INVALID_REQUIRED": "Le champ est requis. ", |
60 | 60 | "INVALID_URL": "Doit être un URL valide. ", |
61 | 61 | "INVALID_TIME": "Doit être un format de temps valide (hh:mm) OU (hh:mm:ss). ", |
|
65 | 65 | "ERRORS": "Erreurs", |
66 | 66 | "CHANGE_LANGUAGE": "Changer de langue", |
67 | 67 | "FORM_PREVALIDATED": "Formulaire est pré-validé", |
68 | | - "INPUT1": "Validation à Distance - Taper \"abc\" pour une réponse valide ", |
69 | | - "INPUT2": "Nombre positif ou négatif -- input type=\"number\" -- Erreur sur caractères non-numérique", |
| 68 | + "INPUT1": "Validation à Distance - Taper 'abc' pour une réponse valide ", |
| 69 | + "INPUT2": "Nombre positif ou négatif -- input type='number' -- Erreur sur caractères non-numérique", |
70 | 70 | "INPUT3": "Intervalle de Nombre Flottant (entier exclu) -- between_num:x,y OU min_num:x|max_num:y", |
71 | 71 | "INPUT4": "Multiple Validations + Regex Personnalisé d'un Code Date (AASS)", |
72 | 72 | "INPUT5": "Courriel", |
|
77 | 77 | "INPUT10": "Date ISO (aaaa-mm-jj)", |
78 | 78 | "INPUT11": "Date US LONG (mm/jj/aaaa)", |
79 | 79 | "INPUT12": "Time (hh:mm OU hh:mm:ss) -- NON Requis", |
80 | | - "INPUT13": "AlphaDashSpaces + Requis + Minimum(5) Caractères -- DOIT UTILISER: validation-error-to=\" \"", |
| 80 | + "INPUT13": "AlphaDashSpaces + Requis + Minimum(5) Caractères -- DOIT UTILISER: validation-error-to=' '", |
81 | 81 | "INPUT14": "Alphanumérique + Requis -- NG-DISABLED", |
82 | 82 | "INPUT15": "Mot de Passe", |
83 | 83 | "INPUT16": "Mot de Passe (Confirmation)", |
|
0 commit comments