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

23 lines
722 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 (
'接口中心' => 'インターフェイス・センター',
'POS单据' => 'POS伝票',
'订单列表' => '註文リスト',
'退款单列表' => '払い戻しリスト',
'售后单列表' => 'アフターセールスリスト',
'基础物料分配' => '材料配分の基礎',
'价格列表' => '価格リスト',
'其他入库单' => 'その他の入庫伝票',
'其他出库单' => 'その他出庫伝票',
'库存快照' => '在庫スナップショット',
'门店列表' => '店舗リスト',
),
);