25 lines
1.0 KiB
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
2021-04-02 10:47:48 +00:00
'currencies' => 'Mata Uang',
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',
2021-04-02 10:47:48 +00:00
'open_bills' => 'Tagihan Terbuka',
2019-12-25 14:32:47 +03:00
'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',
2021-04-02 10:47:48 +00:00
'expenses_by_category' => 'Pengeluaran 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',
2021-04-02 10:47:48 +00:00
'latest_expenses' => 'Pengeluaran Terbaru',
2018-01-13 15:08:50 +03:00
];