mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 14:36:50 +08:00
94 lines
3.7 KiB
PHP
94 lines
3.7 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 array (
|
|
'language' =>
|
|
array (
|
|
'发货管理' => 'Delivery Management',
|
|
'售后管理' => 'After-sales Management',
|
|
'自建仓储' => 'Self-built Warehouse',
|
|
'系统设置' => 'System Settings',
|
|
'单据打印' => 'Document Print',
|
|
'撤销发货单' => 'Cancel Delivery Order',
|
|
'校验' => 'Verify',
|
|
'发货' => 'Delivery',
|
|
'原样寄回' => 'Return as Original',
|
|
'退换货服务' => 'Return/Exchange Service',
|
|
'入库管理' => 'Inbound Management',
|
|
'出库管理' => 'Outbound Management',
|
|
'盘点管理' => 'Inventory Check Management',
|
|
'库存管理' => 'Inventory Management',
|
|
'日常管理' => 'Daily Management',
|
|
'拒收服务' => 'Rejection Service',
|
|
'唯品会JIT' => 'VIP.com JIT',
|
|
'条码管理' => 'Barcode Management',
|
|
'物流管理' => 'Logistics Management',
|
|
'基本设置' => 'Basic Settings',
|
|
'默认' => 'Default',
|
|
'待打印' => 'Pending Print',
|
|
'单品打印' => 'Single Item Print',
|
|
'多品打印' => 'Multiple Items Print',
|
|
'已打印' => 'Printed',
|
|
'未录入物流单号' => 'Logistics Number Not Entered',
|
|
'已校验' => 'Verified',
|
|
'未发货' => 'Not Shipped',
|
|
'唯品会仓中仓' => 'VIP.com Warehouse-in-Warehouse',
|
|
'已发货' => 'Shipped',
|
|
'暂停列表' => 'Suspended List',
|
|
'第三方发货' => 'Third Party Delivery',
|
|
'全部' => 'All',
|
|
'逐个校验' => 'Individual Verification',
|
|
'整单校验' => 'Full Order Verification',
|
|
'分组校验' => 'Group Verification',
|
|
'批量校验' => 'Batch Verification',
|
|
'逐单发货' => 'Individual Shipping',
|
|
'批量发货' => 'Batch Shipping',
|
|
'分组发货' => 'Group Shipping',
|
|
'补打物流单' => 'Re-print Logistics Form',
|
|
'物流包裹列表' => 'Logistics Package List',
|
|
'异常原因列表' => 'Exception Reason List',
|
|
'质检单据' => 'Quality Check Documents',
|
|
'采购入库' => 'Purchase Receipt',
|
|
'调拨入库' => 'Transfer Inbound',
|
|
'其他入库' => 'Other Inbound',
|
|
'入库单查询' => 'Inbound Order Query',
|
|
'采购退货' => 'Purchase Return',
|
|
'调拨出库' => 'Transfer Outbound',
|
|
'其他出库' => 'Other Outbound',
|
|
'出库单查询' => 'Outbound Order Query',
|
|
'盘点' => 'Inventory Check',
|
|
'盘点表确认' => 'Inventory Check Confirmation',
|
|
'导入中盘点' => 'Importing Inventory Check',
|
|
'库存总览' => 'Inventory Overview',
|
|
'库存表' => 'Inventory Table',
|
|
'库存查询' => 'Inventory Query',
|
|
'保质期批次' => 'Expiry Date Batch',
|
|
'货品上架' => 'Product Shelving',
|
|
'货位管理' => 'Location Management',
|
|
'货位整理' => 'Location Organization',
|
|
'发货拒收' => 'Delivery Rejection',
|
|
'拒收单' => 'Rejection Order',
|
|
'出库单' => 'Outbound Order',
|
|
'唯一码列表' => 'Unique Code List',
|
|
'唯一码导入' => 'Unique Code Import',
|
|
'扫码入库' => 'Scan Code Inbound',
|
|
'快递单模板管理' => 'Express Template Management',
|
|
'大头笔设置' => 'Header Pen Settings',
|
|
'发货配置' => 'Delivery Configuration',
|
|
),
|
|
);
|