From d0e713c27e3d277c7765dfcc6fb05d0793672487 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 2 Jan 2021 16:09:05 +0000 Subject: [PATCH] New translations validation.php (German Informal) --- resources/lang/de_informal/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_informal/validation.php b/resources/lang/de_informal/validation.php index d784835ec..24c1e8add 100644 --- a/resources/lang/de_informal/validation.php +++ b/resources/lang/de_informal/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.',