updated translations
This commit is contained in:
20
resources/lang/tr-TR/recurring.php
Normal file
20
resources/lang/tr-TR/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?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.',
|
||||
|
||||
];
|
Reference in New Issue
Block a user