mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
13 lines
277 B
PHP
13 lines
277 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'门店管理' => 'Store Management',
|
||
'门店信息管理' => 'Store Information Management',
|
||
],
|
||
];
|