akaunting 3.0 (the last dance)
This commit is contained in:
@ -29,7 +29,7 @@ return [
|
||||
'string' => ':attribute doit contenir entre :min et :max caractères.',
|
||||
'array' => ':attribute doit contenir entre :min et :max chiffres.',
|
||||
],
|
||||
'boolean' => 'Le champ :attribute doit être vrai ou faux.',
|
||||
'boolean' => 'Le champ :attribute doit être vrai ou faux.',
|
||||
'confirmed' => 'La confirmation du ":attribute" ne concordent pas.',
|
||||
'date' => ':attribute n\'est pas une date valide.',
|
||||
'date_format' => ':attribute ne respecte pas le format :format.',
|
||||
@ -45,7 +45,7 @@ return [
|
||||
'filled' => 'Le champ :attribute doit avoir une valeur.',
|
||||
'image' => 'Le champ :attribute doit être une image.',
|
||||
'in' => ':attribute est invalide.',
|
||||
'in_array' => 'Le champ :attribute n’existe pas dans :other.',
|
||||
'in_array' => 'Le champ :attribute n’existe pas dans :other.',
|
||||
'integer' => 'Le champ :attribute doit être un entier.',
|
||||
'ip' => ':attribute doit être une adresse IP valide.',
|
||||
'json' => ':attribute doit respecté le format JSON.',
|
||||
@ -79,7 +79,7 @@ return [
|
||||
'numeric' => ':attribute doit faire :size.',
|
||||
'file' => ':attribute doit faire :size kilo-octets.',
|
||||
'string' => 'Le texte de :attribute doit contenir :size caractères.',
|
||||
'array' => ':attribut doit contenir :size marchandises.',
|
||||
'array' => ':attribut doit contenir :size marchandises.',
|
||||
],
|
||||
'string' => 'Le champ :attribute doit être une chaîne de caractères.',
|
||||
'timezone' => ':attribute doit être une zone valide.',
|
||||
|
Reference in New Issue
Block a user