mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
14 lines
297 B
PHP
14 lines
297 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'日志管理' => 'Log Management',
|
||
'接口日志' => 'Interface Log',
|
||
'失败重试' => 'Failure Retry',
|
||
],
|
||
];
|