]> BookStack Code Mirror - bookstack/commitdiff
New translations validation.php (German)
authorDan Brown <redacted>
Thu, 17 Dec 2020 14:08:21 +0000 (14:08 +0000)
committerDan Brown <redacted>
Thu, 17 Dec 2020 14:08:21 +0000 (14:08 +0000)
resources/lang/de/validation.php

index 1e2deff81c8861d1122fdf297551c3f5d871bf16..8b1febc85d8da7078606d6c0e76f8f8a6364db2e 100644 (file)
@@ -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.',