mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 14:45:33 +08:00
38 lines
1.6 KiB
PHP
38 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
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',
|
|
],
|
|
];
|