|
|
|
@ -2,39 +2,40 @@ |
|
|
|
|
|
|
|
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', |
|
|
|
'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', |
|
|
|
'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', |
|
|
|
'items' => 'Item Invoice', |
|
|
|
'notes' => 'Catatan', |
|
|
|
'amount' => 'Tagihan', |
|
|
|
'customer' => 'Customer', |
|
|
|
'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', |
|
|
|
'item_amount' => 'Biaya', |
|
|
|
'items_count' => 'Jumlah Item', |
|
|
|
]; |