1234567891011121314151617181920212223242526272829 |
- export default {
- login:{
- code:"Click for authentication code",
- login:"Login",
- sign:"Sign up now",
- no:"No account?",
- Lan:"Switch language¡ªEnglish",
- mobile:"Enter mobile number",
- code:"Enter verification code",
- },
- //×¢²á
- register:{
- tips:"",
- uplicense:"",
- uppicture:" ",
- tips2:"",
- nextstep:"",
- tipstitle:"",
- tipscontent: "",
- tipscancelText: "",
- tipsconfirmText: "",
- Analyse: "",
- sucAnalyse: "",
- errAnalyse: "",
- sucupload:"",
- delupload:"",
- reloadText:""
- }
- }
|