Files
OMS/app/ediws/lang/jp-jp/config.php
2025-12-28 23:13:25 +08:00

23 lines
671 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
return array (
'language' =>
array (
'京东自营' => '京東自営',
'售后管理' => 'アフターサービス管理',
'销售单据' => '販売伝票',
'财务单据' => '財務伝票',
'退供单据' => '返品供給伝票',
'退供管理' => '払い下げ管理',
'实销实结明细' => '実売実結明細',
'结算单列表' => '決算書リスト',
'结算单任务' => '決算書タスク',
'主库退货单' => 'メイン倉庫返品伝票',
'退货单' => '返品伝票',
),
);