zh-Hans.json 1.1 KB

1234567891011121314151617181920212223
  1. {
  2. "auth.register.title": "注册",
  3. "auth.register.username.placeholder": "用户名",
  4. "auth.register.phone.placeholder": "手机号码",
  5. "auth.register.verifyCode.placeholder": "验证码",
  6. "auth.register.password.placeholder": "密码 6-20位字符",
  7. "auth.register.referrerCode.placeholder": "推荐码",
  8. "auth.register.getCode": "获取验证码",
  9. "auth.register.button": "注册",
  10. "auth.register.hasAccount": "已有账户?",
  11. "auth.register.loginNow": "立即登录",
  12. "auth.register.error.emptyUsername": "请输入用户名",
  13. "auth.register.error.emptyPhone": "请输入手机号码",
  14. "auth.register.error.emptyVerifyCode": "请输入验证码",
  15. "auth.register.error.emptyPassword": "请输入密码",
  16. "auth.register.error.passwordLength": "密码应为6-20位字符",
  17. "auth.register.success.codeSent": "验证码发送成功",
  18. "auth.register.success.registered": "注册成功",
  19. "auth.register.error.registrationFailed": "注册失败",
  20. "common.loading": "加载中...",
  21. "common.saving": "保存中...",
  22. "login.slogan": "More group purchases, bigger rewards"
  23. }