updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@ -29,7 +29,7 @@ return [
'string' => ':attribute muss mindestens :min und maximal :max Zeichen enthalten.',
'array' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.',
],
'boolean' => ':attribute muss true oder false sein.',
'boolean' => ':attribute muss Wahr oder Falsch sein.',
'confirmed' => ':attribute Bestätigung stimmt nicht überein.',
'date' => ':attribute ist kein gültiges Datum.',
'date_format' => ':attribute passt nicht zur :format Formatierung.',
@ -52,7 +52,7 @@ return [
'numeric' => ':attribute darf nicht größer als :max sein.',
'file' => ':attribute darf nicht größer als :max Kilobyte sein.',
'string' => ':attribute darf nicht mehr als :max Zeichen sein.',
'array' => ':attribute darf nicht mehr als :max als :max Werte haben.',
'array' => ':attribute darf nicht mehr als :max Werte haben.',
],
'mimes' => ':attribute muss eine Datei des Typs :values sein.',
'mimetypes' => ':attribute muss eine Datei des Typs :values sein.',
@ -60,19 +60,19 @@ return [
'numeric' => ':attribute muss mindestens :min sein.',
'file' => ':attribute muss mindestens :min Kilobyte groß sein.',
'string' => ':attribute benötigt mindestens :min Zeichen.',
'array' => ':attribute muss mindestens :min Kilobyte Artikel haben.',
'array' => ':attribute muss mindestens :min Artikel haben.',
],
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'present' => ':attribute muss vorhanden sein.',
'present' => ':attribute Feld muss vorhanden sein.',
'regex' => ':attribute Format ist ungültig.',
'required' => ':attribute Feld muss ausgefüllt sein.',
'required_if' => ':attribute wird benötigt wenn :other :value entspricht.',
'required_unless' => ':attribute wird benötigt wenn :other :value entspricht.',
'required_with' => ':attribute wird benötigt wenn :value ausgewählt ist.',
'required_with_all' => ':attribute wird benötigt wenn :value ausgewählt ist.',
'required_without' => ':attribute wird benötigt wenn :value nicht ausgewählt ist.',
'required_without_all' => ':attribute wird benötigt wenn :value ausgewählt ist.',
'required_unless' => ':attribute wird benötigt es sei denn :other ist in :values .',
'required_with' => ':attribute wird benötigt wenn :values vorhanden ist.',
'required_with_all' => ':attribute wird benötigt wenn :values vorhanden ist.',
'required_without' => ':attribute wird benötigt wenn :values nicht vorhanden ist.',
'required_without_all' => ':attribute wird benötigt wenn keine :values vorhanden sind.',
'same' => ':attribute und :other müssen übereinstimmen.',
'size' => [
'numeric' => ':attribute muss :size groß sein.',
@ -82,7 +82,7 @@ return [
],
'string' => ':attribute muss ein String sein.',
'timezone' => ':attribute muss eine valide Zone sein.',
'unique' => ':attribute schon benutzt.',
'unique' => ':attribute wird schon benutzt.',
'uploaded' => ':attribute Fehler beim Hochladen.',
'url' => ':attribute Format ist ungültig.',