X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/2522/head:/resources/lang/zh_TW/validation.php diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index 82d74e525..7a46288ad 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -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 KB。',