mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 13:05:34 +08:00
20 lines
647 B
PHP
20 lines
647 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'阿里全渠道' => 'Alibaba Omnichannel',
|
||
'全渠道配置' => 'Omnichannel Configuration',
|
||
'门店信息管理' => 'Store Information Management',
|
||
'商品信息管理' => 'ProductInformationManagement',
|
||
'门店类目' => 'Store Category',
|
||
'门店管理' => 'Store Management',
|
||
'门店供货关系' => 'Store Supply Relationship',
|
||
'前端宝贝' => 'Frontend Product',
|
||
'后端商品' => 'Backend Product',
|
||
],
|
||
];
|