aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/zh_CN/validate.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/account/locale/zh_CN/validate.php')
-rwxr-xr-xmain/app/sprinkles/account/locale/zh_CN/validate.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/app/sprinkles/account/locale/zh_CN/validate.php b/main/app/sprinkles/account/locale/zh_CN/validate.php
new file mode 100755
index 0000000..3ca368a
--- /dev/null
+++ b/main/app/sprinkles/account/locale/zh_CN/validate.php
@@ -0,0 +1,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" => "用户名必须以小写字母, 数字, '.', '-', 和 '_'组成."
+ ]
+];