]> BookStack Code Mirror - bookstack/blobdiff - lang/pt_BR/validation.php
Updated translations with latest Crowdin changes (#5345)
[bookstack] / lang / pt_BR / validation.php
index 68b85029843614f82b519e0870c49a68bb51f58f..b3a9a7294380a59de8e0a5b2ab1d91d278a72ac4 100644 (file)
@@ -105,6 +105,11 @@ return [
     'url'                  => 'O formato da URL :attribute é inválido.',
     'uploaded'             => 'O arquivo não pôde ser carregado. O servidor pode não aceitar arquivos deste tamanho.',
 
+    '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' => [