mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 05:26:43 +08:00
15 lines
307 B
PHP
15 lines
307 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'基础档案' => '基礎ファイル',
|
||
'门店组织结构' => '店舗組織構造',
|
||
'管理' => '管理します',
|
||
),
|
||
);
|