diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 404d28c77f..f67ac3cbd7 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -79,9 +79,9 @@ return [ 'url' => ':attribute Format ist ungültig.', 'timezone' => ':attribute muss in einem gültigen Bereich liegen.', '2fa_code' => ':attribute Feld ist ungültig.', - 'dimensions' => ':attribute hat ungültige Bilddimensionen.', + 'dimensions' => 'Das :attribute hat ungültige Bilddimensionen.', 'distinct' => ':attribute enthält einen doppelten Wert.', - 'file' => ':attribute muss eine Datei sein.', + 'file' => 'Das :attribute muss eine Datei sein.', 'in_array' => ':attribute existiert nicht in :other.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Das :attribute Feld muss vorhanden sein.', ]; \ No newline at end of file