updated translations
This commit is contained in:
23
resources/lang/id-ID/widgets.php
Normal file
23
resources/lang/id-ID/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Pendapatan',
|
||||
'receivables' => 'Pihutang',
|
||||
'open_invoices' => 'Membuka Faktur',
|
||||
'overdue_invoices' => 'Faktur Jatuh Tempo',
|
||||
'total_expenses' => 'Total Pengeluaran',
|
||||
'payables' => 'Hutang',
|
||||
'open_bills' => 'Membuka Tagihan',
|
||||
'overdue_bills' => 'Tagihan Terlambat',
|
||||
'total_profit' => 'Total Keuntungan',
|
||||
'open_profit' => 'Membuka Keuntungan',
|
||||
'overdue_profit' => 'Keuntungan Jatuh tempo',
|
||||
'cash_flow' => 'Arus Kas',
|
||||
'no_profit_loss' => 'Tidak ada Rugi Laba',
|
||||
'income_by_category' => 'Pendapatan menurut Kategori',
|
||||
'expenses_by_category' => 'Biaya berdasarkan Kategori',
|
||||
'account_balance' => 'Saldo Rekening',
|
||||
'latest_income' => 'Pendapatan Terbaru',
|
||||
'latest_expenses' => 'Biaya Terbaru',
|
||||
];
|
Reference in New Issue
Block a user