18 lines
430 B
PHP
18 lines
430 B
PHP
<?php
|
|
/**
|
|
* rma_reason.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 [
|
|
'rma_reasons_index' => '理由リスト',
|
|
'rma_reasons_create' => '作成理由',
|
|
'rma_reasons_update' => '更新理由',
|
|
'rma_reasons_delete' => '削除理由',
|
|
];
|