From e91ffcb06f2663a23d1d846f68ffc2afda58a546 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:44 +0000 Subject: [PATCH] New translations validation.php (German Informal) --- resources/lang/de_informal/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_informal/validation.php b/resources/lang/de_informal/validation.php index 4be384468..d784835ec 100644 --- a/resources/lang/de_informal/validation.php +++ b/resources/lang/de_informal/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.', 'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.', 'same' => ':attribute und :other müssen übereinstimmen.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute muss :size sein.', 'file' => ':attribute muss :size Kilobytes groß sein.',