]> BookStack Code Mirror - bookstack/commitdiff
New translations validation.php (German Informal)
authorDan Brown <redacted>
Sat, 31 Oct 2020 16:58:44 +0000 (16:58 +0000)
committerDan Brown <redacted>
Sat, 31 Oct 2020 16:58:44 +0000 (16:58 +0000)
resources/lang/de_informal/validation.php

index 4be38446889ce05c2ded5504e498f23083fdd215..d784835ec420814f5cdf12c342b12e070151ba21 100644 (file)
@@ -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.',