login.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. module.exports = {
  2. "login": "Log In",
  3. "register": "Register",
  4. "userLogin": "User Login",
  5. "cameraLogin": "Camera Login",
  6. "codeLogin": "Verification Code Login",
  7. "passwordLogin": "Password Login",
  8. "phonePlaceholder": "Phone Number",
  9. "passwordPlaceholder": "Enter Password",
  10. "codePlaceholder": "Verification Code",
  11. "sendCodeBtnText": "Verification Code",
  12. "rememberPassword": "Remember Password",
  13. "forgetPassword": "Forgot Password",
  14. "registerAccount": "Sign Up",
  15. "cameraLoginTip": "Scan the QR-Code to log in with the 4DKanKan App",
  16. "kankanAccountRegister": "Sign in",
  17. "setPassword": "Set your password",
  18. "rePassword": "Enter password again",
  19. "cluse": "I have read 《4DKanKan User Agreement》",
  20. "findPassword": "Password Reset",
  21. "emailPlaceholder": "Please enter your email address",
  22. "hasAccount": "Already had an account, ",
  23. "zhijieLogin": "Log in Now",
  24. "resendTime": "{time}s resend",
  25. "passwordTip": "English case and numbers (8-16 characters)",
  26. "currentEmailTip": "Please enter a correct Email address",
  27. "agreeXieyi": "Please read and agree to the user agreement"
  28. }