updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View 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.',
];