12345678910111213141516171819202122 |
- {
- "auth.register.title": "Register",
- "auth.register.username.placeholder": "Username",
- "auth.register.phone.placeholder": "+88 Mobile number",
- "auth.register.verifyCode.placeholder": "Verification Code",
- "auth.register.password.placeholder": "Password 6-20 characters",
- "auth.register.referrerCode.placeholder": "Referrer Code",
- "auth.register.getCode": "Get Code",
- "auth.register.button": "Register",
- "auth.register.hasAccount": "Already have account?",
- "auth.register.loginNow": "Login Now",
- "auth.register.error.emptyUsername": "Please enter username",
- "auth.register.error.emptyPhone": "Please enter phone number",
- "auth.register.error.emptyVerifyCode": "Please enter verification code",
- "auth.register.error.emptyPassword": "Please enter password",
- "auth.register.error.passwordLength": "Password should be 6-20 characters",
- "auth.register.success.codeSent": "Verification code sent successfully",
- "auth.register.success.registered": "Registration successful",
- "auth.register.error.registrationFailed": "Registration failed",
- "common.loading": "Loading...",
- "common.saving": "Saving..."
- }
|