Small Change
Changes "integer" to "entier", proper french translation for it.
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
|||||||
'exists' => 'Le :attribute sélectionné est invalide.',
|
'exists' => 'Le :attribute sélectionné est invalide.',
|
||||||
'image' => 'Le :attribute doit être une image.',
|
'image' => 'Le :attribute doit être une image.',
|
||||||
'in' => 'Le :attribute sélectionné est invalide.',
|
'in' => 'Le :attribute sélectionné est invalide.',
|
||||||
'integer' => 'Le :attribute doit être un integer.',
|
'integer' => 'Le :attribute doit être un entier.',
|
||||||
'ip' => 'Le :attribute doit être une adresse IP valide.',
|
'ip' => 'Le :attribute doit être une adresse IP valide.',
|
||||||
'max' => [
|
'max' => [
|
||||||
'numeric' => 'Le :attribute ne peut pas être plus grand que :max.',
|
'numeric' => 'Le :attribute ne peut pas être plus grand que :max.',
|
||||||
|
Reference in New Issue
Block a user