en.js
361 Bytes
module.exports = {
message: {
login: 'Login',
Username: 'Username',
Password: 'Password',
Captcha: 'Captcha',
Language: 'Language',
zh: 'Chinese',
en: 'English'
},
nav: {
ttt: "2"
},
product : {
btnPosition : "Booking service",
iconProblem : "Common problem",
iconProcess : "Insurance process",
iconProduct : "Product details"
}
}