Blame view

resources/lang/tr-TR/recurring.php 683 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.',
  
  ];