mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 23:05:36 +08:00
15 lines
337 B
PHP
15 lines
337 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'基础档案' => 'Basic Archives',
|
||
'特性类目管理' => 'Feature Category Management',
|
||
'特性' => 'Feature',
|
||
'类目' => 'Category',
|
||
],
|
||
];
|