aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/zh_CN/validate.php
blob: 3ca368ad2efd463fba2244ec8ec1e599574b465f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * UserFrosting (http://www.userfrosting.com)
 *
 * @link      https://github.com/userfrosting/UserFrosting
 * @license   https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
 *
 * Chinese message token translations for the 'account' sprinkle.
 *
 * @package userfrosting\i18n\zh_CN
 * @author @BruceGui (https://github.com/BruceGui)
 */

return [
	"VALIDATE" => [
        "PASSWORD_MISMATCH" => "密码不一致.",
        "USERNAME" => "用户名必须以小写字母, 数字, '.', '-', 和 '_'组成."
    ]
];