mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 17:25:39 +08:00
16 lines
372 B
PHP
16 lines
372 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'基础档案' => '基礎ファイル',
|
||
'地区管理' => '地域管理',
|
||
'地区设置' => '地区の設置',
|
||
'平台地区管理' => 'プラットフォーム地域の管理',
|
||
),
|
||
);
|