mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-14 01:35:35 +08:00
41 lines
1.7 KiB
PHP
41 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 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' => [
|
|
'财务管理' => 'Finance Management',
|
|
'账单设置' => 'Bill Settings',
|
|
'账单导入' => 'Bill Import',
|
|
'费用拆分' => 'Expense Splitting',
|
|
'收支分类设置' => 'Income/Expense Category Settings',
|
|
'费用项设置' => 'Expense Item Settings',
|
|
'核销规则设置' => 'Verification Rule Settings',
|
|
'店铺收支明细' => 'Store Income/Expense Details',
|
|
'支付宝实付明细' => 'Alipay Payment Details',
|
|
'菜鸟账单导入' => 'Cainiao Bill Import',
|
|
'京准通账单导入' => 'Jingzhuntong Bill Import',
|
|
'京东钱包流水导入' => 'JD Wallet Transaction Import',
|
|
'实收退导入' => 'Actual Receipt/Refund Import',
|
|
'实收退任务队列' => 'Receipt/Refund Task Queue',
|
|
'费用对账拆分总览' => 'Expense Reconciliation Split Overview',
|
|
'费用拆分规则' => 'Expense Splitting Rules',
|
|
'拆分结果汇总' => 'Split Result Summary',
|
|
'拆分结果明细' => 'Split Result Details',
|
|
'结果导出日志' => 'Export Result Log',
|
|
],
|
|
];
|