akaunting/resources/lang/tr-TR/accounts.php
2021-08-29 18:54:09 +00:00

19 lines
667 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 [
'account_name' => 'Hesap İsmi',
'number' => 'Numara',
'opening_balance' => 'Açılış Bakiyesi',
'current_balance' => 'Mevcut Bakiye',
'bank_name' => 'Banka İsmi',
'bank_phone' => 'Banka Telefonu',
'bank_address' => 'Banka Adresi',
'default_account' => 'Varsayılan Hesap',
'incoming' => 'Gelen',
'outgoing' => 'Giden',
'see_performance' => 'Performansı Gör',
'create_report' => 'Hesap performansını görmek istiyorsanız. Gelir - Gider raporu örneği oluşturabilirsiniz.',
];