Akaunting/resources/lang/tr-TR/recurring.php

44 lines
1.8 KiB
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',
'frequency' => 'Sıklık',
'duration' => 'Süre',
'last_issued' => 'Son Oluşturma',
'after' => 'Sonra',
'on' => 'Tarihinde',
'never' => 'Asla',
'ends_after' => ':times kez sonra sona erer',
'ends_never' => 'Asla sona ermez',
'ends_date' => ':date tarihinde sona erer',
'next_date' => 'Bir sonraki :date',
'end' => 'Tekrarlamayı Sonlandır',
'child' => ':url, :date tarihinde otomatik olarak oluşturuldu',
'message' => 'Bu tekrarlayan bir :type ve bir sonraki :type otomatik olarak :date tarihinde oluşturulacaktır.',
'message_parent' => 'Bu :type, :link \'ten otomatik türetilmiştir',
'send_email_auto' => 'E-postayı otomatik olarak gönder',
'frequency_type' => 'Bu :type\'ı tekrarla',
'custom_frequency_desc' => 'Her :interval :frequency tekrarla',
'limit_date' => 'İlk :type oluşturma tarihi',
'limit_middle' => 've bitiş',
'form_description' => [
'schedule' => 'Müşterinizin :type\'ı doğru günde almasını sağlamak için koşulları ve başlangıç/bitiş zamanını seçin.',
],
];