@ui5/webcomponents-localization 0.0.0-cb061e041 → 0.0.0-cddf8ba1c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +366 -0
  3. package/README.md +2 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/DateFormat.d.ts +1 -1
  6. package/dist/LocaleData.d.ts +1 -1
  7. package/dist/dates/CalendarDate.d.ts +3 -3
  8. package/dist/dates/CalendarDate.js.map +1 -1
  9. package/dist/dates/ExtremeDates.d.ts +2 -2
  10. package/dist/dates/ExtremeDates.js.map +1 -1
  11. package/dist/dates/UI5Date.d.ts +1 -1
  12. package/dist/dates/UniversalDate.d.ts +1 -1
  13. package/dist/dates/UniversalDate.js.map +1 -1
  14. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
  15. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  16. package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
  17. package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
  18. package/dist/dates/modifyDateBy.d.ts +2 -1
  19. package/dist/dates/modifyDateBy.js +34 -19
  20. package/dist/dates/modifyDateBy.js.map +1 -1
  21. package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
  22. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  23. package/dist/generated/assets/cldr/ar.json +2715 -0
  24. package/dist/generated/assets/cldr/ar_EG.json +2715 -0
  25. package/dist/generated/assets/cldr/ar_SA.json +2715 -0
  26. package/dist/generated/assets/cldr/bg.json +1719 -0
  27. package/dist/generated/assets/cldr/ca.json +1760 -0
  28. package/dist/generated/assets/cldr/cs.json +2244 -0
  29. package/dist/generated/assets/cldr/cy.json +2414 -0
  30. package/dist/generated/assets/cldr/da.json +1711 -0
  31. package/dist/generated/assets/cldr/de.json +1699 -0
  32. package/dist/generated/assets/cldr/de_AT.json +1700 -0
  33. package/dist/generated/assets/cldr/de_CH.json +1698 -0
  34. package/dist/generated/assets/cldr/el.json +1686 -0
  35. package/dist/generated/assets/cldr/el_CY.json +1686 -0
  36. package/dist/generated/assets/cldr/en.json +1733 -0
  37. package/dist/generated/assets/cldr/en_AU.json +1727 -0
  38. package/dist/generated/assets/cldr/en_GB.json +1745 -0
  39. package/dist/generated/assets/cldr/en_HK.json +1744 -0
  40. package/dist/generated/assets/cldr/en_IE.json +1744 -0
  41. package/dist/generated/assets/cldr/en_IN.json +1745 -0
  42. package/dist/generated/assets/cldr/en_NZ.json +1744 -0
  43. package/dist/generated/assets/cldr/en_PG.json +1745 -0
  44. package/dist/generated/assets/cldr/en_SG.json +1745 -0
  45. package/dist/generated/assets/cldr/en_ZA.json +1745 -0
  46. package/dist/generated/assets/cldr/es.json +1691 -0
  47. package/dist/generated/assets/cldr/es_AR.json +1689 -0
  48. package/dist/generated/assets/cldr/es_BO.json +1688 -0
  49. package/dist/generated/assets/cldr/es_CL.json +1689 -0
  50. package/dist/generated/assets/cldr/es_CO.json +1689 -0
  51. package/dist/generated/assets/cldr/es_MX.json +1690 -0
  52. package/dist/generated/assets/cldr/es_PE.json +1688 -0
  53. package/dist/generated/assets/cldr/es_UY.json +1690 -0
  54. package/dist/generated/assets/cldr/es_VE.json +1689 -0
  55. package/dist/generated/assets/cldr/et.json +1741 -0
  56. package/dist/generated/assets/cldr/fa.json +1749 -0
  57. package/dist/generated/assets/cldr/fi.json +1737 -0
  58. package/dist/generated/assets/cldr/fr.json +1767 -0
  59. package/dist/generated/assets/cldr/fr_BE.json +1767 -0
  60. package/dist/generated/assets/cldr/fr_CA.json +1746 -0
  61. package/dist/generated/assets/cldr/fr_CH.json +1768 -0
  62. package/dist/generated/assets/cldr/fr_LU.json +1767 -0
  63. package/dist/generated/assets/cldr/he.json +2158 -0
  64. package/dist/generated/assets/cldr/hi.json +1693 -0
  65. package/dist/generated/assets/cldr/hr.json +1931 -0
  66. package/dist/generated/assets/cldr/hu.json +1766 -0
  67. package/dist/generated/assets/cldr/id.json +1516 -0
  68. package/dist/generated/assets/cldr/it.json +1709 -0
  69. package/dist/generated/assets/cldr/it_CH.json +1709 -0
  70. package/dist/generated/assets/cldr/ja.json +1548 -0
  71. package/dist/generated/assets/cldr/kk.json +1750 -0
  72. package/dist/generated/assets/cldr/ko.json +1548 -0
  73. package/dist/generated/assets/cldr/lt.json +2130 -0
  74. package/dist/generated/assets/cldr/lv.json +1943 -0
  75. package/dist/generated/assets/cldr/ms.json +1483 -0
  76. package/dist/generated/assets/cldr/nb.json +1714 -0
  77. package/dist/generated/assets/cldr/nl.json +1693 -0
  78. package/dist/generated/assets/cldr/nl_BE.json +1693 -0
  79. package/dist/generated/assets/cldr/pl.json +1944 -0
  80. package/dist/generated/assets/cldr/pt.json +1628 -0
  81. package/dist/generated/assets/cldr/pt_PT.json +1714 -0
  82. package/dist/generated/assets/cldr/ro.json +1918 -0
  83. package/dist/generated/assets/cldr/ru.json +2205 -0
  84. package/dist/generated/assets/cldr/ru_UA.json +2205 -0
  85. package/dist/generated/assets/cldr/sk.json +2213 -0
  86. package/dist/generated/assets/cldr/sl.json +2222 -0
  87. package/dist/generated/assets/cldr/sr.json +1922 -0
  88. package/dist/generated/assets/cldr/sr_Latn.json +1908 -0
  89. package/dist/generated/assets/cldr/sv.json +1731 -0
  90. package/dist/generated/assets/cldr/th.json +1579 -0
  91. package/dist/generated/assets/cldr/tr.json +1788 -0
  92. package/dist/generated/assets/cldr/uk.json +2174 -0
  93. package/dist/generated/assets/cldr/vi.json +1515 -0
  94. package/dist/generated/assets/cldr/zh_CN.json +1545 -0
  95. package/dist/generated/assets/cldr/zh_HK.json +1545 -0
  96. package/dist/generated/assets/cldr/zh_SG.json +1546 -0
  97. package/dist/generated/assets/cldr/zh_TW.json +1544 -0
  98. package/dist/generated/json-imports/LocaleData-static.d.ts +1 -0
  99. package/dist/generated/json-imports/LocaleData-static.js +9 -11
  100. package/dist/generated/json-imports/LocaleData-static.js.map +1 -0
  101. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  102. package/dist/generated/json-imports/LocaleData.js +86 -88
  103. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  104. package/dist/sap/base/i18n/LanguageTag.js +35 -0
  105. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  106. package/dist/sap/base/i18n/Localization.js +12 -0
  107. package/dist/sap/base/i18n/Localization.js.map +1 -0
  108. package/dist/sap/base/i18n/date/CalendarType.js +8 -0
  109. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +30 -0
  110. package/dist/sap/base/i18n/date/TimezoneUtils.js +89 -0
  111. package/dist/sap/ui/base/Metadata.js +20 -9
  112. package/dist/sap/ui/core/CalendarType.js +2 -8
  113. package/dist/sap/ui/core/Configuration.d.ts +1 -0
  114. package/dist/sap/ui/core/Configuration.js +2 -0
  115. package/dist/sap/ui/core/Configuration.js.map +1 -1
  116. package/dist/sap/ui/core/Core.d.ts +1 -0
  117. package/dist/sap/ui/core/FormatSettings.d.ts +2 -2
  118. package/dist/sap/ui/core/Locale.js +28 -125
  119. package/dist/sap/ui/core/LocaleData.js +36 -18
  120. package/dist/sap/ui/core/date/CalendarUtils.js +7 -18
  121. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +2 -7
  122. package/dist/sap/ui/core/date/UniversalDate.js +5 -16
  123. package/dist/sap/ui/core/format/DateFormat.js +79 -37
  124. package/dist/sap/ui/core/format/TimezoneUtil.js +2 -89
  125. package/package-scripts.cjs +6 -11
  126. package/package.json +8 -7
  127. package/src/generated/assets/cldr/ar.json +5533 -0
  128. package/src/generated/assets/cldr/ar_EG.json +5533 -0
  129. package/src/generated/assets/cldr/ar_SA.json +5532 -0
  130. package/src/generated/assets/cldr/bg.json +4454 -0
  131. package/src/generated/assets/cldr/ca.json +4442 -0
  132. package/src/generated/assets/cldr/cs.json +4962 -0
  133. package/src/generated/assets/cldr/cy.json +5213 -0
  134. package/src/generated/assets/cldr/da.json +4310 -0
  135. package/src/generated/assets/cldr/de.json +4315 -0
  136. package/src/generated/assets/cldr/de_AT.json +4316 -0
  137. package/src/generated/assets/cldr/de_CH.json +4314 -0
  138. package/src/generated/assets/cldr/el.json +4283 -0
  139. package/src/generated/assets/cldr/el_CY.json +4283 -0
  140. package/src/generated/assets/cldr/en.json +4318 -0
  141. package/src/generated/assets/cldr/en_AU.json +4321 -0
  142. package/src/generated/assets/cldr/en_GB.json +4331 -0
  143. package/src/generated/assets/cldr/en_HK.json +4339 -0
  144. package/src/generated/assets/cldr/en_IE.json +4330 -0
  145. package/src/generated/assets/cldr/en_IN.json +4335 -0
  146. package/src/generated/assets/cldr/en_NZ.json +4330 -0
  147. package/src/generated/assets/cldr/en_PG.json +4331 -0
  148. package/src/generated/assets/cldr/en_SG.json +4335 -0
  149. package/src/generated/assets/cldr/en_ZA.json +4331 -0
  150. package/src/generated/assets/cldr/es.json +4333 -0
  151. package/src/generated/assets/cldr/es_AR.json +4336 -0
  152. package/src/generated/assets/cldr/es_BO.json +4335 -0
  153. package/src/generated/assets/cldr/es_CL.json +4336 -0
  154. package/src/generated/assets/cldr/es_CO.json +4335 -0
  155. package/src/generated/assets/cldr/es_MX.json +4337 -0
  156. package/src/generated/assets/cldr/es_PE.json +4335 -0
  157. package/src/generated/assets/cldr/es_UY.json +4337 -0
  158. package/src/generated/assets/cldr/es_VE.json +4336 -0
  159. package/src/generated/assets/cldr/et.json +4342 -0
  160. package/src/generated/assets/cldr/fa.json +4369 -0
  161. package/src/generated/assets/cldr/fi.json +4465 -0
  162. package/src/generated/assets/cldr/fr.json +4359 -0
  163. package/src/generated/assets/cldr/fr_BE.json +4359 -0
  164. package/src/generated/assets/cldr/fr_CA.json +4353 -0
  165. package/src/generated/assets/cldr/fr_CH.json +4377 -0
  166. package/src/generated/assets/cldr/fr_LU.json +4359 -0
  167. package/src/generated/assets/cldr/he.json +4871 -0
  168. package/src/generated/assets/cldr/hi.json +4297 -0
  169. package/src/generated/assets/cldr/hr.json +4585 -0
  170. package/src/generated/assets/cldr/hu.json +4366 -0
  171. package/src/generated/assets/cldr/id.json +4062 -0
  172. package/src/generated/assets/cldr/it.json +4301 -0
  173. package/src/generated/assets/cldr/it_CH.json +4301 -0
  174. package/src/generated/assets/cldr/ja.json +4213 -0
  175. package/src/generated/assets/cldr/kk.json +4341 -0
  176. package/src/generated/assets/cldr/ko.json +4191 -0
  177. package/src/generated/assets/cldr/lt.json +4852 -0
  178. package/src/generated/assets/cldr/lv.json +4589 -0
  179. package/src/generated/assets/cldr/ms.json +4023 -0
  180. package/src/generated/assets/cldr/nb.json +4337 -0
  181. package/src/generated/assets/cldr/nl.json +4296 -0
  182. package/src/generated/assets/cldr/nl_BE.json +4296 -0
  183. package/src/generated/assets/cldr/pl.json +4669 -0
  184. package/src/generated/assets/cldr/pt.json +4237 -0
  185. package/src/generated/assets/cldr/pt_PT.json +4374 -0
  186. package/src/generated/assets/cldr/ro.json +4565 -0
  187. package/src/generated/assets/cldr/ru.json +4911 -0
  188. package/src/generated/assets/cldr/ru_UA.json +4911 -0
  189. package/src/generated/assets/cldr/sk.json +4941 -0
  190. package/src/generated/assets/cldr/sl.json +4912 -0
  191. package/src/generated/assets/cldr/sr.json +4587 -0
  192. package/src/generated/assets/cldr/sr_Latn.json +4576 -0
  193. package/src/generated/assets/cldr/sv.json +4364 -0
  194. package/src/generated/assets/cldr/th.json +4216 -0
  195. package/src/generated/assets/cldr/tr.json +4402 -0
  196. package/src/generated/assets/cldr/uk.json +4860 -0
  197. package/src/generated/assets/cldr/vi.json +4072 -0
  198. package/src/generated/assets/cldr/zh_CN.json +4102 -0
  199. package/src/generated/assets/cldr/zh_HK.json +4110 -0
  200. package/src/generated/assets/cldr/zh_SG.json +4110 -0
  201. package/src/generated/assets/cldr/zh_TW.json +4133 -0
  202. package/tsconfig.json +10 -2
  203. package/used-modules.txt +4 -0
