| 1234567891011121314151617181920212223242526272829303132 | <?phpreturn [    'Custom'                  => '自定义',    'Type'                    => '栏目类型',    'Custom zone'             => '这里是你的自定义数据',    'Category count'          => '分类统计',    'Category count tips'     => '当前分类总记录数',    'The order quantity of last month'               => '最近一个月订单量',    'The order amount of last month'               => '最近一个月订单金额',    'Goods count'               => '产品统计',    'Goods count tips'               => '当前产品总记录量',    'Order count'               => '订单统计',    'Order count tips'               => '当前有效订单记录量',    'Coupon count'               => '优惠券统计',    'Coupon count tips'               => '当前优惠券总记录量',    'Ads count'               => '广告图统计',    'Ads count tips'               => '当前广告图总记录量',    'Order amount'               => '销售额统计',    'Order amount tips'               => '历史总销售额统计',    'Goods sales' => '商品销量',    'Revenue statistics' => '营收统计',    'Date' => '时间',    'Shop' => '商店',    'Goods name' => '商品名称',    'Sales' => '销量',    'Order quantity' => '订单量',    'Total amount' => '总金额',];
 |