mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-28 11:45:31 +08:00
49 lines
2.0 KiB
PHP
49 lines
2.0 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 (
|
|
'代发管理' => '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',
|
|
),
|
|
);
|