You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
793 B
22 lines
793 B
<?php
|
|
|
|
return [
|
|
'role' => 'Grup',
|
|
'roles' => 'Daftar Grup',
|
|
'name' => 'Nama Grup',
|
|
'create' => 'Input Grup Baru',
|
|
'created' => 'Input Grup baru telah berhasil.',
|
|
'show' => 'Detail Grup',
|
|
'edit' => 'Edit Grup',
|
|
'update' => 'Update Grup',
|
|
'updated' => 'Update data Grup telah berhasil.',
|
|
'delete' => 'Hapus Grup',
|
|
'deleted' => 'Hapus data Grup telah berhasil.',
|
|
'undeleted' => 'Data Grup gagal dihapus.',
|
|
'search' => 'Cari Grup',
|
|
'found' => 'Grup ditemukan',
|
|
'not_found' => 'Grup tidak ditemukan',
|
|
'users_count' => 'Jumlah User',
|
|
'empty' => 'Belum ada Grup',
|
|
'back_to_index' => 'Kembali ke daftar Grup',
|
|
];
|