tc.js
348 Bytes
module.exports = {
message: {
login: 'Login',
Username: 'Username',
Password: 'Password',
Captcha: 'Captcha',
Language: 'Language',
zh: 'Chinese',
en: 'English'
},
nav: {
ttt: "2"
},
product : {
btnPosition : "預約服務",
iconProblem : "常見問題",
iconProcess : "投保流程",
iconProduct : "產品詳情"
}
}