user.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. return [
  3. 'User center' => 'Member Centre',
  4. 'Register' => 'Register',
  5. 'Login' => 'Log in',
  6. 'Sign up successful' => 'registration success',
  7. 'Username can not be empty' => 'Username can not be empty',
  8. 'Username must be 3 to 30 characters' => 'Username must be 3-30 characters',
  9. 'Username must be 6 to 30 characters' => 'Username must be 6-30 characters',
  10. 'Password can not be empty' => 'password can not be blank',
  11. 'Password must be 6 to 30 characters' => 'Password must be 6-30 characters',
  12. 'Mobile is incorrect' => 'Mobile phone format is incorrect',
  13. 'Username already exist' => 'username already exists',
  14. 'Nickname already exist' => 'Nickname already exists',
  15. 'Email already exist' => 'Email already exists',
  16. 'Mobile already exist' => 'Mobile phone number already exists',
  17. 'Username is incorrect' => 'Username is incorrect',
  18. 'Email is incorrect' => 'Email is incorrect',
  19. 'Account is locked' => 'Account has been locked',
  20. 'Password is incorrect' => 'Login password is incorrect',
  21. 'Account is incorrect' => 'Account is incorrect',
  22. 'Account not exist' => 'Account does not exist',
  23. 'Account can not be empty' => 'Account cannot be empty',
  24. 'Username or password is incorrect' => 'Incorrect username or password',
  25. 'You are not logged in' => 'You are not currently logged in',
  26. 'You\'ve logged in, do not login again' => 'You already exist, please do not log in again',
  27. 'Profile' => 'personal information',
  28. 'Verify email' => 'E-mail verification',
  29. 'Change password' => 'change Password',
  30. 'Captcha is incorrect' => 'Incorrect verification code',
  31. 'Logged in successful' => 'login successful',
  32. 'Logout successful' => 'exit successfully',
  33. 'Operation failed' => 'operation failed',
  34. 'Invalid parameters' => 'The parameter is incorrect',
  35. 'Change password failure' => 'Failed to change password',
  36. 'Change password successful' => 'password has been updated',
  37. 'Reset password successful' => 'Password reset successful',
  38. '邀请码有误' => 'The invitation code is incorrect',
  39. '确认密码不一致' => 'Confirm that the password is inconsistent',
  40. '账号不存在' => 'Account does not exist',
  41. '旧密码' => 'Old Password',
  42. '新密码' => 'New Password',
  43. '确认密码' => 'Confirm Password',
  44. '登录密码' => 'login password',
  45. '新资金密码' => 'New fund password',
  46. '资金密码重置成功' => 'Fund password reset successfully',
  47. '资金密码重置失败' => 'Fund password reset failed',
  48. '手机号码' => 'phone number',
  49. '区号' => 'area code'
  50. ];