mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 07:55:34 +08:00
15 lines
388 B
PHP
15 lines
388 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'单据报表' => 'Document Reports',
|
||
'库存管理' => 'Inventory Management',
|
||
'出入库明细' => 'Inbound/Outbound Details',
|
||
'呆滞库存统计' => 'Slow-moving Inventory Statistics',
|
||
],
|
||
];
|