69 lines
2.9 KiB
PHP
69 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Invoice Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are for invoice screen
|
|
|
|
|
*/
|
|
'invoice_settings' => 'Mengelola Faktur',
|
|
'manage_your_invoices' => 'Kelola pengaturan faktur Anda',
|
|
'all_your_invoice_schemes' => 'Semua skema faktur Anda',
|
|
'added_success' => 'Pengaturan faktur berhasil ditambahkan',
|
|
'updated_success' => 'Pengaturan faktur berhasil diperbarui',
|
|
'deleted_success' => 'Pengaturan faktur berhasil dihapus',
|
|
'add_invoice' => 'Tambahkan skema faktur baru',
|
|
'edit_invoice' => 'Edit skema faktur',
|
|
'name' => 'Nama',
|
|
'prefix' => 'Awalan',
|
|
'start_number' => 'Mulai dari',
|
|
'total_digits' => 'Jumlah digit',
|
|
'preview' => 'Pratinjau',
|
|
'not_selected' => 'Tidak terpilih',
|
|
'invoice_count' => 'Hitungan Faktur',
|
|
'invoice_schemes' => 'Skema Faktur',
|
|
'invoice_layouts' => 'Tata Letak Faktur',
|
|
'invoice_layout' => 'Tata Letak Faktur',
|
|
'all_your_invoice_layouts' => 'Semua tata letak faktur Anda',
|
|
'add_invoice_layout' => 'Tambahkan tata letak faktur baru',
|
|
'layout_name' => 'Nama tata letak',
|
|
'invoice_scheme' => 'Skema faktur',
|
|
'header_text' => 'Teks judul',
|
|
'invoice_no_prefix' => 'Nomor faktur. label',
|
|
'invoice_heading' => 'Judul faktur',
|
|
'sub_total_label' => 'Label subtotal',
|
|
'discount_label' => 'Label diskon',
|
|
'tax_label' => 'Label pajak',
|
|
'total_label' => 'Label total',
|
|
'fields_to_be_shown_in_address' => 'Bidang yang akan ditampilkan di alamat lokasi',
|
|
'highlight_color' => 'Warna sorot',
|
|
'footer_text' => 'Catatan kaki',
|
|
'layout_added_success' => 'Tata letak faktur berhasil ditambahkan',
|
|
'edit_invoice_layout' => 'Edit tata letak faktur',
|
|
'layout_updated_success' => 'Tata letak faktur berhasil diperbarui',
|
|
'used_in_locations' => 'Digunakan di lokasi',
|
|
'show_business_name' => 'Tampilkan nama bisnis',
|
|
'show_location_name' => 'Tampilkan nama lokasi',
|
|
'show_mobile_number' => 'Nomor handphone',
|
|
'show_alternate_number' => 'Nomor alternatif',
|
|
'show_email' => 'Email',
|
|
'show_tax_1' => 'Rincian pajak 1',
|
|
'show_tax_2' => 'Rincian pajak 2',
|
|
'fields_to_shown_for_communication' => 'Kolom untuk detail Komunikasi',
|
|
'fields_to_shown_for_tax' => 'Kolom untuk rincian Pajak',
|
|
'invoice_logo' => 'Logo Faktur',
|
|
'show_logo' => 'Tampilkan Logo faktur',
|
|
'show_barcode' => 'Tampilkan Barcode',
|
|
'total_due_label' => 'Label Total Jatuh Tempo',
|
|
'invoice_heading_not_paid' => 'Judul Akhiran untuk tidak dibayar',
|
|
'invoice_heading_paid' => 'Judul Akhiran untuk dibayar',
|
|
'show_payments' => 'Tampilkan informasi Pembayaran',
|
|
'show_customer' => 'Tampilkan informasi Pelanggan',
|
|
'paid_label' => 'Jumlah Label Berbayar',
|
|
'customer_label' => 'Label Pelanggan',
|
|
];
|