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

38 lines
1.6 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 (
'代发管理' => 'Dropshipping Management',
'组织设置' => 'Organization Settings',
'代发产品线' => 'Dropshipping Product Line',
'代发业务设置' => 'Dropshipping Business Settings',
'代发订单管理' => 'Dropshipping Order Management',
'代发单据' => 'Dropshipping Document',
'公司业务组织' => 'Company Business Organization',
'业务贸易公司' => 'Business Trading Company',
'经销商' => 'Distributor',
'经销商货品' => 'Distributor Product',
'产品线设置' => 'Product Line Settings',
'产品线查询' => 'Product Line Query',
'代发店铺管理' => 'Dropshipping Store Management',
'代发销售商品' => 'Dropshipping Sales Product',
'商品代发设置' => 'Product Dropshipping Settings',
'代发库存同步管理' => 'Dropshipping Inventory Sync Mgmt',
'库存同步列表' => 'Inventory Sync List',
'经销组合商品' => 'Distributor Combo Product',
'平台原始订单' => 'Platform Original Order',
'代发订单' => 'Dropshipping Order',
'代发发货单' => 'Dropshipping Delivery Order',
'平台原始售后单' => 'Platform Original After-sales Order',
'代发退货单' => 'Dropshipping Return Order',
'平台状态跟踪' => 'Platform Status Tracking',
'代发销售单' => 'Dropshipping Sales Order',
'代发售后单' => 'Dropshipping After-sales Order',
),
);