Files
OMS/app/inventorydepth/lang/en-us/config.php
2025-12-28 23:13:25 +08:00

28 lines
961 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
),
);