1234567891011121314151617181920212223 |
- {
- "auth.register.title": "注册",
- "auth.register.username.placeholder": "用户名",
- "auth.register.phone.placeholder": "手机号码",
- "auth.register.verifyCode.placeholder": "验证码",
- "auth.register.password.placeholder": "密码 6-20位字符",
- "auth.register.referrerCode.placeholder": "推荐码",
- "auth.register.getCode": "获取验证码",
- "auth.register.button": "注册",
- "auth.register.hasAccount": "已有账户?",
- "auth.register.loginNow": "立即登录",
- "auth.register.error.emptyUsername": "请输入用户名",
- "auth.register.error.emptyPhone": "请输入手机号码",
- "auth.register.error.emptyVerifyCode": "请输入验证码",
- "auth.register.error.emptyPassword": "请输入密码",
- "auth.register.error.passwordLength": "密码应为6-20位字符",
- "auth.register.success.codeSent": "验证码发送成功",
- "auth.register.success.registered": "注册成功",
- "auth.register.error.registrationFailed": "注册失败",
- "common.loading": "加载中...",
- "common.saving": "保存中...",
- "login.slogan": "More group purchases, bigger rewards"
- }
|