We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0502bed + 96fcd3c commit 93f1e5cCopy full SHA for 93f1e5c
src/Locale/LocaleZhCN.php
@@ -32,11 +32,11 @@ class LocaleZhCN
32
// 'bool', 'boolean',
33
'boolean' => '{attr} 必须是布尔类型!',
34
'float' => '{attr} 必须是浮点数!',
35
- 'url' => '{attr} is not a url address!',
36
- 'email' => '{attr} is not a email address!',
37
- 'date' => '{attr} is not a date format!',
+ 'url' => '{attr} 不是url地址!',
+ 'email' => '{attr} 不是电子邮件地址!',
+ 'date' => '{attr} 不是日期格式!',
38
'dateFormat' => '{attr} is not in a {value0} date format!',
39
- 'ip' => '{attr} is not IP address!',
+ 'ip' => '{attr} 不是IP地址!',
40
'ipv4' => '{attr} is not a IPv4 address!',
41
'ipv6' => '{attr} is not a IPv6 address!',
42
'required' => 'parameter {attr} is required!',
0 commit comments