user.php 1.5 KB

1234567891011121314151617
  1. <?php
  2. return [
  3. 'username' => '用户名',
  4. 'email' => '邮箱',
  5. 'mobile' => '手机号',
  6. 'password' => '密码',
  7. 'captcha' => '验证码',
  8. 'captchaId' => '验证码标识',
  9. 'Please input correct username' => '请输入正确的用户名',
  10. 'Please input correct password' => '请输入正确的密码',
  11. 'Registration parameter error' => '注册参数错误',
  12. 'Login succeeded!' => '登录成功',
  13. 'Please enter the correct verification code' => '请输入正确的验证码',
  14. 'You have already logged in. There is no need to log in again~' => '您已经登录过了,无需重复登录~',
  15. 'Check in failed, please try again or contact the website administrator~' => '签入失败,请重试或联系网站管理员~',
  16. 'Member center disabled' => '会员中心已禁用,请联系网站管理员开启。',
  17. ];