@@ -398,6 +398,48 @@
398
398
  ]
399
399
  }
400
400
  },
401
+ "quarters": {
402
+ "format": {
403
+ "abbreviated": [
404
+ "س‌م۱",
405
+ "س‌م۲",
406
+ "س‌م۳",
407
+ "س‌م۴"
408
+ ],
409
+ "narrow": [
410
+ "۱",
411
+ "۲",
412
+ "۳",
413
+ "۴"
414
+ ],
415
+ "wide": [
416
+ "سه‌ماههٔ اول",
417
+ "سه‌ماههٔ دوم",
418
+ "سه‌ماههٔ سوم",
419
+ "سه‌ماههٔ چهارم"
420
+ ]
421
+ },
422
+ "stand-alone": {
423
+ "abbreviated": [
424
+ "س‌م۱",
425
+ "س‌م۲",
426
+ "س‌م۳",
427
+ "س‌م۴"
428
+ ],
429
+ "narrow": [
430
+ "۱",
431
+ "۲",
432
+ "۳",
433
+ "۴"
434
+ ],
435
+ "wide": [
436
+ "سه‌ماههٔ اول",
437
+ "سه‌ماههٔ دوم",
438
+ "سه‌ماههٔ سوم",
439
+ "سه‌ماههٔ چهارم"
440
+ ]
441
+ }
442
+ },
401
443
  "dayPeriods": {
402
444
  "format": {
403
445
  "abbreviated": [
@@ -428,6 +470,60 @@
428
470
  ]
429
471
  }
430
472
  },
473
+ "flexibleDayPeriods": {
474
+ "format": {
475
+ "abbreviated": {
476
+ "morning1": "بامداد",
477
+ "morning2": "صبح",
478
+ "afternoon1": "ظهر",
479
+ "afternoon2": "عصر",
480
+ "night1": "شب",
481
+ "night2": "نیمه‌شب"
482
+ },
483
+ "narrow": {
484
+ "morning1": "ب",
485
+ "morning2": "ص",
486
+ "afternoon1": "ظ",
487
+ "afternoon2": "ع",
488
+ "night1": "ش",
489
+ "night2": "ن"
490
+ },
491
+ "wide": {
492
+ "morning1": "بامداد",
493
+ "morning2": "صبح",
494
+ "afternoon1": "بعدازظهر",
495
+ "afternoon2": "عصر",
496
+ "night1": "شب",
497
+ "night2": "نیمه‌شب"
498
+ }
499
+ },
500
+ "stand-alone": {
501
+ "abbreviated": {
502
+ "morning1": "بامداد",
503
+ "morning2": "صبح",
504
+ "afternoon1": "ظهر",
505
+ "afternoon2": "عصر",
506
+ "night1": "شب",
507
+ "night2": "نیمه‌شب"
508
+ },
509
+ "narrow": {
510
+ "morning1": "ب",
511
+ "morning2": "ص",
512
+ "afternoon1": "ظ",
513
+ "afternoon2": "ع",
514
+ "night1": "ش",
515
+ "night2": "ن"
516
+ },
517
+ "wide": {
518
+ "morning1": "بامداد",
519
+ "morning2": "صبح",
520
+ "afternoon1": "ظهر",
521
+ "afternoon2": "عصر",
522
+ "night1": "شب",
523
+ "night2": "نیمه‌شب"
524
+ }
525
+ }
526
+ },
431
527
  "era-wide": {
432
528
  "0": "قبل از میلاد",
433
529
  "1": "میلادی"
@@ -837,6 +933,48 @@
837
933
  ]
838
934
  }
839
935
  },
936
+ "quarters": {
937
+ "format": {
938
+ "abbreviated": [
939
+ "س‌م۱",
940
+ "س‌م۲",
941
+ "س‌م۳",
942
+ "س‌م۴"
943
+ ],
944
+ "narrow": [
945
+ "۱",
946
+ "۲",
947
+ "۳",
948
+ "۴"
949
+ ],
950
+ "wide": [
951
+ "سه‌ماههٔ اول",
952
+ "سه‌ماههٔ دوم",
953
+ "سه‌ماههٔ سوم",
954
+ "سه‌ماههٔ چهارم"
955
+ ]
956
+ },
957
+ "stand-alone": {
958
+ "abbreviated": [
959
+ "س‌م۱",
960
+ "س‌م۲",
961
+ "س‌م۳",
962
+ "س‌م۴"
963
+ ],
964
+ "narrow": [
965
+ "۱",
966
+ "۲",
967
+ "۳",
968
+ "۴"
969
+ ],
970
+ "wide": [
971
+ "سه‌ماههٔ اول",
972
+ "سه‌ماههٔ دوم",
973
+ "سه‌ماههٔ سوم",
974
+ "سه‌ماههٔ چهارم"
975
+ ]
976
+ }
977
+ },
840
978
  "dayPeriods": {
841
979
  "format": {
842
980
  "abbreviated": [
@@ -867,6 +1005,60 @@
867
1005
  ]
868
1006
  }
869
1007
  },
1008
+ "flexibleDayPeriods": {
1009
+ "format": {
1010
+ "abbreviated": {
1011
+ "morning1": "بامداد",
1012
+ "morning2": "صبح",
1013
+ "afternoon1": "ظهر",
1014
+ "afternoon2": "عصر",
1015
+ "night1": "شب",
1016
+ "night2": "نیمه‌شب"
1017
+ },
1018
+ "narrow": {
1019
+ "morning1": "ب",
1020
+ "morning2": "ص",
1021
+ "afternoon1": "ظ",
1022
+ "afternoon2": "ع",
1023
+ "night1": "ش",
1024
+ "night2": "ن"
1025
+ },
1026
+ "wide": {
1027
+ "morning1": "بامداد",
1028
+ "morning2": "صبح",
1029
+ "afternoon1": "بعدازظهر",
1030
+ "afternoon2": "عصر",
1031
+ "night1": "شب",
1032
+ "night2": "نیمه‌شب"
1033
+ }
1034
+ },
1035
+ "stand-alone": {
1036
+ "abbreviated": {
1037
+ "morning1": "بامداد",
1038
+ "morning2": "صبح",
1039
+ "afternoon1": "ظهر",
1040
+ "afternoon2": "عصر",
1041
+ "night1": "شب",
1042
+ "night2": "نیمه‌شب"
1043
+ },
1044
+ "narrow": {
1045
+ "morning1": "ب",
1046
+ "morning2": "ص",
1047
+ "afternoon1": "ظ",
1048
+ "afternoon2": "ع",
1049
+ "night1": "ش",
1050
+ "night2": "ن"
1051
+ },
1052
+ "wide": {
1053
+ "morning1": "بامداد",
1054
+ "morning2": "صبح",
1055
+ "afternoon1": "ظهر",
1056
+ "afternoon2": "عصر",
1057
+ "night1": "شب",
1058
+ "night2": "نیمه‌شب"
1059
+ }
1060
+ }
1061
+ },
870
1062
  "era-wide": {
871
1063
  "0": "هجری قمری"
872
1064
  },
@@ -1273,6 +1465,48 @@
1273
1465
  ]
1274
1466
  }
1275
1467
  },
1468
+ "quarters": {
1469
+ "format": {
1470
+ "abbreviated": [
1471
+ "س‌م۱",
1472
+ "س‌م۲",
1473
+ "س‌م۳",
1474
+ "س‌م۴"
1475
+ ],
1476
+ "narrow": [
1477
+ "۱",
1478
+ "۲",
1479
+ "۳",
1480
+ "۴"
1481
+ ],
1482
+ "wide": [
1483
+ "سه‌ماههٔ اول",
1484
+ "سه‌ماههٔ دوم",
1485
+ "سه‌ماههٔ سوم",
1486
+ "سه‌ماههٔ چهارم"
1487
+ ]
1488
+ },
1489
+ "stand-alone": {
1490
+ "abbreviated": [
1491
+ "س‌م۱",
1492
+ "س‌م۲",
1493
+ "س‌م۳",
1494
+ "س‌م۴"
1495
+ ],
1496
+ "narrow": [
1497
+ "۱",
1498
+ "۲",
1499
+ "۳",
1500
+ "۴"
1501
+ ],
1502
+ "wide": [
1503
+ "سه‌ماههٔ اول",
1504
+ "سه‌ماههٔ دوم",
1505
+ "سه‌ماههٔ سوم",
1506
+ "سه‌ماههٔ چهارم"
1507
+ ]
1508
+ }
1509
+ },
1276
1510
  "dayPeriods": {
1277
1511
  "format": {
1278
1512
  "abbreviated": [
@@ -1303,6 +1537,60 @@
1303
1537
  ]
1304
1538
  }
1305
1539
  },
