account.php 2.6 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'avatar' => '头像',
  4. 'username' => '用户名',
  5. 'nickname' => '昵称',
  6. 'birthday' => '生日',
  7. 'email' => '电子邮箱',
  8. 'mobile' => '手机号',
  9. 'password' => '密码',
  10. 'captcha' => '验证码',
  11. 'Old password error' => '旧密码错误',
  12. 'Data updated successfully~' => '资料更新成功~',
  13. 'Please input correct password' => '请输入正确的密码',
  14. 'nicknameChsDash' => '用户名只能是汉字、字母、数字和下划线_及破折号-',
  15. 'Password has been changed~' => '密码已修改~',
  16. 'Password has been changed, please login again~' => '密码已修改,请重新登录~',
  17. 'Account does not exist~' => '账户不存在~',
  18. 'Failed to modify password, please try again later~' => '修改密码失败,请稍后重试~',
  19. 'Please enter the correct verification code' => '请输入正确的验证码!',
  20. '%s has been registered' => '%s已被注册,请直接登录~',
  21. 'email format error' => '电子邮箱格式错误!',
  22. 'mobile format error' => '手机号格式错误!',
  23. 'You need to verify your account before modifying the binding information' => '您需要先通过账户验证才能修改绑定信息!',
  24. 'Password error' => '密码错误!',
  25. 'email is occupied' => '电子邮箱地址已被占用!',
  26. 'mobile is occupied' => '手机号已被占用!',
  27. ];