24 lines
1012 B
PHP
24 lines
1012 B
PHP
<?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 Terbaru',
|
|
];
|