123456789101112 |
- <?php
- return [
- 'nickname is null' => '请填写昵称',
- 'nickname Invalid' => '昵称只能是汉字、字母、数字和下划线_及破折号-',
- 'nickname Up to 32 characters' => '昵称最大长度为32个字符',
- 'oldpwd is null' => '请填写旧密码',
- 'newpwd is null' => '请填写新密码',
- 'newpwd length is 6~32 characters' => '新密码长度为6~32位',
- 'please fill in again new password' => '请再次填写新密码',
- 'two passwords are inconsistent' => '两次输入的密码不一致',
- ];
|