mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
19 lines
625 B
PHP
19 lines
625 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'系统集成' => 'System Integration',
|
||
'基础档案' => 'Basic Archives',
|
||
'第三方仓储' => 'Third Party Warehouse',
|
||
'报价系统授权' => 'Quotation System Authorization',
|
||
'渠道管理' => 'Channel Management',
|
||
'第三方仓储管理' => 'Third Party Warehouse Management',
|
||
'异常错误码管理' => 'Exception Error Code Management',
|
||
'渠道管理列表' => 'ChannelManagementList',
|
||
],
|
||
];
|