akaunting/resources/lang/id-ID/reconciliations.php
2019-02-04 19:07:34 +03:00

17 lines
489 B
PHP

<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Saldo Akhir',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'Daftar Transaksi',
'start_date' => 'Tanggal Mulai',
'end_date' => 'Tanggal Berakhir',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
];