From d295fbc104d1bb4919c1ce18444bf0f61a7a3120 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:31 +0000 Subject: [PATCH] New translations validation.php (Italian) --- resources/lang/it/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 3b85303d2..2e460cdc3 100755 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', 'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.', 'same' => ':attribute e :other devono corrispondere.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'Il campo :attribute deve essere :size.', 'file' => 'Il campo :attribute deve essere :size kilobytes.',