31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* rma.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'アフターセールスアプリケーション',
|
|
|
|
'rmas_index' => 'アフターサービス一覧',
|
|
'rmas_show' => 'アフターサービス詳細',
|
|
'rmas_update' => 'アフターサービスの更新',
|
|
'rmas_delete' => 'アフターサービスの削除',
|
|
|
|
'customers_name' => '顧客名',
|
|
'quantity' => '数量',
|
|
'service_type' => 'サービス タイプ',
|
|
'rma_details' => 'アフターセールスアプリケーションの詳細',
|
|
'reasons_return' => '返品理由',
|
|
'current_state' => '現在の状態',
|
|
'modify_status' => 'ステータスの変更',
|
|
'remarks' => '備考',
|
|
'update_status' => '更新ステータス',
|
|
'operation_history' => '操作履歴',
|
|
];
|