]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/validation.php
Docker: Fix PHP tests
[bookstack] / resources / lang / ko / validation.php
index 180faa35f377afa18958033edcdbf51416124f9a..64c4a4345b256d7d1c31f4dc9ea7466a3fc6e647 100644 (file)
@@ -90,6 +90,7 @@ return [
     'required_without'     => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.',
     'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.',
     'same'                 => ':attribute(와)과 :other(을)를 똑같이 구성하세요.',
+    'safe_url'             => 'The provided link may not be safe.',
     'size'                 => [
         'numeric' => ':attribute(을)를 :size(으)로 구성하세요.',
         'file'    => ':attribute(을)를 :size킬로바이트로 구성하세요.',