From 9c92a941770a57ab8465f56f4c784ad833d8ee9e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 16 Nov 2016 06:20:52 +0100 Subject: [PATCH] Translated --- resources/lang/de_DE/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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