mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 21:46:43 +08:00
41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
return [
|
|
'language' => [
|
|
'财务管理' => '财务管理',
|
|
'账单设置' => '账单设置',
|
|
'账单导入' => '账单导入',
|
|
'费用拆分' => '费用拆分',
|
|
'收支分类设置' => '收支分类设置',
|
|
'费用项设置' => '费用项设置',
|
|
'核销规则设置' => '核销规则设置',
|
|
'店铺收支明细' => '店铺收支明细',
|
|
'支付宝实付明细' => '支付宝实付明细',
|
|
'菜鸟账单导入' => '菜鸟账单导入',
|
|
'京准通账单导入' => '京准通账单导入',
|
|
'京东钱包流水导入' => '京东钱包流水导入',
|
|
'实收退导入' => '实收退导入',
|
|
'实收退任务队列' => '实收退任务队列',
|
|
'费用对账拆分总览' => '费用对账拆分总览',
|
|
'费用拆分规则' => '费用拆分规则',
|
|
'拆分结果汇总' => '拆分结果汇总',
|
|
'拆分结果明细' => '拆分结果明细',
|
|
'结果导出日志' => '结果导出日志',
|
|
],
|
|
];
|