File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
'different ' => 'Les champs :attribute et :other doivent être différents. ' ,
35
35
'digits ' => 'Le champ :attribute doit avoir :digits chiffres. ' ,
36
36
'digits_between ' => 'Le champ :attribute doit avoir entre :min et :max chiffres. ' ,
37
- 'distinct ' => 'The :attribute field has a duplicate value. ' ,
37
+ 'distinct ' => 'Le champ :attribute a une value dupliquée . ' ,
38
38
'email ' => 'Le champ :attribute doit être une adresse email valide. ' ,
39
39
'exists ' => 'Le champ :attribute sélectionné est invalide. ' ,
40
40
'filled ' => 'Le champ :attribute est obligatoire. ' ,
41
41
'image ' => 'Le champ :attribute doit être une image. ' ,
42
42
'in ' => 'Le champ :attribute est invalide. ' ,
43
- 'in_array ' => 'The :attribute field does not exist in :other. ' ,
43
+ 'in_array ' => 'Le champ :attribute n ' existe pas dans :other.',
44
44
'integer' => ' Le champ :attribute doit être un entier.',
45
45
'ip' => ' Le champ :attribute doit être une adresse IP valide.',
46
46
'json' => ' Le champ :attribute doit être un document JSON valide.',
You can’t perform that action at this time.
0 commit comments