]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pt_BR/validation.php
New Crowdin updates (#2501)
[bookstack] / resources / lang / pt_BR / validation.php
index 9777eacac5c5ff756f94a776437fee19ed9a48d2..428f60e4cb4e51e664513df9d73fc4beb98b1c3c 100644 (file)
@@ -90,7 +90,7 @@ return [
     'required_without'     => 'O campo :attribute é requerido quando os valores :values não estiverem presentes.',
     'required_without_all' => 'O campo :attribute é requerido quando nenhum dos valores :values estiverem presentes.',
     'same'                 => 'O campo :attribute e o campo :other devem ser iguais.',
-    'safe_url'             => 'The provided link may not be safe.',
+    'safe_url'             => 'O link fornecido pode não ser seguro.',
     'size'                 => [
         'numeric' => 'O tamanho do campo :attribute deve ser :size.',
         'file'    => 'O tamanho do arquivo :attribute deve ser de :size kilobytes.',