dashboard.php 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. return [
  3. 'Custom' => '自定义',
  4. 'Type' => '栏目类型',
  5. 'Custom zone' => '这里是你的自定义数据',
  6. 'Category count' => '分类统计',
  7. 'Category count tips' => '当前分类总记录数',
  8. 'The order quantity of last month' => '最近一个月订单量',
  9. 'The order amount of last month' => '最近一个月订单金额',
  10. 'Goods count' => '产品统计',
  11. 'Goods count tips' => '当前产品总记录量',
  12. 'Order count' => '订单统计',
  13. 'Order count tips' => '当前有效订单记录量',
  14. 'Coupon count' => '优惠券统计',
  15. 'Coupon count tips' => '当前优惠券总记录量',
  16. 'Ads count' => '广告图统计',
  17. 'Ads count tips' => '当前广告图总记录量',
  18. 'Order amount' => '销售额统计',
  19. 'Order amount tips' => '历史总销售额统计',
  20. 'Goods sales' => '商品销量',
  21. 'Revenue statistics' => '营收统计',
  22. 'Date' => '时间',
  23. 'Shop' => '商店',
  24. 'Goods name' => '商品名称',
  25. 'Sales' => '销量',
  26. 'Order quantity' => '订单量',
  27. 'Total amount' => '总金额',
  28. ];