35 lines
774 B
JavaScript
35 lines
774 B
JavaScript
export const lang = {
|
|
|
|
// 底部选项卡
|
|
tabBar: {
|
|
home: 'index',
|
|
category: 'category',
|
|
cart: 'cart',
|
|
member: 'member',
|
|
},
|
|
|
|
//公共
|
|
common: {
|
|
//语言包名称
|
|
name: '英文',
|
|
mescrollTextInOffset: 'pull to refresh',
|
|
mescrollTextOutOffset: 'Loading...',
|
|
mescrollEmpty: "No data available",
|
|
goodsRecommendTitle: 'Guess you like',
|
|
currencySymbol: '¥',
|
|
submit: 'Submit',
|
|
searchTip: 'Please enter search keywords'
|
|
},
|
|
|
|
//customer service
|
|
customer: {
|
|
weChatKefu: 'WeChat Customer Service',
|
|
systemKefu: 'System Customer Service',
|
|
weChatWorkKefu: 'WeChat Work Customer Service',
|
|
},
|
|
|
|
login: 'Login/Register',
|
|
loginTips: 'Click to login and enjoy more exciting information',
|
|
toLogin: 'Go to login',
|
|
toGoodsCategoryPage: 'Go shopping',
|
|
} |