akaunting/resources/lang/tr-TR/reconciliations.php
2019-12-25 14:32:47 +03:00

17 lines
522 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'reconcile' => 'Mutabakat Yap',
'reconciled' => 'Mutabakat Yapıldı',
'closing_balance' => 'Kapanış Bakiyesi',
'unreconciled' => 'Mutabakat Sağlanmamış',
'transactions' => 'İşlemler',
'start_date' => 'Başlangıç Tarihi',
'end_date' => 'Bitiş Tarihi',
'cleared_amount' => 'Temizlenen Tutar',
'deposit' => 'Yatırılan',
'withdrawal' => 'Çekilen',
];