mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-02 21:55:50 +08:00
48 lines
1.9 KiB
PHP
48 lines
1.9 KiB
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'订单管理' => 'Order Management',
|
||
'门店管理' => 'Store Management',
|
||
'系统集成' => 'System Integration',
|
||
'基础档案' => 'Basic Archives',
|
||
'系统' => 'System',
|
||
'单据报表' => 'Document Reports',
|
||
'系统设置' => 'System Settings',
|
||
'订单查看' => 'Order View',
|
||
'门店信息管理' => 'Store Information Management',
|
||
'自营渠道' => 'Self-operated Channel',
|
||
'企业组织' => 'Enterprise Organization',
|
||
'门店订单' => 'Store Order',
|
||
'门店发货' => 'Store Delivery',
|
||
'门店库存' => 'Store Inventory',
|
||
'门店销售' => 'Store Sales',
|
||
'线下系统管理' => 'Offline System Management',
|
||
'订单自动设置' => 'Order Auto Settings',
|
||
'分析报表' => 'Analysis Report',
|
||
'销售报表' => 'Sales Report',
|
||
'基本设置' => 'Basic Settings',
|
||
'门店履约订单' => 'Store Fulfillment Order',
|
||
'服务端管理' => 'Server Management',
|
||
'线下店铺管理' => 'Offline Store Management',
|
||
'虚拟仓管理' => 'Virtual Warehouse Management',
|
||
'线下门店' => 'Offline Store',
|
||
'展示' => 'Display',
|
||
'新建订单' => 'Create Order',
|
||
'待处理' => 'Pending',
|
||
'已处理' => 'Processed',
|
||
'门店盘点' => 'Store Inventory Check',
|
||
'门店商品' => 'Store Product',
|
||
'线下服务端' => 'Offline Server',
|
||
'门店优选规则' => 'Store Preference Rules',
|
||
'门店供货管理' => 'Store Supply Management',
|
||
'门店拒单分析' => 'Store Rejection Analysis',
|
||
'门店每日统计' => 'Store Daily Statistics',
|
||
'门店拒单原因' => 'Store Rejection Reasons',
|
||
],
|
||
];
|