mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-02 21:55:50 +08:00
15 lines
365 B
PHP
15 lines
365 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'基础档案' => 'Basic Archives',
|
||
'地区管理' => 'Region Management',
|
||
'地区设置' => 'Region Settings',
|
||
'平台地区管理' => 'Platform Region Management',
|
||
],
|
||
];
|