auth.php 4.2 KB

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