mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 14:55:37 +08:00
16 lines
416 B
PHP
16 lines
416 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'仓储' => 'Warehousing',
|
||
'盘点管理' => 'Inventory Check Management',
|
||
'盘点' => 'Inventory Check',
|
||
'盘点表确认' => 'Inventory Check Confirmation',
|
||
'导入中盘点' => 'Importing Inventory Check',
|
||
],
|
||
];
|