account.php 1.6 KB

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