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

83 lines
3.2 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 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',
),
);