module.exports = { messages: { zh_CN: { introduce: '指标说明', totalSales: '总销售额', visits: '访问量', payments: '支付笔数', operating: '运营活动效果', wow: '同周比', dod: '日环比', sales: '销售额', daily: '日均', day: '今日', week: '本周', month: '本月', year: '本年', search: '热门搜索', proportion: '销售额占比', conversion: '转化率', trend: '趋势', ranking: '排行榜', all: '全渠道', online: '线上', stores: '门店', capita: '人均搜索次数', rank: '排名', keyword: '搜索关键词', count: '用户数', range: '周涨幅', }, en_US: { introduce: 'Introduce', totalSales: 'Total Sales', visits: 'Visits', payments: 'Payments', operating: 'Operational Effect', wow: 'WoW Change', dod: 'DoD Change', sales: 'Sales', daily: 'Daily', day: 'All Day', week: 'All Week', month: 'All Month', year: 'All Year', search: 'Hot Search', proportion: 'The Proportion Of Sales', conversion: 'Conversion Rate', trend: 'Trend', ranking: 'Ranking', all: 'All', online: 'Online', stores: 'Stores', capita: 'Per Capita Search', rank: 'Rank', keyword: 'Keyword', users: 'Users', range: 'Weekly Range', } } }