]> BookStack Code Mirror - bookstack/blobdiff - lang/de/validation.php
Updated translations with latest Crowdin changes (#5345)
[bookstack] / lang / de / validation.php
index 1ca1f458e1883ccdc67732020ba87617dadc7950..072bf79d1ecda5ad9b2c35b540a5634a83b004c8 100644 (file)
@@ -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' => 'The :attribute needs to reference a file within the ZIP.',
+    'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
+    'zip_model_expected' => 'Data object expected but ":type" found.',
+    'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [