Updated language strings

This commit is contained in:
James Cole
2018-09-29 11:45:28 +02:00
parent b501c47187
commit cc1f3bba7e
41 changed files with 244 additions and 74 deletions

View File

@@ -87,6 +87,7 @@ return [
'max.array' => ':attribute darf nicht mehr als :max Elemente enthalten.',
'mimes' => ':attribute muss eine Datei des Typ :values sein.',
'min.numeric' => ':attribute muss mindestens :min sein.',
'lte.numeric' => 'Das Attribut :attribute muss kleiner oder gleich :value sein.',
'min.file' => ':attribute muss mindestens :min Kilobytes groß sein.',
'min.string' => ':attribute muss mindestens :min Zeichen enthalten.',
'min.array' => ':attribute muss mindestens :min Elemente enthalten.',