statisticsflow.lang.php 706 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * flowgoods
  4. */
  5. $lang['store_merchandise'] = '1、统计图展示了在搜索时间段内访问次数多的店铺商品前30名';
  6. $lang['with_week_statistics'] = '按照周统计';
  7. $lang['with_monthly_statistics'] = '按照月统计';
  8. /**
  9. * index
  10. */
  11. $lang['traffic_trends'] = '1、统计图展示了店铺在搜索时间段内的访问量走势情况';
  12. //controller
  13. $lang['traffic'] = '访问量';
  14. $lang['store_traffic_statistics'] = '店铺访问量统计';
  15. $lang['visits'] = '访问次数';
  16. $lang['product_visits'] = '商品访问量TOP30';
  17. $lang['total_store_flow'] = '店铺总流量';
  18. $lang['commodity_flow_ranking'] = '商品流量排名';
  19. return $lang;