Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-05-24 15:07:14 -07:00
parent 72799973e7
commit 5be7dee3d3
645 changed files with 4672 additions and 1193 deletions
+5 -1
View File
@@ -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'
],
/*
|--------------------------------------------------------------------------