From 7f9be00e7ffb76d9b1ea0b1f794fdbb82e19d71a Mon Sep 17 00:00:00 2001
From: Dan Brown <ssddanbrown@googlemail.com>
Date: Sat, 31 Oct 2020 16:58:08 +0000
Subject: [PATCH] New translations validation.php (Portuguese, Brazilian)

---
 resources/lang/pt_BR/validation.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php
index 718fca6b9..9777eacac 100644
--- a/resources/lang/pt_BR/validation.php
+++ b/resources/lang/pt_BR/validation.php
@@ -90,6 +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.',
     'size'                 => [
         'numeric' => 'O tamanho do campo :attribute deve ser :size.',
         'file'    => 'O tamanho do arquivo :attribute deve ser de :size kilobytes.',