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.
19 lines
518 B
19 lines
518 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'table_no' => '#',
|
|
'total' => 'Total',
|
|
'action' => 'Pilihan',
|
|
'show_detail_title' => 'Lihat detail :type :name',
|
|
|
|
// Actions
|
|
'create' => 'Input',
|
|
'show' => 'Lihat Detail',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Hapus',
|
|
'cancel' => 'Batal',
|
|
'reset' => 'Reset',
|
|
'delete_confirm' => 'Anda yakin akan menghapus?',
|
|
'delete_confirm_button' => 'YA, hapus saja!',
|
|
];
|