updated translations
This commit is contained in:
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Jumlah',
|
||||
'price' => 'Harga',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Total Pajak',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Nama Barang | Nama Barang',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Pembayaran Jatuh Tempo',
|
||||
'amount_due' => 'Jumlah Jatuh Tempo',
|
||||
'paid' => 'Dibayar',
|
||||
|
@@ -26,6 +26,7 @@ return [
|
||||
'companies' => 'Perusahaan | Perusahaan',
|
||||
'profits' => 'Keuntungan | Keuntungan',
|
||||
'taxes' => 'Pajak | Pajak',
|
||||
'logos' => 'Logo|Logos',
|
||||
'pictures' => 'Gambar | Gambar',
|
||||
'types' => 'Jenis | Jenis',
|
||||
'payment_methods' => 'Metode Pembayaran | Metode Pembayaran',
|
||||
@@ -36,6 +37,7 @@ return [
|
||||
'updates' => 'Pembaruan|Pembaruan',
|
||||
'numbers' => 'Nomor | Nomor',
|
||||
'statuses' => 'Status | Status',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Dasbor',
|
||||
'banking' => 'Perbankan',
|
||||
|
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Kuantitas',
|
||||
'price' => 'Harga',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Total Pajak',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Nama Item | Nama Item',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Tanggal Pembayaran',
|
||||
'paid' => 'Dibayar',
|
||||
'histories' => 'Sejarah',
|
||||
|
@@ -10,10 +10,12 @@ return [
|
||||
'imported' => ':type diimpor!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Kesalahan: Anda tidak dapat menambahkan pembayaran! Anda harus memeriksa jumlah tambah.',
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
|
||||
'customer' => 'Kesalahan: Anda tidak dapat membuat pengguna! :nama pergunakan alama email ini.',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'no_file' => 'Kesalahan: Tidak ada file dipilih!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.',
|
||||
|
@@ -8,6 +8,7 @@ return [
|
||||
'new' => 'Baru',
|
||||
'top_free' => 'Gratis Teratas',
|
||||
'free' => 'GRATIS',
|
||||
'search' => 'Search',
|
||||
'install' => 'Pasang',
|
||||
'buy_now' => 'Beli Sekarang',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik disini</a> untuk mendapatkan API token anda.',
|
||||
|
20
resources/lang/id-ID/recurring.php
Normal file
20
resources/lang/id-ID/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
|
||||
];
|
@@ -7,11 +7,24 @@ return [
|
||||
'this_quarter' => 'Kuartal ini',
|
||||
'previous_quarter' => 'Kuartal sebelumnya',
|
||||
'last_12_months' => '12 Bulan terakhir',
|
||||
'profit_loss' => 'Profit & Loss',
|
||||
'gross_profit' => 'Gross Profit',
|
||||
'net_profit' => 'Net Profit',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Ringkasan Pendapatan',
|
||||
'expense' => 'Ringkasan Pengeluaran',
|
||||
'income_expense' => 'Pendapatan berbanding Pengeluaran',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Spasi ( )',
|
||||
],
|
||||
'timezone' => 'Zona Waktu',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faktur',
|
||||
|
Reference in New Issue
Block a user