en.json 1.1 KB

12345678910111213141516171819202122
  1. {
  2. "auth.register.title": "Register",
  3. "auth.register.username.placeholder": "Username",
  4. "auth.register.phone.placeholder": "+88 Mobile number",
  5. "auth.register.verifyCode.placeholder": "Verification Code",
  6. "auth.register.password.placeholder": "Password 6-20 characters",
  7. "auth.register.referrerCode.placeholder": "Referrer Code",
  8. "auth.register.getCode": "Get Code",
  9. "auth.register.button": "Register",
  10. "auth.register.hasAccount": "Already have account?",
  11. "auth.register.loginNow": "Login Now",
  12. "auth.register.error.emptyUsername": "Please enter username",
  13. "auth.register.error.emptyPhone": "Please enter phone number",
  14. "auth.register.error.emptyVerifyCode": "Please enter verification code",
  15. "auth.register.error.emptyPassword": "Please enter password",
  16. "auth.register.error.passwordLength": "Password should be 6-20 characters",
  17. "auth.register.success.codeSent": "Verification code sent successfully",
  18. "auth.register.success.registered": "Registration successful",
  19. "auth.register.error.registrationFailed": "Registration failed",
  20. "common.loading": "Loading...",
  21. "common.saving": "Saving..."
  22. }