export const lang = { // 底部选项卡(中文) tabBar: { home: '首页', category: '分类', cart: '购物车', member: '个人中心' }, // 公共文字 common: { name: '中文', mescrollTextInOffset: '下拉刷新', mescrollTextOutOffset: '释放更新', mescrollEmpty: "暂无相关数据", goodsRecommendTitle: '猜你喜欢', currencySymbol: '¥', submit: '提交', langSwitchBtn: 'EN', // App.vue弹窗翻译 updateTip: '更新提示', updateContent: '新版本已经准备好,是否重启应用?', networkTip: '网络失去连接', networkContent: '请检查网络连接', // 关键:这里加逗号! // 首页多语言字段 siteName: '站点名称', welcomeMsg: '欢迎关注', followOfficialAccount: '关注公众号', followMoreInfo: '关注了解更多', iKnow: '我知道了', confirmStore: '请确认门店', reposition: '重新定位', currentStore: '当前门店', confirmEnter: '确认进入', chooseOtherStore: '选择其他门店' } }