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