mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 06:05:46 +08:00
22 lines
692 B
PHP
22 lines
692 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'接口中心' => 'Interface Center',
|
||
'POS单据' => 'POS Documents',
|
||
'订单列表' => 'Order List',
|
||
'退款单列表' => 'Refund Order List',
|
||
'售后单列表' => 'After-sales Order List',
|
||
'基础物料分配' => 'Basic Material Allocation',
|
||
'价格列表' => 'Price List',
|
||
'其他入库单' => 'Other Inbound Order',
|
||
'其他出库单' => 'Other Outbound Order',
|
||
'库存快照' => 'Inventory Snapshot',
|
||
'门店列表' => 'Store List',
|
||
],
|
||
];
|