18 lines
436 B
PHP
18 lines
436 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' => '삭제 사유',
|
|
];
|