common.php 5.0 KB

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