Skip to content

Commit 93f1e5c

Browse files
authored
Merge pull request #40 from ZhangChengLin/test
2 parents 0502bed + 96fcd3c commit 93f1e5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Locale/LocaleZhCN.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ class LocaleZhCN
3232
// 'bool', 'boolean',
3333
'boolean' => '{attr} 必须是布尔类型!',
3434
'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!',
35+
'url' => '{attr} 不是url地址!',
36+
'email' => '{attr} 不是电子邮件地址!',
37+
'date' => '{attr} 不是日期格式!',
3838
'dateFormat' => '{attr} is not in a {value0} date format!',
39-
'ip' => '{attr} is not IP address!',
39+
'ip' => '{attr} 不是IP地址!',
4040
'ipv4' => '{attr} is not a IPv4 address!',
4141
'ipv6' => '{attr} is not a IPv6 address!',
4242
'required' => 'parameter {attr} is required!',

0 commit comments

Comments
 (0)