mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 10:15:33 +08:00
49 lines
2.0 KiB
PHP
49 lines
2.0 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
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',
|
|
),
|
|
);
|