updated translations
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Ubah nama perusahaan, email, alamat, NPWP dll',
|
||||
'name' => 'Nama',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telpon',
|
||||
'address' => 'Alamat',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'tab' => 'Lokalisasi',
|
||||
'financial_start' => 'Financial Year Start',
|
||||
'description' => 'Set fiscal year, time zone, date format and more locals',
|
||||
'financial_start' => 'Waktu mulai Periode Keuangan',
|
||||
'timezone' => 'Zona Waktu',
|
||||
'date' => [
|
||||
'format' => 'Format Tanggal',
|
||||
@@ -28,8 +30,9 @@ return [
|
||||
'after' => 'Sesudah Nomor',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'tab' => 'Faktur',
|
||||
'description' => 'Customize invoice prefix, number, terms, footer etc',
|
||||
'prefix' => 'Prefix Nomor',
|
||||
'digit' => 'Digit nomor',
|
||||
'next' => 'Nomor Berikutnya',
|
||||
@@ -44,16 +47,21 @@ return [
|
||||
'rate' => 'Kurs',
|
||||
'quantity_name' => 'Nama Kuantitas',
|
||||
'quantity' => 'Kuantitas',
|
||||
'payment_terms' => 'Syarat pembayaran',
|
||||
'title' => 'Judul',
|
||||
'subheading' => 'Subjudul',
|
||||
'due_receipt' => 'Jatuh tempo saat diterima',
|
||||
'due_days' => 'Jatuh tempo dalam :days hari',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'tab' => 'Standar',
|
||||
'account' => 'Akun Utama',
|
||||
'currency' => 'Mata Uang Utama',
|
||||
'tax' => 'Kurs Pajak Utama',
|
||||
'payment' => 'Metode Pembayaran Utama',
|
||||
'language' => 'Bahasa Utama',
|
||||
'description' => 'Default account, currency, language of your company',
|
||||
'list_limit' => 'Records Per Page',
|
||||
'use_gravatar' => 'Use Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Change the sending protocol and email templates',
|
||||
'protocol' => 'Protokol',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
@@ -68,36 +76,44 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Path',
|
||||
'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)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'tab' => 'Penjadwalan',
|
||||
'name' => 'Scheduling',
|
||||
'description' => 'Automatic reminders and command for recurring',
|
||||
'send_invoice' => 'Kirim Pengingat Faktur',
|
||||
'invoice_days' => 'Kirim Setelah Jatuh Tempo',
|
||||
'send_bill' => 'Kirim Pengingat Tagihan',
|
||||
'bill_days' => 'Kirim Sebelum Jatuh Tempo',
|
||||
'cron_command' => 'Perintah Cron',
|
||||
'schedule_time' => 'Waktu untuk Menjalankan',
|
||||
'send_item_reminder'=> 'Kirim Pengingat Item',
|
||||
'item_stocks' => 'Kirim Saat Item Tersedia',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Tampilan',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Terang',
|
||||
'dark' => 'Gelap',
|
||||
'list_limit' => 'Data Per Laman',
|
||||
'use_gravatar' => 'Gunakan Gravatar',
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Unlimited categories for income, expense, and item',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'Sistem',
|
||||
'session' => [
|
||||
'lifetime' => 'Batas Waktu Session (Menit)',
|
||||
'handler' => 'Pemegang Session',
|
||||
'file' => 'File',
|
||||
'database' => 'Database',
|
||||
],
|
||||
'file_size' => 'Ukuran Maksimal File (MB)',
|
||||
'file_types' => 'Jenis File Yang Diperbolehkan',
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Create and manage currencies and set their rates',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Fixed, normal, inclusive, and compound tax rates',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user