auth.php 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?php
  2. return [
  3. 'username' => 'Username',
  4. 'active' => 'Activate',
  5. 'active_account' => 'Activate account',
  6. 'active_tip' => 'Account is not active yet, Please ',
  7. 'captcha' => 'Verification code',
  8. 'code' => 'Invite Code',
  9. 'login' => 'Sign In',
  10. 'register' => 'Sign Up',
  11. 'send' => 'Send',
  12. 'tip' => 'Tip',
  13. 'email' => 'Email',
  14. 'password' => 'Password',
  15. 'confirm_password' => 'Please renter your password',
  16. 'back' => 'Back',
  17. 'close' => 'Close',
  18. 'submit' => 'Submit',
  19. 'request' => 'Request',
  20. 'remember' => 'Remember Me',
  21. 'resetPassword' => 'Reset Password',
  22. 'new_password' => 'Enter a new password',
  23. 'forget_password' => 'Find my Password',
  24. 'reset_password' => 'Reset Password',
  25. 'get_free_code' => 'Click to get a free invitation code',
  26. 'accept_term' => 'I have read and agree to obey',
  27. 'tos' => 'Terms of Service',
  28. 'aup' => 'Acceptable Use Policy',
  29. 'register_tip' => 'Still no account? Please go to',
  30. 'system_maintenance' => 'The system is being maintained',
  31. 'system_maintenance_tip' => 'System in under maintenance, please email :email if you need an account',
  32. 'overtime' => 'The link has expired',
  33. 'active_success' => 'Successful activation',
  34. 'active_fail' => 'Activation fail',
  35. 'active_limit' => 'You have triggered the activation request restriction mechanism, do not operate frequently! If you have any questions, please contact :email',
  36. 'active_close' => 'The account activation function has been disabled, please contact :email',
  37. 'code_null' => 'Please enter invite code',
  38. 'captcha_null' => 'Please enter Verification code',
  39. 'captcha_error' => 'The Verification code is incorrect, please input the code again',
  40. 'captcha_overtime' => 'The verification code is invalid! Please refresh and try again',
  41. 'captcha_loading' => 'Loading Verification code...',
  42. 'captcha_required' => 'Please complete the Verification code operation correctly',
  43. 'captcha_fail' => 'Server verification failed, please try again',
  44. 'captcha_close' => 'Verification code registration is disable',
  45. 'captcha_send' => 'Verification code sent',
  46. 'code_error' => 'The invitation code is invalid! Please try again',
  47. 'username_null' => 'Please enter your username',
  48. 'email_null' => 'Please enter your email address',
  49. 'email_normal' => 'Your account has been activated',
  50. 'email_legitimate' => 'Account must be a legitimate email',
  51. 'email_banned' => 'The mailbox contains sensitive words. Please use another valid email',
  52. 'email_exist' => 'Email have been register! If you forget your password, please use "Find my Password" to reset your password',
  53. 'email_notExist' => 'The account does not exist. Please try again',
  54. 'login_error' => 'Wrong password or email address',
  55. 'login_ban' => 'Your email is banned',
  56. 'password_null' => 'Please enter your password',
  57. 'password_limit' => 'Password is too short',
  58. 'password_same' => 'The passwords you typed do not match',
  59. 'register_close' => 'We close the registration for new users, please email :email the administrator',
  60. 'register_anti' => 'Anti-robot registration is enabled! Please do not register Multiple accounts',
  61. 'register_fail' => 'Registration failed, please try later',
  62. 'register_success' => 'Registered successfully',
  63. 'register_active_tip' => 'Activation email sent! Please check the mailbox (the email may be in the Trash)',
  64. "repeat_request" => 'Please refresh the page and try again',
  65. "reset_password_close" => '"Find my Password"function is disabled.If you need help, Please email :email',
  66. 'reset_password_limit' => 'Password can only be reset :time times within 24 hours!',
  67. 'reset_password_success_tip' => 'Reset successfully! Please check the mailbox (the email may be in the Trash)',
  68. 'reset_password_same_fail' => 'The new password is the same as the old one. Please renter',
  69. 'reset_password_fail' => 'Password reset failed',
  70. 'reset_password_new' => 'The new password has been set successfully!',
  71. 'request_error' => 'Request exception, Please refresh and try again'
  72. ];