mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 02:05:34 +08:00
15 lines
283 B
PHP
15 lines
283 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'仓储' => '倉庫',
|
||
'调拨管理' => '振替管理',
|
||
'调拨单' => '振り込み伝票',
|
||
),
|
||
);
|