akaunting/resources/lang/az-AZ/search_string.php
2021-02-12 09:25:12 +00:00

21 lines
647 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' => 'Ödəniş Tarixi',
'started_at' => 'Başlanğıc Tarixi',
'ended_at' => 'Bitiş Tarixi',
'billed_at' => 'Faktura Tarixi',
'due_at' => 'Son Tarix',
'invoiced_at' => 'Faktura Tarixi',
'issued_at' => 'Əməliyyat Tarixi',
'symbol_first' => 'İşarə Yeri',
'reconciled' => 'Razılaşdırıldı',
'expense_account' => 'Göndərən Hesab',
'income_account' => 'Qəbul Edən Hesab',
],
];