akaunting/resources/lang/id-ID/dashboard.php

24 lines
1012 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'total_incomes' => 'Total Pendapatan',
'receivables' => 'Piutang',
'open_invoices' => 'Membuka Faktur',
'overdue_invoices' => 'Faktur yang telah lewat',
'total_expenses' => 'Total Biaya',
'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',
2019-12-25 14:32:47 +03:00
'overdue_profit' => 'Keuntungan Jatuh Tempo',
'cash_flow' => 'Arus Kas',
2018-01-13 15:08:50 +03:00
'no_profit_loss' => 'Tidak ada Rugi Laba',
'incomes_by_category' => 'Pendapatan menurut Kategori',
'expenses_by_category' => 'Biaya Berdasarkan Kategori',
2019-12-25 14:32:47 +03:00
'account_balance' => 'Saldo Rekening',
2018-01-13 15:08:50 +03:00
'latest_incomes' => 'Pendapatan Terbaru',
2019-12-25 14:32:47 +03:00
'latest_expenses' => 'Biaya Terbaru',
2018-01-13 15:08:50 +03:00
];