| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Translation file for Persian (Farsi) language. |
| 5 |
* |
| 6 |
* Licensed under the MIT license. |
| 7 |
* |
| 8 |
* For the full copyright and license information, please view the LICENSE file. |
| 9 |
* |
| 10 |
* @author Rémi Lanvin <remi@cloudconnected.fr> |
| 11 |
* @link https://github.com/rlanvin/php-rrule |
| 12 |
*/ |
| 13 |
return array( |
| 14 |
'yearly' => array( |
| 15 |
'1' => 'سالانه', |
| 16 |
'else' => 'هر %{interval} سال' |
| 17 |
), |
| 18 |
'monthly' => array( |
| 19 |
'1' => '� |
| 20 |
اهانه', |
| 21 |
'else' => 'هر %{interval} � |
| 22 |
اه' |
| 23 |
), |
| 24 |
'weekly' => array( |
| 25 |
'1' => 'هفتگی', |
| 26 |
'2' => 'هر هفته دیگر', |
| 27 |
'else' => 'هر %{interval} هفته' |
| 28 |
), |
| 29 |
'daily' => array( |
| 30 |
'1' => 'روزانه', |
| 31 |
'2' => 'هر روز دیگر', |
| 32 |
'else' => 'هر %{interval} روز' |
| 33 |
), |
| 34 |
'hourly' => array( |
| 35 |
'1' => 'ساعتی', |
| 36 |
'else' => 'هر %{interval} ساعت' |
| 37 |
), |
| 38 |
'minutely' => array( |
| 39 |
'1' => 'دقیقه ای', |
| 40 |
'else' => 'هر %{interval} دقیقه' |
| 41 |
), |
| 42 |
'secondly' => array( |
| 43 |
'1' => 'ثانیه ای', |
| 44 |
'else' => 'هر %{interval} ثانیه' |
| 45 |
), |
| 46 |
'dtstart' => ', از %{date}', |
| 47 |
'infinite' => ', ه� |
| 48 |
یشه', |
| 49 |
'until' => ', تا %{date}', |
| 50 |
'count' => array( |
| 51 |
'1' => ', یکبار', |
| 52 |
'else' => ', %{count} بار' |
| 53 |
), |
| 54 |
'and' => 'و', |
| 55 |
'x_of_the_y' => array( |
| 56 |
'yearly' => '%{x} از سال', // e.g. the first Monday of the year, or the first day of the year |
| 57 |
'monthly' => '%{x} از � |
| 58 |
اه', |
| 59 |
), |
| 60 |
'bymonth' => ' در %{months}', |
| 61 |
'months' => array( |
| 62 |
1 => 'January', |
| 63 |
2 => 'February', |
| 64 |
3 => 'March', |
| 65 |
4 => 'April', |
| 66 |
5 => 'May', |
| 67 |
6 => 'June', |
| 68 |
7 => 'July', |
| 69 |
8 => 'August', |
| 70 |
9 => 'September', |
| 71 |
10 => 'October', |
| 72 |
11 => 'November', |
| 73 |
12 => 'December', |
| 74 |
), |
| 75 |
'byweekday' => ' در %{weekdays}', |
| 76 |
'weekdays' => array( |
| 77 |
1 => 'دوشنبه', |
| 78 |
2 => 'سه شنبه', |
| 79 |
3 => 'چهارشنبه', |
| 80 |
4 => 'پنج شنبه', |
| 81 |
5 => 'ج� |
| 82 |
عه', |
| 83 |
6 => 'شنبه', |
| 84 |
7 => 'یکشنبه', |
| 85 |
), |
| 86 |
'nth_weekday' => array( |
| 87 |
'1' => 'اولین %{weekday}', // e.g. the first Monday |
| 88 |
'2' => 'دو� |
| 89 |
ین %{weekday}', |
| 90 |
'3' => 'سو� |
| 91 |
ین %{weekday}', |
| 92 |
'else' => '%{n}اٌ� |
| 93 |
ین %{weekday}' |
| 94 |
), |
| 95 |
'-nth_weekday' => array( |
| 96 |
'-1' => 'آخرین %{weekday}', // e.g. the last Monday |
| 97 |
'-2' => 'دو روز � |
| 98 |
ونده به %{weekday}', |
| 99 |
'-3' => 'سه زور � |
| 100 |
ونده به %{weekday}', |
| 101 |
'else' => '%{n} روز � |
| 102 |
ونده به %{weekday}' |
| 103 |
), |
| 104 |
'byweekno' => array( |
| 105 |
'1' => ' در %{weeks}', |
| 106 |
'else' => ' در ش� |
| 107 |
اره هفته %{weeks}' |
| 108 |
), |
| 109 |
'nth_weekno' => '%{n}', |
| 110 |
'bymonthday' => ' در %{monthdays}', |
| 111 |
'nth_monthday' => array( |
| 112 |
'1' => 'اولین', |
| 113 |
'2' => 'دو� |
| 114 |
ین', |
| 115 |
'3' => 'سو� |
| 116 |
ین', |
| 117 |
'21' => '۲۱اْ� |
| 118 |
ین', |
| 119 |
'22' => '۲۲اْ� |
| 120 |
ین', |
| 121 |
'23' => '۲۳اْ� |
| 122 |
ین', |
| 123 |
'31' => '۳۱اْ� |
| 124 |
ین', |
| 125 |
'else' => 'در %{n}اْ� |
| 126 |
ین' |
| 127 |
), |
| 128 |
'-nth_monthday' => array( |
| 129 |
'-1' => 'the last day', |
| 130 |
'-2' => 'the penultimate day', |
| 131 |
'-3' => 'the antepenultimate day', |
| 132 |
'-21' => 'the 21st to the last day', |
| 133 |
'-22' => 'the 22nd to the last day', |
| 134 |
'-23' => 'the 23rd to the last day', |
| 135 |
'-31' => 'the 31st to the last day', |
| 136 |
'else' => 'the %{n}th to the last day' |
| 137 |
), |
| 138 |
'byyearday' => array( |
| 139 |
'1' => ' در %{yeardays} روز', |
| 140 |
'else' => ' در %{yeardays} روز' |
| 141 |
), |
| 142 |
'nth_yearday' => array( |
| 143 |
'1' => 'اولین', |
| 144 |
'2' => 'دو� |
| 145 |
ین', |
| 146 |
'3' => 'سو� |
| 147 |
ین', |
| 148 |
'else' => '%{n}اٌ� |
| 149 |
ین' |
| 150 |
), |
| 151 |
'-nth_yearday' => array( |
| 152 |
'-1' => 'آخرین', |
| 153 |
'-2' => 'دو روز � |
| 154 |
ونده', |
| 155 |
'-3' => 'سه روز � |
| 156 |
ونده', |
| 157 |
'else' => '%{n}اٌ� |
| 158 |
ین � |
| 159 |
ونده به آخر' |
| 160 |
), |
| 161 |
'byhour' => array( |
| 162 |
'1' => ' ساعت %{hours}', |
| 163 |
'else' => ' ساعت %{hours}' |
| 164 |
), |
| 165 |
'nth_hour' => '%{n}', |
| 166 |
'byminute' => array( |
| 167 |
'1' => ':%{minutes}', |
| 168 |
'else' => ' در %{minutes}' |
| 169 |
), |
| 170 |
'nth_minute' => '%{n}', |
| 171 |
'bysecond' => array( |
| 172 |
'1' => ' at second %{seconds}', |
| 173 |
'else' => ' at seconds %{seconds}' |
| 174 |
), |
| 175 |
'nth_second' => '%{n}', |
| 176 |
'bysetpos' => ', but only %{setpos} instance of this set', |
| 177 |
'nth_setpos' => array( |
| 178 |
'1' => 'اولین', |
| 179 |
'2' => 'دو� |
| 180 |
ین', |
| 181 |
'3' => 'سو� |
| 182 |
ین', |
| 183 |
'else' => '%{n}اٌ� |
| 184 |
ین' |
| 185 |
), |
| 186 |
'-nth_setpos' => array( |
| 187 |
'-1' => 'آخرین', |
| 188 |
'-2' => 'دو روز � |
| 189 |
ونده', |
| 190 |
'-3' => 'سه روز � |
| 191 |
ونده', |
| 192 |
'else' => '%{n}اٌ� |
| 193 |
ین � |
| 194 |
ونده به آخر' |
| 195 |
) |
| 196 |
); |
| 197 |
|