akaunting/resources/lang/tr-TR/settings.php
2017-09-14 22:21:00 +03:00

30 lines
910 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 [
'company' => [
'name' => 'Şirket İsmi',
'email' => 'Şirket Emaili',
'address' => 'Şirket Adresi',
'logo' => 'Şirket Logosu',
],
'default' => [
'tab' => 'Varsayılanlar',
'account' => 'Varsayılan Hesap',
'currency' => 'Varsayılan Para Birimi',
'payment' => 'Varsayılan Ödeme Yöntemi',
],
'scheduling' => [
'tab' => 'Scheduling',
'send_invoice' => 'Gelir Faturası Hatırlat',
'invoice_days' => 'Vade Gününden Sonra Gönder',
'send_bill' => 'Gider Faturası Hatırlat',
'bill_days' => 'Vade Gününden Önce Gönder',
'cron_command' => 'Cron Komutu',
'schedule_time' => 'Çalışma Saati',
],
];