account.php 1.5 KB

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'username' => 'Username',
  4. 'nickname' => 'Nickname',
  5. 'birthday' => 'Birthday',
  6. 'email' => 'E-mail',
  7. 'mobile' => 'Mobile Number',
  8. 'password' => 'Password',
  9. 'captcha' => 'Captcha',
  10. 'Old password error' => 'Old password error',
  11. 'Data updated successfully~' => 'Data updated successfully',
  12. 'Please input correct password' => 'Please enter the correct password',
  13. 'nicknameChsDash' => 'Usernames can only be Chinese characters, letters, numbers, underscores_ and dashes-.',
  14. 'Password has been changed~' => 'Password has been changed~',
  15. 'Password has been changed, please login again~' => 'Password has been changed, please login again~',
  16. 'Account does not exist~' => 'Account does not exist',
  17. 'Failed to modify password, please try again later~' => 'Failed to modify password, please try again later~',
  18. 'Please enter the correct verification code' => 'Please enter the correct Captcha',
  19. '%s has been registered' => '%s has been registered, please login directly.',
  20. ];