123456789101112131415161718192021222324252627282930313233 |
- 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:""
- },
- message: {
- title: 'info',
- noData: 'no data'
- }
- }
|