mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
14 lines
296 B
PHP
14 lines
296 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'订单管理' => 'Order Management',
|
||
'订单查看' => 'Order View',
|
||
'预售订单' => 'Presale Order',
|
||
],
|
||
];
|