🇫🇷 array strings fixed following 🇬🇧 version (#2063)

🇫🇷 array strings fixed following 🇬🇧 version
This commit is contained in:
Marc-Antoine Thevenet 2016-05-28 18:16:18 -04:00 committed by Samuel Georges
parent c746954c03
commit 55e7e1e545
1 changed files with 11 additions and 11 deletions

View File

@ -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' => [],
];