mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
42 lines
1.6 KiB
PHP
42 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 array (
|
|
'language' =>
|
|
array (
|
|
'财务管理' => '財務管理',
|
|
'账单设置' => '請求書設定',
|
|
'账单导入' => '請求書導入',
|
|
'费用拆分' => '費用分割',
|
|
'收支分类设置' => '収支別設定',
|
|
'费用项设置' => '料金設定',
|
|
'核销规则设置' => '発注ルールの設定',
|
|
'店铺收支明细' => '店舗収支明細書',
|
|
'支付宝实付明细' => '支付宝実払明細',
|
|
'菜鸟账单导入' => '菜鳥請求書インポート',
|
|
'京准通账单导入' => '京準通請求書導入',
|
|
'京东钱包流水导入' => '京東銭袋流水導入',
|
|
'实收退导入' => '実収返却導入',
|
|
'实收退任务队列' => '実際に返却されました',
|
|
'费用对账拆分总览' => '費用帳簿分けの総覧',
|
|
'费用拆分规则' => '料金分割ルール',
|
|
'拆分结果汇总' => '分割結果のまとめ',
|
|
'拆分结果明细' => '分割結果の内訳',
|
|
'结果导出日志' => '結果導出ログ',
|
|
),
|
|
);
|