user.php 1.6 KB

1234567891011121314151617
  1. <?php
  2. return [
  3. 'username' => 'Username',
  4. 'email' => 'E-mail',
  5. 'mobile' => 'Mobile Number',
  6. 'password' => 'Password',
  7. 'captcha' => 'Captcha',
  8. 'captchaId' => 'Captcha ID',
  9. 'Please input correct username' => 'Please enter the correct username.',
  10. 'Please input correct password' => 'Please enter the correct password.',
  11. 'Registration parameter error' => 'Wrong registration parameter',
  12. 'Login succeeded!' => 'Login succeeded!',
  13. 'Please enter the correct verification code' => 'Please enter the correct Captcha.',
  14. 'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.',
  15. 'Check in failed, please try again or contact the website administrator~' => 'Check in failed,please try again or contact the webmaster.',
  16. 'Member center disabled' => 'The member centre has been disabled, please contact the webmaster to turn it on.',
  17. ];