akaunting/resources/lang/tr-TR/search_string.php
2022-06-04 00:26:44 +00:00

22 lines
675 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 [
'columns' => [
'last_logged_in_at' => 'Son Giriş',
'paid_at' => 'Ödeme Tarihi',
'started_at' => 'Başlangıç Tarihi',
'ended_at' => 'Bitiş Tarihi',
'billed_at' => 'Fatura Tarihi',
'due_at' => 'Vade Tarihi',
'invoiced_at' => 'Fatura Tarihi',
'issued_at' => 'İşlem Tarihi',
'symbol_first' => 'Simge Konumu',
'reconciled' => 'Mutabakat Yapıldı',
'expense_account' => 'Gönderen Hesap',
'income_account' => 'Alan Hesap',
'recurring' => 'Tekrarlanan',
],
];