Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/fa.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/fa.xml |
michael@0 | 11 | */ |
michael@0 | 12 | fa{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D\u200E\u200F \u064E \u0650 \u064F \u0652 \u0656 \u0670 إ ك ى ي]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | medial{"{0}…{1}"} |
michael@0 | 18 | word-final{"{0} …"} |
michael@0 | 19 | word-initial{"… {0}"} |
michael@0 | 20 | word-medial{"{0} … {1}"} |
michael@0 | 21 | } |
michael@0 | 22 | ExemplarCharacters{ |
michael@0 | 23 | "[\u064B \u064D \u064C \u0651 أ ؤ آ ء ا و ئ ب پ ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض" |
michael@0 | 24 | " ط ظ ع غ ف ق ک گ ل م ن ه ة \u0654 ی]" |
michael@0 | 25 | } |
michael@0 | 26 | ExemplarCharactersIndex{"[آ ا و ب پ ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن ه ی]"} |
michael@0 | 27 | ExemplarCharactersPunctuation{"[\\- ‐ ، ٫ ٬ ؛ \\: ! ؟ . … ‹ › « » ( ) \\[ \\] * / \\\\]"} |
michael@0 | 28 | LocaleScript{ |
michael@0 | 29 | "Arab", |
michael@0 | 30 | } |
michael@0 | 31 | MoreInformation{"؟"} |
michael@0 | 32 | NumberElements{ |
michael@0 | 33 | arabext{ |
michael@0 | 34 | patterns{ |
michael@0 | 35 | decimalFormat{"#,##0.###"} |
michael@0 | 36 | percentFormat{"#,##0%"} |
michael@0 | 37 | scientificFormat{"#E0"} |
michael@0 | 38 | } |
michael@0 | 39 | symbols{ |
michael@0 | 40 | decimal{"٫"} |
michael@0 | 41 | exponential{"×۱۰^"} |
michael@0 | 42 | group{"٬"} |
michael@0 | 43 | infinity{"∞"} |
michael@0 | 44 | list{"؛"} |
michael@0 | 45 | minusSign{"−"} |
michael@0 | 46 | nan{"ناعدد"} |
michael@0 | 47 | perMille{"؉"} |
michael@0 | 48 | percentSign{"٪"} |
michael@0 | 49 | plusSign{"+"} |
michael@0 | 50 | superscriptingExponent{"×"} |
michael@0 | 51 | } |
michael@0 | 52 | } |
michael@0 | 53 | default{"arabext"} |
michael@0 | 54 | latn{ |
michael@0 | 55 | miscPatterns{ |
michael@0 | 56 | atLeast{"{0}+"} |
michael@0 | 57 | range{"{0}–{1}"} |
michael@0 | 58 | } |
michael@0 | 59 | patterns{ |
michael@0 | 60 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 61 | currencyFormat{"¤#,##0.00"} |
michael@0 | 62 | decimalFormat{"#,##0.###"} |
michael@0 | 63 | percentFormat{"#,##0%"} |
michael@0 | 64 | scientificFormat{"#E0"} |
michael@0 | 65 | } |
michael@0 | 66 | patternsLong{ |
michael@0 | 67 | decimalFormat{ |
michael@0 | 68 | 1000{ |
michael@0 | 69 | one{"0 هزار"} |
michael@0 | 70 | other{"0 هزار"} |
michael@0 | 71 | } |
michael@0 | 72 | 10000{ |
michael@0 | 73 | one{"00 هزار"} |
michael@0 | 74 | other{"00 هزار"} |
michael@0 | 75 | } |
michael@0 | 76 | 100000{ |
michael@0 | 77 | one{"000 هزار"} |
michael@0 | 78 | other{"000 هزار"} |
michael@0 | 79 | } |
michael@0 | 80 | 1000000{ |
michael@0 | 81 | one{"0 میلیون"} |
michael@0 | 82 | other{"0 میلیون"} |
michael@0 | 83 | } |
michael@0 | 84 | 10000000{ |
michael@0 | 85 | one{"00 میلیون"} |
michael@0 | 86 | other{"00 میلیون"} |
michael@0 | 87 | } |
michael@0 | 88 | 100000000{ |
michael@0 | 89 | one{"000 میلیون"} |
michael@0 | 90 | other{"000 میلیون"} |
michael@0 | 91 | } |
michael@0 | 92 | 1000000000{ |
michael@0 | 93 | one{"0 میلیارد"} |
michael@0 | 94 | other{"0 میلیارد"} |
michael@0 | 95 | } |
michael@0 | 96 | 10000000000{ |
michael@0 | 97 | one{"00 میلیارد"} |
michael@0 | 98 | other{"00 میلیارد"} |
michael@0 | 99 | } |
michael@0 | 100 | 100000000000{ |
michael@0 | 101 | one{"000 میلیارد"} |
michael@0 | 102 | other{"000 میلیارد"} |
michael@0 | 103 | } |
michael@0 | 104 | 1000000000000{ |
michael@0 | 105 | one{"0 هزار میلیارد"} |
michael@0 | 106 | other{"0 هزار میلیارد"} |
michael@0 | 107 | } |
michael@0 | 108 | 10000000000000{ |
michael@0 | 109 | one{"00 هزار میلیارد"} |
michael@0 | 110 | other{"00 هزار میلیارد"} |
michael@0 | 111 | } |
michael@0 | 112 | 100000000000000{ |
michael@0 | 113 | one{"000 هزار میلیارد"} |
michael@0 | 114 | other{"000 هزار میلیارد"} |
michael@0 | 115 | } |
michael@0 | 116 | } |
michael@0 | 117 | } |
michael@0 | 118 | patternsShort{ |
michael@0 | 119 | decimalFormat{ |
michael@0 | 120 | 1000{ |
michael@0 | 121 | one{"0K"} |
michael@0 | 122 | other{"0K"} |
michael@0 | 123 | } |
michael@0 | 124 | 10000{ |
michael@0 | 125 | one{"00K"} |
michael@0 | 126 | other{"00K"} |
michael@0 | 127 | } |
michael@0 | 128 | 100000{ |
michael@0 | 129 | one{"000K"} |
michael@0 | 130 | other{"000K"} |
michael@0 | 131 | } |
michael@0 | 132 | 1000000{ |
michael@0 | 133 | one{"0M"} |
michael@0 | 134 | other{"0M"} |
michael@0 | 135 | } |
michael@0 | 136 | 10000000{ |
michael@0 | 137 | one{"00M"} |
michael@0 | 138 | other{"00M"} |
michael@0 | 139 | } |
michael@0 | 140 | 100000000{ |
michael@0 | 141 | one{"000M"} |
michael@0 | 142 | other{"000M"} |
michael@0 | 143 | } |
michael@0 | 144 | 1000000000{ |
michael@0 | 145 | one{"0G"} |
michael@0 | 146 | other{"0G"} |
michael@0 | 147 | } |
michael@0 | 148 | 10000000000{ |
michael@0 | 149 | one{"00G"} |
michael@0 | 150 | other{"00G"} |
michael@0 | 151 | } |
michael@0 | 152 | 100000000000{ |
michael@0 | 153 | one{"000G"} |
michael@0 | 154 | other{"000G"} |
michael@0 | 155 | } |
michael@0 | 156 | 1000000000000{ |
michael@0 | 157 | one{"0T"} |
michael@0 | 158 | other{"0T"} |
michael@0 | 159 | } |
michael@0 | 160 | 10000000000000{ |
michael@0 | 161 | one{"00T"} |
michael@0 | 162 | other{"00T"} |
michael@0 | 163 | } |
michael@0 | 164 | 100000000000000{ |
michael@0 | 165 | one{"000T"} |
michael@0 | 166 | other{"000T"} |
michael@0 | 167 | } |
michael@0 | 168 | } |
michael@0 | 169 | } |
michael@0 | 170 | symbols{ |
michael@0 | 171 | decimal{"."} |
michael@0 | 172 | exponential{"E"} |
michael@0 | 173 | group{","} |
michael@0 | 174 | infinity{"∞"} |
michael@0 | 175 | list{";"} |
michael@0 | 176 | minusSign{"−"} |
michael@0 | 177 | nan{"NaN"} |
michael@0 | 178 | perMille{"‰"} |
michael@0 | 179 | percentSign{"%"} |
michael@0 | 180 | plusSign{"+"} |
michael@0 | 181 | superscriptingExponent{"×"} |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | native{"arabext"} |
michael@0 | 185 | } |
michael@0 | 186 | Version{"2.0.92.87"} |
michael@0 | 187 | calendar{ |
michael@0 | 188 | chinese{ |
michael@0 | 189 | cyclicNameSets{ |
michael@0 | 190 | zodiacs{ |
michael@0 | 191 | format{ |
michael@0 | 192 | abbreviated{ |
michael@0 | 193 | "موش", |
michael@0 | 194 | "گاو", |
michael@0 | 195 | "ببر", |
michael@0 | 196 | "خرگوش", |
michael@0 | 197 | "اژدها", |
michael@0 | 198 | "مار", |
michael@0 | 199 | "اسب", |
michael@0 | 200 | "بز", |
michael@0 | 201 | "میمون", |
michael@0 | 202 | "خروس", |
michael@0 | 203 | "سگ", |
michael@0 | 204 | "خوک", |
michael@0 | 205 | } |
michael@0 | 206 | } |
michael@0 | 207 | } |
michael@0 | 208 | } |
michael@0 | 209 | } |
michael@0 | 210 | default{"persian"} |
michael@0 | 211 | generic{ |
michael@0 | 212 | DateTimePatterns{ |
michael@0 | 213 | "H:mm:ss (zzzz)", |
michael@0 | 214 | "H:mm:ss (z)", |
michael@0 | 215 | "H:mm:ss", |
michael@0 | 216 | "H:mm", |
michael@0 | 217 | "EEEE d MMMM y G", |
michael@0 | 218 | "d MMMM y G", |
michael@0 | 219 | "d MMM y G", |
michael@0 | 220 | "y/M/d G", |
michael@0 | 221 | "{1}، {0}", |
michael@0 | 222 | "{1}، ساعت {0}", |
michael@0 | 223 | "{1}، ساعت {0}", |
michael@0 | 224 | "{1}، {0}", |
michael@0 | 225 | "{1}، {0}", |
michael@0 | 226 | } |
michael@0 | 227 | appendItems{ |
michael@0 | 228 | Day-Of-Week{"{1} {0}"} |
michael@0 | 229 | } |
michael@0 | 230 | availableFormats{ |
michael@0 | 231 | Ed{"E d"} |
michael@0 | 232 | Gy{"y G"} |
michael@0 | 233 | GyMMM{"MMM y G"} |
michael@0 | 234 | GyMMMEd{"E d MMM y G"} |
michael@0 | 235 | GyMMMd{"d MMM y G"} |
michael@0 | 236 | H{"H"} |
michael@0 | 237 | HHmmZ{"HH:mm (Z)"} |
michael@0 | 238 | Hm{"H:mm"} |
michael@0 | 239 | Hms{"H:mm:ss"} |
michael@0 | 240 | M{"L"} |
michael@0 | 241 | MEd{"E M/d"} |
michael@0 | 242 | MMM{"LLL"} |
michael@0 | 243 | MMMEd{"E d LLL"} |
michael@0 | 244 | MMMMEd{"E d LLLL"} |
michael@0 | 245 | MMMMd{"d LLLL"} |
michael@0 | 246 | MMMd{"d LLL"} |
michael@0 | 247 | Md{"M/d"} |
michael@0 | 248 | d{"d"} |
michael@0 | 249 | h{"h a"} |
michael@0 | 250 | hm{"h:mm a"} |
michael@0 | 251 | hms{"h:mm:ss a"} |
michael@0 | 252 | ms{"mm:ss"} |
michael@0 | 253 | y{"y G"} |
michael@0 | 254 | yyyy{"y G"} |
michael@0 | 255 | yyyyM{"y/M G"} |
michael@0 | 256 | yyyyMEd{"E y/M/d G"} |
michael@0 | 257 | yyyyMMM{"MMM y G"} |
michael@0 | 258 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 259 | yyyyMMMd{"d MMM y G"} |
michael@0 | 260 | yyyyMd{"y/M/d G"} |
michael@0 | 261 | yyyyQQQ{"QQQQ y G"} |
michael@0 | 262 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 263 | } |
michael@0 | 264 | intervalFormats{ |
michael@0 | 265 | H{ |
michael@0 | 266 | H{"H تا H"} |
michael@0 | 267 | } |
michael@0 | 268 | Hm{ |
michael@0 | 269 | H{"H:mm تا H:mm"} |
michael@0 | 270 | m{"H:mm تا H:mm"} |
michael@0 | 271 | } |
michael@0 | 272 | Hmv{ |
michael@0 | 273 | H{"H:mm تا H:mm (v)"} |
michael@0 | 274 | m{"H:mm تا H:mm (v)"} |
michael@0 | 275 | } |
michael@0 | 276 | Hv{ |
michael@0 | 277 | H{"H تا H (v)"} |
michael@0 | 278 | } |
michael@0 | 279 | M{ |
michael@0 | 280 | M{"M تا M"} |
michael@0 | 281 | } |
michael@0 | 282 | MEd{ |
michael@0 | 283 | M{"E M/d تا E M/d"} |
michael@0 | 284 | d{"E M/d تا E M/d"} |
michael@0 | 285 | } |
michael@0 | 286 | MMM{ |
michael@0 | 287 | M{"LLL تا LLL"} |
michael@0 | 288 | } |
michael@0 | 289 | MMMEd{ |
michael@0 | 290 | M{"E d LLL تا E d LLL"} |
michael@0 | 291 | d{"E d LLL تا E d LLL"} |
michael@0 | 292 | } |
michael@0 | 293 | MMMd{ |
michael@0 | 294 | M{"d LLL تا d LLL"} |
michael@0 | 295 | d{"d تا d LLL"} |
michael@0 | 296 | } |
michael@0 | 297 | Md{ |
michael@0 | 298 | M{"M/d تا M/d"} |
michael@0 | 299 | d{"M/d تا M/d"} |
michael@0 | 300 | } |
michael@0 | 301 | d{ |
michael@0 | 302 | d{"d تا d"} |
michael@0 | 303 | } |
michael@0 | 304 | fallback{"{0} تا {1}"} |
michael@0 | 305 | h{ |
michael@0 | 306 | a{"h a تا h a"} |
michael@0 | 307 | h{"h تا h a"} |
michael@0 | 308 | } |
michael@0 | 309 | hm{ |
michael@0 | 310 | a{"h:mm a تا h:mm a"} |
michael@0 | 311 | h{"h:mm تا h:mm a"} |
michael@0 | 312 | m{"h:mm تا h:mm a"} |
michael@0 | 313 | } |
michael@0 | 314 | hmv{ |
michael@0 | 315 | a{"h:mm a تا h:mm a (v)"} |
michael@0 | 316 | h{"h:mm تا h:mm a (v)"} |
michael@0 | 317 | m{"h:mm تا h:mm a (v)"} |
michael@0 | 318 | } |
michael@0 | 319 | hv{ |
michael@0 | 320 | a{"h a تا h a (v)"} |
michael@0 | 321 | h{"h تا h a (v)"} |
michael@0 | 322 | } |
michael@0 | 323 | y{ |
michael@0 | 324 | y{"y تا y G"} |
michael@0 | 325 | } |
michael@0 | 326 | yM{ |
michael@0 | 327 | M{"y/M تا y/M G"} |
michael@0 | 328 | y{"y/M تا y/M G"} |
michael@0 | 329 | } |
michael@0 | 330 | yMEd{ |
michael@0 | 331 | M{"E y/M/d تا E y/M/d G"} |
michael@0 | 332 | d{"E y/M/d تا E y/M/d G"} |
michael@0 | 333 | y{"E y/M/d تا E y/M/d G"} |
michael@0 | 334 | } |
michael@0 | 335 | yMMM{ |
michael@0 | 336 | M{"LLL تا MMM y G"} |
michael@0 | 337 | y{"MMM y تا MMM y G"} |
michael@0 | 338 | } |
michael@0 | 339 | yMMMEd{ |
michael@0 | 340 | M{"E d LLL تا E d MMM y G"} |
michael@0 | 341 | d{"E d LLL تا E d MMM y G"} |
michael@0 | 342 | y{"E d MMM y تا E d MMM y G"} |
michael@0 | 343 | } |
michael@0 | 344 | yMMMM{ |
michael@0 | 345 | M{"LLLL تا MMMM y G"} |
michael@0 | 346 | y{"MMMM y تا MMMM y G"} |
michael@0 | 347 | } |
michael@0 | 348 | yMMMd{ |
michael@0 | 349 | M{"d LLL تا d MMM y G"} |
michael@0 | 350 | d{"d تا d MMM y G"} |
michael@0 | 351 | y{"d MMM y تا d MMM y G"} |
michael@0 | 352 | } |
michael@0 | 353 | yMd{ |
michael@0 | 354 | M{"y/M/d تا y/M/d G"} |
michael@0 | 355 | d{"y/M/d تا y/M/d G"} |
michael@0 | 356 | y{"y/M/d تا y/M/d G"} |
michael@0 | 357 | } |
michael@0 | 358 | } |
michael@0 | 359 | } |
michael@0 | 360 | gregorian{ |
michael@0 | 361 | AmPmMarkers{ |
michael@0 | 362 | "قبلازظهر", |
michael@0 | 363 | "بعدازظهر", |
michael@0 | 364 | } |
michael@0 | 365 | DateTimePatterns{ |
michael@0 | 366 | "H:mm:ss (zzzz)", |
michael@0 | 367 | "H:mm:ss (z)", |
michael@0 | 368 | "H:mm:ss", |
michael@0 | 369 | "H:mm", |
michael@0 | 370 | "EEEE d MMMM y", |
michael@0 | 371 | "d MMMM y", |
michael@0 | 372 | "d MMM y", |
michael@0 | 373 | "y/M/d", |
michael@0 | 374 | "{1}، {0}", |
michael@0 | 375 | "{1}، ساعت {0}", |
michael@0 | 376 | "{1}، ساعت {0}", |
michael@0 | 377 | "{1}، {0}", |
michael@0 | 378 | "{1}، {0}", |
michael@0 | 379 | } |
michael@0 | 380 | appendItems{ |
michael@0 | 381 | Day-Of-Week{"{1} {0}"} |
michael@0 | 382 | Timezone{"{0} ({1})"} |
michael@0 | 383 | } |
michael@0 | 384 | availableFormats{ |
michael@0 | 385 | EHm{"E H:mm"} |
michael@0 | 386 | EHms{"E H:mm:ss"} |
michael@0 | 387 | Ed{"E d"} |
michael@0 | 388 | Ehm{"E h:mm a"} |
michael@0 | 389 | Ehms{"E h:mm:ss a"} |
michael@0 | 390 | Gy{"y G"} |
michael@0 | 391 | GyMMM{"MMM y G"} |
michael@0 | 392 | GyMMMEd{"E d MMM y G"} |
michael@0 | 393 | GyMMMd{"d MMM y G"} |
michael@0 | 394 | H{"H"} |
michael@0 | 395 | HHmmZ{"HH:mm (Z)"} |
michael@0 | 396 | Hm{"H:mm"} |
michael@0 | 397 | Hms{"H:mm:ss"} |
michael@0 | 398 | M{"L"} |
michael@0 | 399 | MEd{"E M/d"} |
michael@0 | 400 | MMM{"LLL"} |
michael@0 | 401 | MMMEd{"E d LLL"} |
michael@0 | 402 | MMMMEd{"E d LLLL"} |
michael@0 | 403 | MMMMd{"d LLLL"} |
michael@0 | 404 | MMMd{"d LLL"} |
michael@0 | 405 | Md{"M/d"} |
michael@0 | 406 | d{"d"} |
michael@0 | 407 | h{"h a"} |
michael@0 | 408 | hm{"h:mm a"} |
michael@0 | 409 | hms{"h:mm:ss a"} |
michael@0 | 410 | mmss{"mm:ss"} |
michael@0 | 411 | ms{"mm:ss"} |
michael@0 | 412 | y{"y"} |
michael@0 | 413 | yM{"y/M"} |
michael@0 | 414 | yMEd{"E y/M/d"} |
michael@0 | 415 | yMMM{"MMM y"} |
michael@0 | 416 | yMMMEd{"E d MMM y"} |
michael@0 | 417 | yMMMM{"MMMM y"} |
michael@0 | 418 | yMMMMEEEEd{"EEEE d MMMM y"} |
michael@0 | 419 | yMMMd{"d MMM y"} |
michael@0 | 420 | yMd{"y/M/d"} |
michael@0 | 421 | yQQQ{"QQQQ y"} |
michael@0 | 422 | yQQQQ{"QQQQ y"} |
michael@0 | 423 | } |
michael@0 | 424 | dayNames{ |
michael@0 | 425 | format{ |
michael@0 | 426 | abbreviated{ |
michael@0 | 427 | "یکشنبه", |
michael@0 | 428 | "دوشنبه", |
michael@0 | 429 | "سهشنبه", |
michael@0 | 430 | "چهارشنبه", |
michael@0 | 431 | "پنجشنبه", |
michael@0 | 432 | "جمعه", |
michael@0 | 433 | "شنبه", |
michael@0 | 434 | } |
michael@0 | 435 | narrow{ |
michael@0 | 436 | "ی", |
michael@0 | 437 | "د", |
michael@0 | 438 | "س", |
michael@0 | 439 | "چ", |
michael@0 | 440 | "پ", |
michael@0 | 441 | "ج", |
michael@0 | 442 | "ش", |
michael@0 | 443 | } |
michael@0 | 444 | short{ |
michael@0 | 445 | "۱ش", |
michael@0 | 446 | "۲ش", |
michael@0 | 447 | "۳ش", |
michael@0 | 448 | "۴ش", |
michael@0 | 449 | "۵ش", |
michael@0 | 450 | "ج", |
michael@0 | 451 | "ش", |
michael@0 | 452 | } |
michael@0 | 453 | wide{ |
michael@0 | 454 | "یکشنبه", |
michael@0 | 455 | "دوشنبه", |
michael@0 | 456 | "سهشنبه", |
michael@0 | 457 | "چهارشنبه", |
michael@0 | 458 | "پنجشنبه", |
michael@0 | 459 | "جمعه", |
michael@0 | 460 | "شنبه", |
michael@0 | 461 | } |
michael@0 | 462 | } |
michael@0 | 463 | stand-alone{ |
michael@0 | 464 | abbreviated{ |
michael@0 | 465 | "یکشنبه", |
michael@0 | 466 | "دوشنبه", |
michael@0 | 467 | "سهشنبه", |
michael@0 | 468 | "چهارشنبه", |
michael@0 | 469 | "پنجشنبه", |
michael@0 | 470 | "جمعه", |
michael@0 | 471 | "شنبه", |
michael@0 | 472 | } |
michael@0 | 473 | narrow{ |
michael@0 | 474 | "ی", |
michael@0 | 475 | "د", |
michael@0 | 476 | "س", |
michael@0 | 477 | "چ", |
michael@0 | 478 | "پ", |
michael@0 | 479 | "ج", |
michael@0 | 480 | "ش", |
michael@0 | 481 | } |
michael@0 | 482 | short{ |
michael@0 | 483 | "۱ش", |
michael@0 | 484 | "۲ش", |
michael@0 | 485 | "۳ش", |
michael@0 | 486 | "۴ش", |
michael@0 | 487 | "۵ش", |
michael@0 | 488 | "ج", |
michael@0 | 489 | "ش", |
michael@0 | 490 | } |
michael@0 | 491 | wide{ |
michael@0 | 492 | "یکشنبه", |
michael@0 | 493 | "دوشنبه", |
michael@0 | 494 | "سهشنبه", |
michael@0 | 495 | "چهارشنبه", |
michael@0 | 496 | "پنجشنبه", |
michael@0 | 497 | "جمعه", |
michael@0 | 498 | "شنبه", |
michael@0 | 499 | } |
michael@0 | 500 | } |
michael@0 | 501 | } |
michael@0 | 502 | eras{ |
michael@0 | 503 | abbreviated{ |
michael@0 | 504 | "ق.م.", |
michael@0 | 505 | "م.", |
michael@0 | 506 | } |
michael@0 | 507 | narrow{ |
michael@0 | 508 | "ق", |
michael@0 | 509 | "م", |
michael@0 | 510 | } |
michael@0 | 511 | wide{ |
michael@0 | 512 | "قبل از میلاد", |
michael@0 | 513 | "میلادی", |
michael@0 | 514 | } |
michael@0 | 515 | } |
michael@0 | 516 | intervalFormats{ |
michael@0 | 517 | H{ |
michael@0 | 518 | H{"H تا H"} |
michael@0 | 519 | } |
michael@0 | 520 | Hm{ |
michael@0 | 521 | H{"H:mm تا H:mm"} |
michael@0 | 522 | m{"H:mm تا H:mm"} |
michael@0 | 523 | } |
michael@0 | 524 | Hmv{ |
michael@0 | 525 | H{"H:mm تا H:mm v"} |
michael@0 | 526 | m{"H:mm تا H:mm v"} |
michael@0 | 527 | } |
michael@0 | 528 | Hv{ |
michael@0 | 529 | H{"H تا H v"} |
michael@0 | 530 | } |
michael@0 | 531 | M{ |
michael@0 | 532 | M{"M تا M"} |
michael@0 | 533 | } |
michael@0 | 534 | MEd{ |
michael@0 | 535 | M{"E M/d تا E M/d"} |
michael@0 | 536 | d{"E M/d تا E M/d"} |
michael@0 | 537 | } |
michael@0 | 538 | MMM{ |
michael@0 | 539 | M{"LLL تا LLL"} |
michael@0 | 540 | } |
michael@0 | 541 | MMMEd{ |
michael@0 | 542 | M{"E d LLL تا E d LLL"} |
michael@0 | 543 | d{"E d LLL تا E d LLL"} |
michael@0 | 544 | } |
michael@0 | 545 | MMMd{ |
michael@0 | 546 | M{"d LLL تا d LLL"} |
michael@0 | 547 | d{"d تا d LLL"} |
michael@0 | 548 | } |
michael@0 | 549 | Md{ |
michael@0 | 550 | M{"M/d تا M/d"} |
michael@0 | 551 | d{"M/d تا M/d"} |
michael@0 | 552 | } |
michael@0 | 553 | d{ |
michael@0 | 554 | d{"d تا d"} |
michael@0 | 555 | } |
michael@0 | 556 | fallback{"{0} تا {1}"} |
michael@0 | 557 | h{ |
michael@0 | 558 | a{"h a تا h a"} |
michael@0 | 559 | h{"h تا h a"} |
michael@0 | 560 | } |
michael@0 | 561 | hm{ |
michael@0 | 562 | a{"h:mm a تا h:mm a"} |
michael@0 | 563 | h{"h:mm تا h:mm a"} |
michael@0 | 564 | m{"h:mm تا h:mm a"} |
michael@0 | 565 | } |
michael@0 | 566 | hmv{ |
michael@0 | 567 | a{"h:mm a تا h:mm a v"} |
michael@0 | 568 | h{"h:mm تا h:mm a v"} |
michael@0 | 569 | m{"h:mm تا h:mm a v"} |
michael@0 | 570 | } |
michael@0 | 571 | hv{ |
michael@0 | 572 | a{"h a تا h a v"} |
michael@0 | 573 | h{"h تا h a v"} |
michael@0 | 574 | } |
michael@0 | 575 | y{ |
michael@0 | 576 | y{"y تا y"} |
michael@0 | 577 | } |
michael@0 | 578 | yM{ |
michael@0 | 579 | M{"y/M تا y/M"} |
michael@0 | 580 | y{"y/M تا y/M"} |
michael@0 | 581 | } |
michael@0 | 582 | yMEd{ |
michael@0 | 583 | M{"E y/M/d تا E y/M/d"} |
michael@0 | 584 | d{"E y/M/d تا E y/M/d"} |
michael@0 | 585 | y{"E y/M/d تا E y/M/d"} |
michael@0 | 586 | } |
michael@0 | 587 | yMMM{ |
michael@0 | 588 | M{"LLL تا MMM y"} |
michael@0 | 589 | y{"MMM y تا MMM y"} |
michael@0 | 590 | } |
michael@0 | 591 | yMMMEd{ |
michael@0 | 592 | M{"E d LLL تا E d MMM y"} |
michael@0 | 593 | d{"E d LLL تا E d MMM y"} |
michael@0 | 594 | y{"E d MMM y تا E d MMM y"} |
michael@0 | 595 | } |
michael@0 | 596 | yMMMM{ |
michael@0 | 597 | M{"LLLL تا MMMM y"} |
michael@0 | 598 | y{"MMMM y تا MMMM y"} |
michael@0 | 599 | } |
michael@0 | 600 | yMMMd{ |
michael@0 | 601 | M{"d LLL تا d MMM y"} |
michael@0 | 602 | d{"d تا d MMM y"} |
michael@0 | 603 | y{"d MMM y تا d MMM y"} |
michael@0 | 604 | } |
michael@0 | 605 | yMd{ |
michael@0 | 606 | M{"y/M/d تا y/M/d"} |
michael@0 | 607 | d{"y/M/d تا y/M/d"} |
michael@0 | 608 | y{"y/M/d تا y/M/d"} |
michael@0 | 609 | } |
michael@0 | 610 | } |
michael@0 | 611 | monthNames{ |
michael@0 | 612 | format{ |
michael@0 | 613 | abbreviated{ |
michael@0 | 614 | "ژانویهٔ", |
michael@0 | 615 | "فوریهٔ", |
michael@0 | 616 | "مارس", |
michael@0 | 617 | "آوریل", |
michael@0 | 618 | "مهٔ", |
michael@0 | 619 | "ژوئن", |
michael@0 | 620 | "ژوئیهٔ", |
michael@0 | 621 | "اوت", |
michael@0 | 622 | "سپتامبر", |
michael@0 | 623 | "اکتبر", |
michael@0 | 624 | "نوامبر", |
michael@0 | 625 | "دسامبر", |
michael@0 | 626 | } |
michael@0 | 627 | narrow{ |
michael@0 | 628 | "ژ", |
michael@0 | 629 | "ف", |
michael@0 | 630 | "م", |
michael@0 | 631 | "آ", |
michael@0 | 632 | "م", |
michael@0 | 633 | "ژ", |
michael@0 | 634 | "ژ", |
michael@0 | 635 | "ا", |
michael@0 | 636 | "س", |
michael@0 | 637 | "ا", |
michael@0 | 638 | "ن", |
michael@0 | 639 | "د", |
michael@0 | 640 | } |
michael@0 | 641 | wide{ |
michael@0 | 642 | "ژانویهٔ", |
michael@0 | 643 | "فوریهٔ", |
michael@0 | 644 | "مارس", |
michael@0 | 645 | "آوریل", |
michael@0 | 646 | "مهٔ", |
michael@0 | 647 | "ژوئن", |
michael@0 | 648 | "ژوئیهٔ", |
michael@0 | 649 | "اوت", |
michael@0 | 650 | "سپتامبر", |
michael@0 | 651 | "اکتبر", |
michael@0 | 652 | "نوامبر", |
michael@0 | 653 | "دسامبر", |
michael@0 | 654 | } |
michael@0 | 655 | } |
michael@0 | 656 | stand-alone{ |
michael@0 | 657 | abbreviated{ |
michael@0 | 658 | "ژانویه", |
michael@0 | 659 | "فوریه", |
michael@0 | 660 | "مارس", |
michael@0 | 661 | "آوریل", |
michael@0 | 662 | "مه", |
michael@0 | 663 | "ژوئن", |
michael@0 | 664 | "ژوئیه", |
michael@0 | 665 | "اوت", |
michael@0 | 666 | "سپتامبر", |
michael@0 | 667 | "اکتبر", |
michael@0 | 668 | "نوامبر", |
michael@0 | 669 | "دسامبر", |
michael@0 | 670 | } |
michael@0 | 671 | narrow{ |
michael@0 | 672 | "ژ", |
michael@0 | 673 | "ف", |
michael@0 | 674 | "م", |
michael@0 | 675 | "آ", |
michael@0 | 676 | "م", |
michael@0 | 677 | "ژ", |
michael@0 | 678 | "ژ", |
michael@0 | 679 | "ا", |
michael@0 | 680 | "س", |
michael@0 | 681 | "ا", |
michael@0 | 682 | "ن", |
michael@0 | 683 | "د", |
michael@0 | 684 | } |
michael@0 | 685 | wide{ |
michael@0 | 686 | "ژانویه", |
michael@0 | 687 | "فوریه", |
michael@0 | 688 | "مارس", |
michael@0 | 689 | "آوریل", |
michael@0 | 690 | "مه", |
michael@0 | 691 | "ژوئن", |
michael@0 | 692 | "ژوئیه", |
michael@0 | 693 | "اوت", |
michael@0 | 694 | "سپتامبر", |
michael@0 | 695 | "اکتبر", |
michael@0 | 696 | "نوامبر", |
michael@0 | 697 | "دسامبر", |
michael@0 | 698 | } |
michael@0 | 699 | } |
michael@0 | 700 | } |
michael@0 | 701 | quarters{ |
michael@0 | 702 | format{ |
michael@0 | 703 | abbreviated{ |
michael@0 | 704 | "سم۱", |
michael@0 | 705 | "سم۲", |
michael@0 | 706 | "سم۳", |
michael@0 | 707 | "سم۴", |
michael@0 | 708 | } |
michael@0 | 709 | narrow{ |
michael@0 | 710 | "۱", |
michael@0 | 711 | "۲", |
michael@0 | 712 | "۳", |
michael@0 | 713 | "۴", |
michael@0 | 714 | } |
michael@0 | 715 | wide{ |
michael@0 | 716 | "سهماههٔ اول", |
michael@0 | 717 | "سهماههٔ دوم", |
michael@0 | 718 | "سهماههٔ سوم", |
michael@0 | 719 | "سهماههٔ چهارم", |
michael@0 | 720 | } |
michael@0 | 721 | } |
michael@0 | 722 | stand-alone{ |
michael@0 | 723 | abbreviated{ |
michael@0 | 724 | "سم۱", |
michael@0 | 725 | "سم۲", |
michael@0 | 726 | "سم۳", |
michael@0 | 727 | "سم۴", |
michael@0 | 728 | } |
michael@0 | 729 | narrow{ |
michael@0 | 730 | "۱", |
michael@0 | 731 | "۲", |
michael@0 | 732 | "۳", |
michael@0 | 733 | "۴", |
michael@0 | 734 | } |
michael@0 | 735 | wide{ |
michael@0 | 736 | "سهماههٔ اول", |
michael@0 | 737 | "سهماههٔ دوم", |
michael@0 | 738 | "سهماههٔ سوم", |
michael@0 | 739 | "سهماههٔ چهارم", |
michael@0 | 740 | } |
michael@0 | 741 | } |
michael@0 | 742 | } |
michael@0 | 743 | } |
michael@0 | 744 | hebrew{ |
michael@0 | 745 | monthNames{ |
michael@0 | 746 | format{ |
michael@0 | 747 | abbreviated{ |
michael@0 | 748 | "تشری", |
michael@0 | 749 | "حشوان", |
michael@0 | 750 | "کسلو", |
michael@0 | 751 | "طوت", |
michael@0 | 752 | "شباط", |
michael@0 | 753 | "آذار", |
michael@0 | 754 | "واذار", |
michael@0 | 755 | "نیسان", |
michael@0 | 756 | "ایار", |
michael@0 | 757 | "سیوان", |
michael@0 | 758 | "تموز", |
michael@0 | 759 | "آب", |
michael@0 | 760 | "ایلول", |
michael@0 | 761 | "واذار الثانی", |
michael@0 | 762 | } |
michael@0 | 763 | narrow{ |
michael@0 | 764 | "ت", |
michael@0 | 765 | "ح", |
michael@0 | 766 | "ک", |
michael@0 | 767 | "ط", |
michael@0 | 768 | "ش", |
michael@0 | 769 | "آ", |
michael@0 | 770 | "و", |
michael@0 | 771 | "ن", |
michael@0 | 772 | "ا", |
michael@0 | 773 | "س", |
michael@0 | 774 | "ت", |
michael@0 | 775 | "آ", |
michael@0 | 776 | "ا", |
michael@0 | 777 | "و", |
michael@0 | 778 | } |
michael@0 | 779 | wide{ |
michael@0 | 780 | "تشری", |
michael@0 | 781 | "حشوان", |
michael@0 | 782 | "کسلو", |
michael@0 | 783 | "طوت", |
michael@0 | 784 | "شباط", |
michael@0 | 785 | "آذار", |
michael@0 | 786 | "واذار", |
michael@0 | 787 | "نیسان", |
michael@0 | 788 | "ایار", |
michael@0 | 789 | "سیوان", |
michael@0 | 790 | "تموز", |
michael@0 | 791 | "آب", |
michael@0 | 792 | "ایلول", |
michael@0 | 793 | "واذار الثانی", |
michael@0 | 794 | } |
michael@0 | 795 | } |
michael@0 | 796 | stand-alone{ |
michael@0 | 797 | abbreviated{ |
michael@0 | 798 | "تشری", |
michael@0 | 799 | "حشوان", |
michael@0 | 800 | "کسلو", |
michael@0 | 801 | "طوت", |
michael@0 | 802 | "شباط", |
michael@0 | 803 | "آذار", |
michael@0 | 804 | "واذار", |
michael@0 | 805 | "نیسان", |
michael@0 | 806 | "ایار", |
michael@0 | 807 | "سیوان", |
michael@0 | 808 | "تموز", |
michael@0 | 809 | "آب", |
michael@0 | 810 | "ایلول", |
michael@0 | 811 | "واذار الثانی", |
michael@0 | 812 | } |
michael@0 | 813 | narrow{ |
michael@0 | 814 | "ت", |
michael@0 | 815 | "ح", |
michael@0 | 816 | "ک", |
michael@0 | 817 | "ط", |
michael@0 | 818 | "ش", |
michael@0 | 819 | "آ", |
michael@0 | 820 | "و", |
michael@0 | 821 | "ن", |
michael@0 | 822 | "ا", |
michael@0 | 823 | "س", |
michael@0 | 824 | "ت", |
michael@0 | 825 | "آ", |
michael@0 | 826 | "ا", |
michael@0 | 827 | "و", |
michael@0 | 828 | } |
michael@0 | 829 | wide{ |
michael@0 | 830 | "تشری", |
michael@0 | 831 | "حشوان", |
michael@0 | 832 | "کسلو", |
michael@0 | 833 | "طوت", |
michael@0 | 834 | "شباط", |
michael@0 | 835 | "آذار", |
michael@0 | 836 | "واذار", |
michael@0 | 837 | "نیسان", |
michael@0 | 838 | "ایار", |
michael@0 | 839 | "سیوان", |
michael@0 | 840 | "تموز", |
michael@0 | 841 | "آب", |
michael@0 | 842 | "ایلول", |
michael@0 | 843 | "واذار الثانی", |
michael@0 | 844 | } |
michael@0 | 845 | } |
michael@0 | 846 | } |
michael@0 | 847 | } |
michael@0 | 848 | islamic{ |
michael@0 | 849 | DateTimePatterns{ |
michael@0 | 850 | "H:mm:ss (zzzz)", |
michael@0 | 851 | "H:mm:ss (z)", |
michael@0 | 852 | "H:mm:ss", |
michael@0 | 853 | "H:mm", |
michael@0 | 854 | "EEEE d MMMM y GGGG", |
michael@0 | 855 | "d MMMM y G", |
michael@0 | 856 | "y/M/d G", |
michael@0 | 857 | "yy/M/d G", |
michael@0 | 858 | "{1}، {0}", |
michael@0 | 859 | "{1}، ساعت {0}", |
michael@0 | 860 | "{1}، ساعت {0}", |
michael@0 | 861 | "{1}، {0}", |
michael@0 | 862 | "{1}، {0}", |
michael@0 | 863 | } |
michael@0 | 864 | availableFormats{ |
michael@0 | 865 | Ed{"E d"} |
michael@0 | 866 | Gy{"y G"} |
michael@0 | 867 | GyMMM{"MMM y G"} |
michael@0 | 868 | GyMMMEd{"E d MMM y G"} |
michael@0 | 869 | GyMMMd{"d MMM y G"} |
michael@0 | 870 | H{"H"} |
michael@0 | 871 | Hm{"H:mm"} |
michael@0 | 872 | Hms{"H:mm:ss"} |
michael@0 | 873 | M{"L"} |
michael@0 | 874 | MEd{"E M/d"} |
michael@0 | 875 | MMM{"LLL"} |
michael@0 | 876 | MMMEd{"E d LLL"} |
michael@0 | 877 | MMMMEd{"E d LLLL"} |
michael@0 | 878 | MMMMd{"d LLLL"} |
michael@0 | 879 | MMMd{"d LLL"} |
michael@0 | 880 | Md{"M/d"} |
michael@0 | 881 | d{"d"} |
michael@0 | 882 | h{"h a"} |
michael@0 | 883 | hm{"h:mm a"} |
michael@0 | 884 | hms{"h:mm:ss a"} |
michael@0 | 885 | ms{"mm:ss"} |
michael@0 | 886 | y{"y"} |
michael@0 | 887 | yM{"y/M"} |
michael@0 | 888 | yMEd{"E y/M/d"} |
michael@0 | 889 | yMMM{"MMM y"} |
michael@0 | 890 | yMMMEd{"E d MMM y"} |
michael@0 | 891 | yMMMM{"MMMM y"} |
michael@0 | 892 | yQQQ{"QQQ y"} |
michael@0 | 893 | yQQQQ{"QQQQ y"} |
michael@0 | 894 | yyyy{"y G"} |
michael@0 | 895 | yyyyMMM{"MMM y G"} |
michael@0 | 896 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 897 | yyyyMMMd{"d MMM y G"} |
michael@0 | 898 | yyyyQQQ{"QQQQ y G"} |
michael@0 | 899 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 900 | } |
michael@0 | 901 | eras{ |
michael@0 | 902 | abbreviated{ |
michael@0 | 903 | "ه.ق.", |
michael@0 | 904 | } |
michael@0 | 905 | wide{ |
michael@0 | 906 | "هجری قمری", |
michael@0 | 907 | } |
michael@0 | 908 | } |
michael@0 | 909 | monthNames{ |
michael@0 | 910 | format{ |
michael@0 | 911 | abbreviated{ |
michael@0 | 912 | "محرم", |
michael@0 | 913 | "صفر", |
michael@0 | 914 | "ربیع الاول", |
michael@0 | 915 | "ربیع الثانی", |
michael@0 | 916 | "جمادی الاول", |
michael@0 | 917 | "جمادی الثانی", |
michael@0 | 918 | "رجب", |
michael@0 | 919 | "شعبان", |
michael@0 | 920 | "رمضان", |
michael@0 | 921 | "شوال", |
michael@0 | 922 | "ذیقعدهٔ", |
michael@0 | 923 | "ذیحجهٔ", |
michael@0 | 924 | } |
michael@0 | 925 | narrow{ |
michael@0 | 926 | "م", |
michael@0 | 927 | "ص", |
michael@0 | 928 | "ر", |
michael@0 | 929 | "ر", |
michael@0 | 930 | "ج", |
michael@0 | 931 | "ج", |
michael@0 | 932 | "ر", |
michael@0 | 933 | "ش", |
michael@0 | 934 | "ر", |
michael@0 | 935 | "ش", |
michael@0 | 936 | "ذ", |
michael@0 | 937 | "ذ", |
michael@0 | 938 | } |
michael@0 | 939 | wide{ |
michael@0 | 940 | "محرم", |
michael@0 | 941 | "صفر", |
michael@0 | 942 | "ربیع الاول", |
michael@0 | 943 | "ربیع الثانی", |
michael@0 | 944 | "جمادی الاول", |
michael@0 | 945 | "جمادی الثانی", |
michael@0 | 946 | "رجب", |
michael@0 | 947 | "شعبان", |
michael@0 | 948 | "رمضان", |
michael@0 | 949 | "شوال", |
michael@0 | 950 | "ذیقعدهٔ", |
michael@0 | 951 | "ذیحجهٔ", |
michael@0 | 952 | } |
michael@0 | 953 | } |
michael@0 | 954 | stand-alone{ |
michael@0 | 955 | abbreviated{ |
michael@0 | 956 | "محرم", |
michael@0 | 957 | "صفر", |
michael@0 | 958 | "ربیع الاول", |
michael@0 | 959 | "ربیع الثانی", |
michael@0 | 960 | "جمادی الاول", |
michael@0 | 961 | "جمادی الثانی", |
michael@0 | 962 | "رجب", |
michael@0 | 963 | "شعبان", |
michael@0 | 964 | "رمضان", |
michael@0 | 965 | "شوال", |
michael@0 | 966 | "ذیقعده", |
michael@0 | 967 | "ذیحجه", |
michael@0 | 968 | } |
michael@0 | 969 | narrow{ |
michael@0 | 970 | "م", |
michael@0 | 971 | "ص", |
michael@0 | 972 | "ر", |
michael@0 | 973 | "ر", |
michael@0 | 974 | "ج", |
michael@0 | 975 | "ج", |
michael@0 | 976 | "ر", |
michael@0 | 977 | "ش", |
michael@0 | 978 | "ر", |
michael@0 | 979 | "ش", |
michael@0 | 980 | "ذ", |
michael@0 | 981 | "ذ", |
michael@0 | 982 | } |
michael@0 | 983 | wide{ |
michael@0 | 984 | "محرم", |
michael@0 | 985 | "صفر", |
michael@0 | 986 | "ربیع الاول", |
michael@0 | 987 | "ربیع الثانی", |
michael@0 | 988 | "جمادی الاول", |
michael@0 | 989 | "جمادی الثانی", |
michael@0 | 990 | "رجب", |
michael@0 | 991 | "شعبان", |
michael@0 | 992 | "رمضان", |
michael@0 | 993 | "شوال", |
michael@0 | 994 | "ذیقعده", |
michael@0 | 995 | "ذیحجه", |
michael@0 | 996 | } |
michael@0 | 997 | } |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | persian{ |
michael@0 | 1001 | eras{ |
michael@0 | 1002 | abbreviated{ |
michael@0 | 1003 | "ه.ش.", |
michael@0 | 1004 | } |
michael@0 | 1005 | wide{ |
michael@0 | 1006 | "هجری شمسی", |
michael@0 | 1007 | } |
michael@0 | 1008 | } |
michael@0 | 1009 | monthNames{ |
michael@0 | 1010 | format{ |
michael@0 | 1011 | abbreviated{ |
michael@0 | 1012 | "فروردین", |
michael@0 | 1013 | "اردیبهشت", |
michael@0 | 1014 | "خرداد", |
michael@0 | 1015 | "تیر", |
michael@0 | 1016 | "مرداد", |
michael@0 | 1017 | "شهریور", |
michael@0 | 1018 | "مهر", |
michael@0 | 1019 | "آبان", |
michael@0 | 1020 | "آذر", |
michael@0 | 1021 | "دی", |
michael@0 | 1022 | "بهمن", |
michael@0 | 1023 | "اسفند", |
michael@0 | 1024 | } |
michael@0 | 1025 | narrow{ |
michael@0 | 1026 | "ف", |
michael@0 | 1027 | "ا", |
michael@0 | 1028 | "خ", |
michael@0 | 1029 | "ت", |
michael@0 | 1030 | "م", |
michael@0 | 1031 | "ش", |
michael@0 | 1032 | "م", |
michael@0 | 1033 | "آ", |
michael@0 | 1034 | "آ", |
michael@0 | 1035 | "د", |
michael@0 | 1036 | "ب", |
michael@0 | 1037 | "ا", |
michael@0 | 1038 | } |
michael@0 | 1039 | wide{ |
michael@0 | 1040 | "فروردین", |
michael@0 | 1041 | "اردیبهشت", |
michael@0 | 1042 | "خرداد", |
michael@0 | 1043 | "تیر", |
michael@0 | 1044 | "مرداد", |
michael@0 | 1045 | "شهریور", |
michael@0 | 1046 | "مهر", |
michael@0 | 1047 | "آبان", |
michael@0 | 1048 | "آذر", |
michael@0 | 1049 | "دی", |
michael@0 | 1050 | "بهمن", |
michael@0 | 1051 | "اسفند", |
michael@0 | 1052 | } |
michael@0 | 1053 | } |
michael@0 | 1054 | stand-alone{ |
michael@0 | 1055 | abbreviated{ |
michael@0 | 1056 | "فروردین", |
michael@0 | 1057 | "اردیبهشت", |
michael@0 | 1058 | "خرداد", |
michael@0 | 1059 | "تیر", |
michael@0 | 1060 | "مرداد", |
michael@0 | 1061 | "شهریور", |
michael@0 | 1062 | "مهر", |
michael@0 | 1063 | "آبان", |
michael@0 | 1064 | "آذر", |
michael@0 | 1065 | "دی", |
michael@0 | 1066 | "بهمن", |
michael@0 | 1067 | "اسفند", |
michael@0 | 1068 | } |
michael@0 | 1069 | narrow{ |
michael@0 | 1070 | "ف", |
michael@0 | 1071 | "ا", |
michael@0 | 1072 | "خ", |
michael@0 | 1073 | "ت", |
michael@0 | 1074 | "م", |
michael@0 | 1075 | "ش", |
michael@0 | 1076 | "م", |
michael@0 | 1077 | "آ", |
michael@0 | 1078 | "آ", |
michael@0 | 1079 | "د", |
michael@0 | 1080 | "ب", |
michael@0 | 1081 | "ا", |
michael@0 | 1082 | } |
michael@0 | 1083 | wide{ |
michael@0 | 1084 | "فروردین", |
michael@0 | 1085 | "اردیبهشت", |
michael@0 | 1086 | "خرداد", |
michael@0 | 1087 | "تیر", |
michael@0 | 1088 | "مرداد", |
michael@0 | 1089 | "شهریور", |
michael@0 | 1090 | "مهر", |
michael@0 | 1091 | "آبان", |
michael@0 | 1092 | "آذر", |
michael@0 | 1093 | "دی", |
michael@0 | 1094 | "بهمن", |
michael@0 | 1095 | "اسفند", |
michael@0 | 1096 | } |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | } |
michael@0 | 1100 | } |
michael@0 | 1101 | delimiters{ |
michael@0 | 1102 | alternateQuotationEnd{"›"} |
michael@0 | 1103 | alternateQuotationStart{"‹"} |
michael@0 | 1104 | quotationEnd{"»"} |
michael@0 | 1105 | quotationStart{"«"} |
michael@0 | 1106 | } |
michael@0 | 1107 | durationUnits{ |
michael@0 | 1108 | hm{"h:mm"} |
michael@0 | 1109 | hms{"h:mm:ss"} |
michael@0 | 1110 | ms{"m:ss"} |
michael@0 | 1111 | } |
michael@0 | 1112 | fields{ |
michael@0 | 1113 | day{ |
michael@0 | 1114 | dn{"روز"} |
michael@0 | 1115 | relative{ |
michael@0 | 1116 | "-1"{"دیروز"} |
michael@0 | 1117 | "-2"{"پریروز"} |
michael@0 | 1118 | "0"{"امروز"} |
michael@0 | 1119 | "1"{"فردا"} |
michael@0 | 1120 | "2"{"پسفردا"} |
michael@0 | 1121 | } |
michael@0 | 1122 | relativeTime{ |
michael@0 | 1123 | future{ |
michael@0 | 1124 | one{"{0} روز بعد"} |
michael@0 | 1125 | other{"{0} روز بعد"} |
michael@0 | 1126 | } |
michael@0 | 1127 | past{ |
michael@0 | 1128 | one{"{0} روز پیش"} |
michael@0 | 1129 | other{"{0} روز پیش"} |
michael@0 | 1130 | } |
michael@0 | 1131 | } |
michael@0 | 1132 | } |
michael@0 | 1133 | dayperiod{ |
michael@0 | 1134 | dn{"قبل/بعدازظهر"} |
michael@0 | 1135 | } |
michael@0 | 1136 | era{ |
michael@0 | 1137 | dn{"دوره"} |
michael@0 | 1138 | } |
michael@0 | 1139 | fri{ |
michael@0 | 1140 | relative{ |
michael@0 | 1141 | "-1"{"جمعهٔ گذشته"} |
michael@0 | 1142 | "0"{"این جمعه"} |
michael@0 | 1143 | "1"{"جمعهٔ آینده"} |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | hour{ |
michael@0 | 1147 | dn{"ساعت"} |
michael@0 | 1148 | relativeTime{ |
michael@0 | 1149 | future{ |
michael@0 | 1150 | one{"{0} ساعت بعد"} |
michael@0 | 1151 | other{"{0} ساعت بعد"} |
michael@0 | 1152 | } |
michael@0 | 1153 | past{ |
michael@0 | 1154 | one{"{0} ساعت پیش"} |
michael@0 | 1155 | other{"{0} ساعت پیش"} |
michael@0 | 1156 | } |
michael@0 | 1157 | } |
michael@0 | 1158 | } |
michael@0 | 1159 | minute{ |
michael@0 | 1160 | dn{"دقیقه"} |
michael@0 | 1161 | relativeTime{ |
michael@0 | 1162 | future{ |
michael@0 | 1163 | one{"{0} دقیقه بعد"} |
michael@0 | 1164 | other{"{0} دقیقه بعد"} |
michael@0 | 1165 | } |
michael@0 | 1166 | past{ |
michael@0 | 1167 | one{"{0} دقیقه پیش"} |
michael@0 | 1168 | other{"{0} دقیقه پیش"} |
michael@0 | 1169 | } |
michael@0 | 1170 | } |
michael@0 | 1171 | } |
michael@0 | 1172 | mon{ |
michael@0 | 1173 | relative{ |
michael@0 | 1174 | "-1"{"دوشنبهٔ گذشته"} |
michael@0 | 1175 | "0"{"این دوشنبه"} |
michael@0 | 1176 | "1"{"دوشنبهٔ آینده"} |
michael@0 | 1177 | } |
michael@0 | 1178 | } |
michael@0 | 1179 | month{ |
michael@0 | 1180 | dn{"ماه"} |
michael@0 | 1181 | relative{ |
michael@0 | 1182 | "-1"{"ماه گذشته"} |
michael@0 | 1183 | "0"{"این ماه"} |
michael@0 | 1184 | "1"{"ماه آینده"} |
michael@0 | 1185 | } |
michael@0 | 1186 | relativeTime{ |
michael@0 | 1187 | future{ |
michael@0 | 1188 | one{"{0} ماه بعد"} |
michael@0 | 1189 | other{"{0} ماه بعد"} |
michael@0 | 1190 | } |
michael@0 | 1191 | past{ |
michael@0 | 1192 | one{"{0} ماه پیش"} |
michael@0 | 1193 | other{"{0} ماه پیش"} |
michael@0 | 1194 | } |
michael@0 | 1195 | } |
michael@0 | 1196 | } |
michael@0 | 1197 | sat{ |
michael@0 | 1198 | relative{ |
michael@0 | 1199 | "-1"{"شنبهٔ گذشته"} |
michael@0 | 1200 | "0"{"این شنبه"} |
michael@0 | 1201 | "1"{"شنبهٔ آینده"} |
michael@0 | 1202 | } |
michael@0 | 1203 | } |
michael@0 | 1204 | second{ |
michael@0 | 1205 | dn{"ثانیه"} |
michael@0 | 1206 | relative{ |
michael@0 | 1207 | "0"{"اکنون"} |
michael@0 | 1208 | } |
michael@0 | 1209 | relativeTime{ |
michael@0 | 1210 | future{ |
michael@0 | 1211 | one{"{0} ثانیه بعد"} |
michael@0 | 1212 | other{"{0} ثانیه بعد"} |
michael@0 | 1213 | } |
michael@0 | 1214 | past{ |
michael@0 | 1215 | one{"{0} ثانیه پیش"} |
michael@0 | 1216 | other{"{0} ثانیه پیش"} |
michael@0 | 1217 | } |
michael@0 | 1218 | } |
michael@0 | 1219 | } |
michael@0 | 1220 | sun{ |
michael@0 | 1221 | relative{ |
michael@0 | 1222 | "-1"{"یکشنبهٔ گذشته"} |
michael@0 | 1223 | "0"{"این یکشنبه"} |
michael@0 | 1224 | "1"{"یکشنبهٔ آینده"} |
michael@0 | 1225 | } |
michael@0 | 1226 | } |
michael@0 | 1227 | thu{ |
michael@0 | 1228 | relative{ |
michael@0 | 1229 | "-1"{"پنجشنبهٔ گذشته"} |
michael@0 | 1230 | "0"{"این پنجشنبه"} |
michael@0 | 1231 | "1"{"پنجشنبهٔ آینده"} |
michael@0 | 1232 | } |
michael@0 | 1233 | } |
michael@0 | 1234 | tue{ |
michael@0 | 1235 | relative{ |
michael@0 | 1236 | "-1"{"سهشنبهٔ گذشته"} |
michael@0 | 1237 | "0"{"این سهشنبه"} |
michael@0 | 1238 | "1"{"سهشنبهٔ آینده"} |
michael@0 | 1239 | } |
michael@0 | 1240 | } |
michael@0 | 1241 | wed{ |
michael@0 | 1242 | relative{ |
michael@0 | 1243 | "-1"{"چهارشنبهٔ گذشته"} |
michael@0 | 1244 | "0"{"این چهارشنبه"} |
michael@0 | 1245 | "1"{"چهارشنبهٔ آینده"} |
michael@0 | 1246 | } |
michael@0 | 1247 | } |
michael@0 | 1248 | week{ |
michael@0 | 1249 | dn{"هفته"} |
michael@0 | 1250 | relative{ |
michael@0 | 1251 | "-1"{"هفتهٔ گذشته"} |
michael@0 | 1252 | "0"{"این هفته"} |
michael@0 | 1253 | "1"{"هفتهٔ آینده"} |
michael@0 | 1254 | } |
michael@0 | 1255 | relativeTime{ |
michael@0 | 1256 | future{ |
michael@0 | 1257 | one{"{0} هفته بعد"} |
michael@0 | 1258 | other{"{0} هفته بعد"} |
michael@0 | 1259 | } |
michael@0 | 1260 | past{ |
michael@0 | 1261 | one{"{0} هفته پیش"} |
michael@0 | 1262 | other{"{0} هفته پیش"} |
michael@0 | 1263 | } |
michael@0 | 1264 | } |
michael@0 | 1265 | } |
michael@0 | 1266 | weekday{ |
michael@0 | 1267 | dn{"روز هفته"} |
michael@0 | 1268 | } |
michael@0 | 1269 | year{ |
michael@0 | 1270 | dn{"سال"} |
michael@0 | 1271 | relative{ |
michael@0 | 1272 | "-1"{"سال گذشته"} |
michael@0 | 1273 | "0"{"امسال"} |
michael@0 | 1274 | "1"{"سال آینده"} |
michael@0 | 1275 | } |
michael@0 | 1276 | relativeTime{ |
michael@0 | 1277 | future{ |
michael@0 | 1278 | one{"{0} سال بعد"} |
michael@0 | 1279 | other{"{0} سال بعد"} |
michael@0 | 1280 | } |
michael@0 | 1281 | past{ |
michael@0 | 1282 | one{"{0} سال پیش"} |
michael@0 | 1283 | other{"{0} سال پیش"} |
michael@0 | 1284 | } |
michael@0 | 1285 | } |
michael@0 | 1286 | } |
michael@0 | 1287 | zone{ |
michael@0 | 1288 | dn{"منطقهٔ زمانی"} |
michael@0 | 1289 | } |
michael@0 | 1290 | } |
michael@0 | 1291 | layout{ |
michael@0 | 1292 | characters{"right-to-left"} |
michael@0 | 1293 | } |
michael@0 | 1294 | listPattern{ |
michael@0 | 1295 | standard{ |
michael@0 | 1296 | 2{"{0} و {1}"} |
michael@0 | 1297 | end{"{0}، و {1}"} |
michael@0 | 1298 | middle{"{0}، {1}"} |
michael@0 | 1299 | start{"{0}، {1}"} |
michael@0 | 1300 | } |
michael@0 | 1301 | unit{ |
michael@0 | 1302 | 2{"{0} و {1}"} |
michael@0 | 1303 | end{"{0}، و {1}"} |
michael@0 | 1304 | middle{"{0}، {1}"} |
michael@0 | 1305 | start{"{0}، {1}"} |
michael@0 | 1306 | } |
michael@0 | 1307 | unit-narrow{ |
michael@0 | 1308 | 2{"{0} و {1}"} |
michael@0 | 1309 | end{"{0} و {1}"} |
michael@0 | 1310 | } |
michael@0 | 1311 | unit-short{ |
michael@0 | 1312 | 2{"{0} و {1}"} |
michael@0 | 1313 | end{"{0} و {1}"} |
michael@0 | 1314 | middle{"{0}، {1}"} |
michael@0 | 1315 | start{"{0}، {1}"} |
michael@0 | 1316 | } |
michael@0 | 1317 | } |
michael@0 | 1318 | measurementSystemNames{ |
michael@0 | 1319 | UK{"بریتانیایی"} |
michael@0 | 1320 | US{"امریکایی"} |
michael@0 | 1321 | metric{"متریک"} |
michael@0 | 1322 | } |
michael@0 | 1323 | transformNames{ |
michael@0 | 1324 | BGN{"BGN"} |
michael@0 | 1325 | Numeric{"سیستم اعداد"} |
michael@0 | 1326 | Tone{"تون"} |
michael@0 | 1327 | UNGEGN{"UNGEGN"} |
michael@0 | 1328 | x-Accents{"تکیه"} |
michael@0 | 1329 | x-Fullwidth{"تمامعرض"} |
michael@0 | 1330 | x-Halfwidth{"نیمعرض"} |
michael@0 | 1331 | x-Jamo{"جامو"} |
michael@0 | 1332 | x-Pinyin{"پینیین"} |
michael@0 | 1333 | x-Publishing{"نشر"} |
michael@0 | 1334 | } |
michael@0 | 1335 | units{ |
michael@0 | 1336 | angle{ |
michael@0 | 1337 | arc-minute{ |
michael@0 | 1338 | one{"{0} دقیقه"} |
michael@0 | 1339 | other{"{0} دقیقه"} |
michael@0 | 1340 | } |
michael@0 | 1341 | arc-second{ |
michael@0 | 1342 | one{"{0} ثانیه"} |
michael@0 | 1343 | other{"{0} ثانیه"} |
michael@0 | 1344 | } |
michael@0 | 1345 | degree{ |
michael@0 | 1346 | one{"{0} درجه"} |
michael@0 | 1347 | other{"{0} درجه"} |
michael@0 | 1348 | } |
michael@0 | 1349 | } |
michael@0 | 1350 | area{ |
michael@0 | 1351 | acre{ |
michael@0 | 1352 | one{"{0} جریب"} |
michael@0 | 1353 | other{"{0} جریب"} |
michael@0 | 1354 | } |
michael@0 | 1355 | hectare{ |
michael@0 | 1356 | one{"{0} هکتار"} |
michael@0 | 1357 | other{"{0} هکتار"} |
michael@0 | 1358 | } |
michael@0 | 1359 | square-foot{ |
michael@0 | 1360 | one{"{0} فوت مربع"} |
michael@0 | 1361 | other{"{0} فوت مربع"} |
michael@0 | 1362 | } |
michael@0 | 1363 | square-kilometer{ |
michael@0 | 1364 | one{"{0} کیلومتر مربع"} |
michael@0 | 1365 | other{"{0} کیلومتر مربع"} |
michael@0 | 1366 | } |
michael@0 | 1367 | square-meter{ |
michael@0 | 1368 | one{"{0} متر مربع"} |
michael@0 | 1369 | other{"{0} متر مربع"} |
michael@0 | 1370 | } |
michael@0 | 1371 | square-mile{ |
michael@0 | 1372 | one{"{0} مایل مربع"} |
michael@0 | 1373 | other{"{0} مایل مربع"} |
michael@0 | 1374 | } |
michael@0 | 1375 | } |
michael@0 | 1376 | compound{ |
michael@0 | 1377 | per{"{0} بر {1}"} |
michael@0 | 1378 | } |
michael@0 | 1379 | duration{ |
michael@0 | 1380 | day{ |
michael@0 | 1381 | one{"{0} روز"} |
michael@0 | 1382 | other{"{0} روز"} |
michael@0 | 1383 | } |
michael@0 | 1384 | hour{ |
michael@0 | 1385 | one{"{0} ساعت"} |
michael@0 | 1386 | other{"{0} ساعت"} |
michael@0 | 1387 | } |
michael@0 | 1388 | millisecond{ |
michael@0 | 1389 | one{"{0} میلیثانیه"} |
michael@0 | 1390 | other{"{0} میلیثانیه"} |
michael@0 | 1391 | } |
michael@0 | 1392 | minute{ |
michael@0 | 1393 | one{"{0} دقیقه"} |
michael@0 | 1394 | other{"{0} دقیقه"} |
michael@0 | 1395 | } |
michael@0 | 1396 | month{ |
michael@0 | 1397 | one{"{0} ماه"} |
michael@0 | 1398 | other{"{0} ماه"} |
michael@0 | 1399 | } |
michael@0 | 1400 | second{ |
michael@0 | 1401 | one{"{0} ثانیه"} |
michael@0 | 1402 | other{"{0} ثانیه"} |
michael@0 | 1403 | } |
michael@0 | 1404 | week{ |
michael@0 | 1405 | one{"{0} هفته"} |
michael@0 | 1406 | other{"{0} هفته"} |
michael@0 | 1407 | } |
michael@0 | 1408 | year{ |
michael@0 | 1409 | one{"{0} سال"} |
michael@0 | 1410 | other{"{0} سال"} |
michael@0 | 1411 | } |
michael@0 | 1412 | } |
michael@0 | 1413 | length{ |
michael@0 | 1414 | centimeter{ |
michael@0 | 1415 | one{"{0} سانتیمتر"} |
michael@0 | 1416 | other{"{0} سانتیمتر"} |
michael@0 | 1417 | } |
michael@0 | 1418 | foot{ |
michael@0 | 1419 | one{"{0} فوت"} |
michael@0 | 1420 | other{"{0} فوت"} |
michael@0 | 1421 | } |
michael@0 | 1422 | inch{ |
michael@0 | 1423 | one{"{0} اینچ"} |
michael@0 | 1424 | other{"{0} اینچ"} |
michael@0 | 1425 | } |
michael@0 | 1426 | kilometer{ |
michael@0 | 1427 | one{"{0} کیلومتر"} |
michael@0 | 1428 | other{"{0} کیلومتر"} |
michael@0 | 1429 | } |
michael@0 | 1430 | light-year{ |
michael@0 | 1431 | one{"{0} سال نوری"} |
michael@0 | 1432 | other{"{0} سال نوری"} |
michael@0 | 1433 | } |
michael@0 | 1434 | meter{ |
michael@0 | 1435 | one{"{0} متر"} |
michael@0 | 1436 | other{"{0} متر"} |
michael@0 | 1437 | } |
michael@0 | 1438 | mile{ |
michael@0 | 1439 | one{"{0} مایل"} |
michael@0 | 1440 | other{"{0} مایل"} |
michael@0 | 1441 | } |
michael@0 | 1442 | millimeter{ |
michael@0 | 1443 | one{"{0} میلیمتر"} |
michael@0 | 1444 | other{"{0} میلیمتر"} |
michael@0 | 1445 | } |
michael@0 | 1446 | picometer{ |
michael@0 | 1447 | one{"{0} پیکومتر"} |
michael@0 | 1448 | other{"{0} پیکومتر"} |
michael@0 | 1449 | } |
michael@0 | 1450 | yard{ |
michael@0 | 1451 | one{"{0} یارد"} |
michael@0 | 1452 | other{"{0} یارد"} |
michael@0 | 1453 | } |
michael@0 | 1454 | } |
michael@0 | 1455 | mass{ |
michael@0 | 1456 | gram{ |
michael@0 | 1457 | one{"{0} گرم"} |
michael@0 | 1458 | other{"{0} گرم"} |
michael@0 | 1459 | } |
michael@0 | 1460 | kilogram{ |
michael@0 | 1461 | one{"{0} کیلوگرم"} |
michael@0 | 1462 | other{"{0} کیلوگرم"} |
michael@0 | 1463 | } |
michael@0 | 1464 | ounce{ |
michael@0 | 1465 | one{"{0} اونس"} |
michael@0 | 1466 | other{"{0} اونس"} |
michael@0 | 1467 | } |
michael@0 | 1468 | pound{ |
michael@0 | 1469 | one{"{0} پوند"} |
michael@0 | 1470 | other{"{0} پوند"} |
michael@0 | 1471 | } |
michael@0 | 1472 | } |
michael@0 | 1473 | power{ |
michael@0 | 1474 | horsepower{ |
michael@0 | 1475 | one{"{0} اسب بخار"} |
michael@0 | 1476 | other{"{0} اسب بخار"} |
michael@0 | 1477 | } |
michael@0 | 1478 | kilowatt{ |
michael@0 | 1479 | one{"{0} کیلووات"} |
michael@0 | 1480 | other{"{0} کیلووات"} |
michael@0 | 1481 | } |
michael@0 | 1482 | watt{ |
michael@0 | 1483 | one{"{0} وات"} |
michael@0 | 1484 | other{"{0} وات"} |
michael@0 | 1485 | } |
michael@0 | 1486 | } |
michael@0 | 1487 | pressure{ |
michael@0 | 1488 | hectopascal{ |
michael@0 | 1489 | one{"{0} هکتوپاسکال"} |
michael@0 | 1490 | other{"{0} هکتوپاسکال"} |
michael@0 | 1491 | } |
michael@0 | 1492 | inch-hg{ |
michael@0 | 1493 | one{"{0} اینچ جیوه"} |
michael@0 | 1494 | other{"{0} اینچ جیوه"} |
michael@0 | 1495 | } |
michael@0 | 1496 | millibar{ |
michael@0 | 1497 | one{"{0} میلیبار"} |
michael@0 | 1498 | other{"{0} میلیبار"} |
michael@0 | 1499 | } |
michael@0 | 1500 | } |
michael@0 | 1501 | speed{ |
michael@0 | 1502 | kilometer-per-hour{ |
michael@0 | 1503 | one{"{0} کیلومتر در ساعت"} |
michael@0 | 1504 | other{"{0} کیلومتر در ساعت"} |
michael@0 | 1505 | } |
michael@0 | 1506 | meter-per-second{ |
michael@0 | 1507 | one{"{0} متر در ثانیه"} |
michael@0 | 1508 | other{"{0} متر در ثانیه"} |
michael@0 | 1509 | } |
michael@0 | 1510 | mile-per-hour{ |
michael@0 | 1511 | one{"{0} مایل در ساعت"} |
michael@0 | 1512 | other{"{0} مایل در ساعت"} |
michael@0 | 1513 | } |
michael@0 | 1514 | } |
michael@0 | 1515 | temperature{ |
michael@0 | 1516 | celsius{ |
michael@0 | 1517 | one{"{0} درجهٔ سلسیوس"} |
michael@0 | 1518 | other{"{0} درجهٔ سلسیوس"} |
michael@0 | 1519 | } |
michael@0 | 1520 | fahrenheit{ |
michael@0 | 1521 | one{"{0} درجهٔ فارنهایت"} |
michael@0 | 1522 | other{"{0} درجهٔ فارنهایت"} |
michael@0 | 1523 | } |
michael@0 | 1524 | } |
michael@0 | 1525 | volume{ |
michael@0 | 1526 | cubic-kilometer{ |
michael@0 | 1527 | one{"{0} کیلومتر مکعب"} |
michael@0 | 1528 | other{"{0} کیلومتر مکعب"} |
michael@0 | 1529 | } |
michael@0 | 1530 | cubic-mile{ |
michael@0 | 1531 | one{"{0} مایل مکعب"} |
michael@0 | 1532 | other{"{0} مایل مکعب"} |
michael@0 | 1533 | } |
michael@0 | 1534 | liter{ |
michael@0 | 1535 | one{"{0} لیتر"} |
michael@0 | 1536 | other{"{0} لیتر"} |
michael@0 | 1537 | } |
michael@0 | 1538 | } |
michael@0 | 1539 | } |
michael@0 | 1540 | unitsNarrow{ |
michael@0 | 1541 | acceleration{ |
michael@0 | 1542 | g-force{ |
michael@0 | 1543 | one{"{0}G"} |
michael@0 | 1544 | other{"{0}G"} |
michael@0 | 1545 | } |
michael@0 | 1546 | } |
michael@0 | 1547 | angle{ |
michael@0 | 1548 | arc-minute{ |
michael@0 | 1549 | one{"{0}′"} |
michael@0 | 1550 | other{"{0}′"} |
michael@0 | 1551 | } |
michael@0 | 1552 | arc-second{ |
michael@0 | 1553 | one{"{0}″"} |
michael@0 | 1554 | other{"{0}″"} |
michael@0 | 1555 | } |
michael@0 | 1556 | degree{ |
michael@0 | 1557 | one{"{0}°"} |
michael@0 | 1558 | other{"{0}°"} |
michael@0 | 1559 | } |
michael@0 | 1560 | } |
michael@0 | 1561 | area{ |
michael@0 | 1562 | acre{ |
michael@0 | 1563 | one{"{0}جریب"} |
michael@0 | 1564 | other{"{0} جریب"} |
michael@0 | 1565 | } |
michael@0 | 1566 | hectare{ |
michael@0 | 1567 | one{"{0}ha"} |
michael@0 | 1568 | other{"{0}ha"} |
michael@0 | 1569 | } |
michael@0 | 1570 | square-foot{ |
michael@0 | 1571 | one{"{0}ft²"} |
michael@0 | 1572 | other{"{0}ft²"} |
michael@0 | 1573 | } |
michael@0 | 1574 | square-kilometer{ |
michael@0 | 1575 | one{"{0}km²"} |
michael@0 | 1576 | other{"{0}km²"} |
michael@0 | 1577 | } |
michael@0 | 1578 | square-meter{ |
michael@0 | 1579 | one{"{0}m²"} |
michael@0 | 1580 | other{"{0}m²"} |
michael@0 | 1581 | } |
michael@0 | 1582 | square-mile{ |
michael@0 | 1583 | one{"{0} mi²"} |
michael@0 | 1584 | other{"{0} mi²"} |
michael@0 | 1585 | } |
michael@0 | 1586 | } |
michael@0 | 1587 | compound{ |
michael@0 | 1588 | per{"{0}/{1}"} |
michael@0 | 1589 | } |
michael@0 | 1590 | duration{ |
michael@0 | 1591 | day{ |
michael@0 | 1592 | one{"{0} روز"} |
michael@0 | 1593 | other{"{0} روز"} |
michael@0 | 1594 | } |
michael@0 | 1595 | hour{ |
michael@0 | 1596 | one{"{0} ساعت"} |
michael@0 | 1597 | other{"{0} ساعت"} |
michael@0 | 1598 | } |
michael@0 | 1599 | millisecond{ |
michael@0 | 1600 | one{"{0}ms"} |
michael@0 | 1601 | other{"{0}ms"} |
michael@0 | 1602 | } |
michael@0 | 1603 | minute{ |
michael@0 | 1604 | one{"{0} دقیقه"} |
michael@0 | 1605 | other{"{0} دقیقه"} |
michael@0 | 1606 | } |
michael@0 | 1607 | month{ |
michael@0 | 1608 | one{"{0} ماه"} |
michael@0 | 1609 | other{"{0} ماه"} |
michael@0 | 1610 | } |
michael@0 | 1611 | second{ |
michael@0 | 1612 | one{"{0}s"} |
michael@0 | 1613 | other{"{0}s"} |
michael@0 | 1614 | } |
michael@0 | 1615 | week{ |
michael@0 | 1616 | one{"{0} هفته"} |
michael@0 | 1617 | other{"{0} هفته"} |
michael@0 | 1618 | } |
michael@0 | 1619 | year{ |
michael@0 | 1620 | one{"{0} سال"} |
michael@0 | 1621 | other{"{0} سال"} |
michael@0 | 1622 | } |
michael@0 | 1623 | } |
michael@0 | 1624 | length{ |
michael@0 | 1625 | centimeter{ |
michael@0 | 1626 | one{"{0} cm"} |
michael@0 | 1627 | other{"{0} cm"} |
michael@0 | 1628 | } |
michael@0 | 1629 | foot{ |
michael@0 | 1630 | one{"{0}ft"} |
michael@0 | 1631 | other{"{0}ft"} |
michael@0 | 1632 | } |
michael@0 | 1633 | inch{ |
michael@0 | 1634 | one{"{0}in"} |
michael@0 | 1635 | other{"{0}in"} |
michael@0 | 1636 | } |
michael@0 | 1637 | kilometer{ |
michael@0 | 1638 | one{"{0}km"} |
michael@0 | 1639 | other{"{0}km"} |
michael@0 | 1640 | } |
michael@0 | 1641 | light-year{ |
michael@0 | 1642 | one{"{0}ly"} |
michael@0 | 1643 | other{"{0}ly"} |
michael@0 | 1644 | } |
michael@0 | 1645 | meter{ |
michael@0 | 1646 | one{"{0}m"} |
michael@0 | 1647 | other{"{0}m"} |
michael@0 | 1648 | } |
michael@0 | 1649 | mile{ |
michael@0 | 1650 | one{"{0}mi"} |
michael@0 | 1651 | other{"{0}mi"} |
michael@0 | 1652 | } |
michael@0 | 1653 | millimeter{ |
michael@0 | 1654 | one{"{0}mm"} |
michael@0 | 1655 | other{"{0}mm"} |
michael@0 | 1656 | } |
michael@0 | 1657 | picometer{ |
michael@0 | 1658 | one{"{0}pm"} |
michael@0 | 1659 | other{"{0}pm"} |
michael@0 | 1660 | } |
michael@0 | 1661 | yard{ |
michael@0 | 1662 | one{"{0}yd"} |
michael@0 | 1663 | other{"{0}yd"} |
michael@0 | 1664 | } |
michael@0 | 1665 | } |
michael@0 | 1666 | mass{ |
michael@0 | 1667 | gram{ |
michael@0 | 1668 | one{"{0}g"} |
michael@0 | 1669 | other{"{0}g"} |
michael@0 | 1670 | } |
michael@0 | 1671 | kilogram{ |
michael@0 | 1672 | one{"{0}kg"} |
michael@0 | 1673 | other{"{0}kg"} |
michael@0 | 1674 | } |
michael@0 | 1675 | ounce{ |
michael@0 | 1676 | one{"{0}oz"} |
michael@0 | 1677 | other{"{0}oz"} |
michael@0 | 1678 | } |
michael@0 | 1679 | pound{ |
michael@0 | 1680 | one{"{0}lb"} |
michael@0 | 1681 | other{"{0}lb"} |
michael@0 | 1682 | } |
michael@0 | 1683 | } |
michael@0 | 1684 | power{ |
michael@0 | 1685 | horsepower{ |
michael@0 | 1686 | one{"{0}hp"} |
michael@0 | 1687 | other{"{0}hp"} |
michael@0 | 1688 | } |
michael@0 | 1689 | kilowatt{ |
michael@0 | 1690 | one{"{0}kW"} |
michael@0 | 1691 | other{"{0}kW"} |
michael@0 | 1692 | } |
michael@0 | 1693 | watt{ |
michael@0 | 1694 | one{"{0}W"} |
michael@0 | 1695 | other{"{0}W"} |
michael@0 | 1696 | } |
michael@0 | 1697 | } |
michael@0 | 1698 | pressure{ |
michael@0 | 1699 | hectopascal{ |
michael@0 | 1700 | one{"{0}hPa"} |
michael@0 | 1701 | other{"{0}hPa"} |
michael@0 | 1702 | } |
michael@0 | 1703 | inch-hg{ |
michael@0 | 1704 | one{"{0}inHg"} |
michael@0 | 1705 | other{"{0}inHg"} |
michael@0 | 1706 | } |
michael@0 | 1707 | millibar{ |
michael@0 | 1708 | one{"{0}mbar"} |
michael@0 | 1709 | other{"{0}mbar"} |
michael@0 | 1710 | } |
michael@0 | 1711 | } |
michael@0 | 1712 | speed{ |
michael@0 | 1713 | kilometer-per-hour{ |
michael@0 | 1714 | one{"{0}km/h"} |
michael@0 | 1715 | other{"{0}km/h"} |
michael@0 | 1716 | } |
michael@0 | 1717 | meter-per-second{ |
michael@0 | 1718 | one{"{0}m/s"} |
michael@0 | 1719 | other{"{0}m/s"} |
michael@0 | 1720 | } |
michael@0 | 1721 | mile-per-hour{ |
michael@0 | 1722 | one{"{0}mph"} |
michael@0 | 1723 | other{"{0}mph"} |
michael@0 | 1724 | } |
michael@0 | 1725 | } |
michael@0 | 1726 | temperature{ |
michael@0 | 1727 | celsius{ |
michael@0 | 1728 | one{"{0}°"} |
michael@0 | 1729 | other{"{0}°"} |
michael@0 | 1730 | } |
michael@0 | 1731 | fahrenheit{ |
michael@0 | 1732 | one{"{0}°F"} |
michael@0 | 1733 | other{"{0}°F"} |
michael@0 | 1734 | } |
michael@0 | 1735 | } |
michael@0 | 1736 | volume{ |
michael@0 | 1737 | cubic-kilometer{ |
michael@0 | 1738 | one{"{0}km³"} |
michael@0 | 1739 | other{"{0}km³"} |
michael@0 | 1740 | } |
michael@0 | 1741 | cubic-mile{ |
michael@0 | 1742 | one{"{0}mi³"} |
michael@0 | 1743 | other{"{0}mi³"} |
michael@0 | 1744 | } |
michael@0 | 1745 | liter{ |
michael@0 | 1746 | one{"{0} l"} |
michael@0 | 1747 | other{"{0} l"} |
michael@0 | 1748 | } |
michael@0 | 1749 | } |
michael@0 | 1750 | } |
michael@0 | 1751 | unitsShort{ |
michael@0 | 1752 | acceleration{ |
michael@0 | 1753 | g-force{ |
michael@0 | 1754 | one{"{0}G"} |
michael@0 | 1755 | other{"{0}G"} |
michael@0 | 1756 | } |
michael@0 | 1757 | } |
michael@0 | 1758 | angle{ |
michael@0 | 1759 | arc-minute{ |
michael@0 | 1760 | one{"{0} دق"} |
michael@0 | 1761 | other{"{0} دق"} |
michael@0 | 1762 | } |
michael@0 | 1763 | arc-second{ |
michael@0 | 1764 | one{"{0} ث"} |
michael@0 | 1765 | other{"{0} ث"} |
michael@0 | 1766 | } |
michael@0 | 1767 | degree{ |
michael@0 | 1768 | one{"{0} درجه"} |
michael@0 | 1769 | other{"{0} درجه"} |
michael@0 | 1770 | } |
michael@0 | 1771 | } |
michael@0 | 1772 | area{ |
michael@0 | 1773 | acre{ |
michael@0 | 1774 | one{"{0} جریب"} |
michael@0 | 1775 | other{"{0} جریب"} |
michael@0 | 1776 | } |
michael@0 | 1777 | hectare{ |
michael@0 | 1778 | one{"{0} هکتار"} |
michael@0 | 1779 | other{"{0} هکتار"} |
michael@0 | 1780 | } |
michael@0 | 1781 | square-foot{ |
michael@0 | 1782 | one{"{0} فوت مربع"} |
michael@0 | 1783 | other{"{0} فوت مربع"} |
michael@0 | 1784 | } |
michael@0 | 1785 | square-kilometer{ |
michael@0 | 1786 | one{"{0} کیلومترمربع"} |
michael@0 | 1787 | other{"{0} کیلومترمربع"} |
michael@0 | 1788 | } |
michael@0 | 1789 | square-meter{ |
michael@0 | 1790 | one{"{0} مترمربع"} |
michael@0 | 1791 | other{"{0} مترمربع"} |
michael@0 | 1792 | } |
michael@0 | 1793 | square-mile{ |
michael@0 | 1794 | one{"{0} مایل مربع"} |
michael@0 | 1795 | other{"{0} مایل مربع"} |
michael@0 | 1796 | } |
michael@0 | 1797 | } |
michael@0 | 1798 | compound{ |
michael@0 | 1799 | per{"{0}/{1}"} |
michael@0 | 1800 | } |
michael@0 | 1801 | duration{ |
michael@0 | 1802 | day{ |
michael@0 | 1803 | one{"{0} روز"} |
michael@0 | 1804 | other{"{0} روز"} |
michael@0 | 1805 | } |
michael@0 | 1806 | hour{ |
michael@0 | 1807 | one{"{0} ساعت"} |
michael@0 | 1808 | other{"{0} ساعت"} |
michael@0 | 1809 | } |
michael@0 | 1810 | millisecond{ |
michael@0 | 1811 | one{"{0} میلیثانیه"} |
michael@0 | 1812 | other{"{0} میلیثانیه"} |
michael@0 | 1813 | } |
michael@0 | 1814 | minute{ |
michael@0 | 1815 | one{"{0} دقیقه"} |
michael@0 | 1816 | other{"{0} دقیقه"} |
michael@0 | 1817 | } |
michael@0 | 1818 | month{ |
michael@0 | 1819 | one{"{0} ماه"} |
michael@0 | 1820 | other{"{0} ماه"} |
michael@0 | 1821 | } |
michael@0 | 1822 | second{ |
michael@0 | 1823 | one{"{0} ثانیه"} |
michael@0 | 1824 | other{"{0} ثانیه"} |
michael@0 | 1825 | } |
michael@0 | 1826 | week{ |
michael@0 | 1827 | one{"{0} هفته"} |
michael@0 | 1828 | other{"{0} هفته"} |
michael@0 | 1829 | } |
michael@0 | 1830 | year{ |
michael@0 | 1831 | one{"{0} سال"} |
michael@0 | 1832 | other{"{0} سال"} |
michael@0 | 1833 | } |
michael@0 | 1834 | } |
michael@0 | 1835 | length{ |
michael@0 | 1836 | centimeter{ |
michael@0 | 1837 | one{"{0} سانت"} |
michael@0 | 1838 | other{"{0} سانت"} |
michael@0 | 1839 | } |
michael@0 | 1840 | foot{ |
michael@0 | 1841 | one{"{0} فوت"} |
michael@0 | 1842 | other{"{0} فوت"} |
michael@0 | 1843 | } |
michael@0 | 1844 | inch{ |
michael@0 | 1845 | one{"{0} اینچ"} |
michael@0 | 1846 | other{"{0} اینچ"} |
michael@0 | 1847 | } |
michael@0 | 1848 | kilometer{ |
michael@0 | 1849 | one{"{0} کیلومتر"} |
michael@0 | 1850 | other{"{0} کیلومتر"} |
michael@0 | 1851 | } |
michael@0 | 1852 | light-year{ |
michael@0 | 1853 | one{"{0} سال نوری"} |
michael@0 | 1854 | other{"{0} سال نوری"} |
michael@0 | 1855 | } |
michael@0 | 1856 | meter{ |
michael@0 | 1857 | one{"{0} متر"} |
michael@0 | 1858 | other{"{0} متر"} |
michael@0 | 1859 | } |
michael@0 | 1860 | mile{ |
michael@0 | 1861 | one{"{0} مایل"} |
michael@0 | 1862 | other{"{0} مایل"} |
michael@0 | 1863 | } |
michael@0 | 1864 | millimeter{ |
michael@0 | 1865 | one{"{0} میلیمتر"} |
michael@0 | 1866 | other{"{0} میلیمتر"} |
michael@0 | 1867 | } |
michael@0 | 1868 | picometer{ |
michael@0 | 1869 | one{"{0} پیکومتر"} |
michael@0 | 1870 | other{"{0} پیکومتر"} |
michael@0 | 1871 | } |
michael@0 | 1872 | yard{ |
michael@0 | 1873 | one{"{0} یارد"} |
michael@0 | 1874 | other{"{0} یارد"} |
michael@0 | 1875 | } |
michael@0 | 1876 | } |
michael@0 | 1877 | mass{ |
michael@0 | 1878 | gram{ |
michael@0 | 1879 | one{"{0} گرم"} |
michael@0 | 1880 | other{"{0} گرم"} |
michael@0 | 1881 | } |
michael@0 | 1882 | kilogram{ |
michael@0 | 1883 | one{"{0} کیلو"} |
michael@0 | 1884 | other{"{0} کیلو"} |
michael@0 | 1885 | } |
michael@0 | 1886 | ounce{ |
michael@0 | 1887 | one{"{0} اونس"} |
michael@0 | 1888 | other{"{0} اونس"} |
michael@0 | 1889 | } |
michael@0 | 1890 | pound{ |
michael@0 | 1891 | one{"{0} پوند"} |
michael@0 | 1892 | other{"{0} پوند"} |
michael@0 | 1893 | } |
michael@0 | 1894 | } |
michael@0 | 1895 | power{ |
michael@0 | 1896 | horsepower{ |
michael@0 | 1897 | one{"{0} اسب بخار"} |
michael@0 | 1898 | other{"{0} اسب بخار"} |
michael@0 | 1899 | } |
michael@0 | 1900 | kilowatt{ |
michael@0 | 1901 | one{"{0} کیلووات"} |
michael@0 | 1902 | other{"{0} کیلووات"} |
michael@0 | 1903 | } |
michael@0 | 1904 | watt{ |
michael@0 | 1905 | one{"{0} وات"} |
michael@0 | 1906 | other{"{0} وات"} |
michael@0 | 1907 | } |
michael@0 | 1908 | } |
michael@0 | 1909 | pressure{ |
michael@0 | 1910 | hectopascal{ |
michael@0 | 1911 | one{"{0} هکتوپاسکال"} |
michael@0 | 1912 | other{"{0} هکتوپاسکال"} |
michael@0 | 1913 | } |
michael@0 | 1914 | inch-hg{ |
michael@0 | 1915 | one{"{0} اینچجیوه"} |
michael@0 | 1916 | other{"{0} اینچجیوه"} |
michael@0 | 1917 | } |
michael@0 | 1918 | millibar{ |
michael@0 | 1919 | one{"{0} میلیبار"} |
michael@0 | 1920 | other{"{0} میلیبار"} |
michael@0 | 1921 | } |
michael@0 | 1922 | } |
michael@0 | 1923 | speed{ |
michael@0 | 1924 | kilometer-per-hour{ |
michael@0 | 1925 | one{"{0} کیلومتردرساعت"} |
michael@0 | 1926 | other{"{0} کیلومتردرساعت"} |
michael@0 | 1927 | } |
michael@0 | 1928 | meter-per-second{ |
michael@0 | 1929 | one{"{0} متردرثانیه"} |
michael@0 | 1930 | other{"{0} متردرثانیه"} |
michael@0 | 1931 | } |
michael@0 | 1932 | mile-per-hour{ |
michael@0 | 1933 | one{"{0} مایلدرساعت"} |
michael@0 | 1934 | other{"{0} مایلدرساعت"} |
michael@0 | 1935 | } |
michael@0 | 1936 | } |
michael@0 | 1937 | temperature{ |
michael@0 | 1938 | celsius{ |
michael@0 | 1939 | one{"{0}°C"} |
michael@0 | 1940 | other{"{0}°C"} |
michael@0 | 1941 | } |
michael@0 | 1942 | fahrenheit{ |
michael@0 | 1943 | one{"{0}°F"} |
michael@0 | 1944 | other{"{0}°F"} |
michael@0 | 1945 | } |
michael@0 | 1946 | } |
michael@0 | 1947 | volume{ |
michael@0 | 1948 | cubic-kilometer{ |
michael@0 | 1949 | one{"{0} کیلومترمکعب"} |
michael@0 | 1950 | other{"{0} کیلومترمکعب"} |
michael@0 | 1951 | } |
michael@0 | 1952 | cubic-mile{ |
michael@0 | 1953 | one{"{0} مایل مکعب"} |
michael@0 | 1954 | other{"{0} مایل مکعب"} |
michael@0 | 1955 | } |
michael@0 | 1956 | liter{ |
michael@0 | 1957 | one{"{0} l"} |
michael@0 | 1958 | other{"{0} l"} |
michael@0 | 1959 | } |
michael@0 | 1960 | } |
michael@0 | 1961 | } |
michael@0 | 1962 | } |