Correct label for 'length' in zh-cn (#328)

This commit is contained in:
Willem Wollebrants 2021-07-05 18:40:18 +02:00
parent 33148fa4ed
commit 1c0674c23f

View File

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