From 29243e6fcac6ae685c8dffdc58863aa2879e9abb Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Thu, 6 Oct 2016 11:18:21 +0200 Subject: [PATCH] Update validation.php --- resources/lang/de/validation.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index c6d21edf6..69a0e99c4 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -71,5 +71,9 @@ return [ "attribute-name" => [ "rule-name" => "eigene-nachricht" ] - ] -]; + ], + "dimensions" => ":attribute hat die falsche Größe.", + "file" => "Das Feld :attribute muss eine Datei sein.", + "mimetypes" => "Das Feld :attribute muss eine Datei vom Typ :values sein.", + "uploaded" => ":attribute konnte nicht hochgeladen werden." +]; \ No newline at end of file -- GitLab