]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de/validation.php
Fixed some typos and corrected grammar.
[bookstack] / resources / lang / de / validation.php
index aa3203132c5a46d77490c545c0732ffd126d856b..53abb009928a76c5f5b6df841c0be3723674bd29 100644 (file)
@@ -32,7 +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'                 => 'The :attribute must be provided as a valid file.',
+    'file'                 => ':attribute muss als gültige Datei angegeben werden.',
     'filled'               => ':attribute ist erforderlich.',
     'gt'                   => [
         'numeric' => ':attribute muss größer als :value sein.',
@@ -99,7 +99,7 @@ return [
         'array'   => ':attribute muss :size Elemente enthalten.',
     ],
     'string'               => ':attribute muss eine Zeichenkette sein.',
-    'timezone'             => ':attribute muss eine valide zeitzone sein.',
+    'timezone'             => ':attribute muss eine valide Zeitzone sein.',
     'totp'                 => 'Der angegebene Code ist ungültig oder abgelaufen.',
     'unique'               => ':attribute wird bereits verwendet.',
     'url'                  => ':attribute ist kein valides Format.',