From faeb298d66eaab0d7e7a072f332a66baaf1b4f68 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:27 +0000 Subject: [PATCH] New translations validation.php (Dutch) --- resources/lang/nl/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index f85e5786f..2f8ffc9f0 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute veld is verplicht wanneer :values niet ingesteld is.', 'required_without_all' => ':attribute veld is verplicht wanneer geen van :values ingesteld zijn.', 'same' => ':attribute en :other moeten overeenkomen.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute moet :size zijn.', 'file' => ':attribute moet :size kilobytes zijn.',