From 401ecbb930467786f7cdbd736354f25e86493732 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 17 Dec 2020 14:08:21 +0000 Subject: [PATCH] New translations validation.php (German) --- resources/lang/de/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 1e2deff81..8b1febc85 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -90,7 +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.', + 'safe_url' => 'Der angegebene Link ist möglicherweise nicht sicher.', 'size' => [ 'numeric' => ':attribute muss :size sein.', 'file' => ':attribute muss :size Kilobytes groß sein.',