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