akaunting/resources/lang/tr-TR/accounts.php
2017-10-13 10:05:28 +03:00

15 lines
404 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',
];