auth.php 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. return [
  3. 'accept_term' => 'I have read and accepted',
  4. 'active' => [
  5. 'attribute' => 'Active',
  6. 'error' => [
  7. 'activated' => 'Your account has been activated, no need to re-activate',
  8. 'disable' => 'Account activation has been disabled, you can sign in directly!',
  9. 'throttle' => 'You have triggered the activation request restriction, please do not operate too frequent! If you have any questions, please contact: email',
  10. ],
  11. 'promotion' => 'Account not yet activated, please [:action] first!',
  12. 'sent' => 'Activation Email has sent to your mailbox, please check your mailbox (Email may be in the Trash)',
  13. ],
  14. 'aup' => 'Acceptable Use Policy',
  15. 'captcha' => [
  16. 'attribute' => 'Captcha',
  17. 'error' => [
  18. 'failed' => 'Captcha verification failed, please try again',
  19. 'timeout' => 'Invalid verification code! It maybe expired, please refresh and try again.',
  20. ],
  21. 'required' => 'Please complete the Captcha operation!',
  22. 'sent' => 'Email has been sent! Please check your mailbox! (Email may be in the Trash)',
  23. ],
  24. 'email' => [
  25. 'error' => [
  26. 'banned' => 'Your email service provider was banned by our platform. Please use another valid email',
  27. 'invalid' => 'Your email service provider is not in our supported list. Please use another email
  28. ',
  29. ],
  30. ],
  31. 'error' => [
  32. 'account_baned' => 'Your account has been banned!',
  33. 'login_error' => 'Login error, please try again later!',
  34. 'login_failed' => 'Login failed, please check whether the email or password is entered correctly!',
  35. 'not_found_user' => 'No associated account found, please use other ways to login',
  36. 'repeat_request' => 'Please refresh the page and try again',
  37. 'url_timeout' => 'The link has expired, please try again',
  38. ],
  39. 'failed' => 'These credentials do not match our records.',
  40. 'invite' => [
  41. 'attribute' => 'Invitation code',
  42. 'error' => [
  43. 'unavailable' => 'Invitation code is invalid!',
  44. ],
  45. 'get' => 'Click to get the invitation code',
  46. 'not_required' => 'No invitation code is required, you can sign up directly!',
  47. ],
  48. 'login' => 'Sign in',
  49. 'logout' => 'Logout',
  50. 'maintenance' => 'Maintenance',
  51. 'maintenance_tip' => 'Maintenance in progress',
  52. 'oauth' => [
  53. 'bind_failed' => 'Binding failed',
  54. 'bind_success' => 'Binding successfully',
  55. 'login_failed' => 'Third-party login failed!',
  56. 'rebind_success' => 'Re-binding successfully',
  57. 'register' => 'Quick Registration',
  58. 'register_failed' => 'Registration failed',
  59. 'registered' => 'Already registered, please sign in directly',
  60. 'unbind_failed' => 'Unbinding failed',
  61. 'unbind_success' => 'Unbinding successfully',
  62. ],
  63. 'optional' => 'Optional',
  64. 'password' => [
  65. 'forget' => 'Forgot password?',
  66. 'new' => 'Enter a new password',
  67. 'original' => 'Current Password',
  68. 'reset' => [
  69. 'attribute' => 'Reset Password',
  70. 'error' => [
  71. 'disabled' => 'We have disabled the password reset function, please contact :email for help',
  72. 'failed' => 'Password reset failed',
  73. 'throttle' => 'You can only reset your password :time times within 24 hours, please do not operate frequently.',
  74. 'same' => 'New password cannot be the same as old password, please re-enter',
  75. 'wrong' => 'Password incorrect, please try again',
  76. 'demo' => 'You can not change administrator password under Demo environment',
  77. ],
  78. 'sent' => 'Reset link has sent to your mailbox, please check the email (Email may be in the Trash)',
  79. 'success' => 'New password set successfully, you can sign in now',
  80. ],
  81. ],
  82. 'register' => [
  83. 'attribute' => 'Sign up',
  84. 'code' => 'Registration Code',
  85. 'error' => [
  86. 'disable' => 'Sorry, we have temporarily stopped accepting new users',
  87. 'throttle' => 'Anti-bots is active! Please do not send register forms too frequently!',
  88. ],
  89. 'failed' => 'Registration failed, please try later',
  90. 'promotion' => 'Still no account? Please go to ',
  91. 'success' => 'Registration successfully',
  92. ],
  93. 'remember_me' => 'Remember me',
  94. 'request' => 'Request',
  95. 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
  96. 'tos' => 'Terms of Service',
  97. ];