auth.php 4.1 KB

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