HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/vlxd.naniguide.com/lang/id/contact.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',
];