mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 13:05:34 +08:00
16 lines
413 B
PHP
16 lines
413 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'财务管理' => 'Finance Management',
|
||
'物流对账' => 'Logistics Reconciliation',
|
||
'物流账单' => 'Logistics Bill',
|
||
'对账任务' => 'Reconciliation Task',
|
||
'对账审核' => 'Reconciliation Review',
|
||
],
|
||
];
|