mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 07:55:34 +08:00
16 lines
377 B
PHP
16 lines
377 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'财务管理' => '财务管理',
|
||
'物流对账' => '物流对账',
|
||
'物流账单' => '物流账单',
|
||
'对账任务' => '对账任务',
|
||
'对账审核' => '对账审核',
|
||
],
|
||
];
|