Blame view

resources/lang/fa-IR/recurring.php 725 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'             => 'دوره ای',
      'every'                 => 'دوره',
      'period'                => 'زمان',
      'times'                 => 'زمان',
      'daily'                 => 'روزانه',
      'weekly'                => 'هفتگی',
      'monthly'               => 'ماهانه',
      'yearly'                => 'سالانه',
      'custom'                => 'دلخواه',
      'days'                  => 'روز',
      'weeks'                 => 'هفته',
      'months'                => 'ماه',
      'years'                 => 'سال',
      'message'               => 'تکرار :type و پرداخت بعدی :type در تاریخ :date ایجاد می شود.',
  
  ];