mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 21:15:34 +08:00
15 lines
323 B
PHP
15 lines
323 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'基础档案' => '基础档案',
|
||
'特性类目管理' => '特性类目管理',
|
||
'特性' => '特性',
|
||
'类目' => '类目',
|
||
],
|
||
];
|