updated translations
This commit is contained in:
@ -12,7 +12,7 @@ return [
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'description' => 'Set fiscal year, time zone, date format and more locals',
|
||||
'description' => 'Tetapkan tahun fiskal, zona waktu, format tanggal dan lebih banyak penduduk lokal',
|
||||
'financial_start' => 'Waktu mulai Periode Keuangan',
|
||||
'timezone' => 'Zona Waktu',
|
||||
'date' => [
|
||||
@ -29,10 +29,16 @@ return [
|
||||
'before' => 'Sebelum Nomor',
|
||||
'after' => 'Sesudah Nomor',
|
||||
],
|
||||
'discount_location' => [
|
||||
'name' => 'Lokasi Diskon',
|
||||
'item' => 'pada baris',
|
||||
'total' => 'Pada jumlah',
|
||||
'both' => 'Pada baris dan jumlah',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'description' => 'Customize invoice prefix, number, terms, footer etc',
|
||||
'description' => 'Kustomisasi awalan faktur, nomor, syarat, catatan kaki dll',
|
||||
'prefix' => 'Prefix Nomor',
|
||||
'digit' => 'Digit nomor',
|
||||
'next' => 'Nomor Berikutnya',
|
||||
@ -52,16 +58,20 @@ return [
|
||||
'subheading' => 'Subjudul',
|
||||
'due_receipt' => 'Jatuh tempo saat diterima',
|
||||
'due_days' => 'Jatuh tempo dalam :days hari',
|
||||
'choose_template' => 'Pilih template faktur',
|
||||
'default' => 'Default',
|
||||
'classic' => 'Klasik',
|
||||
'modern' => 'Modern',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'description' => 'Default account, currency, language of your company',
|
||||
'list_limit' => 'Records Per Page',
|
||||
'use_gravatar' => 'Use Gravatar',
|
||||
'description' => 'Akun default, mata uang, bahasa perusahaan Anda',
|
||||
'list_limit' => 'Data Per Laman',
|
||||
'use_gravatar' => 'Gunakan Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Change the sending protocol and email templates',
|
||||
'description' => 'Ubah protokol pengiriman dan templat email',
|
||||
'protocol' => 'Protokol',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
@ -78,24 +88,24 @@ return [
|
||||
'log' => 'Log Email',
|
||||
|
||||
'templates' => [
|
||||
'subject' => 'Subject',
|
||||
'body' => 'Body',
|
||||
'tags' => '<strong>Available Tags:</strong> :tag_list',
|
||||
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
|
||||
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
|
||||
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
|
||||
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
|
||||
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
|
||||
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
|
||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||
'subject' => 'Subjek',
|
||||
'body' => 'Badan',
|
||||
'tags' => '<strong> Tag yang Tersedia: </strong>: tag_list',
|
||||
'invoice_new_customer' => 'Templat Faktur Baru (dikirim ke pelanggan)',
|
||||
'invoice_remind_customer' => 'Templat Pengingat Faktur (dikirim ke pelanggan)',
|
||||
'invoice_remind_admin' => 'Templat Pengingat Faktur (dikirim ke admin)',
|
||||
'invoice_recur_customer' => 'Templat Berulang Faktur (dikirim ke pelanggan)',
|
||||
'invoice_recur_admin' => 'Templat Berulang Faktur (dikirim ke admin)',
|
||||
'invoice_payment_customer' => 'Template Penerimaan Pembayaran (dikirim ke pelanggan)',
|
||||
'invoice_payment_admin' => 'Template Penerimaan Pembayaran (dikirim ke admin)',
|
||||
'bill_remind_admin' => 'Templat Pengingat Tagihan (dikirim ke admin)',
|
||||
'bill_recur_admin' => 'Templat Perulangan Tagihan (dikirim ke admin)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'name' => 'Scheduling',
|
||||
'description' => 'Automatic reminders and command for recurring',
|
||||
'name' => 'Penjadwalan',
|
||||
'description' => 'Pengingat dan perintah otomatis untuk berulang',
|
||||
'send_invoice' => 'Kirim Pengingat Faktur',
|
||||
'invoice_days' => 'Kirim Setelah Jatuh Tempo',
|
||||
'send_bill' => 'Kirim Pengingat Tagihan',
|
||||
@ -105,15 +115,15 @@ return [
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Unlimited categories for income, expense, and item',
|
||||
'description' => 'Kategori tidak terbatas untuk penghasilan, pengeluaran, dan barang',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Create and manage currencies and set their rates',
|
||||
'description' => 'Buat dan kelola mata uang dan tetapkan nilainya',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Fixed, normal, inclusive, and compound tax rates',
|
||||
'description' => 'Tarif pajak tetap, normal, inklusif, dan gabungan',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user