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.
39 lines
1.5 KiB
39 lines
1.5 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'table_no' => '#',
|
|
'name' => 'Nama',
|
|
'submit' => 'Submit',
|
|
'update' => 'Update',
|
|
'delete' => 'Hapus',
|
|
'add' => 'Tambah',
|
|
'back' => 'Kembali',
|
|
'cancel' => 'Batal',
|
|
'reset' => 'Reset',
|
|
'show' => 'Lihat Detail',
|
|
'show_detail_title' => 'Lihat detail :type :name',
|
|
'label' => 'Label',
|
|
'edit' => 'Edit',
|
|
'print' => 'Print',
|
|
'search' => 'Cari',
|
|
'filter' => 'Filter',
|
|
'close' => 'Tutup',
|
|
'action' => 'Pilihan',
|
|
'notes' => 'Catatan',
|
|
'delete_confirm_button' => 'Ya, silakan hapus!',
|
|
'delete_confirm' => 'Anda yakin akan menghapus?',
|
|
'description' => 'Deskripsi',
|
|
'code' => 'Kode',
|
|
'active' => 'Status',
|
|
'status' => 'Status',
|
|
'date' => 'Tanggal',
|
|
'time' => 'Waktu',
|
|
'created_at' => 'Dibuat Pada',
|
|
'created_by' => 'Oleh',
|
|
'total' => 'Total',
|
|
'subtotal' => 'Subtotal',
|
|
'count' => 'Jumlah',
|
|
'welcome' => 'Selamat datang',
|
|
'export-pdf' => 'Export PDF',
|
|
];
|