mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-12 17:05:33 +08:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
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',
|
||
],
|
||
];
|