mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-16 10:35:34 +08:00
14 lines
309 B
PHP
14 lines
309 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'基础档案' => 'Basic Archives',
|
||
'门店组织结构' => 'Store Organization Structure',
|
||
'管理' => 'Management',
|
||
],
|
||
];
|