mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-02 13:55:49 +08:00
38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'单据报表' => 'Document Reports',
|
||
'系统设置' => 'System Settings',
|
||
'财务报表' => 'Financial Report',
|
||
'分析报表' => 'Analysis Report',
|
||
'销售报表' => 'Sales Report',
|
||
'报表配置' => 'ReportsConfiguration',
|
||
'订单收入统计' => 'Order Revenue Statistics',
|
||
'快递费统计' => 'Express Fee Statistics',
|
||
'货到付款统计' => 'Cash on Delivery Statistics',
|
||
'仓库发货统计' => 'WarehouseDeliveryStatistics',
|
||
'订单优惠明细统计' => 'Order Discount Details Statistics',
|
||
'商品销售排行' => 'Product Sales Ranking',
|
||
'客单价分布' => 'Average Order Value Distribution',
|
||
'下单时间分析' => 'Order Time Analysis',
|
||
'售后类型分析' => 'After-sales Type Analysis',
|
||
'库存状况分析' => 'Inventory Status Analysis',
|
||
'不动销商品报表' => 'Non-moving Product Reports',
|
||
'仓储物流配送分析' => 'Warehouse Logistics Delivery Analysis',
|
||
'店铺每日统计' => 'Store Daily Statistics',
|
||
'销售明细统计' => 'Sales Detail Statistics',
|
||
'销售物料统计' => 'Sales Material Statistics',
|
||
'订单销售统计' => 'Order Sales Statistics',
|
||
'发货销售统计' => 'Delivery Sales Statistics',
|
||
'退货统计' => 'ReturnStatistics',
|
||
'退款未退货统计' => 'Refund Without Return Statistics',
|
||
'退货率统计' => 'Return Rate Statistics',
|
||
),
|
||
);
|