german translation

This commit is contained in:
denisdulici
2019-11-18 20:35:48 +03:00
parent 3e8a475cc2
commit 39431a014c
19 changed files with 255 additions and 96 deletions

View File

@ -33,19 +33,20 @@ return [
'confirmed' => ':attribute Bestätigung stimmt nicht überein.',
'date' => ':attribute ist kein gültiges Datum.',
'date_format' => ':attribute passt nicht zur :format Formatierung.',
'different' => ':attribute und :other müssen sich unterscheiden.',
'different' => ':attribute und :other müssen sich <strong>unterscheiden</strong>.',
'digits' => ':attribute muss :digits Stellen haben.',
'digits_between' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.',
'dimensions' => ':attribute hat ungültige Bildabmessungen.',
'distinct' => ':attribute hat einen doppelten Wert.',
'email' => ':attribute Attribut muss eine gültige E-Mail-Adresse sein.',
'email' => ':attribute Attribut muss eine gültige <strong>E-Mail-Adresse</strong> sein.',
'ends_with' => ':attribute muss mit einem der folgenden Zeichen enden: :values',
'exists' => 'Das ausgewählte :attribute ist ungültig.',
'file' => ':attribute muss eine Datei sein.',
'filled' => ':attribute muss einen Wert besitzen.',
'image' => ':attribute muss ein Bild sein.',
'file' => ':attribute muss eine <strong>Datei</strong> sein.',
'filled' => ':attribute Feld muss einen <strong>Wert</strong> haben.',
'image' => ':attribute muss ein <strong>Bild</strong> sein.',
'in' => 'Das ausgewählte :attribute ist ungültig.',
'in_array' => ':attribute Feld existiert nicht in :other.',
'integer' => ':attribute muss ein Integer-Wert (Ganz-Zahl) sein.',
'integer' => ':attribute muss eine <strong>Ganzzahl</strong> sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'json' => ':attribute muss eine gültiger JSON-String sein.',
'max' => [
@ -64,9 +65,9 @@ return [
],
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'present' => ':attribute Feld muss vorhanden sein.',
'regex' => ':attribute Format ist ungültig.',
'required' => ':attribute wird benötigt.',
'present' => ':attribute Feld muss <strong>vorhanden sein</strong>.',
'regex' => ':attribute Format ist <strong>ungültig</strong>.',
'required' => ':attribute Feld ist <strong>erforderlich</strong>.',
'required_if' => ':attribute wird benötigt wenn :other :value entspricht.',
'required_unless' => ':attribute wird benötigt es sei denn :other ist in :values.',
'required_with' => ':attribute wird benötigt wenn :values vorhanden ist.',
@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => ':attribute muss :size groß sein.',
'file' => ':attribute muss :size Kilobyte groß sein.',
'string' => ':attribute muss :size Zeichen haben.',
'string' => ':attribute muss <strong>:size Zeichen</strong> haben.',
'array' => ':attribute muss :size Artikel enthalten.',
],
'string' => ':attribute muss ein String sein.',
'string' => ':attribute muss ein <strong>String</strong> sein.',
'timezone' => ':attribute muss eine valide Zeitzone sein.',
'unique' => ':attribute wird schon benutzt.',
'uploaded' => ':attribute Fehler beim Hochladen.',
'url' => ':attribute Format ist ungültig.',
'unique' => ':attribute wurde bereits <strong>vergeben</strong>.',
'uploaded' => 'Das :attribute konnte <strong>nicht hochgeladen</strong> werden.',
'url' => ':attribute Format ist <strong>ungültig</strong>.',
/*
|--------------------------------------------------------------------------