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.
41 lines
1.5 KiB
41 lines
1.5 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'invoice' => 'Invoice',
|
|
'list' => 'Daftar Invoice',
|
|
'search' => 'Cari Invoice',
|
|
'detail' => 'Detail Invoice',
|
|
'not_found' => 'Invoice tidak ditemukan',
|
|
'empty' => 'Belum ada Invoice',
|
|
'back_to_index' => 'Kembali ke daftar Invoice',
|
|
'draft_not_found' => 'Draft Invoice tidak ditemukan',
|
|
|
|
// Actions
|
|
'proccess' => 'Proses Invoice',
|
|
'item_list_empty' => 'List Item masih kosong.',
|
|
'create' => 'Input Invoice Baru',
|
|
'created' => 'Input Invoice baru telah berhasil.',
|
|
'show' => 'Detail Invoice',
|
|
'edit' => 'Edit Invoice',
|
|
'update' => 'Update Invoice',
|
|
'updated' => 'Update data Invoice telah berhasil.',
|
|
'delete' => 'Hapus Invoice',
|
|
'delete_confirm' => 'Anda yakin akan menghapus Invoice ini?',
|
|
'deleted' => 'Hapus data Invoice telah berhasil.',
|
|
'undeleted' => 'Data Invoice gagal dihapus.',
|
|
'undeleteable' => 'Data Invoice tidak dapat dihapus.',
|
|
'print' => 'Cetak Invoice',
|
|
|
|
// Attributes
|
|
'number' => 'No. Invoice',
|
|
'project' => 'Project',
|
|
'creator' => 'Dibuat Oleh',
|
|
'items' => 'Item Invoice',
|
|
'notes' => 'Catatan',
|
|
'amount' => 'Tagihan',
|
|
'customer' => 'Customer',
|
|
'item_description' => 'Deskripsi',
|
|
'item_amount' => 'Biaya',
|
|
'items_count' => 'Jumlah Item',
|
|
];
|