id-ID
This commit is contained in:
24
resources/lang/id-ID/dashboard.php
Normal file
24
resources/lang/id-ID/dashboard.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Total Pendapatan',
|
||||
'receivables' => 'Piutang',
|
||||
'open_invoices' => 'Membuka Faktur',
|
||||
'overdue_invoices' => 'Faktur yang telah lewat',
|
||||
'total_expenses' => 'Total Biaya',
|
||||
'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',
|
||||
'incomes_by_category' => 'Pendapatan menurut Kategori',
|
||||
'expenses_by_category' => 'Biaya Berdasarkan Kategori',
|
||||
'account_balance' => 'Saldo rekening',
|
||||
'latest_incomes' => 'Pendapatan Terbaru',
|
||||
'latest_expenses' => 'Biaya Terakhir',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user