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.
31 lines
1.1 KiB
31 lines
1.1 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',
|
|
|
|
// Actions
|
|
'proccess' => 'Proses Invoice',
|
|
'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.',
|
|
|
|
// Attributes
|
|
'project' => 'Project',
|
|
'items' => 'Item Invoice',
|
|
'notes' => 'Catatan',
|
|
];
|