21 lines
587 B
PHP
21 lines
587 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'select_all' => 'Comprobar todo',
|
|
'unselect_all' => 'desmarcar',
|
|
'role_name' => 'Nombre de rol',
|
|
'role_management' => 'gestión de roles',
|
|
'permission' => 'System Authority',
|
|
'plugin_permission' => 'Plugin permissions',
|
|
'error_roles' => 'Seleccione al menos un rol',
|
|
];
|