X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/2515/head:/resources/lang/zh_CN/validation.php diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index e0bc55523..8bb8a207a 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => '当:values不存在时,:attribute 字段是必需的。', 'required_without_all' => '当:values均不存在时,:attribute 字段是必需的。', 'same' => ':attribute 与 :other 必须匹配。', + 'safe_url' => '提供的链接可能不安全。', 'size' => [ 'numeric' => ':attribute 必须为:size。', 'file' => ':attribute 必须为:size KB。',