mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 10:15:33 +08:00
16 lines
467 B
PHP
16 lines
467 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'单据报表' => 'Document Reports',
|
||
'财务报表' => 'Financial Report',
|
||
'库存成本统计' => 'Inventory Cost Statistics',
|
||
'进销存成本统计' => 'Purchase-Sales-Inventory Cost Statistics',
|
||
'进销存统计' => 'Purchase-Sales-Inventory Statistics',
|
||
],
|
||
];
|