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.4 KiB
39 lines
1.4 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'customer' => 'Customer',
|
|
'list' => 'Daftar Customer',
|
|
'search' => 'Cari Customer',
|
|
'not_found' => 'Customer tidak ditemukan',
|
|
'empty' => 'Belum ada Customer',
|
|
'back_to_show' => 'Kembali ke detail Customer',
|
|
'back_to_index' => 'Kembali ke daftar Customer',
|
|
'detail' => 'Detail 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',
|
|
'invoices' => 'List Invoice',
|
|
];
|