You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
440 B
23 lines
440 B
export const lang = {
|
|
|
|
// 底部选项卡
|
|
tabBar: {
|
|
home: '首页',
|
|
category: '分类',
|
|
cart: '购物车',
|
|
member: '个人中心'
|
|
},
|
|
|
|
//公共
|
|
common: {
|
|
//语言包名称
|
|
name: '中文',
|
|
mescrollTextInOffset: '下拉刷新',
|
|
mescrollTextOutOffset: '释放更新',
|
|
mescrollEmpty: "暂无相关数据",
|
|
// goodsRecommendTitle: '热卖',
|
|
goodsRecommendTitle:"热卖",
|
|
currencySymbol: '¥',
|
|
submit: '提交'
|
|
}
|
|
}
|
|
|