X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc1f46cbf45d8a918d15a335653fb6a9d688d23c..refs/pull/3391/head:/resources/lang/de/validation.php diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 5d08c241a..df3995f30 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.', 'email' => ':attribute muss eine valide E-Mail-Adresse sein.', 'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden', + 'file' => ':attribute muss als gültige Datei angegeben werden.', 'filled' => ':attribute ist erforderlich.', 'gt' => [ 'numeric' => ':attribute muss größer als :value sein.',