]> BookStack Code Mirror - bookstack/blobdiff - lang/en/validation.php
ZIP Exports: Got zip format validation functionally complete
[bookstack] / lang / en / validation.php
index 2a676c7c4cce0130591a929cefd8a21e7765be1c..9cf5d78b6f6f7f26fa9bc3496d4708609ce9c874 100644 (file)
@@ -105,6 +105,9 @@ return [
     'url'                  => 'The :attribute format is invalid.',
     'uploaded'             => 'The file could not be uploaded. The server may not accept files of this size.',
 
+    'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
+    'zip_model_expected' => 'Data object expected but ":type" found',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [