user.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: zhengmingwei
  5. * Date: 2019/12/19
  6. * Time: 9:22 下午
  7. */
  8. return [
  9. 'User center' => '会员中心',
  10. 'Register' => '注册',
  11. 'Login' => '登录',
  12. 'Sign up successful' => '注册成功',
  13. 'Username can not be empty' => '用户名不能为空',
  14. 'Username must be 6 to 30 characters' => '用户名必须6-30个字符',
  15. 'Password can not be empty' => '密码不能为空',
  16. 'Password must be 6 to 30 characters' => '密码必须6-30个字符',
  17. 'Mobile is incorrect' => '手机格式不正确',
  18. 'Username already exist' => '用户名已经存在',
  19. 'Email already exist' => '邮箱已经存在',
  20. 'Mobile already exist' => '手机号已经存在',
  21. 'Username is incorrect' => '用户名不正确',
  22. 'Email is incorrect' => '邮箱不正确',
  23. 'Account is locked' => '账户已经被锁定',
  24. 'Password is incorrect' => '密码不正确',
  25. 'Account is incorrect' => '账户不正确',
  26. 'Account not exist' => '账户不存在',
  27. 'Account can not be empty' => '账户不能为空',
  28. 'Username or password is incorrect' => '用户名或密码不正确',
  29. 'You are not logged in' => '你当前还未登录',
  30. 'You\'ve logged in, do not login again' => '你已经存在,请不要重复登录',
  31. 'Profile' => '个人资料',
  32. 'Verify email' => '邮箱验证',
  33. 'Change password' => '修改密码',
  34. 'Captcha is incorrect' => '验证码不正确',
  35. 'Logged in successful' => '登录成功',
  36. 'Logged in failed' => '登录失败',
  37. 'Logout successful' => '注销成功',
  38. 'Operation failed' => '操作失败',
  39. 'Invalid parameters' => '参数不正确',
  40. 'Change password failure' => '修改密码失败',
  41. 'Change password successful' => '修改密码成功',
  42. 'Reset password successful' => '重置密码成功',
  43. 'Modified' => '已修改',
  44. 'Success' => '成功',
  45. 'Fail' => '失败',
  46. 'Anonymous' => '匿名',
  47. 'Tourist' => '游客'
  48. ];