mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
15 lines
301 B
PHP
15 lines
301 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'供应计划' => '供給計画',
|
||
'出入库计划' => '入出庫計画',
|
||
'转仓单' => '倉庫振替伝票',
|
||
),
|
||
);
|