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

<?php
return [
// Labels
'customer' => 'Customer',
'list' => 'Daftar Customer',
'detail' => 'Detail Customer',
'search' => 'Cari Customer',
'select' => 'Pilih Customer',
'not_found' => 'Customer tidak ditemukan',
'empty' => 'Belum ada Customer',
'back_to_show' => 'Kembali ke detail Customer',
'back_to_index' => 'Kembali ke daftar Customer',
'contact' => 'Kontak Customer',
// Actions
'create' => 'Input Customer Baru',
'created' => 'Input Customer baru telah berhasil.',
'show' => 'Detail Customer',
'edit' => 'Edit Customer',
'update' => 'Update Customer',
'updated' => 'Update data Customer telah berhasil.',
'delete' => 'Hapus Customer',
'delete_confirm' => 'Anda yakin akan menghapus Customer ini?',
'deleted' => 'Hapus data Customer telah berhasil.',
'undeleted' => 'Data Customer gagal dihapus.',
'undeleteable' => 'Data Customer tidak dapat dihapus.',
// Attributes
'name' => 'Nama Customer',
'description' => 'Deskripsi Customer',
'pic' => 'PIC',
'projects_count' => 'Jml Project',
// Relations
'projects' => 'List Project',
'payments' => 'History Pembayaran',
'subscriptions' => 'List Langganan',
'subscriptions_count' => 'Jumlah Langganan',
'invoices' => 'List Invoice',
];