Merge pull request #342 from vlucas/issue-328

Correct label for 'length' in zh-cn (#328)
This commit is contained in:
Willem Wollebrants 2021-07-05 18:41:34 +02:00 committed by GitHub
commit ae5a778541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ return array(
'accepted' => "必须接受",
'numeric' => "只能是数字",
'integer' => "只能是整数",
'length' => "长度必须于 %d",
'length' => "长度必须于 %d",
'min' => "必须大于 %s",
'max' => "必须小于 %s",
'listContains' => "无效的值",