mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 10:55:34 +08:00
16 lines
333 B
PHP
16 lines
333 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'基础档案' => '基礎ファイル',
|
||
'特性类目管理' => '特性分類管理',
|
||
'特性' => '特性',
|
||
'类目' => 'カテゴリー',
|
||
),
|
||
);
|