mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-23 05:05:33 +08:00
14 lines
292 B
PHP
14 lines
292 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'仓储' => 'Warehousing',
|
||
'调拨管理' => 'Transfer Management',
|
||
'调拨单' => 'Transfer Order',
|
||
],
|
||
];
|