@@ -64,7 +64,7 @@ return [
|
||||
'string' => 'L\'attribut ":attribute" doit faire au moins :min caractères.',
|
||||
'array' => 'L\'attribut: doit avoir au moins: éléments min.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'starts_with' => 'L\'attribut :attribute doit commencer par l\'une des valeurs suivantes : :values.',
|
||||
'not_in' => 'L\'attribut ":attribute" est invalide.',
|
||||
'numeric' => 'L\'attribut ":attribute" doit être un nombre.',
|
||||
'present' => 'Le champ d\'attribut: doit être présent.',
|
||||
@@ -91,6 +91,10 @@ return [
|
||||
'url' => 'Le format de cet-te :attribute est invalide.',
|
||||
'unique_undeleted' => ':attribute doit être unique.',
|
||||
'non_circular' => 'Le champ :attribute ne doit pas créer de référence circulaire.',
|
||||
'gte' => [
|
||||
'numeric' => 'Value cannot be negative'
|
||||
],
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user