common.php 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. return [
  3. '中国' => 'China',
  4. '美国' => 'USA',
  5. '无充值信息' => 'The system has not configured recharge information, please contact customer service',
  6. '无提现信息' => 'The system has not configured withdrawal information, please contact customer service',
  7. '完成' => 'Finish',
  8. '冻结' => 'Freeze',
  9. '驳回' => 'turn down',
  10. '取消' => 'Cancel',
  11. '发送频繁' => 'Send frequently',
  12. '提现手续费有误' => 'Withdrawal fee configuration is incorrect',
  13. '任务不足' => 'Insufficient tasks',
  14. '待支付' => 'To be paid',
  15. '暂停抢单' => 'Suspend order grabbing',
  16. '余额不足' => 'Insufficient balance, please recharge first',
  17. '今日任务已完成' => 'Today\'s task has been completed, please come back tomorrow',
  18. '参数错误' => 'Parameter error, please contact the administrator',
  19. '未匹配到商品' => 'The price range does not match the product',
  20. '有未完成订单' => 'You have an unfinished order, please come back after completing it',
  21. 'User center' => 'Member Centre',
  22. 'Register' => 'Register',
  23. 'Login' => 'Log in',
  24. 'Sign up successful' => 'registration success',
  25. 'Username can not be empty' => 'Username can not be empty',
  26. 'Username must be 3 to 30 characters' => 'Username must be 3-30 characters',
  27. 'Username must be 6 to 30 characters' => 'Username must be 6-30 characters',
  28. 'Password can not be empty' => 'password can not be blank',
  29. 'Password must be 6 to 30 characters' => 'Password must be 6-30 characters',
  30. 'Mobile is incorrect' => 'Mobile phone format is incorrect',
  31. 'Username already exist' => 'username already exists',
  32. 'Nickname already exist' => 'Nickname already exists',
  33. 'Email already exist' => 'Email already exists',
  34. 'Mobile already exist' => 'Mobile phone number already exists',
  35. 'Username is incorrect' => 'Username is incorrect',
  36. 'Email is incorrect' => 'Email is incorrect',
  37. 'Account is locked' => 'Account has been locked',
  38. 'Password is incorrect' => 'Login password is incorrect',
  39. 'Account is incorrect' => 'Account is incorrect',
  40. 'Account not exist' => 'Account does not exist',
  41. 'Account can not be empty' => 'Account cannot be empty',
  42. 'Username or password is incorrect' => 'Incorrect username or password',
  43. 'You are not logged in' => 'You are not currently logged in',
  44. 'You\'ve logged in, do not login again' => 'You already exist, please do not log in again',
  45. 'Profile' => 'personal information',
  46. 'Verify email' => 'E-mail verification',
  47. 'Change password' => 'change Password',
  48. 'Captcha is incorrect' => 'Incorrect verification code',
  49. 'Logged in successful' => 'login successful',
  50. 'Logout successful' => 'exit successfully',
  51. 'Operation failed' => 'operation failed',
  52. 'Invalid parameters' => 'The parameter is incorrect',
  53. 'Change password failure' => 'Failed to change password',
  54. 'Change password successful' => 'password has been updated',
  55. 'Reset password successful' => 'Password reset successful',
  56. '邀请码有误' => 'The invitation code is incorrect',
  57. '确认密码不一致' => 'Confirm that the password is inconsistent',
  58. '账号不存在' => 'Account does not exist',
  59. '旧密码' => 'Old Password',
  60. '新密码' => 'New Password',
  61. '确认密码' => 'Confirm Password',
  62. '登录密码' => 'login password',
  63. '新资金密码' => 'New fund password',
  64. '资金密码重置成功' => 'Fund password reset successfully',
  65. '资金密码重置失败' => 'Fund password reset failed',
  66. '手机号码' => 'phone number',
  67. '区号' => 'area code'
  68. ];