mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 06:55:36 +08:00
59 lines
2.4 KiB
PHP
59 lines
2.4 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 [
|
|
'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',
|
|
],
|
|
];
|