]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de/validation.php
Guest create page: name field autofocus
[bookstack] / resources / lang / de / validation.php
index 5d08c241a6871e79899916bd2614a5ffe5177806..1ca1f458e1883ccdc67732020ba87617dadc7950 100644 (file)
@@ -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.',
@@ -43,7 +44,7 @@ return [
         'numeric' => ':attribute muss größer-gleich :value sein.',
         'file'    => ':attribute muss mindestens :value Kilobytes groß sein.',
         'string'  => ':attribute muss mindestens :value Zeichen enthalten.',
-        'array'   => ':attribute muss :value Elemente oder mehr haben.',
+        'array'   => ':attribute muss :value oder mehr Elemente haben.',
     ],
     'exists'               => ':attribute ist ungültig.',
     'image'                => ':attribute muss ein Bild sein.',
@@ -55,7 +56,7 @@ return [
     'ipv6'                 => ':attribute muss eine gültige IPv6-Adresse sein.',
     'json'                 => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
     'lt'                   => [
-        'numeric' => ':attribute muss kleiner sein :value sein.',
+        'numeric' => ':attribute muss kleiner als :value sein.',
         'file'    => ':attribute muss kleiner als :value Kilobytes sein.',
         'string'  => ':attribute muss weniger als :value Zeichen haben.',
         'array'   => ':attribute muss weniger als :value Elemente haben.',