1540
+ "flexibleDayPeriods": {
1541
+ "format": {
1542
+ "abbreviated": {
1543
+ "morning1": "بامداد",
1544
+ "morning2": "صبح",
1545
+ "afternoon1": "ظهر",
1546
+ "afternoon2": "عصر",
1547
+ "night1": "شب",
1548
+ "night2": "نیمه‌شب"
1549
+ },
1550
+ "narrow": {
1551
+ "morning1": "ب",
1552
+ "morning2": "ص",
1553
+ "afternoon1": "ظ",
1554
+ "afternoon2": "ع",
1555
+ "night1": "ش",
1556
+ "night2": "ن"
1557
+ },
1558
+ "wide": {
1559
+ "morning1": "بامداد",
1560
+ "morning2": "صبح",
1561
+ "afternoon1": "بعدازظهر",
1562
+ "afternoon2": "عصر",
1563
+ "night1": "شب",
1564
+ "night2": "نیمه‌شب"
1565
+ }
1566
+ },
1567
+ "stand-alone": {
1568
+ "abbreviated": {
1569
+ "morning1": "بامداد",
1570
+ "morning2": "صبح",
1571
+ "afternoon1": "ظهر",
1572
+ "afternoon2": "عصر",
1573
+ "night1": "شب",
1574
+ "night2": "نیمه‌شب"
1575
+ },
1576
+ "narrow": {
1577
+ "morning1": "ب",
1578
+ "morning2": "ص",
1579
+ "afternoon1": "ظ",
1580
+ "afternoon2": "ع",
1581
+ "night1": "ش",
1582
+ "night2": "ن"
1583
+ },
1584
+ "wide": {
1585
+ "morning1": "بامداد",
1586
+ "morning2": "صبح",
1587
+ "afternoon1": "ظهر",
1588
+ "afternoon2": "عصر",
1589
+ "night1": "شب",
1590
+ "night2": "نیمه‌شب"
1591
+ }
1592
+ }
1593
+ },
1306
1594
  "era-wide": {
1307
1595
  "232": "Meiji",
1308
1596
  "233": "Taishō",
@@ -1713,6 +2001,48 @@
1713
2001
  ]
1714
2002
  }
1715
2003
  },
2004
+ "quarters": {
2005
+ "format": {
2006
+ "abbreviated": [
2007
+ "س‌م۱",
2008
+ "س‌م۲",
2009
+ "س‌م۳",
2010
+ "س‌م۴"
2011
+ ],
2012
+ "narrow": [
2013
+ "۱",
2014
+ "۲",
2015
+ "۳",
2016
+ "۴"
2017
+ ],
2018
+ "wide": [
2019
+ "سه‌ماههٔ اول",
2020
+ "سه‌ماههٔ دوم",
2021
+ "سه‌ماههٔ سوم",
2022
+ "سه‌ماههٔ چهارم"
2023
+ ]
2024
+ },
2025
+ "stand-alone": {
2026
+ "abbreviated": [
2027
+ "س‌م۱",
2028
+ "س‌م۲",
2029
+ "س‌م۳",
2030
+ "س‌م۴"
2031
+ ],
2032
+ "narrow": [
2033
+ "۱",
2034
+ "۲",
2035
+ "۳",
2036
+ "۴"
2037
+ ],
2038
+ "wide": [
2039
+ "سه‌ماههٔ اول",
2040
+ "سه‌ماههٔ دوم",
2041
+ "سه‌ماههٔ سوم",
2042
+ "سه‌ماههٔ چهارم"
2043
+ ]
2044
+ }
2045
+ },
1716
2046
  "dayPeriods": {
1717
2047
  "format": {
1718
2048
  "abbreviated": [
@@ -1743,6 +2073,60 @@
1743
2073
  ]
1744
2074
  }
1745
2075
  },
2076
+ "flexibleDayPeriods": {
2077
+ "format": {
2078
+ "abbreviated": {
2079
+ "morning1": "بامداد",
2080
+ "morning2": "صبح",
2081
+ "afternoon1": "ظهر",
2082
+ "afternoon2": "عصر",
2083
+ "night1": "شب",
2084
+ "night2": "نیمه‌شب"
2085
+ },
2086
+ "narrow": {
2087
+ "morning1": "ب",
2088
+ "morning2": "ص",
2089
+ "afternoon1": "ظ",
2090
+ "afternoon2": "ع",
2091
+ "night1": "ش",
2092
+ "night2": "ن"
2093
+ },
2094
+ "wide": {
2095
+ "morning1": "بامداد",
2096
+ "morning2": "صبح",
2097
+ "afternoon1": "بعدازظهر",
2098
+ "afternoon2": "عصر",
2099
+ "night1": "شب",
2100
+ "night2": "نیمه‌شب"
2101
+ }
2102
+ },
2103
+ "stand-alone": {
2104
+ "abbreviated": {
2105
+ "morning1": "بامداد",
2106
+ "morning2": "صبح",
2107
+ "afternoon1": "ظهر",
2108
+ "afternoon2": "عصر",
2109
+ "night1": "شب",
2110
+ "night2": "نیمه‌شب"
2111
+ },
2112
+ "narrow": {
2113
+ "morning1": "ب",
2114
+ "morning2": "ص",
2115
+ "afternoon1": "ظ",
2116
+ "afternoon2": "ع",
2117
+ "night1": "ش",
2118
+ "night2": "ن"
2119
+ },
2120
+ "wide": {
2121
+ "morning1": "بامداد",
2122
+ "morning2": "صبح",
2123
+ "afternoon1": "ظهر",
2124
+ "afternoon2": "عصر",
2125
+ "night1": "شب",
2126
+ "night2": "نیمه‌شب"
2127
+ }
2128
+ }
2129
+ },
1746
2130
  "era-wide": {
1747
2131
  "0": "هجری شمسی"
1748
2132
  },
@@ -2141,6 +2525,48 @@
2141
2525
  ]
2142
2526
  }
2143
2527
  },
2528
+ "quarters": {
2529
+ "format": {
2530
+ "abbreviated": [
2531
+ "س‌م۱",
2532
+ "س‌م۲",
2533
+ "س‌م۳",
2534
+ "س‌م۴"
2535
+ ],
2536
+ "narrow": [
2537
+ "۱",
2538
+ "۲",
2539
+ "۳",
2540
+ "۴"
2541
+ ],
2542
+ "wide": [
2543
+ "سه‌ماههٔ اول",
2544
+ "سه‌ماههٔ دوم",
2545
+ "سه‌ماههٔ سوم",
2546
+ "سه‌ماههٔ چهارم"
2547
+ ]
2548
+ },
2549
+ "stand-alone": {
2550
+ "abbreviated": [
2551
+ "س‌م۱",
2552
+ "س‌م۲",
2553
+ "س‌م۳",
2554
+ "س‌م۴"
2555
+ ],
2556
+ "narrow": [
2557
+ "۱",
2558
+ "۲",
2559
+ "۳",
2560
+ "۴"
2561
+ ],
2562
+ "wide": [
2563
+ "سه‌ماههٔ اول",
2564
+ "سه‌ماههٔ دوم",
2565
+ "سه‌ماههٔ سوم",
2566
+ "سه‌ماههٔ چهارم"
2567
+ ]
2568
+ }
2569
+ },
2144
2570
  "dayPeriods": {
2145
2571
  "format": {
2146
2572
  "abbreviated": [
@@ -2171,6 +2597,60 @@
2171
2597
  ]
2172
2598
  }
2173
2599
  },
2600
+ "flexibleDayPeriods": {
2601
+ "format": {
2602
+ "abbreviated": {
2603
+ "morning1": "بامداد",
2604
+ "morning2": "صبح",
2605
+ "afternoon1": "ظهر",
2606
+ "afternoon2": "عصر",
2607
+ "night1": "شب",
2608
+ "night2": "نیمه‌شب"
2609
+ },
2610
+ "narrow": {
2611
+ "morning1": "ب",
2612
+ "morning2": "ص",
2613
+ "afternoon1": "ظ",
2614
+ "afternoon2": "ع",
2615
+ "night1": "ش",
2616
+ "night2": "ن"
2617
+ },
2618
+ "wide": {
2619
+ "morning1": "بامداد",
2620
+ "morning2": "صبح",
2621
+ "afternoon1": "بعدازظهر",
2622
+ "afternoon2": "عصر",
2623
+ "night1": "شب",
2624
+ "night2": "نیمه‌شب"
2625
+ }
2626
+ },
2627
+ "stand-alone": {
2628
+ "abbreviated": {
2629
+ "morning1": "بامداد",
2630
+ "morning2": "صبح",
2631
+ "afternoon1": "ظهر",
2632
+ "afternoon2": "عصر",
2633
+ "night1": "شب",
2634
+ "night2": "نیمه‌شب"
2635
+ },
2636
+ "narrow": {
2637
+ "morning1": "ب",
2638
+ "morning2": "ص",
2639
+ "afternoon1": "ظ",
2640
+ "afternoon2": "ع",
2641
+ "night1": "ش",
2642
+ "night2": "ن"
2643
+ },
2644
+ "wide": {
2645
+ "morning1": "بامداد",
2646
+ "morning2": "صبح",
2647
+ "afternoon1": "ظهر",
2648
+ "afternoon2": "عصر",
2649
+ "night1": "شب",
2650
+ "night2": "نیمه‌شب"
2651
+ }
2652
+ }
2653
+ },
2174
2654
  "era-wide": {
2175
2655
  "0": "تقویم بودایی"
2176
2656
  },
@@ -2519,6 +2999,120 @@
2519
2999
  "displayName": "منطقهٔ زمانی"
2520
3000
  }
2521
3001
  },
