21 lines
603 B
PHP
21 lines
603 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' => 'alle auswählen',
|
|
'unselect_all' => 'Auswahl aufheben',
|
|
'role_name' => 'Rollenname',
|
|
'role_management' => 'Rollenverwaltung',
|
|
'permission' => 'System Authority',
|
|
'plugin_permission' => 'Plugin permissions',
|
|
'error_roles' => 'Bitte mindestens eine Rolle auswählen',
|
|
];
|