en.js 503 B

1234567891011121314151617181920212223242526272829
  1. export default {
  2. login:{
  3. code:"Click for authentication code",
  4. login:"Login",
  5. sign:"Sign up now",
  6. no:"No account?",
  7. Lan:"Switch language¡ªEnglish",
  8. mobile:"Enter mobile number",
  9. code:"Enter verification code",
  10. },
  11. //×¢²á
  12. register:{
  13. tips:"",
  14. uplicense:"",
  15. uppicture:" ",
  16. tips2:"",
  17. nextstep:"",
  18. tipstitle:"",
  19. tipscontent: "",
  20. tipscancelText: "",
  21. tipsconfirmText: "",
  22. Analyse: "",
  23. sucAnalyse: "",
  24. errAnalyse: "",
  25. sucupload:"",
  26. delupload:"",
  27. reloadText:""
  28. }
  29. }