added Chinese translation #558
Open
rockonedege wants to merge 1 commits from rockonedege/master
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'rockonedege/master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Looks great! Hope this PR could be merged ASAP
Nice work! Hope this PR could be merged ASAP
'regex' => ':attribute 格式无效.',
'required' => ':attribute 必需.',
'required_if' => '当 :other 等于 :value 时,:attribute 必需.',
'required_unless' => 'unless :other is in :values.',
这一行漏了
'date' => ':attribute 不是有效日期.',
'date_format' => ':attribute 不符合格式 :format.',
'different' => ':attribute 与 :other 必须不同.',
'digits' => ':attribute 必须 :digits 位.',
:attribute 必须是 :digits 位数
这个是不是更好
'ipv4' => ':attribute 必须是有效 IPv4 地址.',
'ipv6' => ':attribute 必须是有效 IPv6 地址.',
'json' => ':attribute 必须是有效 JSON 字符串.',
'max' => [
这几个全错了,应该是
不能大于
, 不是必须大于
希望能尽早合并通过