akaunting/resources/lang/tr-TR/recurring.php
2018-05-03 12:16:18 +03:00

21 lines
683 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 [
'recurring' => 'Tekrarlanan',
'every' => 'Her',
'period' => 'Aralık',
'times' => 'Kez',
'daily' => 'Günlük',
'weekly' => 'Haftalık',
'monthly' => 'Aylık',
'yearly' => 'Yıllık',
'custom' => 'Özel',
'days' => 'Gün',
'weeks' => 'Hafta',
'months' => 'Ay',
'years' => 'Yıl',
'message' => 'Bu tekrarlayan bir :type ve bir sonraki :type otomatik olarak :date tarihinde oluşturulacaktır.',
];