21 lines
518 B
PHP
21 lines
518 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 [
|
|
'rule' => 'Rule',
|
|
'based_on' => 'Based On',
|
|
'priority' => 'Priority',
|
|
'rma_reasons_index' => 'Index',
|
|
'rma_reasons_create' => 'Create',
|
|
'rma_reasons_update' => 'Update',
|
|
'rma_reasons_delete' => 'Delete',
|
|
];
|