]> BookStack Code Mirror - bookstack/blobdiff - lang/en/validation.php
ZIP Exports: Added ID checks and testing to validator
[bookstack] / lang / en / validation.php
index 2a676c7c4cce0130591a929cefd8a21e7765be1c..fdfc3d9a9b9ec9f12888bbac50b45a3db7debc26 100644 (file)
@@ -105,6 +105,10 @@ 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.',
+    'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [