44 lines
1.6 KiB
PHP
44 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Contact Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during Contacts CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'contacts' => 'Kontak',
|
|
'name' => 'Nama',
|
|
'contact' => 'Kontak',
|
|
'manage_your_contact' => 'Mengelola :contacts Anda',
|
|
'all_your_contact' => 'Semua :contacts Anda',
|
|
'add_contact' => 'Tambah kontak baru',
|
|
'contact_type' => 'Jenis kontak',
|
|
'tax_no' => 'Nomor pajak',
|
|
'pay_term' => 'Termin pembayaran',
|
|
'pay_term_period' => 'Jangka waktu pembayaran',
|
|
'mobile' => 'Mobile',
|
|
'landline' => 'Telepon rumah',
|
|
'alternate_contact_number' => 'Nomor kontak alternatif',
|
|
'edit_contact' => 'Edit kontak',
|
|
'added_success' => 'Kontak berhasil ditambahkan',
|
|
'updated_success' => 'Kontak berhasil diperbarui',
|
|
'deleted_success' => 'Kontak berhasil dihapus',
|
|
'add_new_customer' => 'Tambahkan pelanggan baru',
|
|
'view_contact' => 'Lihat Kontak',
|
|
'contact_info' => 'Info :contact',
|
|
'all_purchases_linked_to_this_contact' => 'Semua pembelian terkait dengan kontak ini',
|
|
'all_sells_linked_to_this_contact' => 'Semua penjualan terkait dengan kontak ini',
|
|
'total_purchase_due' => 'Total Pembelian Jatuh Tempo',
|
|
'pay_due_amount' => 'Bayar Jumlah Jatuh Tempo',
|
|
'total_paid' => 'Total Dibayar',
|
|
'total_purchase_paid' => 'Total Pembayaran Pembelian',
|
|
'total_sale_paid' => 'Total Pembayaran Penjualan',
|
|
'total_sale_due' => 'Total Penjualan Jatuh Tempo',
|
|
'customer' => 'Pelanggan',
|
|
];
|