3002
+ "timezoneNamesFormats": {
3003
+ "gmtFormat": "{0} گرینویچ"
3004
+ },
3005
+ "decimalFormat": {
3006
+ "standard": "#,##0.###"
3007
+ },
3008
+ "decimalFormat-long": {
3009
+ "1000-one": "0 هزار",
3010
+ "1000-other": "0 هزار",
3011
+ "10000-one": "00 هزار",
3012
+ "10000-other": "00 هزار",
3013
+ "100000-one": "000 هزار",
3014
+ "100000-other": "000 هزار",
3015
+ "1000000-one": "0 میلیون",
3016
+ "1000000-other": "0 میلیون",
3017
+ "10000000-one": "00 میلیون",
3018
+ "10000000-other": "00 میلیون",
3019
+ "100000000-one": "000 میلیون",
3020
+ "100000000-other": "000 میلیون",
3021
+ "1000000000-one": "0 میلیارد",
3022
+ "1000000000-other": "0 میلیارد",
3023
+ "10000000000-one": "00 میلیارد",
3024
+ "10000000000-other": "00 میلیارد",
3025
+ "100000000000-one": "000 میلیارد",
3026
+ "100000000000-other": "000 میلیارد",
3027
+ "1000000000000-one": "0 هزارمیلیارد",
3028
+ "1000000000000-other": "0 هزارمیلیارد",
3029
+ "10000000000000-one": "00 هزارمیلیارد",
3030
+ "10000000000000-other": "00 هزارمیلیارد",
3031
+ "100000000000000-one": "000 هزارمیلیارد",
3032
+ "100000000000000-other": "000 هزارمیلیارد"
3033
+ },
3034
+ "decimalFormat-short": {
3035
+ "1000-one": "0 هزار",
3036
+ "1000-other": "0 هزار",
3037
+ "10000-one": "00 هزار",
3038
+ "10000-other": "00 هزار",
3039
+ "100000-one": "000 هزار",
3040
+ "100000-other": "000 هزار",
3041
+ "1000000-one": "0 میلیون",
3042
+ "1000000-other": "0 میلیون",
3043
+ "10000000-one": "00 میلیون",
3044
+ "10000000-other": "00 میلیون",
3045
+ "100000000-one": "000 میلیون",
3046
+ "100000000-other": "000 میلیون",
3047
+ "1000000000-one": "0 میلیارد",
3048
+ "1000000000-other": "0 میلیارد",
3049
+ "10000000000-one": "00 میلیارد",
3050
+ "10000000000-other": "00 میلیارد",
3051
+ "100000000000-one": "000 میلیارد",
3052
+ "100000000000-other": "000 میلیارد",
3053
+ "1000000000000-one": "0 تریلیون",
3054
+ "1000000000000-other": "0 تریلیون",
3055
+ "10000000000000-one": "00 تریلیون",
3056
+ "10000000000000-other": "00 تریلیون",
3057
+ "100000000000000-one": "000 تریلیون",
3058
+ "100000000000000-other": "000 تریلیون"
3059
+ },
3060
+ "scientificFormat": {
3061
+ "standard": "#E0"
3062
+ },
3063
+ "percentFormat": {
3064
+ "standard": "#,##0%"
3065
+ },
3066
+ "currencyFormat": {
3067
+ "standard": "‎‪¤‬ #,##0.00",
3068
+ "accounting": "‎‪¤‬ #,##0.00;‎(‪¤‬ #,##0.00)",
3069
+ "currencySpacing": {
3070
+ "beforeCurrency": {
3071
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3072
+ "surroundingMatch": "[:digit:]",
3073
+ "insertBetween": " "
3074
+ },
3075
+ "afterCurrency": {
3076
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3077
+ "surroundingMatch": "[:digit:]",
3078
+ "insertBetween": " "
3079
+ }
3080
+ },
3081
+ "sap-standard": "‎‪¤‬ #,##0.00",
3082
+ "sap-accounting": "‎‪¤‬ #,##0.00;‎(‪¤‬ #,##0.00)"
3083
+ },
3084
+ "miscPattern": {
3085
+ "approximately": "~{0}",
3086
+ "atLeast": "‎{0}+‎",
3087
+ "atMost": "≤{0}",
3088
+ "range": "{0}–{1}"
3089
+ },
3090
+ "currencyFormat-short": {
3091
+ "1000-one": "0 هزار ‪¤‬",
3092
+ "1000-other": "0 هزار ‪¤‬",
3093
+ "10000-one": "00 هزار ‪¤‬",
3094
+ "10000-other": "00 هزار ‪¤‬",
3095
+ "100000-one": "000 هزار ‪¤‬",
3096
+ "100000-other": "000 هزار ‪¤‬",
3097
+ "1000000-one": "0 میلیون ‪¤‬",
3098
+ "1000000-other": "0 میلیون ‪¤‬",
3099
+ "10000000-one": "00 میلیون ‪¤‬",
3100
+ "10000000-other": "00 میلیون ‪¤‬",
3101
+ "100000000-one": "000 میلیون ‪¤‬",
3102
+ "100000000-other": "000 میلیون ‪¤‬",
3103
+ "1000000000-one": "0 میلیارد ‪¤‬",
3104
+ "1000000000-other": "0 میلیارد ‪¤‬",
3105
+ "10000000000-one": "00 میلیارد ‪¤‬",
3106
+ "10000000000-other": "00 میلیارد ‪¤‬",
3107
+ "100000000000-one": "000 میلیارد ‪¤‬",
3108
+ "100000000000-other": "000 میلیارد ‪¤‬",
3109
+ "1000000000000-one": "0 هزارمیلیارد ‪¤‬",
3110
+ "1000000000000-other": "0 هزارمیلیارد ‪¤‬",
3111
+ "10000000000000-one": "00 هزارمیلیارد ‪¤‬",
3112
+ "10000000000000-other": "00 هزارمیلیارد ‪¤‬",
3113
+ "100000000000000-one": "000 هزارمیلیارد ‪¤‬",
3114
+ "100000000000000-other": "000 هزارمیلیارد ‪¤‬"
3115
+ },
2522
3116
  "symbols-latn-decimal": ".",
2523
3117
  "symbols-latn-group": ",",
2524
3118
  "symbols-latn-list": ";",
@@ -2532,7 +3126,1162 @@
2532
3126
  "symbols-latn-infinity": "∞",
2533
3127
  "symbols-latn-nan": "ناعدد",
2534
3128
  "symbols-latn-timeSeparator": ":",
3129
+ "currencySymbols": {
3130
+ "AFN": "؋",
3131
+ "AUD": "A$",
3132
+ "BRL": "R$",
3133
+ "CAD": "$CA",
3134
+ "CNY": "¥CN",
3135
+ "EUR": "€",
3136
+ "GBP": "£",
3137
+ "HKD": "$HK",
3138
+ "ILS": "₪",
3139
+ "INR": "₹",
3140
+ "IRR": "ریال",
3141
+ "JPY": "¥",
3142
+ "KRW": "₩",
3143
+ "MXN": "$MX",
3144
+ "NZD": "$NZ",
3145
+ "THB": "฿",
3146
+ "TWD": "NT$",
3147
+ "USD": "$",
3148
+ "VND": "₫",
3149
+ "XAF": "FCFA",
3150
+ "XCD": "$EC",
3151
+ "XOF": "فرانک CFA",
3152
+ "XPF": "CFPF",
3153
+ "XXX": "¤"
3154
+ },
2535
3155
  "rtl": true,
