mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-18 11:25:31 +08:00
16 lines
413 B
PHP
16 lines
413 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'单据报表' => '单据报表',
|
||
'财务报表' => '财务报表',
|
||
'库存成本统计' => '库存成本统计',
|
||
'进销存成本统计' => '进销存成本统计',
|
||
'进销存统计' => '进销存统计',
|
||
],
|
||
];
|