aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/zh_CN/validate.php
blob: b0ecff3f4b91b992ab2b29753036d65c3f9c95e5 (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" => "用户名必须以小写字母, 数字, '.', '-', 和 '_'组成."
    ]
];