3156
+ "units": {
3157
+ "short": {
3158
+ "10p-1": {
3159
+ "unitPrefixPattern": "d{0}"
3160
+ },
3161
+ "10p-2": {
3162
+ "unitPrefixPattern": "سانتی{0}"
3163
+ },
3164
+ "10p-3": {
3165
+ "unitPrefixPattern": "میلی{0}"
3166
+ },
3167
+ "10p-6": {
3168
+ "unitPrefixPattern": "میکرو{0}"
3169
+ },
3170
+ "10p-9": {
3171
+ "unitPrefixPattern": "نانو{0}"
3172
+ },
3173
+ "10p-12": {
3174
+ "unitPrefixPattern": "پیکو{0}"
3175
+ },
3176
+ "10p-15": {
3177
+ "unitPrefixPattern": "فمتو{0}"
3178
+ },
3179
+ "10p-18": {
3180
+ "unitPrefixPattern": "آتو{0}"
3181
+ },
3182
+ "10p-21": {
3183
+ "unitPrefixPattern": "زپتو{0}"
3184
+ },
3185
+ "10p-24": {
3186
+ "unitPrefixPattern": "یوکتو{0}"
3187
+ },
3188
+ "10p1": {
3189
+ "unitPrefixPattern": "دکا{0}"
3190
+ },
3191
+ "10p2": {
3192
+ "unitPrefixPattern": "هکتو{0}"
3193
+ },
3194
+ "10p3": {
3195
+ "unitPrefixPattern": "کیلو{0}"
3196
+ },
3197
+ "10p6": {
3198
+ "unitPrefixPattern": "مگا{0}"
3199
+ },
3200
+ "10p9": {
3201
+ "unitPrefixPattern": "گیگا{0}"
3202
+ },
3203
+ "10p12": {
3204
+ "unitPrefixPattern": "ترا{0}"
3205
+ },
3206
+ "10p15": {
3207
+ "unitPrefixPattern": "پتا{0}"
3208
+ },
3209
+ "10p18": {
3210
+ "unitPrefixPattern": "اگزا{0}"
3211
+ },
3212
+ "10p21": {
3213
+ "unitPrefixPattern": "زتا{0}"
3214
+ },
3215
+ "10p24": {
3216
+ "unitPrefixPattern": "یوتا{0}"
3217
+ },
3218
+ "1024p1": {
3219
+ "unitPrefixPattern": "Ki{0}"
3220
+ },
3221
+ "1024p2": {
3222
+ "unitPrefixPattern": "Mi{0}"
3223
+ },
3224
+ "1024p3": {
3225
+ "unitPrefixPattern": "Gi{0}"
3226
+ },
3227
+ "1024p4": {
3228
+ "unitPrefixPattern": "Ti{0}"
3229
+ },
3230
+ "1024p5": {
3231
+ "unitPrefixPattern": "Pi{0}"
3232
+ },
3233
+ "1024p6": {
3234
+ "unitPrefixPattern": "Ei{0}"
3235
+ },
3236
+ "1024p7": {
3237
+ "unitPrefixPattern": "Zi{0}"
3238
+ },
3239
+ "1024p8": {
3240
+ "unitPrefixPattern": "Yi{0}"
3241
+ },
3242
+ "per": {
3243
+ "compoundUnitPattern": "{0}/{1}"
3244
+ },
3245
+ "power2": {
3246
+ "compoundUnitPattern1": "{0}²",
3247
+ "compoundUnitPattern1-count-other": "{0}²"
3248
+ },
3249
+ "power3": {
3250
+ "compoundUnitPattern1": "{0}³",
3251
+ "compoundUnitPattern1-count-other": "{0}³"
3252
+ },
3253
+ "times": {
3254
+ "compoundUnitPattern": "{0}⋅{1}"
3255
+ },
3256
+ "acceleration-g-force": {
3257
+ "displayName": "گرانش",
3258
+ "unitPattern-count-one": "{0} G",
3259
+ "unitPattern-count-other": "{0} G"
3260
+ },
3261
+ "acceleration-meter-per-square-second": {
3262
+ "displayName": "متر/مجذور ثانیه",
3263
+ "unitPattern-count-one": "{0}‎ m/s²",
3264
+ "unitPattern-count-other": "{0}‎ m/s²"
3265
+ },
3266
+ "angle-revolution": {
3267
+ "displayName": "دور",
3268
+ "unitPattern-count-one": "{0} دور",
3269
+ "unitPattern-count-other": "{0} دور"
3270
+ },
3271
+ "angle-radian": {
3272
+ "displayName": "رادیان",
3273
+ "unitPattern-count-one": "{0} رادیان",
3274
+ "unitPattern-count-other": "{0} رادیان"
3275
+ },
3276
+ "angle-degree": {
3277
+ "displayName": "درجه",
3278
+ "unitPattern-count-one": "{0} درجه",
3279
+ "unitPattern-count-other": "{0} درجه"
3280
+ },
3281
+ "angle-arc-minute": {
3282
+ "displayName": "دقیقهٔ قوسی",
3283
+ "unitPattern-count-one": "{0} د.قوسی",
3284
+ "unitPattern-count-other": "{0} د.قوسی"
3285
+ },
3286
+ "angle-arc-second": {
3287
+ "displayName": "ثانیهٔ قوسی",
3288
+ "unitPattern-count-one": "{0} ث.قوسی",
3289
+ "unitPattern-count-other": "{0} ث.قوسی"
3290
+ },
3291
+ "area-square-kilometer": {
3292
+ "displayName": "کیلومتر مربع",
3293
+ "unitPattern-count-one": "{0}‎ km²",
3294
+ "unitPattern-count-other": "{0}‎ km²",
3295
+ "perUnitPattern": "{0}/km²"
3296
+ },
3297
+ "area-hectare": {
3298
+ "displayName": "هکتار",
3299
+ "unitPattern-count-one": "{0} هک",
3300
+ "unitPattern-count-other": "{0} هک"
3301
+ },
3302
+ "area-square-meter": {
3303
+ "displayName": "متر مربع",
3304
+ "unitPattern-count-one": "{0} m²",
3305
+ "unitPattern-count-other": "{0} m²",
3306
+ "perUnitPattern": "{0}‎/m²"
3307
+ },
3308
+ "area-square-centimeter": {
3309
+ "displayName": "cm²",
3310
+ "unitPattern-count-one": "{0}‎ cm²",
3311
+ "unitPattern-count-other": "{0}‎ cm²",
3312
+ "perUnitPattern": "{0}‎/cm²"
3313
+ },
3314
+ "area-square-mile": {
3315
+ "displayName": "مایل مربع",
3316
+ "unitPattern-count-one": "{0} مایل مربع",
3317
+ "unitPattern-count-other": "{0} مایل مربع",
3318
+ "perUnitPattern": "{0}‎/mi²"
3319
+ },
3320
+ "area-acre": {
3321
+ "displayName": "جریب",
3322
+ "unitPattern-count-one": "{0} جریب",
3323
+ "unitPattern-count-other": "{0} جریب"
3324
+ },
3325
+ "area-square-yard": {
3326
+ "displayName": "یارد مربع",
3327
+ "unitPattern-count-one": "{0} یارد مربع",
3328
+ "unitPattern-count-other": "{0} یارد مربع"
3329
+ },
3330
+ "area-square-foot": {
3331
+ "displayName": "فوت مربع",
3332
+ "unitPattern-count-one": "{0} فوت مربع",
3333
+ "unitPattern-count-other": "{0} فوت مربع"
3334
+ },
3335
+ "area-square-inch": {
3336
+ "displayName": "اینچ مربع",
3337
+ "unitPattern-count-one": "{0} اینچ مربع",
3338
+ "unitPattern-count-other": "{0} اینچ مربع",
3339
+ "perUnitPattern": "{0}/اینچ مربع"
3340
+ },
3341
+ "area-dunam": {
3342
+ "displayName": "دونوم",
3343
+ "unitPattern-count-one": "{0} دونوم",
3344
+ "unitPattern-count-other": "{0} دونوم"
3345
+ },
3346
+ "concentr-karat": {
3347
+ "displayName": "عیار",
3348
+ "unitPattern-count-one": "{0} عیار",
3349
+ "unitPattern-count-other": "{0} عیار"
3350
+ },
3351
+ "concentr-milligram-ofglucose-per-deciliter": {
3352
+ "displayName": "میلی‌گرم در دسی‌لیتر",
3353
+ "unitPattern-count-one": "{0} mg/dL",
3354
+ "unitPattern-count-other": "{0} mg/dL"
3355
+ },
3356
+ "concentr-millimole-per-liter": {
3357
+ "displayName": "میلی‌مول/لیتر",
3358
+ "unitPattern-count-one": "{0} mmol/L",
3359
+ "unitPattern-count-other": "{0} mmol/L"
3360
+ },
3361
+ "concentr-item": {
3362
+ "displayName": "مورد",
3363
+ "unitPattern-count-one": "{0} مورد",
3364
+ "unitPattern-count-other": "{0} مورد"
3365
+ },
3366
+ "concentr-permillion": {
3367
+ "displayName": "بخش/میلیون",
3368
+ "unitPattern-count-other": "{0} ppm"
3369
+ },
3370
+ "concentr-percent": {
3371
+ "displayName": "درصد",
3372
+ "unitPattern-count-one": "{0}٪",
3373
+ "unitPattern-count-other": "{0}٪"
3374
+ },
3375
+ "concentr-permille": {
3376
+ "displayName": "هزارم",
3377
+ "unitPattern-count-one": "{0}‰",
3378
+ "unitPattern-count-other": "{0}‰"
3379
+ },
3380
+ "concentr-permyriad": {
3381
+ "displayName": "ده‌هزارم",
3382
+ "unitPattern-count-one": "{0}‱",
3383
+ "unitPattern-count-other": "{0}‱"
3384
+ },
3385
+ "concentr-mole": {
3386
+ "displayName": "مول",
3387
+ "unitPattern-count-one": "{0} مول",
3388
+ "unitPattern-count-other": "{0} مول"
3389
+ },
3390
+ "consumption-liter-per-kilometer": {
3391
+ "displayName": "لیتر/کیلومتر",
3392
+ "unitPattern-count-one": "{0} ل./ک.م.",
3393
+ "unitPattern-count-other": "{0} ل./ک.م."
3394
+ },
3395
+ "consumption-liter-per-100-kilometer": {
3396
+ "displayName": "لیتر/۱۰۰ کیلومتر",
3397
+ "unitPattern-count-one": "{0} ل./۱۰۰ ک.م.",
3398
+ "unitPattern-count-other": "{0} ل./۱۰۰ ک.م."
3399
+ },
3400
+ "consumption-mile-per-gallon": {
3401
+ "displayName": "مایل/گالن",
3402
+ "unitPattern-count-one": "{0} مایل در گالن",
3403
+ "unitPattern-count-other": "{0} مایل در گالن"
3404
+ },
3405
+ "consumption-mile-per-gallon-imperial": {
3406
+ "displayName": "مایل/امپریال گالن",
3407
+ "unitPattern-count-one": "{0} mpg Imp.",
3408
+ "unitPattern-count-other": "{0} mpg Imp."
3409
+ },
3410
+ "digital-petabyte": {
3411
+ "displayName": "پتابایت",
3412
+ "unitPattern-count-one": "{0} PB",
3413
+ "unitPattern-count-other": "{0} PB"
3414
+ },
3415
+ "digital-terabyte": {
3416
+ "displayName": "ترابایت",
3417
+ "unitPattern-count-one": "{0} TB",
3418
+ "unitPattern-count-other": "{0} TB"
3419
+ },
3420
+ "digital-terabit": {
3421
+ "displayName": "ترابیت",
3422
+ "unitPattern-count-one": "{0} Tb",
3423
+ "unitPattern-count-other": "{0} Tb"
3424
+ },
3425
+ "digital-gigabyte": {
3426
+ "displayName": "GB",
3427
+ "unitPattern-count-one": "{0} GB",
3428
+ "unitPattern-count-other": "{0} GB"
3429
+ },
3430
+ "digital-gigabit": {
3431
+ "displayName": "گیگابیت",
3432
+ "unitPattern-count-one": "{0} Gb",
3433
+ "unitPattern-count-other": "{0} Gb"
3434
+ },
3435
+ "digital-megabyte": {
3436
+ "displayName": "MB",
3437
+ "unitPattern-count-one": "{0} MB",
3438
+ "unitPattern-count-other": "{0} MB"
3439
+ },
3440
+ "digital-megabit": {
3441
+ "displayName": "مگابیت",
3442
+ "unitPattern-count-one": "{0} Mb",
3443
+ "unitPattern-count-other": "{0} Mb"
3444
+ },
3445
+ "digital-kilobyte": {
3446
+ "displayName": "کیلوبایت",
3447
+ "unitPattern-count-one": "{0} kB",
3448
+ "unitPattern-count-other": "{0} kB"
3449
+ },
3450
+ "digital-kilobit": {
3451
+ "displayName": "کیلوبیت",
3452
+ "unitPattern-count-one": "{0} kb",
3453
+ "unitPattern-count-other": "{0} kb"
3454
+ },
3455
+ "digital-byte": {
3456
+ "displayName": "بایت",
3457
+ "unitPattern-count-one": "{0} بایت",
3458
+ "unitPattern-count-other": "{0} بایت"
3459
+ },
3460
+ "digital-bit": {
3461
+ "displayName": "بیت",
3462
+ "unitPattern-count-one": "{0} بیت",
3463
+ "unitPattern-count-other": "{0} بیت"
3464
+ },
3465
+ "duration-century": {
3466
+ "displayName": "سده",
3467
+ "unitPattern-count-one": "{0} سده",
3468
+ "unitPattern-count-other": "{0} سده"
3469
+ },
3470
+ "duration-decade": {
3471
+ "displayName": "دهه",
3472
+ "unitPattern-count-one": "{0} دهه",
3473
+ "unitPattern-count-other": "{0} دهه"
3474
+ },
3475
+ "duration-year": {
3476
+ "displayName": "سال",
3477
+ "unitPattern-count-one": "{0} سال",
3478
+ "unitPattern-count-other": "{0} سال",
3479
+ "perUnitPattern": "{0}/سال"
3480
+ },
3481
+ "duration-month": {
3482
+ "displayName": "ماه",
3483
+ "unitPattern-count-one": "{0} ماه",
3484
+ "unitPattern-count-other": "{0} ماه",
3485
+ "perUnitPattern": "{0}/ماه"
3486
+ },
3487
+ "duration-week": {
3488
+ "displayName": "هفته",
3489
+ "unitPattern-count-one": "{0} هفته",
3490
+ "unitPattern-count-other": "{0} هفته",
3491
+ "perUnitPattern": "{0}/هفته"
3492
+ },
3493
+ "duration-day": {
3494
+ "displayName": "روز",
3495
+ "unitPattern-count-one": "{0} روز",
3496
+ "unitPattern-count-other": "{0} روز",
3497
+ "perUnitPattern": "{0}/روز"
3498
+ },
3499
+ "duration-hour": {
3500
+ "displayName": "ساعت",
3501
+ "unitPattern-count-one": "{0} ساعت",
3502
+ "unitPattern-count-other": "{0} ساعت",
3503
+ "perUnitPattern": "{0} در ساعت"
3504
+ },
3505
+ "duration-minute": {
3506
+ "displayName": "دقیقه",
3507
+ "unitPattern-count-one": "{0} دقیقه",
3508
+ "unitPattern-count-other": "{0} دقیقه",
3509
+ "perUnitPattern": "{0} در دقیقه"
3510
+ },
3511
+ "duration-second": {
3512
+ "displayName": "ثانیه",
3513
+ "unitPattern-count-one": "{0} ثانیه",
3514
+ "unitPattern-count-other": "{0} ثانیه",
3515
+ "perUnitPattern": "{0} در ثانیه"
3516
+ },
3517
+ "duration-millisecond": {
3518
+ "displayName": "میلی‌ثانیه",
3519
+ "unitPattern-count-one": "{0} میلی‌ثانیه",
3520
+ "unitPattern-count-other": "{0} میلی‌ثانیه"
3521
+ },
3522
+ "duration-microsecond": {
3523
+ "displayName": "میکروثانیه",
3524
+ "unitPattern-count-one": "{0}μs",
3525
+ "unitPattern-count-other": "{0}μs"
3526
+ },
3527
+ "duration-nanosecond": {
3528
+ "displayName": "نانوثانیه",
3529
+ "unitPattern-count-one": "{0} نانوثانیه",
3530
+ "unitPattern-count-other": "{0} نانوثانیه"
3531
+ },
3532
+ "electric-ampere": {
3533
+ "displayName": "آمپر",
3534
+ "unitPattern-count-one": "{0} آمپر",
3535
+ "unitPattern-count-other": "{0} آمپر"
3536
+ },
3537
+ "electric-milliampere": {
3538
+ "displayName": "میلی‌آمپر",
3539
+ "unitPattern-count-one": "{0} میلی‌آمپر",
3540
+ "unitPattern-count-other": "{0} میلی‌آمپر"
3541
+ },
3542
+ "electric-ohm": {
3543
+ "displayName": "اهم",
3544
+ "unitPattern-count-one": "{0} اهم",
3545
+ "unitPattern-count-other": "{0} اهم"
3546
+ },
3547
+ "electric-volt": {
3548
+ "displayName": "ولت",
3549
+ "unitPattern-count-one": "{0} ولت",
3550
+ "unitPattern-count-other": "{0} ولت"
3551
+ },
3552
+ "energy-kilocalorie": {
3553
+ "displayName": "ک.کالری",
3554
+ "unitPattern-count-one": "{0} ک.کالری",
3555
+ "unitPattern-count-other": "{0} ک.کالری"
3556
+ },
3557
+ "energy-calorie": {
3558
+ "displayName": "کالری",
3559
+ "unitPattern-count-one": "{0} کالری",
3560
+ "unitPattern-count-other": "{0} کالری"
3561
+ },
3562
+ "energy-foodcalorie": {
3563
+ "displayName": "کالری",
3564
+ "unitPattern-count-one": "{0} کالری",
3565
+ "unitPattern-count-other": "{0} کالری"
3566
+ },
3567
+ "energy-kilojoule": {
3568
+ "displayName": "ک.ژول",
3569
+ "unitPattern-count-one": "{0} ک.ژول",
3570
+ "unitPattern-count-other": "{0} ک.ژول"
3571
+ },
3572
+ "energy-joule": {
3573
+ "displayName": "ژول",
3574
+ "unitPattern-count-one": "{0} ژول",
3575
+ "unitPattern-count-other": "{0} ژول"
3576
+ },
3577
+ "energy-kilowatt-hour": {
3578
+ "displayName": "ک.وات‌ساعت",
3579
+ "unitPattern-count-one": "{0} ک.و.ساعت",
3580
+ "unitPattern-count-other": "{0} ک.و.ساعت"
3581
+ },
3582
+ "energy-electronvolt": {
3583
+ "displayName": "الکترون‌ولت",
3584
+ "unitPattern-count-one": "{0} eV",
3585
+ "unitPattern-count-other": "{0} eV"
3586
+ },
3587
+ "energy-british-thermal-unit": {
3588
+ "displayName": "بی‌تی‌یو",
3589
+ "unitPattern-count-one": "{0} بی‌تی‌یو",
3590
+ "unitPattern-count-other": "{0} بی‌تی‌یو"
3591
+ },
3592
+ "energy-therm-us": {
3593
+ "displayName": "ترم آمریکایی",
3594
+ "unitPattern-count-one": "{0} ترم آمریکایی",
3595
+ "unitPattern-count-other": "{0} ترم آمریکایی"
3596
+ },
3597
+ "force-pound-force": {
3598
+ "displayName": "پوند-نیرو",
3599
+ "unitPattern-count-one": "{0} پوند-نیرو",
3600
+ "unitPattern-count-other": "{0} پوند-نیرو"
3601
+ },
3602
+ "force-newton": {
3603
+ "displayName": "نیوتن",
3604
+ "unitPattern-count-one": "{0} نیوتن",
3605
+ "unitPattern-count-other": "{0} نیوتن"
3606
+ },
3607
+ "force-kilowatt-hour-per-100-kilometer": {
3608
+ "displayName": "ک.وا.س/۱۰۰ ک.م",
3609
+ "unitPattern-count-one": "{0} ک.وا.س/۱۰۰ ک.م",
3610
+ "unitPattern-count-other": "{0} ک.وا.س/۱۰۰ ک.م"
3611
+ },
3612
+ "frequency-gigahertz": {
3613
+ "displayName": "گیگاهرتز",
3614
+ "unitPattern-count-one": "{0} گیگاهرتز",
3615
+ "unitPattern-count-other": "{0} گیگاهرتز"
3616
+ },
3617
+ "frequency-megahertz": {
3618
+ "displayName": "مگاهرتز",
3619
+ "unitPattern-count-one": "{0} مگاهرتز",
3620
+ "unitPattern-count-other": "{0} مگاهرتز"
3621
+ },
3622
+ "frequency-kilohertz": {
3623
+ "displayName": "ک.هرتز",
3624
+ "unitPattern-count-one": "{0} ک.هرتز",
3625
+ "unitPattern-count-other": "{0} ک.هرتز"
3626
+ },
3627
+ "frequency-hertz": {
3628
+ "displayName": "هرتز",
3629
+ "unitPattern-count-one": "{0} هرتز",
3630
+ "unitPattern-count-other": "{0} هرتز"
3631
+ },
3632
+ "graphics-em": {
3633
+ "displayName": "em",
3634
+ "unitPattern-count-one": "{0} em",
3635
+ "unitPattern-count-other": "{0} em"
3636
+ },
3637
+ "graphics-pixel": {
3638
+ "displayName": "پیکسل",
3639
+ "unitPattern-count-one": "{0} px",
3640
+ "unitPattern-count-other": "{0} px"
3641
+ },
3642
+ "graphics-megapixel": {
3643
+ "displayName": "مگاپیکسل",
3644
+ "unitPattern-count-one": "{0} MP",
3645
+ "unitPattern-count-other": "{0} MP"
3646
+ },
3647
+ "graphics-pixel-per-centimeter": {
3648
+ "displayName": "ppcm",
3649
+ "unitPattern-count-one": "{0} ppcm",
3650
+ "unitPattern-count-other": "{0} ppcm"
3651
+ },
3652
+ "graphics-pixel-per-inch": {
3653
+ "displayName": "ppi",
3654
+ "unitPattern-count-one": "{0} ppi",
3655
+ "unitPattern-count-other": "{0} ppi"
3656
+ },
3657
+ "graphics-dot-per-centimeter": {
3658
+ "displayName": "dpcm",
3659
+ "unitPattern-count-one": "{0} dpcm",
3660
+ "unitPattern-count-other": "{0} dpcm"
3661
+ },
3662
+ "graphics-dot-per-inch": {
3663
+ "displayName": "dpi",
3664
+ "unitPattern-count-one": "{0} dpi",
3665
+ "unitPattern-count-other": "{0} dpi"
3666
+ },
3667
+ "graphics-dot": {
3668
+ "displayName": "نقطه",
3669
+ "unitPattern-count-one": "{0} نقطه",
3670
+ "unitPattern-count-other": "{0} نقطه"
3671
+ },
3672
+ "length-earth-radius": {
3673
+ "displayName": "R⊕",
3674
+ "unitPattern-count-one": "{0} R⊕",
3675
+ "unitPattern-count-other": "{0} R⊕"
3676
+ },
3677
+ "length-kilometer": {
3678
+ "displayName": "کیلومتر",
3679
+ "unitPattern-count-one": "{0} km",
3680
+ "unitPattern-count-other": "{0} km",
3681
+ "perUnitPattern": "{0}‎/km"
3682
+ },
3683
+ "length-meter": {
3684
+ "displayName": "متر",
3685
+ "unitPattern-count-one": "{0} m",
3686
+ "unitPattern-count-other": "{0} m",
3687
+ "perUnitPattern": "{0}‎/m"
3688
+ },
3689
+ "length-decimeter": {
3690
+ "displayName": "دس.م",
3691
+ "unitPattern-count-one": "{0} دس.م",
3692
+ "unitPattern-count-other": "{0} دس.م"
3693
+ },
3694
+ "length-centimeter": {
3695
+ "displayName": "س.م",
3696
+ "unitPattern-count-one": "{0} س.م",
3697
+ "unitPattern-count-other": "{0} س.م",
3698
+ "perUnitPattern": "{0}/س.م"
3699
+ },
3700
+ "length-millimeter": {
3701
+ "displayName": "mm",
3702
+ "unitPattern-count-one": "{0} mm",
3703
+ "unitPattern-count-other": "{0} mm"
3704
+ },
3705
+ "length-micrometer": {
3706
+ "displayName": "میکرومتر",
3707
+ "unitPattern-count-one": "{0} μm",
3708
+ "unitPattern-count-other": "{0} μm"
3709
+ },
3710
+ "length-nanometer": {
3711
+ "displayName": "ن.م",
3712
+ "unitPattern-count-one": "{0} ن.م",
3713
+ "unitPattern-count-other": "{0} ن.م"
3714
+ },
3715
+ "length-picometer": {
3716
+ "displayName": "پ.م",
3717
+ "unitPattern-count-one": "{0} پ.م",
3718
+ "unitPattern-count-other": "{0} پ.م"
3719
+ },
3720
+ "length-mile": {
3721
+ "displayName": "مایل",
3722
+ "unitPattern-count-one": "{0} مایل",
3723
+ "unitPattern-count-other": "{0} مایل"
3724
+ },
3725
+ "length-yard": {
3726
+ "displayName": "یارد",
3727
+ "unitPattern-count-one": "{0} یارد",
3728
+ "unitPattern-count-other": "{0} یارد"
3729
+ },
3730
+ "length-foot": {
3731
+ "displayName": "فوت",
3732
+ "unitPattern-count-one": "{0} فوت",
3733
+ "unitPattern-count-other": "{0} فوت",
3734
+ "perUnitPattern": "{0}/فوت"
3735
+ },
3736
+ "length-inch": {
3737
+ "displayName": "اینچ",
3738
+ "unitPattern-count-one": "{0} اینچ",
3739
+ "unitPattern-count-other": "{0} اینچ",
3740
+ "perUnitPattern": "{0}/اینچ"
3741
+ },
3742
+ "length-parsec": {
3743
+ "displayName": "پارسک",
3744
+ "unitPattern-count-one": "{0} پارسک",
3745
+ "unitPattern-count-other": "{0} پارسک"
3746
+ },
3747
+ "length-light-year": {
3748
+ "displayName": "سال نوری",
3749
+ "unitPattern-count-one": "{0} سال نوری",
3750
+ "unitPattern-count-other": "{0} سال نوری"
3751
+ },
3752
+ "length-astronomical-unit": {
3753
+ "displayName": "au",
3754
+ "unitPattern-count-one": "{0} واحد نجومی",
3755
+ "unitPattern-count-other": "{0} واحد نجومی"
3756
+ },
3757
+ "length-furlong": {
3758
+ "displayName": "فرلانگ",
3759
+ "unitPattern-count-one": "{0} فرلانگ",
3760
+ "unitPattern-count-other": "{0} فرلانگ"
3761
+ },
3762
+ "length-fathom": {
3763
+ "displayName": "فاتوم",
3764
+ "unitPattern-count-one": "{0} فاتوم",
3765
+ "unitPattern-count-other": "{0} فاتوم"
3766
+ },
3767
+ "length-nautical-mile": {
3768
+ "displayName": "مایل دریایی",
3769
+ "unitPattern-count-one": "{0} مایل دریایی",
3770
+ "unitPattern-count-other": "{0} مایل دریایی"
3771
+ },
3772
+ "length-mile-scandinavian": {
3773
+ "displayName": "مایل اسکاندیناوی",
3774
+ "unitPattern-count-one": "{0}‎ smi",
3775
+ "unitPattern-count-other": "{0}‎ smi"
3776
+ },
3777
+ "length-point": {
3778
+ "displayName": "پوینت",
3779
+ "unitPattern-count-one": "{0} پوینت",
3780
+ "unitPattern-count-other": "{0} پوینت"
3781
+ },
3782
+ "length-solar-radius": {
3783
+ "displayName": "شعاع خورشید",
3784
+ "unitPattern-count-one": "{0} شعاع خورشید",
3785
+ "unitPattern-count-other": "{0} شعاع خورشید"
3786
+ },
3787
+ "light-lux": {
3788
+ "displayName": "لوکس",
3789
+ "unitPattern-count-one": "{0} لوکس",
3790
+ "unitPattern-count-other": "{0} لوکس"
3791
+ },
3792
+ "light-candela": {
3793
+ "displayName": "cd",
3794
+ "unitPattern-count-other": "{0} cd"
3795
+ },
3796
+ "light-lumen": {
3797
+ "displayName": "lm",
3798
+ "unitPattern-count-other": "{0} lm"
3799
+ },
3800
+ "light-solar-luminosity": {
3801
+ "displayName": "تابندگی خورشید",
3802
+ "unitPattern-count-one": "{0} ☉L",
3803
+ "unitPattern-count-other": "{0} ☉L"
3804
+ },
3805
+ "mass-metric-ton": {
3806
+ "displayName": "t",
3807
+ "unitPattern-count-one": "{0} t",
3808
+ "unitPattern-count-other": "{0} t"
3809
+ },
3810
+ "mass-kilogram": {
3811
+ "displayName": "کیلوگرم",
3812
+ "unitPattern-count-one": "{0} kg",
3813
+ "unitPattern-count-other": "{0} کیلوگرم",
3814
+ "perUnitPattern": "{0}‎/kg"
3815
+ },
3816
+ "mass-gram": {
3817
+ "displayName": "گرم",
3818
+ "unitPattern-count-one": "{0} گرم",
3819
+ "unitPattern-count-other": "{0} گرم",
3820
+ "perUnitPattern": "{0} در گرم"
3821
+ },
3822
+ "mass-milligram": {
3823
+ "displayName": "mg",
3824
+ "unitPattern-count-one": "{0} mg",
3825
+ "unitPattern-count-other": "{0} mg"
3826
+ },
3827
+ "mass-microgram": {
3828
+ "displayName": "μg",
3829
+ "unitPattern-count-one": "{0} μg",
3830
+ "unitPattern-count-other": "{0} μg"
3831
+ },
3832
+ "mass-ton": {
3833
+ "displayName": "تن",
3834
+ "unitPattern-count-one": "{0} تن",
3835
+ "unitPattern-count-other": "{0} تن"
3836
+ },
3837
+ "mass-stone": {
3838
+ "displayName": "سنگ",
3839
+ "unitPattern-count-one": "{0} سنگ",
3840
+ "unitPattern-count-other": "{0} سنگ"
3841
+ },
3842
+ "mass-pound": {
3843
+ "displayName": "پوند",
3844
+ "unitPattern-count-one": "{0} پوند",
3845
+ "unitPattern-count-other": "{0} پوند",
3846
+ "perUnitPattern": "{0} در پوند"
3847
+ },
3848
+ "mass-ounce": {
3849
+ "displayName": "اونس",
3850
+ "unitPattern-count-one": "{0} اونس",
3851
+ "unitPattern-count-other": "{0} اونس",
3852
+ "perUnitPattern": "{0} در اونس"
3853
+ },
3854
+ "mass-ounce-troy": {
3855
+ "displayName": "اونس تروا",
3856
+ "unitPattern-count-one": "{0} اونس تروا",
3857
+ "unitPattern-count-other": "{0} اونس تروا"
3858
+ },
3859
+ "mass-carat": {
3860
+ "displayName": "قیراط",
3861
+ "unitPattern-count-one": "{0} قیراط",
3862
+ "unitPattern-count-other": "{0} قیراط"
3863
+ },
3864
+ "mass-dalton": {
3865
+ "displayName": "دالتون",
3866
+ "unitPattern-count-one": "{0} دالتون",
3867
+ "unitPattern-count-other": "{0} دالتون"
3868
+ },
3869
+ "mass-earth-mass": {
3870
+ "displayName": "جرم زمین",
3871
+ "unitPattern-count-one": "{0} M⊕",
3872
+ "unitPattern-count-other": "{0} ⊕M"
3873
+ },
3874
+ "mass-solar-mass": {
3875
+ "displayName": "جرم خورشید",
3876
+ "unitPattern-count-one": "{0} ☉M",
3877
+ "unitPattern-count-other": "{0} ☉M"
3878
+ },
3879
+ "mass-grain": {
3880
+ "displayName": "دانه",
3881
+ "unitPattern-count-one": "{0} دانه",
3882
+ "unitPattern-count-other": "{0} دانه"
3883
+ },
3884
+ "power-gigawatt": {
3885
+ "displayName": "گیگاوات",
3886
+ "unitPattern-count-one": "{0} گیگاوات",
3887
+ "unitPattern-count-other": "{0} گیگاوات"
3888
+ },
3889
+ "power-megawatt": {
3890
+ "displayName": "مگاوات",
3891
+ "unitPattern-count-one": "{0} مگاوات",
3892
+ "unitPattern-count-other": "{0} مگاوات"
3893
+ },
3894
+ "power-kilowatt": {
3895
+ "displayName": "ک.وات",
3896
+ "unitPattern-count-one": "{0} ک.وات",
3897
+ "unitPattern-count-other": "{0} ک.وات"
3898
+ },
3899
+ "power-watt": {
3900
+ "displayName": "وات",
3901
+ "unitPattern-count-one": "{0} وات",
3902
+ "unitPattern-count-other": "{0} وات"
3903
+ },
3904
+ "power-milliwatt": {
3905
+ "displayName": "میلی‌وات",
3906
+ "unitPattern-count-one": "{0} میلی‌وات",
3907
+ "unitPattern-count-other": "{0} میلی‌وات"
3908
+ },
3909
+ "power-horsepower": {
3910
+ "displayName": "اسب بخار",
3911
+ "unitPattern-count-one": "{0} اسب بخار",
3912
+ "unitPattern-count-other": "{0} اسب بخار"
3913
+ },
3914
+ "pressure-millimeter-ofhg": {
3915
+ "displayName": "میلی‌متر جیوه",
3916
+ "unitPattern-count-one": "{0} م‌م جیوه",
3917
+ "unitPattern-count-other": "{0} م‌م جیوه"
3918
+ },
3919
+ "pressure-pound-force-per-square-inch": {
3920
+ "displayName": "پوند در اینچ مربع",
3921
+ "unitPattern-count-one": "{0}‎ psi",
3922
+ "unitPattern-count-other": "{0}‎ psi"
3923
+ },
3924
+ "pressure-inch-ofhg": {
3925
+ "displayName": "اینچ جیوه",
3926
+ "unitPattern-count-one": "{0} اینچ جیوه",
3927
+ "unitPattern-count-other": "{0} اینچ جیوه"
3928
+ },
3929
+ "pressure-bar": {
3930
+ "displayName": "بار",
3931
+ "unitPattern-count-one": "{0} بار",
3932
+ "unitPattern-count-other": "{0} بار"
3933
+ },
3934
+ "pressure-millibar": {
3935
+ "displayName": "میلی‌بار",
3936
+ "unitPattern-count-one": "{0} میلی‌بار",
3937
+ "unitPattern-count-other": "{0} میلی‌بار"
3938
+ },
3939
+ "pressure-atmosphere": {
3940
+ "displayName": "اتمسفر",
3941
+ "unitPattern-count-one": "{0} اتمسفر",
3942
+ "unitPattern-count-other": "{0} اتمسفر"
3943
+ },
3944
+ "pressure-pascal": {
3945
+ "displayName": "پاسکال",
3946
+ "unitPattern-count-one": "{0} پاسکال",
3947
+ "unitPattern-count-other": "{0} پاسکال"
3948
+ },
3949
+ "pressure-hectopascal": {
3950
+ "displayName": "هکتوپاسکال",
3951
+ "unitPattern-count-one": "{0} هکتوپاسکال",
3952
+ "unitPattern-count-other": "{0} هکتوپاسکال"
3953
+ },
3954
+ "pressure-kilopascal": {
3955
+ "displayName": "ک.پاسکال",
3956
+ "unitPattern-count-one": "{0} ک.پاسکال",
3957
+ "unitPattern-count-other": "{0} ک.پاسکال"
3958
+ },
3959
+ "pressure-megapascal": {
3960
+ "displayName": "مگاپاسکال",
3961
+ "unitPattern-count-one": "{0} مگاپاسکال",
3962
+ "unitPattern-count-other": "{0} مگاپاسکال"
3963
+ },
3964
+ "speed-kilometer-per-hour": {
3965
+ "displayName": "کیلومتر در ساعت",
3966
+ "unitPattern-count-one": "{0}‎ km/h",
3967
+ "unitPattern-count-other": "{0}‎ km/h"
3968
+ },
3969
+ "speed-meter-per-second": {
3970
+ "displayName": "متر در ثانیه",
3971
+ "unitPattern-count-one": "{0} m/s",
3972
+ "unitPattern-count-other": "{0} m/s"
3973
+ },
3974
+ "speed-mile-per-hour": {
3975
+ "displayName": "مایل در ساعت",
3976
+ "unitPattern-count-one": "{0}‎ mph",
3977
+ "unitPattern-count-other": "{0}‎ mph"
3978
+ },
3979
+ "speed-knot": {
3980
+ "displayName": "گره",
3981
+ "unitPattern-count-one": "{0} گره",
3982
+ "unitPattern-count-other": "{0} گره"
3983
+ },
3984
+ "temperature-generic": {
3985
+ "displayName": "°",
3986
+ "unitPattern-count-one": "{0}°",
3987
+ "unitPattern-count-other": "{0}°"
3988
+ },
3989
+ "temperature-celsius": {
3990
+ "displayName": "درجهٔ سلسیوس",
3991
+ "unitPattern-count-one": "{0}°C",
3992
+ "unitPattern-count-other": "{0}°C"
3993
+ },
3994
+ "temperature-fahrenheit": {
3995
+ "displayName": "درجهٔ فارنهایت",
3996
+ "unitPattern-count-one": "{0}°F",
3997
+ "unitPattern-count-other": "{0}°F"
3998
+ },
3999
+ "temperature-kelvin": {
4000
+ "displayName": "درجهٔ کلوین",
4001
+ "unitPattern-count-one": "‎{0} K",
4002
+ "unitPattern-count-other": "‎{0} K"
4003
+ },
4004
+ "torque-pound-force-foot": {
4005
+ "displayName": "پوند-فوت",
4006
+ "unitPattern-count-one": "{0} پوند-فوت",
4007
+ "unitPattern-count-other": "{0} پوند-فوت"
4008
+ },
4009
+ "torque-newton-meter": {
4010
+ "displayName": "نیوتن‌متر",
4011
+ "unitPattern-count-one": "{0} نیوتن‌متر",
4012
+ "unitPattern-count-other": "{0} نیوتن‌متر"
4013
+ },
4014
+ "volume-cubic-kilometer": {
4015
+ "displayName": "کیلومتر مکعب",
4016
+ "unitPattern-count-one": "{0}‎ km³",
4017
+ "unitPattern-count-other": "{0}‎ km³"
4018
+ },
4019
+ "volume-cubic-meter": {
4020
+ "displayName": "متر مکعب",
4021
+ "unitPattern-count-one": "{0}m³",
4022
+ "unitPattern-count-other": "{0}m³",
4023
+ "perUnitPattern": "{0}‎/m³"
4024
+ },
4025
+ "volume-cubic-centimeter": {
4026
+ "displayName": "cm³",
4027
+ "unitPattern-count-one": "{0}‎ cm³",
4028
+ "unitPattern-count-other": "{0}‎ cm³",
4029
+ "perUnitPattern": "{0}‎ /cm³"
4030
+ },
4031
+ "volume-cubic-mile": {
4032
+ "displayName": "mi³",
4033
+ "unitPattern-count-one": "{0}mi³",
4034
+ "unitPattern-count-other": "{0}mi³"
4035
+ },
4036
+ "volume-cubic-yard": {
4037
+ "displayName": "یارد مکعب",
4038
+ "unitPattern-count-one": "{0}yd³",
4039
+ "unitPattern-count-other": "{0}yd³"
4040
+ },
4041
+ "volume-cubic-foot": {
4042
+ "displayName": "فوت مکعب",
4043
+ "unitPattern-count-one": "{0}ft³",
4044
+ "unitPattern-count-other": "{0}ft³"
4045
+ },
4046
+ "volume-cubic-inch": {
4047
+ "displayName": "اینچ مکعب",
4048
+ "unitPattern-count-one": "{0}in³",
4049
+ "unitPattern-count-other": "{0}in³"
4050
+ },
4051
+ "volume-megaliter": {
4052
+ "displayName": "مگالیتر",
4053
+ "unitPattern-count-one": "{0}ML",
4054
+ "unitPattern-count-other": "{0}ML"
4055
+ },
4056
+ "volume-hectoliter": {
4057
+ "displayName": "hL",
4058
+ "unitPattern-count-one": "{0}hL",
4059
+ "unitPattern-count-other": "{0}hL"
4060
+ },
4061
+ "volume-liter": {
4062
+ "displayName": "لیتر",
4063
+ "unitPattern-count-one": "{0}L",
4064
+ "unitPattern-count-other": "{0}L",
4065
+ "perUnitPattern": "{0}‎/L"
4066
+ },
4067
+ "volume-deciliter": {
4068
+ "displayName": "dL",
4069
+ "unitPattern-count-one": "{0}dL",
4070
+ "unitPattern-count-other": "{0}dL"
4071
+ },
4072
+ "volume-centiliter": {
4073
+ "displayName": "cL",
4074
+ "unitPattern-count-one": "{0}cL",
4075
+ "unitPattern-count-other": "{0}cL"
4076
+ },
4077
+ "volume-milliliter": {
4078
+ "displayName": "میلی‌لیتر",
4079
+ "unitPattern-count-one": "{0} میلی‌لیتر",
4080
+ "unitPattern-count-other": "{0} میلی‌لیتر"
4081
+ },
4082
+ "volume-pint-metric": {
4083
+ "displayName": "پاینت متریک",
4084
+ "unitPattern-count-one": "{0} پاینت متریک",
4085
+ "unitPattern-count-other": "{0} پاینت متریک"
4086
+ },
4087
+ "volume-cup-metric": {
4088
+ "displayName": "پیمانهٔ متریک",
4089
+ "unitPattern-count-one": "{0} پیمانهٔ متریک",
4090
+ "unitPattern-count-other": "{0} پیمانهٔ متریک"
4091
+ },
4092
+ "volume-acre-foot": {
4093
+ "displayName": "جریب فوت",
4094
+ "unitPattern-count-one": "{0} جریب فوت",
4095
+ "unitPattern-count-other": "{0} جریب فوت"
4096
+ },
4097
+ "volume-bushel": {
4098
+ "displayName": "بوشل",
4099
+ "unitPattern-count-one": "{0} بوشل",
4100
+ "unitPattern-count-other": "{0} بوشل"
4101
+ },
4102
+ "volume-gallon": {
4103
+ "displayName": "گالن",
4104
+ "unitPattern-count-one": "{0} گالن",
4105
+ "unitPattern-count-other": "{0} گالن",
4106
+ "perUnitPattern": "{0} در گالن"
4107
+ },
4108
+ "volume-gallon-imperial": {
4109
+ "displayName": "گالن امپریال",
4110
+ "unitPattern-count-one": "{0} گالن امپریال",
4111
+ "unitPattern-count-other": "{0} گالن امپریال",
4112
+ "perUnitPattern": "{0}/گالن امپریال"
4113
+ },
4114
+ "volume-quart": {
4115
+ "displayName": "کوارت",
4116
+ "unitPattern-count-one": "{0} کوارت",
4117
+ "unitPattern-count-other": "{0} کوارت"
4118
+ },
4119
+ "volume-pint": {
4120
+ "displayName": "پاینت",
4121
+ "unitPattern-count-one": "{0} پاینت",
4122
+ "unitPattern-count-other": "{0} پاینت"
4123
+ },
4124
+ "volume-cup": {
4125
+ "displayName": "پیمانه",
4126
+ "unitPattern-count-one": "{0} پیمانه",
4127
+ "unitPattern-count-other": "{0} پیمانه"
4128
+ },
4129
+ "volume-fluid-ounce": {
4130
+ "displayName": "اونس سیال",
4131
+ "unitPattern-count-one": "{0}‎ fl oz",
4132
+ "unitPattern-count-other": "{0}‎ fl oz"
4133
+ },
4134
+ "volume-fluid-ounce-imperial": {
4135
+ "displayName": "اونس سیال انگلیسی",
4136
+ "unitPattern-count-one": "{0} fl oz Imp",
4137
+ "unitPattern-count-other": "{0} fl oz Imp"
4138
+ },
4139
+ "volume-tablespoon": {
4140
+ "displayName": "قاشق غ.",
4141
+ "unitPattern-count-one": "{0} ق.غ.خ",
4142
+ "unitPattern-count-other": "{0} قاشق غ."
4143
+ },
4144
+ "volume-teaspoon": {
4145
+ "displayName": "قاشق چ.",
4146
+ "unitPattern-count-one": "{0} قاشق چ.",
4147
+ "unitPattern-count-other": "{0} قاشق چ."
4148
+ },
4149
+ "volume-barrel": {
4150
+ "displayName": "بشکه",
4151
+ "unitPattern-count-one": "{0} بشکه",
4152
+ "unitPattern-count-other": "{0} بشکه"
4153
+ },
4154
+ "volume-dessert-spoon": {
4155
+ "displayName": "قاشق دسرخوری",
4156
+ "unitPattern-count-one": "{0} ق.دس.خ.",
4157
+ "unitPattern-count-other": "{0} ق.دس.خ."
4158
+ },
4159
+ "volume-dessert-spoon-imperial": {
4160
+ "displayName": "قاشق دسرخوری امپراتوری",
4161
+ "unitPattern-count-one": "{0} قاشق امپراتوری",
4162
+ "unitPattern-count-other": "{0} قاشق امپراتوری"
4163
+ },
4164
+ "volume-drop": {
4165
+ "displayName": "قطره",
4166
+ "unitPattern-count-one": "{0} قطره",
4167
+ "unitPattern-count-other": "{0} قطره"
4168
+ },
4169
+ "volume-dram": {
4170
+ "displayName": "درم سیال",
4171
+ "unitPattern-count-one": "{0} درم سیال",
4172
+ "unitPattern-count-other": "{0} درم سیال"
4173
+ },
4174
+ "volume-jigger": {
4175
+ "displayName": "گیلاس",
4176
+ "unitPattern-count-one": "{0} گیلاس",
4177
+ "unitPattern-count-other": "{0} گیلاس"
4178
+ },
4179
+ "volume-pinch": {
4180
+ "displayName": "یک سر انگشت",
4181
+ "unitPattern-count-one": "{0} سرانگشت",
4182
+ "unitPattern-count-other": "{0} سرانگشت"
4183
+ },
4184
+ "volume-quart-imperial": {
4185
+ "displayName": "کوارت امپراتوری",
4186
+ "unitPattern-count-one": "{0} کوارت امپراتوری",
4187
+ "unitPattern-count-other": "{0} کوارت امپراتوری"
4188
+ },
4189
+ "coordinateUnit": {
4190
+ "displayName": "جهت",
4191
+ "east": "{0} شرقی",
4192
+ "north": "{0} شمالی",
4193
+ "south": "{0} جنوبی",
4194
+ "west": "{0} غربی"
4195
+ }
4196
+ }
4197
+ },
4198
+ "lenient-scope-number": {
4199
+ "minusSign": "-‐‒–⁻₋−➖﹣-",
4200
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4201
+ "plusSign": "+⁺₊➕﬩﹢+"
4202
+ },
4203
+ "currencyFormat-sap-short": {
4204
+ "1000-one": "0 هزار ‪¤‬",
4205
+ "1000-other": "0 هزار ‪¤‬",
4206
+ "10000-one": "00 هزار ‪¤‬",
4207
+ "10000-other": "00 هزار ‪¤‬",
4208
+ "100000-one": "000 هزار ‪¤‬",
4209
+ "100000-other": "000 هزار ‪¤‬",
4210
+ "1000000-one": "0 میلیون ‪¤‬",
4211
+ "1000000-other": "0 میلیون ‪¤‬",
4212
+ "10000000-one": "00 میلیون ‪¤‬",
4213
+ "10000000-other": "00 میلیون ‪¤‬",
4214
+ "100000000-one": "000 میلیون ‪¤‬",
4215
+ "100000000-other": "000 میلیون ‪¤‬",
4216
+ "1000000000-one": "0 میلیارد ‪¤‬",
4217
+ "1000000000-other": "0 میلیارد ‪¤‬",
4218
+ "10000000000-one": "00 میلیارد ‪¤‬",
4219
+ "10000000000-other": "00 میلیارد ‪¤‬",
4220
+ "100000000000-one": "000 میلیارد ‪¤‬",
4221
+ "100000000000-other": "000 میلیارد ‪¤‬",
4222
+ "1000000000000-one": "0 هزارمیلیارد ‪¤‬",
4223
+ "1000000000000-other": "0 هزارمیلیارد ‪¤‬",
4224
+ "10000000000000-one": "00 هزارمیلیارد ‪¤‬",
4225
+ "10000000000000-other": "00 هزارمیلیارد ‪¤‬",
4226
+ "100000000000000-one": "000 هزارمیلیارد ‪¤‬",
4227
+ "100000000000000-other": "000 هزارمیلیارد ‪¤‬"
4228
+ },
4229
+ "currencyDigits": {
4230
+ "ADP": 0,
4231
+ "AFN": 0,
4232
+ "ALL": 0,
4233
+ "BHD": 3,
4234
+ "BIF": 0,
4235
+ "BYR": 0,
4236
+ "CLF": 4,
4237
+ "CLP": 0,
4238
+ "DEFAULT": 2,
4239
+ "DJF": 0,
4240
+ "ESP": 0,
4241
+ "GNF": 0,
4242
+ "HUF": 0,
4243
+ "IQD": 0,
4244
+ "IRR": 0,
4245
+ "ISK": 0,
4246
+ "ITL": 0,
4247
+ "JOD": 3,
4248
+ "JPY": 0,
4249
+ "KMF": 0,
4250
+ "KPW": 0,
4251
+ "KRW": 0,
4252
+ "KWD": 3,
4253
+ "LAK": 0,
4254
+ "LBP": 0,
4255
+ "LUF": 0,
4256
+ "LYD": 3,
4257
+ "MGA": 0,
4258
+ "MGF": 0,
4259
+ "MMK": 0,
4260
+ "MRO": 0,
4261
+ "OMR": 3,
4262
+ "PYG": 0,
4263
+ "RSD": 0,
4264
+ "RWF": 0,
4265
+ "SLL": 0,
4266
+ "SOS": 0,
4267
+ "STD": 0,
4268
+ "SYP": 0,
4269
+ "TMM": 0,
4270
+ "TND": 3,
4271
+ "TRL": 0,
4272
+ "TWD": 0,
4273
+ "UGX": 0,
4274
+ "UYI": 0,
4275
+ "UYW": 4,
4276
+ "VND": 0,
4277
+ "VUV": 0,
4278
+ "XAF": 0,
4279
+ "XOF": 0,
4280
+ "XPF": 0,
4281
+ "YER": 0,
4282
+ "ZMK": 0,
4283
+ "ZWD": 0
4284
+ },
2536
4285
  "plurals": {
2537
4286
  "one": "i = 0 or n = 1"
2538
4287
  },