]> BookStack Code Mirror - bookstack/blobdiff - lang/de_informal/validation.php
Updated translations with latest Crowdin changes (#5345)
[bookstack] / lang / de_informal / validation.php
index 61cd7409b4e8aa1cc8dfa220ec62d17c191df8f0..0d26dfd298adf8d1fc31871e4a4a4535961fc7ae 100644 (file)
@@ -75,7 +75,7 @@ return [
     ],
     'mimes'                => ':attribute muss eine Datei vom Typ: :values sein.',
     'min'                  => [
-        'numeric' => ':attribute muss mindestens :min sein',
+        'numeric' => ':attribute muss mindestens :min sein.',
         'file'    => ':attribute muss mindestens :min Kilobyte groß sein.',
         'string'  => ':attribute muss mindestens :min Zeichen lang sein.',
         'array'   => ':attribute muss mindesten :min Elemente enthalten.',
@@ -105,6 +105,11 @@ return [
     'url'                  => ':attribute ist kein valides Format.',
     'uploaded'             => 'Die Datei konnte nicht hochgeladen werden. Der Server akzeptiert möglicherweise keine Dateien dieser Größe.',
 
+    'zip_file' => ':attribute muss auf eine Datei innerhalb des ZIP verweisen.',
+    'zip_file_mime' => ':attribute muss auf eine Datei des Typs :validType verweisen, gefunden :foundType.',
+    'zip_model_expected' => 'Datenobjekt erwartet, aber ":type" gefunden.',
+    'zip_unique' => ':attribute muss für den Objekttyp innerhalb des ZIP eindeutig sein.',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [