🇫🇷 array strings fixed following 🇬🇧 version (#2063)
🇫🇷 array strings fixed following 🇬🇧 version
This commit is contained in:
parent
c746954c03
commit
55e7e1e545
|
|
@ -45,8 +45,8 @@ return [
|
|||
"string" => 'Le champ :attribute ne peut pas être supérieure à :max caractères.',
|
||||
"array" => 'Le champ :attribute ne peut pas être supérieure à :max objets.',
|
||||
],
|
||||
"mimes" => 'Le champ :attribute doit être un fichier de type : :values.',
|
||||
"extensions" => 'Le champ :attribute doit être une extension de : :values.',
|
||||
"mimes" => 'Le champ :attribute doit être un fichier de type : :values.',
|
||||
"extensions" => 'Le champ :attribute doit être une extension de : :values.',
|
||||
"min" => [
|
||||
"numeric" => 'Le champ :attribute doit être au minimum de :min.',
|
||||
"file" => 'Le champ :attribute doit être au minimum de :min kilooctets.',
|
||||
|
|
@ -81,7 +81,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'custom' => array(),
|
||||
'custom' => [],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -94,6 +94,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'attributes' => array(),
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue