24 lines
1014 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
2020-04-18 18:59:36 +03:00
'total_income' => 'Total Pendapatan',
'receivables' => 'Pihutang',
2018-01-13 15:08:50 +03:00
'open_invoices' => 'Membuka Faktur',
2020-04-18 18:59:36 +03:00
'overdue_invoices' => 'Faktur Jatuh Tempo',
'total_expenses' => 'Total Pengeluaran',
2018-01-13 15:08:50 +03:00
'payables' => 'Hutang',
2019-12-25 14:32:47 +03:00
'open_bills' => 'Membuka Tagihan',
'overdue_bills' => 'Tagihan Terlambat',
'total_profit' => 'Total Keuntungan',
2018-01-13 15:08:50 +03:00
'open_profit' => 'Membuka Keuntungan',
2020-04-18 18:59:36 +03:00
'overdue_profit' => 'Keuntungan Jatuh tempo',
2019-12-25 14:32:47 +03:00
'cash_flow' => 'Arus Kas',
2018-01-13 15:08:50 +03:00
'no_profit_loss' => 'Tidak ada Rugi Laba',
2020-04-18 18:59:36 +03:00
'income_by_category' => 'Pendapatan menurut Kategori',
'expenses_by_category' => 'Biaya berdasarkan Kategori',
2019-12-25 14:32:47 +03:00
'account_balance' => 'Saldo Rekening',
2020-04-18 18:59:36 +03:00
'latest_income' => 'Pendapatan Terbaru',
2019-12-25 14:32:47 +03:00
'latest_expenses' => 'Biaya Terbaru',
2018-01-13 15:08:50 +03:00
];