auth.php 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. 'sent' => 'Activation Email has sent to your mailbox, please check your mailbox (Email may be in the Trash)',
  12. 'promotion' => ['0' => 'Account has not been activated, Please', '1' => 'before sign in!'],
  13. ],
  14. 'aup' => 'Acceptable Use Policy',
  15. 'captcha' => [
  16. 'attribute' => 'Captcha',
  17. 'error' => ['failed' => 'Captcha verification failed, please try again', 'timeout' => 'Invalid verification code! It maybe expired, 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' => ['banned' => 'Your email service provider was banned by our platform. Please use another valid email', 'invalid' => 'Your email service provider is not in our supported list. Please use another email
  23. '],
  24. ],
  25. 'error' => [
  26. 'account_baned' => 'Your account has been banned!',
  27. 'login_error' => 'Login error, please try again later!',
  28. 'login_failed' => 'Login failed, please check whether the email or password is entered correctly!',
  29. 'not_found_user' => 'No associated account found, please use other ways to login',
  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 sign up directly!',
  38. ],
  39. 'login' => 'Sign in',
  40. 'logout' => 'Logout',
  41. 'maintenance' => 'Maintenance',
  42. 'maintenance_tip' => 'Maintenance in progress',
  43. 'oauth' => [
  44. 'bind_success' => 'Binding successfully',
  45. 'bind_failed' => 'Binding failed',
  46. 'login_failed' => 'Third-party login failed!',
  47. 'register' => 'Quick Registration',
  48. 'registered' => 'Already registered, please sign in directly',
  49. 'register_failed' => 'Registration failed',
  50. 'rebind_success' => 'Re-binding successfully',
  51. 'unbind_success' => 'Unbinding successfully',
  52. 'unbind_failed' => 'Unbinding failed',
  53. ],
  54. 'optional' => 'Optional',
  55. 'password' => [
  56. 'forget' => 'Forgot password?',
  57. 'new' => 'Enter a new password',
  58. 'original' => 'Current Password',
  59. 'reset' => [
  60. 'attribute' => 'Reset Password',
  61. 'error' => [
  62. 'disabled' => 'We have disabled the password reset function, please contact :email for help',
  63. 'failed' => 'Password reset failed',
  64. 'throttle' => 'You can only reset your password :time times within 24 hours, please do not operate frequently.',
  65. 'same' => 'New password cannot be the same as old password, please re-enter',
  66. 'wrong' => 'Password incorrect, please try again',
  67. 'demo' => 'You can not change administrator password under Demo environment',
  68. ],
  69. 'sent' => 'Reset link has sent to your mailbox, please check the email (Email may be in the Trash)',
  70. 'success' => 'New password set successfully, you can sign in now',
  71. ],
  72. ],
  73. 'register' => [
  74. 'attribute' => 'Sign up',
  75. 'code' => 'Registration Code',
  76. 'error' => ['disable' => 'Sorry, we have temporarily stopped accepting new users', 'throttle' => 'Anti-bots is active! Please do not send register forms too frequently!'],
  77. 'promotion' => 'Still no account? Please go to ',
  78. 'failed' => 'Registration failed, please try later',
  79. 'success' => 'Registration successfully',
  80. ],
  81. 'remember_me' => 'Remember me',
  82. 'request' => 'Request',
  83. 'tos' => 'Terms of Service',
  84. ];