mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-02 13:55:49 +08:00
14 lines
313 B
PHP
14 lines
313 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'供应计划' => 'Supply Plan',
|
||
'出入库计划' => 'Inbound/Outbound Plan',
|
||
'转仓单' => 'Transfer Warehouse Order',
|
||
],
|
||
];
|