auth.php 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php
  2. return [
  3. 'accept_term' => 'I have read and agree to obey',
  4. 'active' => [
  5. 'attribute' => 'Activation',
  6. 'error' => [
  7. 'activated' => 'The account has been activated, no need to activate again',
  8. 'disable' => 'The account activation subsystem has been disabled, you can login directly!',
  9. 'throttle' => 'Anti-bots Shield Active! Please do not send multiple activate from at short amount of times! If you have any questions, please contact :email',
  10. ],
  11. 'promotion' => ['0' => 'Account has not been activated,Please', '1' => 'before login!'],
  12. ],
  13. 'aup' => 'Acceptable Use Policy',
  14. 'captcha' => [
  15. 'attribute' => 'Captcha',
  16. 'error' => ['failed' => 'Verification failed, please try again', 'timeout' => 'The code is invalid! Please refresh and try again'],
  17. 'required' => 'Please complete the Captcha operation!',
  18. 'sent' => 'Email has been sent! Please check your mailbox! (Email may be in the Trash)',
  19. ],
  20. 'email' => [
  21. 'error' => [
  22. 'banned' => 'Your email service provider was banned by our platform. Please use another valid email',
  23. 'invalid' => 'Your email service provider is not in our supporting list. Please use another email',
  24. ],
  25. ],
  26. 'error' => [
  27. 'account_baned' => 'Your account has been banned!',
  28. 'login_error' => 'Login error, please try again later!',
  29. 'login_failed' => 'Login failed, please check whether the email or password is entered correctly!',
  30. 'repeat_request' => 'Please refresh the page and try again',
  31. 'url_timeout' => 'The link has expired, please try again',
  32. ],
  33. 'invite' => [
  34. 'attribute' => 'Invitation code',
  35. 'error' => ['unavailable' => 'Invitation code is invalid!'],
  36. 'get' => 'Click to get the invitation code',
  37. 'not_required' => 'No invitation code is required, you can register directly!',
  38. ],
  39. 'login' => 'Sign in',
  40. 'logout' => 'Logout',
  41. 'maintenance' => 'Maintain',
  42. 'maintenance_tip' => 'Website under maintenance',
  43. 'optional' => 'Optional',
  44. 'password' => [
  45. 'forget' => 'Forgot password?',
  46. 'new' => 'Enter a new password',
  47. 'original' => 'Original Password',
  48. 'reset' => [
  49. 'attribute' => 'Reset Password',
  50. 'error' => [
  51. 'disabled' => 'The password reset subsystem has been disabled, you can contact :email for help',
  52. 'failed' => 'Password reset failed',
  53. 'throttle' => 'Password can only be reset :time times within 24 hours, Please Do not operate too frequently',
  54. 'same' => 'The new password cannot be the same as the old password, please re-enter',
  55. 'wrong' => 'The password is incorrect, please re-enter',
  56. 'demo' => 'You can not change administrator password under Demo environment',
  57. ],
  58. 'sent' => 'Reset link has been sent to your email, please check the mailbox (the email may be in the Trash)',
  59. 'success' => 'The password has been reset successfully, please go to login',
  60. ],
  61. ],
  62. 'register' => [
  63. 'attribute' => 'Sign up',
  64. 'code' => 'Registration Code',
  65. 'error' => [
  66. 'disable' => 'Sorry, The registration function has been disabled',
  67. 'throttle' => 'Anti-bots shield is active! Please do not send multiple register from at short amount of times!',
  68. ],
  69. 'promotion' => 'Still no account? Please go to ',
  70. 'failed' => 'Registration failed, please try later',
  71. 'success' => 'Registration successfully',
  72. ],
  73. 'remember_me' => 'Remember me',
  74. 'request' => 'Request',
  75. 'tos' => 'Terms of Service',
  76. ];