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

27 lines
1.1 KiB
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' => [
'模拟仓储' => 'Virtual Warehouse',
'仓储物流状态回传' => 'Warehouse Logistics Status Callback',
'配置' => 'Configuration',
'前端店铺模拟' => 'Frontend Store Simulation',
'callback回传' => 'Callback Response',
'入库单回传' => 'Inbound Order Callback',
'出库单回传' => 'Outbound Order Callback',
'转储单回传' => 'Transfer Order Callback',
'发货单回传' => 'Delivery Order Callback',
'盘点结果回传' => 'Inventory Check Result Callback',
'退货单回传' => 'Return Order Callback',
'库存异动回传' => 'Inventory Movement Callback',
'唯品会出库单回传' => 'VIP.com Outbound Order Callback',
'加工单回传' => 'Processing Order Callback',
'callback配置' => 'Callback Configuration',
'订单添加模拟' => 'Order Addition Simulation',
],
];