mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
28 lines
961 B
PHP
28 lines
961 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'资源管理' => 'Resource Management',
|
||
'基础档案' => 'Basic Archives',
|
||
'店铺商品管理' => 'Store Product Management',
|
||
'在售库存管理' => 'On-sale Inventory Management',
|
||
'上下架管理' => 'Shelving Management',
|
||
'渠道管理' => 'Channel Management',
|
||
'前端店铺' => 'Frontend Store',
|
||
'库存同步设置' => 'Inventory Sync Settings',
|
||
'库存管理' => 'Inventory Management',
|
||
'库存发布' => 'Inventory Publishing',
|
||
'库存规则' => 'Inventory Rules',
|
||
'规则应用' => 'Rule Application',
|
||
'活动库存管控' => 'Activity Inventory Control',
|
||
'平台SKU库存设置' => 'Platform SKU Inventory Settings',
|
||
'上下架规则' => 'Shelving Rules',
|
||
'平台商品列表' => 'Platform Product List',
|
||
),
|
||
);
|