mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 22:36:52 +08:00
17 lines
377 B
PHP
17 lines
377 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'仓储' => '倉庫',
|
||
'盘点管理' => '棚卸管理',
|
||
'盘点' => '棚卸し',
|
||
'盘点表确认' => '棚卸し表の確認',
|
||
'导入中盘点' => '棚卸しを導入します',
|
||
),
|
||
);
|