权限语言包
This commit is contained in:
parent
af6d9ceabf
commit
92125c6542
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* file_manager.php
|
||||||
|
*
|
||||||
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
||||||
|
* @link http://www.guangdawangluo.com
|
||||||
|
* @author TL <mengwb@opencart.cn>
|
||||||
|
* @created 2022-08-16 17:22:41
|
||||||
|
* @modified 2022-08-16 17:22:41
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
'file_manager_create' => 'Create',
|
||||||
|
'file_manager_show' => 'View',
|
||||||
|
'file_manager_update' => 'Rename',
|
||||||
|
'file_manager_delete' => 'Delete'
|
||||||
|
];
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* rma.php
|
||||||
|
*
|
||||||
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
||||||
|
* @link http://www.guangdawangluo.com
|
||||||
|
* @author TL <mengwb@opencart.cn>
|
||||||
|
* @created 2022-08-16 17:22:41
|
||||||
|
* @modified 2022-08-16 17:22:41
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
'rmas_index' => 'Index',
|
||||||
|
'rmas_show' => 'Show',
|
||||||
|
'rmas_update' => 'Update',
|
||||||
|
'rmas_delete' => 'Delete'
|
||||||
|
];
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* rma_reason.php
|
||||||
|
*
|
||||||
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
||||||
|
* @link http://www.guangdawangluo.com
|
||||||
|
* @author TL <mengwb@opencart.cn>
|
||||||
|
* @created 2022-08-16 17:22:41
|
||||||
|
* @modified 2022-08-16 17:22:41
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
'rma_reasons_index' => 'Index',
|
||||||
|
'rma_reasons_create' => 'Create',
|
||||||
|
'rma_reasons_update' => 'Update',
|
||||||
|
'rma_reasons_delete' => 'Delete'
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue