en.js 556 B

123456789101112131415161718192021222324252627282930313233
  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. message: {
  30. title: 'info',
  31. noData: 'no data'
  32. }
  33. }