22 lines
664 B
PHP
22 lines
664 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'select_all' => 'Pilih Semua',
|
|
'unselect_all' => 'hapus centang',
|
|
'role_name' => 'Nama peran',
|
|
'role_management' => 'manajemen peran',
|
|
'role' => 'Peran',
|
|
'permission' => 'Otoritas sistem',
|
|
'plugin_permission' => 'Izin pengaya',
|
|
'error_roles' => 'Harap pilih setidaknya satu peran',
|
|
];
|