Files
OMS/app/omevirtualwms/lang/zh-cn/config.php
2025-12-28 23:13:25 +08:00

27 lines
967 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
return [
'language' => [
'模拟仓储' => '模拟仓储',
'仓储物流状态回传' => '仓储物流状态回传',
'配置' => '配置',
'前端店铺模拟' => '前端店铺模拟',
'callback回传' => 'callback回传',
'入库单回传' => '入库单回传',
'出库单回传' => '出库单回传',
'转储单回传' => '转储单回传',
'发货单回传' => '发货单回传',
'盘点结果回传' => '盘点结果回传',
'退货单回传' => '退货单回传',
'库存异动回传' => '库存异动回传',
'唯品会出库单回传' => '唯品会出库单回传',
'加工单回传' => '加工单回传',
'callback配置' => 'callback配置',
'订单添加模拟' => '订单添加模拟',
],
];