Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6eb0936

Browse files
committed
feature: (fr) validation in_array and distinct
1 parent 3d86351 commit 6eb0936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fr/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
'different' => 'Les champs :attribute et :other doivent être différents.',
3535
'digits' => 'Le champ :attribute doit avoir :digits chiffres.',
3636
'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.',
3838
'email' => 'Le champ :attribute doit être une adresse email valide.',
3939
'exists' => 'Le champ :attribute sélectionné est invalide.',
4040
'filled' => 'Le champ :attribute est obligatoire.',
4141
'image' => 'Le champ :attribute doit être une image.',
4242
'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.',
4444
'integer' => 'Le champ :attribute doit être un entier.',
4545
'ip' => 'Le champ :attribute doit être une adresse IP valide.',
4646
'json' => 'Le champ :attribute doit être un document JSON valide.',

0 commit comments

Comments
 (0)