mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-18 03:15:33 +08:00
16 lines
407 B
PHP
16 lines
407 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'系统设置' => '系统设置',
|
||
'物流管理' => '物流管理',
|
||
'自动选物流设置' => '自动选物流设置',
|
||
'地区设置' => '地区设置',
|
||
'物流就近设置' => '物流就近设置',
|
||
],
|
||
];
|