mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
17 lines
425 B
PHP
17 lines
425 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return array (
|
||
'language' =>
|
||
array (
|
||
'系统设置' => 'システム設定',
|
||
'物流管理' => '物流管理',
|
||
'自动选物流设置' => '自動選択物流設定',
|
||
'地区设置' => '地区の設置',
|
||
'物流就近设置' => '物流は近くに設置します',
|
||
),
|
||
);
|