mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
16 lines
400 B
PHP
16 lines
400 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'系统集成' => 'System Integration',
|
||
'开放数据管理' => 'Open Data Management',
|
||
'基础设置' => 'Basic Settings',
|
||
'接口测试' => 'Interface Test',
|
||
'导出任务' => 'Export Task',
|
||
],
|
||
];
|