@openui5/sap.ui.integration 1.97.1 → 1.100.0

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 (692) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +15 -22
  3. package/package.json +3 -3
  4. package/src/sap/ui/integration/.library +15 -21
  5. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  6. package/src/sap/ui/integration/Designtime.js +1 -1
  7. package/src/sap/ui/integration/Extension.js +1 -1
  8. package/src/sap/ui/integration/Host.js +17 -3
  9. package/src/sap/ui/integration/cards/AdaptiveContent.js +19 -73
  10. package/src/sap/ui/integration/cards/AnalyticalContent.js +13 -1
  11. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  12. package/src/sap/ui/integration/cards/BaseContent.js +82 -7
  13. package/src/sap/ui/integration/cards/BaseContentRenderer.js +8 -3
  14. package/src/sap/ui/integration/cards/BaseListContent.js +80 -69
  15. package/src/sap/ui/integration/cards/CalendarContent.js +20 -14
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +25 -8
  18. package/src/sap/ui/integration/cards/Header.js +2 -2
  19. package/src/sap/ui/integration/cards/ListContent.js +47 -27
  20. package/src/sap/ui/integration/cards/ListContentRenderer.js +9 -5
  21. package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
  22. package/src/sap/ui/integration/cards/ObjectContent.js +369 -193
  23. package/src/sap/ui/integration/cards/ObjectContentRenderer.js +28 -0
  24. package/src/sap/ui/integration/cards/TableContent.js +3 -3
  25. package/src/sap/ui/integration/cards/TableContentRenderer.js +5 -4
  26. package/src/sap/ui/integration/cards/TimelineContent.js +5 -6
  27. package/src/sap/ui/integration/cards/TimelineContentRenderer.js +4 -7
  28. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  29. package/src/sap/ui/integration/cards/actions/BaseAction.js +89 -0
  30. package/src/sap/ui/integration/cards/actions/CardActions.js +480 -0
  31. package/src/sap/ui/integration/cards/actions/CustomAction.js +31 -0
  32. package/src/sap/ui/integration/cards/actions/DateChangeAction.js +20 -0
  33. package/src/sap/ui/integration/cards/actions/HideCardAction.js +36 -0
  34. package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +20 -0
  35. package/src/sap/ui/integration/cards/actions/NavigationAction.js +63 -0
  36. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +74 -0
  37. package/src/sap/ui/integration/cards/actions/SubmitAction.js +89 -0
  38. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +52 -10
  39. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +39 -4
  40. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +41 -13
  41. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +41 -4
  42. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +27 -116
  43. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +37 -3
  44. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +6 -0
  45. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +115 -0
  46. package/src/sap/ui/integration/cards/filters/BaseFilter.js +19 -2
  47. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +56 -47
  48. package/src/sap/ui/integration/cards/filters/FilterBar.js +91 -0
  49. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +33 -12
  50. package/src/sap/ui/integration/cards/filters/SearchFilter.js +104 -0
  51. package/src/sap/ui/integration/cards/filters/SelectFilter.js +7 -2
  52. package/src/sap/ui/integration/controls/ActionsStrip.js +6 -2
  53. package/src/sap/ui/integration/controls/ActionsToolbar.js +6 -6
  54. package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
  55. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  56. package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
  57. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  58. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  59. package/src/sap/ui/integration/controls/Paginator.js +173 -0
  60. package/src/sap/ui/integration/controls/PaginatorRenderer.js +113 -0
  61. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +6 -4
  62. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n.properties +11 -2
  65. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +7 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +7 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +7 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +7 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +7 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +7 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +7 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +7 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +7 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +7 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +7 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +25 -13
  77. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +7 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +7 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +7 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +7 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +7 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +7 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +7 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +7 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +7 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +7 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +7 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +7 -1
  89. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +7 -1
  90. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +7 -1
  91. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +7 -1
  92. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +7 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +7 -1
  94. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +7 -1
  95. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +7 -1
  96. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +7 -1
  97. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +7 -1
  98. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +7 -1
  99. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +7 -1
  100. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +7 -1
  101. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +7 -1
  102. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +7 -1
  103. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +7 -1
  104. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +7 -1
  105. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +7 -1
  106. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +7 -1
  107. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +7 -1
  108. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +7 -1
  109. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +7 -1
  110. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +7 -1
  111. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +7 -1
  112. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +7 -1
  113. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  114. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  115. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  116. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  117. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  118. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  119. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  120. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  121. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  122. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  123. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  124. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.fragment.xml +1 -0
  125. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +6 -1
  126. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  127. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +11 -3
  128. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.fragment.xml +15 -0
  129. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +116 -0
  130. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  131. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.fragment.xml +14 -0
  132. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +102 -0
  133. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  134. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  135. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  136. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +5 -2
  137. package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
  138. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  139. package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
  140. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  141. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  142. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  143. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  144. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  145. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +17 -2
  146. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  147. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  148. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  149. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  150. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  151. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  152. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
  153. package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +22 -21
  154. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +4 -4
  155. package/src/sap/ui/integration/designtime/cardEditor/config/index.js +15 -2
  156. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +66 -0
  157. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +44 -0
  158. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +44 -0
  159. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +44 -0
  160. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +44 -0
  161. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +44 -0
  162. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +44 -0
  163. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +44 -0
  164. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +44 -0
  165. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +44 -0
  166. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +44 -0
  167. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +44 -0
  168. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +48 -0
  169. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +44 -0
  170. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +44 -0
  171. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +44 -0
  172. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +44 -0
  173. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +44 -0
  174. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +44 -0
  175. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +44 -0
  176. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +44 -0
  177. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +44 -0
  178. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +44 -0
  179. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +44 -0
  180. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +44 -0
  181. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +44 -0
  182. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +44 -0
  183. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +44 -0
  184. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +44 -0
  185. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +44 -0
  186. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +44 -0
  187. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +44 -0
  188. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +44 -0
  189. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +44 -0
  190. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +44 -0
  191. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +44 -0
  192. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +44 -0
  193. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +44 -0
  194. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +44 -0
  195. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +44 -0
  196. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +44 -0
  197. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +44 -0
  198. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +44 -0
  199. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +44 -0
  200. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +44 -0
  201. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +45 -1
  202. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +44 -0
  203. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +44 -0
  204. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +44 -0
  205. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +61 -3
  206. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  207. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +218 -0
  208. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  209. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +34 -3
  210. package/src/sap/ui/integration/designtime/editor/CardEditor.js +53 -4
  211. package/src/sap/ui/integration/designtime/editor/CardPreview.js +5 -7
  212. package/src/sap/ui/integration/editor/Editor.js +933 -284
  213. package/src/sap/ui/integration/editor/EditorResourceBundles.js +42 -31
  214. package/src/sap/ui/integration/editor/Extension.js +1 -1
  215. package/src/sap/ui/integration/editor/Manifest.js +2 -2
  216. package/src/sap/ui/integration/editor/Merger.js +0 -18
  217. package/src/sap/ui/integration/editor/Settings.js +9 -5
  218. package/src/sap/ui/integration/editor/css/Editor.css +156 -11
  219. package/src/sap/ui/integration/editor/fields/BaseField.js +13 -13
  220. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  221. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  222. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  223. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  224. package/src/sap/ui/integration/editor/fields/IntegerField.js +16 -2
  225. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  226. package/src/sap/ui/integration/editor/fields/ObjectField.js +1239 -0
  227. package/src/sap/ui/integration/editor/fields/ObjectListField.js +360 -0
  228. package/src/sap/ui/integration/editor/fields/StringField.js +86 -51
  229. package/src/sap/ui/integration/editor/fields/{ListField.js → StringListField.js} +74 -59
  230. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +9 -29
  231. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -3
  232. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -3
  233. package/src/sap/ui/integration/editor/languages.json +2 -2
  234. package/src/sap/ui/integration/formatters/InitialsFormatter.js +38 -0
  235. package/src/sap/ui/integration/library.js +35 -4
  236. package/src/sap/ui/integration/messagebundle.properties +87 -0
  237. package/src/sap/ui/integration/messagebundle_ar.properties +58 -0
  238. package/src/sap/ui/integration/messagebundle_bg.properties +60 -2
  239. package/src/sap/ui/integration/messagebundle_ca.properties +58 -0
  240. package/src/sap/ui/integration/messagebundle_cs.properties +58 -0
  241. package/src/sap/ui/integration/messagebundle_cy.properties +58 -0
  242. package/src/sap/ui/integration/messagebundle_da.properties +58 -0
  243. package/src/sap/ui/integration/messagebundle_de.properties +58 -0
  244. package/src/sap/ui/integration/messagebundle_el.properties +58 -0
  245. package/src/sap/ui/integration/messagebundle_en.properties +58 -0
  246. package/src/sap/ui/integration/messagebundle_en_GB.properties +58 -0
  247. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +58 -0
  248. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +139 -55
  249. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +58 -0
  250. package/src/sap/ui/integration/messagebundle_es.properties +58 -0
  251. package/src/sap/ui/integration/messagebundle_es_MX.properties +58 -0
  252. package/src/sap/ui/integration/messagebundle_et.properties +58 -0
  253. package/src/sap/ui/integration/messagebundle_fi.properties +58 -0
  254. package/src/sap/ui/integration/messagebundle_fr.properties +58 -0
  255. package/src/sap/ui/integration/messagebundle_fr_CA.properties +58 -0
  256. package/src/sap/ui/integration/messagebundle_hi.properties +58 -0
  257. package/src/sap/ui/integration/messagebundle_hr.properties +58 -0
  258. package/src/sap/ui/integration/messagebundle_hu.properties +58 -0
  259. package/src/sap/ui/integration/messagebundle_id.properties +58 -0
  260. package/src/sap/ui/integration/messagebundle_it.properties +58 -0
  261. package/src/sap/ui/integration/messagebundle_iw.properties +58 -0
  262. package/src/sap/ui/integration/messagebundle_ja.properties +58 -0
  263. package/src/sap/ui/integration/messagebundle_kk.properties +58 -0
  264. package/src/sap/ui/integration/messagebundle_ko.properties +58 -0
  265. package/src/sap/ui/integration/messagebundle_lt.properties +58 -0
  266. package/src/sap/ui/integration/messagebundle_lv.properties +58 -0
  267. package/src/sap/ui/integration/messagebundle_ms.properties +58 -0
  268. package/src/sap/ui/integration/messagebundle_nl.properties +58 -0
  269. package/src/sap/ui/integration/messagebundle_no.properties +58 -0
  270. package/src/sap/ui/integration/messagebundle_pl.properties +58 -0
  271. package/src/sap/ui/integration/messagebundle_pt.properties +58 -0
  272. package/src/sap/ui/integration/messagebundle_pt_PT.properties +58 -0
  273. package/src/sap/ui/integration/messagebundle_ro.properties +58 -0
  274. package/src/sap/ui/integration/messagebundle_ru.properties +58 -0
  275. package/src/sap/ui/integration/messagebundle_sh.properties +58 -0
  276. package/src/sap/ui/integration/messagebundle_sk.properties +58 -0
  277. package/src/sap/ui/integration/messagebundle_sl.properties +58 -0
  278. package/src/sap/ui/integration/messagebundle_sv.properties +58 -0
  279. package/src/sap/ui/integration/messagebundle_th.properties +58 -0
  280. package/src/sap/ui/integration/messagebundle_tr.properties +58 -0
  281. package/src/sap/ui/integration/messagebundle_uk.properties +61 -3
  282. package/src/sap/ui/integration/messagebundle_vi.properties +58 -0
  283. package/src/sap/ui/integration/messagebundle_zh_CN.properties +58 -0
  284. package/src/sap/ui/integration/messagebundle_zh_TW.properties +58 -0
  285. package/src/sap/ui/integration/model/ContextModel.js +2 -2
  286. package/src/sap/ui/integration/model/ObservableModel.js +14 -5
  287. package/src/sap/ui/integration/model/PagingModelListBinding.js +40 -0
  288. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +2 -1
  289. package/src/sap/ui/integration/schemas/sap-card.json +294 -24
  290. package/src/sap/ui/integration/themes/base/ActionsStrip.less +15 -0
  291. package/src/sap/ui/integration/themes/base/Footer.less +10 -0
  292. package/src/sap/ui/integration/themes/base/ObjectContent.less +73 -9
  293. package/src/sap/ui/integration/themes/base/Paginator.less +58 -0
  294. package/src/sap/ui/integration/themes/base/library.source.less +3 -0
  295. package/src/sap/ui/integration/thirdparty/adaptive-expressions.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/adaptivecards-templating.js +660 -952
  297. package/src/sap/ui/integration/thirdparty/markdown-it.js +8340 -1
  298. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +27 -102
  299. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +2 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +2 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +2 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +2 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +2 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +2 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +2 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +2 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +2 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +2 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +2 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +2 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +2 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +2 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +2 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +2 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +2 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +2 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +2 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +2 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +1 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +2 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +1 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +2 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +1 -0
  344. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +2 -0
  345. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +1 -0
  346. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +2 -0
  347. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +1 -0
  348. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +2 -0
  349. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +1 -0
  350. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +2 -0
  351. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +1 -0
  352. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +2 -0
  353. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +1 -0
  354. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +2 -0
  355. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +1 -0
  356. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +2 -0
  357. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +1 -0
  358. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +2 -0
  359. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +1 -0
  360. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +2 -0
  361. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +1 -0
  362. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +2 -0
  363. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +1 -0
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +2 -0
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +1 -0
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +2 -0
  367. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +1 -0
  368. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +2 -0
  369. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +1 -0
  370. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +2 -0
  371. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +1 -0
  372. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +2 -0
  373. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +1 -0
  374. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +2 -0
  375. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +1 -0
  376. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +2 -0
  377. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +1 -0
  378. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +2 -0
  379. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +1 -0
  380. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +2 -0
  381. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +1 -0
  382. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +2 -0
  383. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +1 -0
  384. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +2 -0
  385. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +1 -0
  386. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +2 -0
  387. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +1 -0
  388. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +2 -0
  389. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +1 -0
  390. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +2 -0
  391. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +1 -0
  392. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +2 -0
  393. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +1 -0
  394. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +2 -0
  395. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +1 -0
  396. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +2 -0
  397. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +1 -0
  398. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +2 -0
  399. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +1 -0
  400. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +2 -0
  401. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +1 -0
  402. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +2 -0
  403. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +1 -0
  404. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +2 -0
  405. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +1 -0
  406. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +2 -0
  407. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +1 -0
  408. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +2 -0
  409. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +1 -0
  410. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +2 -0
  411. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +1 -0
  412. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +2 -0
  413. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +1 -0
  414. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +2 -0
  415. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +1 -0
  416. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +2 -0
  417. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +1 -0
  418. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +2 -0
  419. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +1 -0
  420. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +2 -0
  421. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +1 -0
  422. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +2 -0
  423. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +1 -0
  424. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +2 -0
  425. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +1 -0
  426. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +2 -0
  427. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +1 -0
  428. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +2 -0
  429. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +1 -0
  430. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +2 -0
  431. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +1 -0
  432. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +2 -0
  433. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +1 -0
  434. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +2 -0
  435. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +1 -0
  436. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +2 -0
  437. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +1 -0
  438. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +2 -0
  439. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +1 -0
  440. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +2 -0
  441. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +1 -0
  442. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +2 -0
  443. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +1 -0
  444. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +2 -0
  445. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +1 -0
  446. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +2 -0
  447. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +1 -0
  448. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +2 -0
  449. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +1 -0
  450. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +2 -0
  451. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +1 -0
  452. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +2 -0
  453. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +1 -0
  454. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +2 -0
  455. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +1 -0
  456. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +2 -0
  457. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +1 -0
  458. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +2 -0
  459. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +1 -0
  460. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +2 -0
  461. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +1 -0
  462. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +2 -0
  463. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +1 -0
  464. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +2 -0
  465. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +1 -0
  466. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +2 -0
  467. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +1 -0
  468. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +2 -0
  469. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +1 -0
  470. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +2 -0
  471. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +1 -0
  472. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +2 -0
  473. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +1 -0
  474. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +2 -0
  475. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +1 -0
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +2 -0
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +1 -0
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +2 -0
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +1 -0
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +2 -0
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +1 -0
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +2 -0
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +1 -0
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +2 -0
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +1 -0
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +2 -0
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +1 -0
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +2 -0
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +1 -0
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +2 -0
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +1 -0
  492. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +2 -0
  493. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +1 -0
  494. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +2 -0
  495. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +1 -0
  496. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +2 -0
  497. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +1 -0
  498. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +2 -0
  499. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +1 -0
  500. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +2 -0
  501. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +1 -0
  502. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +2 -0
  503. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +1 -0
  504. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +2 -0
  505. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +1 -0
  506. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +2 -0
  507. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +1 -0
  508. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +2 -0
  509. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +1 -0
  510. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +2 -0
  511. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +1 -0
  512. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +2 -0
  513. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +1 -0
  514. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +2 -0
  515. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +1 -0
  516. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +2 -0
  517. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +1 -0
  518. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +2 -0
  519. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +1 -0
  520. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +2 -0
  521. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +1 -0
  522. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +2 -0
  523. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +1 -0
  524. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +2 -0
  525. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +1 -0
  526. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +2 -0
  527. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +1 -0
  528. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  529. package/src/sap/ui/integration/util/BindingHelper.js +16 -7
  530. package/src/sap/ui/integration/util/BindingResolver.js +5 -4
  531. package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +4 -30
  532. package/src/sap/ui/integration/util/CardMerger.js +6 -17
  533. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  534. package/src/sap/ui/integration/util/ContentFactory.js +2 -2
  535. package/src/sap/ui/integration/util/CsrfTokenHandler.js +62 -78
  536. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  537. package/src/sap/ui/integration/util/DataProviderFactory.js +8 -1
  538. package/src/sap/ui/integration/util/Destinations.js +4 -2
  539. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  540. package/src/sap/ui/integration/util/HeaderFactory.js +7 -2
  541. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  542. package/src/sap/ui/integration/util/LoadingProvider.js +16 -6
  543. package/src/sap/ui/integration/util/Manifest.js +8 -4
  544. package/src/sap/ui/integration/{ManifestResolver.js → util/ManifestResolver.js} +17 -19
  545. package/src/sap/ui/integration/util/RequestDataProvider.js +33 -7
  546. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  547. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  548. package/src/sap/ui/integration/util/SkeletonCard.js +50 -0
  549. package/src/sap/ui/integration/util/Utils.js +48 -4
  550. package/src/sap/ui/integration/widgets/Card.js +381 -100
  551. package/src/sap/ui/integration/widgets/CardRenderer.js +0 -6
  552. package/ui5.yaml +2 -0
  553. package/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt +0 -27
  554. package/src/sap/ui/integration/thirdparty/webcomponents/ar.43441c1da168c24d.json +0 -5906
  555. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG.2c9d7bc8c6cc480e.json +0 -5906
  556. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA.5a58dac7851f3491.json +0 -5906
  557. package/src/sap/ui/integration/thirdparty/webcomponents/bg.ed8d32010cf321a6.json +0 -4979
  558. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.es5.js +0 -212
  559. package/src/sap/ui/integration/thirdparty/webcomponents/ca.e7ad42298985cd11.json +0 -4996
  560. package/src/sap/ui/integration/thirdparty/webcomponents/cs.9c679acdc4b03e38.json +0 -5498
  561. package/src/sap/ui/integration/thirdparty/webcomponents/da.ba9951ef39b201a6.json +0 -4888
  562. package/src/sap/ui/integration/thirdparty/webcomponents/de.6caccc36abcd1ecf.json +0 -4916
  563. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT.0f4ffe37737725a0.json +0 -4917
  564. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH.c148cbc7ceb1a7a5.json +0 -4915
  565. package/src/sap/ui/integration/thirdparty/webcomponents/el.11c4c67dcb9fadcc.json +0 -4883
  566. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY.ed3bddd6e79dc343.json +0 -4883
  567. package/src/sap/ui/integration/thirdparty/webcomponents/en.c4465af466100b5b.json +0 -4970
  568. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU.5cb9fccc9ce24663.json +0 -4962
  569. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB.e31daeeb57c2f1d1.json +0 -4971
  570. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK.0a22405bb092bec2.json +0 -4977
  571. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE.6a062df10dabdb1c.json +0 -4971
  572. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN.bfd20b07e9079267.json +0 -4972
  573. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ.18303e8298e4752a.json +0 -4971
  574. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG.9f604c968f3ab77e.json +0 -4972
  575. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG.cc59a6a409e1617e.json +0 -4973
  576. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA.198f9641a502d660.json +0 -4972
  577. package/src/sap/ui/integration/thirdparty/webcomponents/es.c10bf80f473caf30.json +0 -4912
  578. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR.7708d7dd7a6d2a15.json +0 -4914
  579. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO.4a1616d9f3425fba.json +0 -4913
  580. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL.5637126713317a15.json +0 -4914
  581. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO.c9436572ca8f4da8.json +0 -4913
  582. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX.b4bce7dc951eb8f4.json +0 -4915
  583. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE.65f448fde1f0de13.json +0 -4913
  584. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY.9ec44031491e9b95.json +0 -4915
  585. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE.152233c7f57ecdab.json +0 -4914
  586. package/src/sap/ui/integration/thirdparty/webcomponents/et.bbc93e8a17832e8f.json +0 -4967
  587. package/src/sap/ui/integration/thirdparty/webcomponents/fa.083b927b3586b3a3.json +0 -4883
  588. package/src/sap/ui/integration/thirdparty/webcomponents/fi.1b4c89f38783556e.json +0 -5008
  589. package/src/sap/ui/integration/thirdparty/webcomponents/fr.ddbb9df1e0bdb6ac.json +0 -4979
  590. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE.bf3609280b7b93ee.json +0 -4979
  591. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA.b64d0bcd23a5cd3e.json +0 -4973
  592. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH.349b221a02887244.json +0 -4997
  593. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU.ef7d7c8bb3328d28.json +0 -4979
  594. package/src/sap/ui/integration/thirdparty/webcomponents/he.d628e8bf13a8a2c8.json +0 -5378
  595. package/src/sap/ui/integration/thirdparty/webcomponents/hi.cc34df8229f656f5.json +0 -4829
  596. package/src/sap/ui/integration/thirdparty/webcomponents/hr.c920290f50173516.json +0 -4919
  597. package/src/sap/ui/integration/thirdparty/webcomponents/hu.2d9fa4a9163cd7c0.json +0 -4856
  598. package/src/sap/ui/integration/thirdparty/webcomponents/id.163fdd2a7dbd1dd3.json +0 -4658
  599. package/src/sap/ui/integration/thirdparty/webcomponents/it.b5acbefdd6794dfc.json +0 -4950
  600. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH.ade4cbfb2e49424a.json +0 -4950
  601. package/src/sap/ui/integration/thirdparty/webcomponents/ja.d882fade5c3e04b5.json +0 -4830
  602. package/src/sap/ui/integration/thirdparty/webcomponents/kk.ab96b18c66676a99.json +0 -4725
  603. package/src/sap/ui/integration/thirdparty/webcomponents/ko.a0d63a1580dcbefd.json +0 -4738
  604. package/src/sap/ui/integration/thirdparty/webcomponents/lt.93bb00f91a74d613.json +0 -5481
  605. package/src/sap/ui/integration/thirdparty/webcomponents/lv.3c272216d7d4d61c.json +0 -5112
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar.d20c665dc46a6f9b.json +0 -1
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg.38428028ff3b1869.json +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca.c46423cc94896604.json +0 -1
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs.d9d68b2690954b4e.json +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy.facf33e921a1a902.json +0 -1
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da.1189e997523b89f6.json +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de.1edf86f620dd657a.json +0 -1
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el.b0d02877b9366e9a.json +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es.43fc364a8be37449.json +0 -1
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX.ebf2828c83c4821a.json +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et.8f9abcfab5eb10c2.json +0 -1
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi.6fc14fd0d16cc223.json +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr.c686ab9036b91d78.json +0 -1
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA.fb1250c736f2ac8c.json +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi.8b8cbc4fb282adf6.json +0 -1
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr.bb811aa76359724a.json +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu.18417ced7dce8cf7.json +0 -1
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in.e3c5681fc8917143.json +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it.554f904c106ab069.json +0 -1
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw.487febe0c5c504ff.json +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja.68cf1fa9f03cd6c3.json +0 -1
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk.36e63b8f9e1fd98f.json +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko.fb000c7a35009d21.json +0 -1
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt.6acd357e3eb3f54e.json +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv.3ffdda1a20bc15ec.json +0 -1
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms.218aa30a3e8f58fa.json +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl.f753744c7e08b3a5.json +0 -1
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no.385f0fc9f2e49ab5.json +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl.6c42672479ad9687.json +0 -1
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt.ede162cbf79f7fca.json +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT.dcaa871d6b8eec75.json +0 -1
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro.d3f32654c57588ea.json +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru.0ec083b64484a12d.json +0 -1
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh.98cd3e4299919a30.json +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk.fddb8b9e7b70fc1d.json +0 -1
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl.c55d5f817482ea06.json +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv.6d855a11d20b4335.json +0 -1
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th.e791b9a81f16120c.json +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr.ce83741e39606b55.json +0 -1
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk.e1ea822764025a5a.json +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi.7ee7339211750379.json +0 -1
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN.0cfd71faba640211.json +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW.bc718e0187728a16.json +0 -1
  649. package/src/sap/ui/integration/thirdparty/webcomponents/ms.e26b54937e5d1516.json +0 -4515
  650. package/src/sap/ui/integration/thirdparty/webcomponents/nb.a6e9993590a73989.json +0 -4977
  651. package/src/sap/ui/integration/thirdparty/webcomponents/nl.cac914c3529b7b01.json +0 -4884
  652. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE.a3ac6f9f99feba7b.json +0 -4884
  653. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.34f9ef46a8f6a852.json +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.52d78e00faad9126.json +0 -1
  655. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.6c6e759e0d3534d0.json +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.8cc66e917327b7a4.json +0 -1
  657. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.966b2e43c0966351.json +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.97725b2cf4e77494.json +0 -1
  659. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.b1bf75f0b850363c.json +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.d164773ecb392b28.json +0 -1
  661. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.def3978aa5de7b11.json +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.dfd19a1252497415.json +0 -1
  663. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e19065174fdd4592.json +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e2ac94de83159e1e.json +0 -1
  665. package/src/sap/ui/integration/thirdparty/webcomponents/pl.2cc1c94da23f8c37.json +0 -5176
  666. package/src/sap/ui/integration/thirdparty/webcomponents/pt.fc8dd9656bc363a4.json +0 -4805
  667. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT.be31b641eedfdb48.json +0 -4940
  668. package/src/sap/ui/integration/thirdparty/webcomponents/ro.fc6a48bc63cf435e.json +0 -5090
  669. package/src/sap/ui/integration/thirdparty/webcomponents/ru.77f0de46b3b490b1.json +0 -5407
  670. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA.4c4e0034fbd799c6.json +0 -5407
  671. package/src/sap/ui/integration/thirdparty/webcomponents/sk.0d62a8cca83c1dec.json +0 -5370
  672. package/src/sap/ui/integration/thirdparty/webcomponents/sl.7b303551cc238560.json +0 -5340
  673. package/src/sap/ui/integration/thirdparty/webcomponents/sr.7fb9ac6ed054ff7d.json +0 -5126
  674. package/src/sap/ui/integration/thirdparty/webcomponents/sv.6ea04dfd8d1c331b.json +0 -5011
  675. package/src/sap/ui/integration/thirdparty/webcomponents/th.8e8d734a66ed1c51.json +0 -4797
  676. package/src/sap/ui/integration/thirdparty/webcomponents/tr.dbb9aa836fc4e3f5.json +0 -4979
  677. package/src/sap/ui/integration/thirdparty/webcomponents/uk.4854089f0c12f77c.json +0 -5353
  678. package/src/sap/ui/integration/thirdparty/webcomponents/vi.e6ffbde0643d7d75.json +0 -4673
  679. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +0 -73
  680. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
  681. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -336
  682. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
  683. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -221
  684. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
  685. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +0 -169
  686. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
  687. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/webcomponents-loader.js +0 -185
  688. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN.6607a3e9e0901e53.json +0 -4632
  689. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK.1c2563d3e4dad56e.json +0 -4640
  690. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG.db7f1334eecf894d.json +0 -4640
  691. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW.a1d00dd87c58d8f0.json +0 -4728
  692. package/src/sap/ui/integration/util/CardActions.js +0 -551
@@ -1,4883 +0,0 @@
1
- {
2
- "__license": "This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",
3
- "languages": {
4
- "aa": "آفاری",
5
- "ab": "آبخازی",
6
- "ace": "آچئی",
7
- "ach": "آچولیایی",
8
- "ada": "آدانگمه‌ای",
9
- "ady": "آدیجیایی",
10
- "ae": "اوستایی",
11
- "aeb": "عربی تونسی",
12
- "af": "آفریکانس",
13
- "afh": "آفریهیلی",
14
- "agq": "آگیم",
15
- "ain": "آینویی",
16
- "ak": "آکان",
17
- "akk": "اکدی",
18
- "akz": "آلابامایی",
19
- "ale": "آلئوتی",
20
- "alt": "آلتایی جنوبی",
21
- "am": "امهری",
22
- "an": "آراگونی",
23
- "ang": "انگلیسی باستان",
24
- "anp": "آنگیکا",
25
- "ar": "عربی",
26
- "ar_001": "عربی رسمی",
27
- "arc": "آرامی",
28
- "arn": "ماپوچه‌ای",
29
- "arp": "آراپاهویی",
30
- "arq": "عربی الجزایری",
31
- "arw": "آراواکی",
32
- "ary": "عربی مراکشی",
33
- "arz": "عربی مصری",
34
- "as": "آسامی",
35
- "asa": "آسو",
36
- "ast": "آستوری",
37
- "av": "آواری",
38
- "awa": "اودهی",
39
- "ay": "آیمارایی",
40
- "az": "ترکی آذربایجانی",
41
- "az_alt-short": "آذری",
42
- "az_alt-variant": "آذربایجانی",
43
- "az_Arab": "ترکی آذری جنوبی",
44
- "ba": "باشقیری",
45
- "bal": "بلوچی",
46
- "ban": "بالیایی",
47
- "bar": "باواریایی",
48
- "bas": "باسایی",
49
- "bax": "بمونی",
50
- "be": "بلاروسی",
51
- "bej": "بجایی",
52
- "bem": "بمبایی",
53
- "bez": "بنایی",
54
- "bg": "بلغاری",
55
- "bgn": "بلوچی غربی",
56
- "bho": "بوجپوری",
57
- "bi": "بیسلاما",
58
- "bik": "بیکولی",
59
- "bin": "بینی",
60
- "bla": "سیکسیکا",
61
- "bm": "بامبارایی",
62
- "bn": "بنگالی",
63
- "bo": "تبتی",
64
- "bqi": "لری بختیاری",
65
- "br": "برتون",
66
- "bra": "براج",
67
- "brh": "براهویی",
68
- "brx": "بودویی",
69
- "bs": "بوسنیایی",
70
- "bua": "بوریاتی",
71
- "bug": "بوگیایی",
72
- "byn": "بلین",
73
- "ca": "کاتالان",
74
- "cad": "کادویی",
75
- "car": "کاریبی",
76
- "ccp": "چاکما",
77
- "ce": "چچنی",
78
- "ceb": "سبویی",
79
- "cgg": "چیگا",
80
- "ch": "چامورویی",
81
- "chb": "چیبچا",
82
- "chg": "جغتایی",
83
- "chk": "چوکی",
84
- "chm": "ماریایی",
85
- "cho": "چوکتویی",
86
- "chp": "چیپه‌ویه‌ای",
87
- "chr": "چروکیایی",
88
- "chy": "شایانی",
89
- "ckb": "کردی مرکزی",
90
- "co": "کورسی",
91
- "cop": "قبطی",
92
- "cr": "کریایی",
93
- "crh": "ترکی کریمه",
94
- "crs": "سیشل آمیختهٔ فرانسوی",
95
- "cs": "چکی",
96
- "csb": "کاشوبی",
97
- "cu": "اسلاوی کلیسایی",
98
- "cv": "چوواشی",
99
- "cy": "ولزی",
100
- "da": "دانمارکی",
101
- "dak": "داکوتایی",
102
- "dar": "دارقینی",
103
- "dav": "تایتا",
104
- "de": "آلمانی",
105
- "de_AT": "آلمانی اتریش",
106
- "de_CH": "آلمانی معیار سوئیس",
107
- "del": "دلاواری",
108
- "dgr": "دوگریب",
109
- "din": "دینکایی",
110
- "dje": "زرما",
111
- "doi": "دوگری",
112
- "dsb": "صُربی سفلی",
113
- "dua": "دوآلایی",
114
- "dum": "هلندی میانه",
115
- "dv": "دیوهی",
116
- "dyo": "دیولا فونی",
117
- "dyu": "دایولایی",
118
- "dz": "دزونگخا",
119
- "dzg": "دازاگایی",
120
- "ebu": "امبو",
121
- "ee": "اوه‌ای",
122
- "efi": "افیکی",
123
- "egy": "مصری کهن",
124
- "eka": "اکاجوک",
125
- "el": "یونانی",
126
- "elx": "عیلامی",
127
- "en": "انگلیسی",
128
- "en_AU": "انگلیسی استرالیا",
129
- "en_CA": "انگلیسی کانادا",
130
- "en_GB": "انگلیسی بریتانیا",
131
- "en_GB-alt-short": "انگلیسی بریتانیا",
132
- "en_US": "انگلیسی امریکا",
133
- "en_US-alt-short": "انگلیسی امریکا",
134
- "enm": "انگلیسی میانه",
135
- "eo": "اسپرانتو",
136
- "es": "اسپانیایی",
137
- "es_419": "اسپانیایی امریکای لاتین",
138
- "es_ES": "اسپانیایی اروپا",
139
- "es_MX": "اسپانیایی مکزیک",
140
- "et": "استونیایی",
141
- "eu": "باسکی",
142
- "ewo": "اواندو",
143
- "fa": "فارسی",
144
- "fa_AF": "دری",
145
- "fan": "فانگی",
146
- "fat": "فانتیایی",
147
- "ff": "فولانی",
148
- "fi": "فنلاندی",
149
- "fil": "فیلیپینی",
150
- "fj": "فیجیایی",
151
- "fo": "فارویی",
152
- "fon": "فونی",
153
- "fr": "فرانسوی",
154
- "fr_CA": "فرانسوی کانادا",
155
- "fr_CH": "فرانسوی سوئیس",
156
- "frc": "فرانسوی کادین",
157
- "frm": "فرانسوی میانه",
158
- "fro": "فرانسوی باستان",
159
- "frr": "فریزی شمالی",
160
- "frs": "فریزی شرقی",
161
- "fur": "فریولیایی",
162
- "fy": "فریزی غربی",
163
- "ga": "ایرلندی",
164
- "gaa": "گایی",
165
- "gag": "گاگائوزیایی",
166
- "gay": "گایویی",
167
- "gba": "گبایایی",
168
- "gbz": "دری زرتشتی",
169
- "gd": "گیلی اسکاتلندی",
170
- "gez": "گی‌ئزی",
171
- "gil": "گیلبرتی",
172
- "gl": "گالیسیایی",
173
- "glk": "گیلکی",
174
- "gmh": "آلمانی معیار میانه",
175
- "gn": "گوارانی",
176
- "goh": "آلمانی علیای باستان",
177
- "gon": "گوندی",
178
- "gor": "گورونتالو",
179
- "got": "گوتی",
180
- "grb": "گریبویی",
181
- "grc": "یونانی کهن",
182
- "gsw": "آلمانی سوئیسی",
183
- "gu": "گجراتی",
184
- "guz": "گوسی",
185
- "gv": "مانی",
186
- "gwi": "گویچ این",
187
- "ha": "هوسیایی",
188
- "hai": "هایدایی",
189
- "haw": "هاوائیایی",
190
- "he": "عبری",
191
- "hi": "هندی",
192
- "hif": "هندی فیجیایی",
193
- "hil": "هیلی‌گاینونی",
194
- "hit": "هیتی",
195
- "hmn": "همونگ",
196
- "ho": "موتویی هیری",
197
- "hr": "کروات",
198
- "hsb": "صُربی علیا",
199
- "ht": "هائیتیایی",
200
- "hu": "مجاری",
201
- "hup": "هوپا",
202
- "hy": "ارمنی",
203
- "hz": "هریرویی",
204
- "ia": "میان‌زبان",
205
- "iba": "ایبانی",
206
- "ibb": "ایبیبیو",
207
- "id": "اندونزیایی",
208
- "ie": "اکسیدنتال",
209
- "ig": "ایگبویی",
210
- "ii": "یی سیچوان",
211
- "ik": "اینوپیک",
212
- "ilo": "ایلوکویی",
213
- "inh": "اینگوشی",
214
- "io": "ایدو",
215
- "is": "ایسلندی",
216
- "it": "ایتالیایی",
217
- "iu": "اینوکتیتوت",
218
- "ja": "ژاپنی",
219
- "jbo": "لوجبان",
220
- "jgo": "نگومبا",
221
- "jmc": "ماچامه‌ای",
222
- "jpr": "فارسی یهودی",
223
- "jrb": "عربی یهودی",
224
- "jv": "جاوه‌ای",
225
- "ka": "گرجی",
226
- "kaa": "قره‌قالپاقی",
227
- "kab": "قبایلی",
228
- "kac": "کاچینی",
229
- "kaj": "جو",
230
- "kam": "کامبایی",
231
- "kaw": "کاویایی",
232
- "kbd": "کاباردینی",
233
- "kcg": "تیاپی",
234
- "kde": "ماکونده",
235
- "kea": "کابووردیانو",
236
- "kfo": "کورو",
237
- "kg": "کنگویی",
238
- "kha": "خاسیایی",
239
- "kho": "ختنی",
240
- "khq": "کوجراچینی",
241
- "khw": "کهوار",
242
- "ki": "کیکویویی",
243
- "kiu": "کرمانجی",
244
- "kj": "کوانیاما",
245
- "kk": "قزاقی",
246
- "kkj": "کاکایی",
247
- "kl": "گرینلندی",
248
- "kln": "کالنجین",
249
- "km": "خمری",
250
- "kmb": "کیمبوندویی",
251
- "kn": "کانارا",
252
- "ko": "کره‌ای",
253
- "koi": "کومی پرمیاک",
254
- "kok": "کنکانی",
255
- "kpe": "کپله‌ای",
256
- "kr": "کانوریایی",
257
- "krc": "قره‌چایی‐بالکاری",
258
- "krl": "کاریلیانی",
259
- "kru": "کوروخی",
260
- "ks": "کشمیری",
261
- "ksb": "شامبالا",
262
- "ksf": "بافیایی",
263
- "ksh": "ریپواری",
264
- "ku": "کردی",
265
- "kum": "کومیکی",
266
- "kut": "کوتنی",
267
- "kv": "کومیایی",
268
- "kw": "کرنوالی",
269
- "ky": "قرقیزی",
270
- "la": "لاتین",
271
- "lad": "لادینو",
272
- "lag": "لانگی",
273
- "lah": "لاهندا",
274
- "lam": "لامبا",
275
- "lb": "لوگزامبورگی",
276
- "lez": "لزگی",
277
- "lg": "گاندایی",
278
- "li": "لیمبورگی",
279
- "lkt": "لاکوتا",
280
- "ln": "لینگالا",
281
- "lo": "لائوسی",
282
- "lol": "مونگویی",
283
- "lou": "زبان آمیختهٔ مادری لوئیزیانا",
284
- "loz": "لوزیایی",
285
- "lrc": "لری شمالی",
286
- "lt": "لیتوانیایی",
287
- "lu": "لوبایی‐کاتانگا",
288
- "lua": "لوبایی‐لولوا",
289
- "lui": "لویسنو",
290
- "lun": "لوندایی",
291
- "luo": "لوئویی",
292
- "lus": "لوشه‌ای",
293
- "luy": "لویا",
294
- "lv": "لتونیایی",
295
- "lzh": "چینی ادبی",
296
- "mad": "مادورایی",
297
- "mag": "ماگاهیایی",
298
- "mai": "مایدیلی",
299
- "mak": "ماکاسار",
300
- "man": "ماندینگویی",
301
- "mas": "ماسایی",
302
- "mdf": "مکشایی",
303
- "mdr": "ماندار",
304
- "men": "منده‌ای",
305
- "mer": "مرویی",
306
- "mfe": "موریسین",
307
- "mg": "مالاگاسیایی",
308
- "mga": "ایرلندی میانه",
309
- "mgh": "ماکوا متو",
310
- "mgo": "متایی",
311
- "mh": "مارشالی",
312
- "mi": "مائوریایی",
313
- "mic": "میکماکی",
314
- "min": "مینانگ‌کابویی",
315
- "mk": "مقدونی",
316
- "ml": "مالایالامی",
317
- "mn": "مغولی",
318
- "mnc": "مانچویی",
319
- "mni": "میته‌ای",
320
- "moh": "موهاکی",
321
- "mos": "ماسیایی",
322
- "mr": "مراتی",
323
- "ms": "مالایی",
324
- "mt": "مالتی",
325
- "mua": "ماندانگی",
326
- "mul": "چندین زبان",
327
- "mus": "کریکی",
328
- "mwl": "میراندی",
329
- "mwr": "مارواری",
330
- "my": "برمه‌ای",
331
- "myv": "ارزیایی",
332
- "mzn": "مازندرانی",
333
- "na": "نائورویی",
334
- "nap": "ناپلی",
335
- "naq": "نامایی",
336
- "nb": "نروژی بوک‌مُل",
337
- "nd": "انده‌بله‌ای شمالی",
338
- "nds": "آلمانی سفلی",
339
- "nds_NL": "ساکسونی سفلی",
340
- "ne": "نپالی",
341
- "new": "نواریایی",
342
- "ng": "اندونگایی",
343
- "nia": "نیاسی",
344
- "niu": "نیویی",
345
- "nl": "هلندی",
346
- "nl_BE": "فلمنگی",
347
- "nmg": "کوازیو",
348
- "nn": "نروژی نی‌نُشک",
349
- "nnh": "انگیمبونی",
350
- "no": "نروژی",
351
- "nog": "نغایی",
352
- "non": "نرس باستان",
353
- "nqo": "نکو",
354
- "nr": "انده‌بله‌ای جنوبی",
355
- "nso": "سوتویی شمالی",
356
- "nus": "نویر",
357
- "nv": "ناواهویی",
358
- "nwc": "نواریایی کلاسیک",
359
- "ny": "نیانجایی",
360
- "nym": "نیام‌وزیایی",
361
- "nyn": "نیانکوله‌ای",
362
- "nyo": "نیورویی",
363
- "nzi": "نزیمایی",
364
- "oc": "اکسیتان",
365
- "oj": "اوجیبوایی",
366
- "om": "اورومویی",
367
- "or": "اوریه‌ای",
368
- "os": "آسی",
369
- "osa": "اوسیجی",
370
- "ota": "ترکی عثمانی",
371
- "pa": "پنجابی",
372
- "pag": "پانگاسینانی",
373
- "pal": "پهلوی",
374
- "pam": "پامپانگایی",
375
- "pap": "پاپیامنتو",
376
- "pau": "پالائویی",
377
- "pcm": "نیم‌زبان نیجریه‌ای",
378
- "pdc": "آلمانی پنسیلوانیایی",
379
- "peo": "فارسی باستان",
380
- "phn": "فنیقی",
381
- "pi": "پالی",
382
- "pl": "لهستانی",
383
- "pon": "پانپیی",
384
- "prg": "پروسی",
385
- "pro": "پرووانسی باستان",
386
- "ps": "پشتو",
387
- "ps_alt-variant": "پختو",
388
- "pt": "پرتغالی",
389
- "pt_BR": "پرتغالی برزیل",
390
- "pt_PT": "پرتغالی اروپا",
391
- "qu": "کچوایی",
392
- "quc": "کیچه‌",
393
- "raj": "راجستانی",
394
- "rap": "راپانویی",
395
- "rar": "راروتونگایی",
396
- "rm": "رومانش",
397
- "rn": "روندیایی",
398
- "ro": "رومانیایی",
399
- "ro_MD": "مولداویایی",
400
- "rof": "رومبویی",
401
- "rom": "رومانویی",
402
- "root": "ریشه",
403
- "ru": "روسی",
404
- "rup": "آرومانی",
405
- "rw": "کینیارواندایی",
406
- "rwk": "روایی",
407
- "sa": "سانسکریت",
408
- "sad": "سانداوه‌ای",
409
- "sah": "یاقوتی",
410
- "sam": "آرامی سامری",
411
- "saq": "سامبورو",
412
- "sas": "ساساکی",
413
- "sat": "سانتالی",
414
- "sba": "انگامبایی",
415
- "sbp": "سانگویی",
416
- "sc": "ساردینیایی",
417
- "scn": "سیسیلی",
418
- "sco": "اسکاتلندی",
419
- "sd": "سندی",
420
- "sdh": "کردی جنوبی",
421
- "se": "سامی شمالی",
422
- "seh": "سنا",
423
- "sel": "سلکوپی",
424
- "ses": "کویرابورا سنی",
425
- "sg": "سانگو",
426
- "sga": "ایرلندی باستان",
427
- "sh": "صرب و کرواتی",
428
- "shi": "تاچل‌هیت",
429
- "shn": "شانی",
430
- "shu": "عربی چادی",
431
- "si": "سینهالی",
432
- "sid": "سیدامویی",
433
- "sk": "اسلواکی",
434
- "sl": "اسلوونیایی",
435
- "sli": "سیلزیایی سفلی",
436
- "sm": "ساموآیی",
437
- "sma": "سامی جنوبی",
438
- "smj": "لوله سامی",
439
- "smn": "ایناری سامی",
440
- "sms": "اسکولت سامی",
441
- "sn": "شونایی",
442
- "snk": "سونینکه‌ای",
443
- "so": "سومالیایی",
444
- "sog": "سغدی",
445
- "sq": "آلبانیایی",
446
- "sr": "صربی",
447
- "srn": "تاکی‌تاکی",
448
- "srr": "سریری",
449
- "ss": "سوازیایی",
450
- "ssy": "ساهو",
451
- "st": "سوتویی جنوبی",
452
- "su": "سوندایی",
453
- "suk": "سوکومایی",
454
- "sus": "سوسویی",
455
- "sux": "سومری",
456
- "sv": "سوئدی",
457
- "sw": "سواحیلی",
458
- "sw_CD": "سواحیلی کنگو",
459
- "swb": "کوموری",
460
- "syc": "سریانی کلاسیک",
461
- "syr": "سریانی",
462
- "szl": "سیلزیایی",
463
- "ta": "تامیلی",
464
- "te": "تلوگویی",
465
- "tem": "تمنه‌ای",
466
- "teo": "تسویی",
467
- "ter": "ترنو",
468
- "tet": "تتومی",
469
- "tg": "تاجیکی",
470
- "th": "تایلندی",
471
- "ti": "تیگرینیایی",
472
- "tig": "تیگره‌ای",
473
- "tiv": "تیوی",
474
- "tk": "ترکمنی",
475
- "tl": "تاگالوگی",
476
- "tlh": "کلینگون",
477
- "tli": "تلین‌گیتی",
478
- "tmh": "تاماشقی",
479
- "tn": "تسوانایی",
480
- "to": "تونگایی",
481
- "tog": "تونگایی نیاسا",
482
- "tpi": "توک‌پیسینی",
483
- "tr": "ترکی استانبولی",
484
- "tr_alt-secondary": "ترکی",
485
- "trv": "تاروکویی",
486
- "ts": "تسونگایی",
487
- "tsi": "تسیم‌شیانی",
488
- "tt": "تاتاری",
489
- "tum": "تومبوکایی",
490
- "tvl": "تووالویی",
491
- "tw": "توی‌یایی",
492
- "twq": "تسواکی",
493
- "ty": "تاهیتیایی",
494
- "tyv": "تووایی",
495
- "tzm": "آمازیغی اطلس مرکزی",
496
- "udm": "اودمورتی",
497
- "ug": "اویغوری",
498
- "uga": "اوگاریتی",
499
- "uk": "اوکراینی",
500
- "umb": "امبوندویی",
501
- "und": "زبان نامشخص",
502
- "ur": "اردو",
503
- "uz": "ازبکی",
504
- "vai": "ویایی",
505
- "ve": "وندایی",
506
- "vi": "ویتنامی",
507
- "vo": "ولاپوک",
508
- "vot": "وتی",
509
- "vun": "ونجو",
510
- "wa": "والونی",
511
- "wae": "والسر",
512
- "wal": "والامو",
513
- "war": "وارایی",
514
- "was": "واشویی",
515
- "wbp": "وارلپیری",
516
- "wo": "ولوفی",
517
- "xal": "قلموقی",
518
- "xh": "خوسایی",
519
- "xog": "سوگایی",
520
- "yao": "یائویی",
521
- "yap": "یاپی",
522
- "yav": "یانگبنی",
523
- "ybb": "یمبایی",
524
- "yi": "یدی",
525
- "yo": "یوروبایی",
526
- "yue": "کانتونی",
527
- "za": "چوانگی",
528
- "zap": "زاپوتکی",
529
- "zen": "زناگا",
530
- "zgh": "آمازیغی معیار مراکش",
531
- "zh": "چینی",
532
- "zh_Hans": "چینی ساده‌شده",
533
- "zh_Hant": "چینی سنتی",
534
- "zu": "زولویی",
535
- "zun": "زونیایی",
536
- "zxx": "بدون محتوای زبانی",
537
- "zza": "زازایی"
538
- },
539
- "scripts": {
540
- "Adlm": "Adlm",
541
- "Aghb": "آلبانیایی قفقازی",
542
- "Ahom": "Ahom",
543
- "Arab": "عربی",
544
- "Arab-alt-variant": "فارسی‐عربی",
545
- "Armi": "آرامی هخامنشی",
546
- "Armn": "ارمنی",
547
- "Avst": "اوستایی",
548
- "Bali": "بالیایی",
549
- "Bamu": "Bamu",
550
- "Bass": "Bass",
551
- "Batk": "باتاکی",
552
- "Beng": "بنگالی",
553
- "Bhks": "Bhks",
554
- "Blis": "نمادهای بلیس",
555
- "Bopo": "بوپوموفو",
556
- "Brah": "براهمی",
557
- "Brai": "بریل",
558
- "Bugi": "بوگیایی",
559
- "Buhd": "بوهید",
560
- "Cakm": "چاکمایی",
561
- "Cans": "Cans",
562
- "Cari": "کاری",
563
- "Cham": "چمی",
564
- "Cher": "چروکیایی",
565
- "Cirt": "کرت",
566
- "Copt": "قبطی",
567
- "Cprt": "قبرسی",
568
- "Cyrl": "سیریلی",
569
- "Deva": "دوناگری",
570
- "Dogr": "Dogr",
571
- "Dsrt": "دیسرتی",
572
- "Dupl": "Dupl",
573
- "Egyh": "کاهنی مصری",
574
- "Egyp": "هیروگلیف مصری",
575
- "Elba": "Elba",
576
- "Elym": "Elym",
577
- "Ethi": "اتیوپیایی",
578
- "Geok": "گرجی خوتسوری",
579
- "Geor": "گرجی",
580
- "Glag": "گلاگولیتی",
581
- "Gong": "Gong",
582
- "Gonm": "Gonm",
583
- "Goth": "گوتی",
584
- "Gran": "Gran",
585
- "Grek": "یونانی",
586
- "Gujr": "گجراتی",
587
- "Guru": "گورومخی",
588
- "Hanb": "هانبی",
589
- "Hang": "هانگول",
590
- "Hani": "هان",
591
- "Hano": "هانونویی",
592
- "Hans": "ساده‌شده",
593
- "Hans-alt-stand-alone": "هان ساده‌شده",
594
- "Hant": "سنتی",
595
- "Hant-alt-stand-alone": "هان سنتی",
596
- "Hatr": "Hatr",
597
- "Hebr": "عبری",
598
- "Hira": "هیراگانا",
599
- "Hluw": "هیروگلیف آناتولی",
600
- "Hmng": "Hmng",
601
- "Hmnp": "Hmnp",
602
- "Hrkt": "سیلابی‌های ژاپنی",
603
- "Hung": "مجاری باستان",
604
- "Inds": "ایندوس",
605
- "Ital": "ایتالی باستان",
606
- "Jamo": "جامو",
607
- "Java": "جاوه‌ای",
608
- "Jpan": "ژاپنی",
609
- "Kali": "کایالی",
610
- "Kana": "کاتاکانا",
611
- "Khar": "Khar",
612
- "Khmr": "خمری",
613
- "Khoj": "خواجکی",
614
- "Knda": "کانارا",
615
- "Kore": "کره‌ای",
616
- "Kthi": "کثی",
617
- "Lana": "لانایی",
618
- "Laoo": "لائوسی",
619
- "Latf": "لاتینی فراکتور",
620
- "Latg": "لاتینی گیلی",
621
- "Latn": "لاتینی",
622
- "Lepc": "Lepc",
623
- "Limb": "لیمبایی",
624
- "Lina": "خطی الف",
625
- "Linb": "خطی ب",
626
- "Lisu": "Lisu",
627
- "Lyci": "لسیایی",
628
- "Lydi": "لدیایی",
629
- "Mahj": "Mahj",
630
- "Maka": "Maka",
631
- "Mand": "منده‌ای",
632
- "Mani": "مانوی",
633
- "Marc": "Marc",
634
- "Maya": "هیروگلیف مایایی",
635
- "Medf": "Medf",
636
- "Mend": "Mend",
637
- "Merc": "Merc",
638
- "Mero": "مروییتی",
639
- "Mlym": "مالایالامی",
640
- "Modi": "Modi",
641
- "Mong": "مغولی",
642
- "Moon": "مونی",
643
- "Mroo": "Mroo",
644
- "Mtei": "مایک میتی",
645
- "Mult": "Mult",
646
- "Mymr": "میانمار",
647
- "Nand": "Nand",
648
- "Narb": "عربی شمالی باستان",
649
- "Nbat": "نبطی",
650
- "Newa": "Newa",
651
- "Nkoo": "Nkoo",
652
- "Nshu": "Nshu",
653
- "Ogam": "اوگامی",
654
- "Olck": "Olck",
655
- "Orkh": "اورخونی",
656
- "Orya": "اوریه‌ای",
657
- "Osge": "Osge",
658
- "Osma": "Osma",
659
- "Palm": "پالمیرایی",
660
- "Pauc": "Pauc",
661
- "Perm": "پرمی باستان",
662
- "Phag": "Phag",
663
- "Phli": "پهلوی کتیبه‌ای",
664
- "Phlp": "پهلوی زبوری",
665
- "Phlv": "پهلوی کتابی",
666
- "Phnx": "فنیقی",
667
- "Plrd": "Plrd",
668
- "Prti": "پارتی کتیبه‌ای",
669
- "Qaag": "Qaag",
670
- "Rjng": "رجنگی",
671
- "Rohg": "Rohg",
672
- "Runr": "رونی",
673
- "Samr": "سامری",
674
- "Sara": "ساراتی",
675
- "Sarb": "عربی جنوبی باستان",
676
- "Saur": "سوراشترایی",
677
- "Sgnw": "Sgnw",
678
- "Shaw": "شاوی",
679
- "Shrd": "Shrd",
680
- "Sidd": "Sidd",
681
- "Sind": "Sind",
682
- "Sinh": "سینهالی",
683
- "Sogd": "Sogd",
684
- "Sogo": "Sogo",
685
- "Sora": "Sora",
686
- "Soyo": "Soyo",
687
- "Sund": "Sund",
688
- "Sylo": "سیلوتی نگاری",
689
- "Syrc": "سریانی",
690
- "Syre": "سریانی سطرنجیلی",
691
- "Syrj": "سریانی غربی",
692
- "Syrn": "سریانی شرقی",
693
- "Tagb": "تگبنوایی",
694
- "Takr": "Takr",
695
- "Tale": "Tale",
696
- "Talu": "Talu",
697
- "Taml": "تامیلی",
698
- "Tang": "Tang",
699
- "Tavt": "Tavt",
700
- "Telu": "تلوگویی",
701
- "Teng": "تنگوار",
702
- "Tfng": "تیفیناغی",
703
- "Tglg": "تاگالوگی",
704
- "Thaa": "تانه‌ای",
705
- "Thai": "تایلندی",
706
- "Tibt": "تبتی",
707
- "Tirh": "Tirh",
708
- "Ugar": "اوگاریتی",
709
- "Vaii": "ویایی",
710
- "Visp": "گفتار قابل مشاهده",
711
- "Wara": "Wara",
712
- "Wcho": "Wcho",
713
- "Xpeo": "فارسی باستان",
714
- "Xsux": "میخی سومری‐اکدی",
715
- "Yiii": "یی",
716
- "Zanb": "Zanb",
717
- "Zinh": "موروثی",
718
- "Zmth": "علائم ریاضی",
719
- "Zsye": "اموجی",
720
- "Zsym": "علائم",
721
- "Zxxx": "نانوشته",
722
- "Zyyy": "مشترک",
723
- "Zzzz": "خط نامشخص"
724
- },
725
- "territories": {
726
- "142": "آسیا",
727
- "143": "آسیای مرکزی",
728
- "145": "غرب آسیا",
729
- "150": "اروپا",
730
- "151": "شرق اروپا",
731
- "154": "شمال اروپا",
732
- "155": "غرب اروپا",
733
- "202": "افریقای سیاه",
734
- "419": "امریکای لاتین",
735
- "001": "جهان",
736
- "002": "افریقا",
737
- "003": "امریکای شمالی",
738
- "005": "امریکای جنوبی",
739
- "009": "اقیانوسیه",
740
- "011": "غرب افریقا",
741
- "013": "امریکای مرکزی",
742
- "014": "شرق افریقا",
743
- "015": "شمال افریقا",
744
- "017": "مرکز افریقا",
745
- "018": "جنوب افریقا",
746
- "019": "امریکا",
747
- "021": "شمال امریکا",
748
- "029": "کارائیب",
749
- "030": "شرق آسیا",
750
- "034": "جنوب آسیا",
751
- "035": "جنوب شرق آسیا",
752
- "039": "جنوب اروپا",
753
- "053": "استرالزی",
754
- "054": "ملانزی",
755
- "057": "ناحیهٔ میکرونزی",
756
- "061": "پلی‌نزی",
757
- "AC": "جزایر آسنسیون",
758
- "AD": "آندورا",
759
- "AE": "امارات متحدهٔ عربی",
760
- "AF": "افغانستان",
761
- "AG": "آنتیگوا و باربودا",
762
- "AI": "آنگویلا",
763
- "AL": "آلبانی",
764
- "AM": "ارمنستان",
765
- "AO": "آنگولا",
766
- "AQ": "جنوبگان",
767
- "AR": "آرژانتین",
768
- "AS": "ساموآی امریکا",
769
- "AT": "اتریش",
770
- "AU": "استرالیا",
771
- "AW": "آروبا",
772
- "AX": "جزایر آلاند",
773
- "AZ": "جمهوری آذربایجان",
774
- "BA": "بوسنی و هرزگوین",
775
- "BB": "باربادوس",
776
- "BD": "بنگلادش",
777
- "BE": "بلژیک",
778
- "BF": "بورکینافاسو",
779
- "BG": "بلغارستان",
780
- "BH": "بحرین",
781
- "BI": "بوروندی",
782
- "BJ": "بنین",
783
- "BL": "سن بارتلمی",
784
- "BM": "برمودا",
785
- "BN": "برونئی",
786
- "BO": "بولیوی",
787
- "BQ": "جزایر کارائیب هلند",
788
- "BR": "برزیل",
789
- "BS": "باهاما",
790
- "BT": "بوتان",
791
- "BV": "جزیرهٔ بووه",
792
- "BW": "بوتسوانا",
793
- "BY": "بلاروس",
794
- "BZ": "بلیز",
795
- "CA": "کانادا",
796
- "CC": "جزایر کوکوس",
797
- "CD": "کنگو - کینشاسا",
798
- "CD-alt-variant": "کنگو (جمهوری دموکراتیک)",
799
- "CF": "جمهوری افریقای مرکزی",
800
- "CG": "کنگو - برازویل",
801
- "CG-alt-variant": "کنگو (جمهوری)",
802
- "CH": "سوئیس",
803
- "CI": "ساحل عاج",
804
- "CI-alt-variant": "ساحل‌عاج",
805
- "CK": "جزایر کوک",
806
- "CL": "شیلی",
807
- "CM": "کامرون",
808
- "CN": "چین",
809
- "CO": "کلمبیا",
810
- "CP": "جزایر کلیپرتون",
811
- "CR": "کاستاریکا",
812
- "CU": "کوبا",
813
- "CV": "کیپ‌ورد",
814
- "CW": "کوراسائو",
815
- "CX": "جزیرهٔ کریسمس",
816
- "CY": "قبرس",
817
- "CZ": "جمهوری چک",
818
- "CZ-alt-variant": "CZ",
819
- "DE": "آلمان",
820
- "DG": "دیه‌گو گارسیا",
821
- "DJ": "جیبوتی",
822
- "DK": "دانمارک",
823
- "DM": "دومینیکا",
824
- "DO": "جمهوری دومینیکن",
825
- "DZ": "الجزایر",
826
- "EA": "سبته و ملیله",
827
- "EC": "اکوادور",
828
- "EE": "استونی",
829
- "EG": "مصر",
830
- "EH": "صحرای غربی",
831
- "ER": "اریتره",
832
- "ES": "اسپانیا",
833
- "ET": "اتیوپی",
834
- "EU": "اتحادیهٔ اروپا",
835
- "EZ": "منطقه یورو",
836
- "FI": "فنلاند",
837
- "FJ": "فیجی",
838
- "FK": "جزایر فالکلند",
839
- "FK-alt-variant": "جزایر فالکلند (ایسلاس مالویناس)",
840
- "FM": "میکرونزی",
841
- "FO": "جزایر فارو",
842
- "FR": "فرانسه",
843
- "GA": "گابن",
844
- "GB": "بریتانیا",
845
- "GB-alt-short": "بریتانیا",
846
- "GD": "گرنادا",
847
- "GE": "گرجستان",
848
- "GF": "گویان فرانسه",
849
- "GG": "گرنزی",
850
- "GH": "غنا",
851
- "GI": "جبل‌الطارق",
852
- "GL": "گرینلند",
853
- "GM": "گامبیا",
854
- "GN": "گینه",
855
- "GP": "گوادلوپ",
856
- "GQ": "گینهٔ استوایی",
857
- "GR": "یونان",
858
- "GS": "جزایر جورجیای جنوبی و ساندویچ جنوبی",
859
- "GT": "گواتمالا",
860
- "GU": "گوام",
861
- "GW": "گینهٔ بیسائو",
862
- "GY": "گویان",
863
- "HK": "هنگ‌کنگ، چین",
864
- "HK-alt-short": "هنگ‌کنگ",
865
- "HM": "جزیرهٔ هرد و جزایر مک‌دونالد",
866
- "HN": "هندوراس",
867
- "HR": "کرواسی",
868
- "HT": "هائیتی",
869
- "HU": "مجارستان",
870
- "IC": "جزایر قناری",
871
- "ID": "اندونزی",
872
- "IE": "ایرلند",
873
- "IL": "اسرائیل",
874
- "IM": "جزیرهٔ من",
875
- "IN": "هند",
876
- "IO": "قلمرو بریتانیا در اقیانوس هند",
877
- "IQ": "عراق",
878
- "IR": "ایران",
879
- "IS": "ایسلند",
880
- "IT": "ایتالیا",
881
- "JE": "جرزی",
882
- "JM": "جامائیکا",
883
- "JO": "اردن",
884
- "JP": "ژاپن",
885
- "KE": "کنیا",
886
- "KG": "قرقیزستان",
887
- "KH": "کامبوج",
888
- "KI": "کیریباتی",
889
- "KM": "کومور",
890
- "KN": "سنت کیتس و نویس",
891
- "KP": "کرهٔ شمالی",
892
- "KR": "کرهٔ جنوبی",
893
- "KW": "کویت",
894
- "KY": "جزایر کِیمن",
895
- "KZ": "قزاقستان",
896
- "LA": "لائوس",
897
- "LB": "لبنان",
898
- "LC": "سنت لوسیا",
899
- "LI": "لیختن‌اشتاین",
900
- "LK": "سری‌لانکا",
901
- "LR": "لیبریا",
902
- "LS": "لسوتو",
903
- "LT": "لیتوانی",
904
- "LU": "لوکزامبورگ",
905
- "LV": "لتونی",
906
- "LY": "لیبی",
907
- "MA": "مراکش",
908
- "MC": "موناکو",
909
- "MD": "مولداوی",
910
- "ME": "مونته‌نگرو",
911
- "MF": "سنت مارتین",
912
- "MG": "ماداگاسکار",
913
- "MH": "جزایر مارشال",
914
- "MK": "مقدونیهٔ شمالی",
915
- "MK-alt-variant": "MK",
916
- "ML": "مالی",
917
- "MM": "میانمار (برمه)",
918
- "MN": "مغولستان",
919
- "MO": "ماکائو، چین",
920
- "MO-alt-short": "ماکائو",
921
- "MP": "جزایر ماریانای شمالی",
922
- "MQ": "مارتینیک",
923
- "MR": "موریتانی",
924
- "MS": "مونت‌سرات",
925
- "MT": "مالت",
926
- "MU": "موریس",
927
- "MV": "مالدیو",
928
- "MW": "مالاوی",
929
- "MX": "مکزیک",
930
- "MY": "مالزی",
931
- "MZ": "موزامبیک",
932
- "NA": "نامیبیا",
933
- "NC": "کالدونیای جدید",
934
- "NE": "نیجر",
935
- "NF": "جزیرهٔ نورفولک",
936
- "NG": "نیجریه",
937
- "NI": "نیکاراگوئه",
938
- "NL": "هلند",
939
- "NO": "نروژ",
940
- "NP": "نپال",
941
- "NR": "نائورو",
942
- "NU": "نیوئه",
943
- "NZ": "نیوزیلند",
944
- "OM": "عمان",
945
- "PA": "پاناما",
946
- "PE": "پرو",
947
- "PF": "پلی‌نزی فرانسه",
948
- "PG": "پاپوا گینهٔ نو",
949
- "PH": "فیلیپین",
950
- "PK": "پاکستان",
951
- "PL": "لهستان",
952
- "PM": "سن پیر و میکلن",
953
- "PN": "جزایر پیت‌کرن",
954
- "PR": "پورتوریکو",
955
- "PS": "سرزمین‌های فلسطینی",
956
- "PS-alt-short": "فلسطین",
957
- "PT": "پرتغال",
958
- "PW": "پالائو",
959
- "PY": "پاراگوئه",
960
- "QA": "قطر",
961
- "QO": "بخش‌های دورافتادهٔ اقیانوسیه",
962
- "RE": "رئونیون",
963
- "RO": "رومانی",
964
- "RS": "صربستان",
965
- "RU": "روسیه",
966
- "RW": "رواندا",
967
- "SA": "عربستان سعودی",
968
- "SA-alt-short": "عربستان",
969
- "SB": "جزایر سلیمان",
970
- "SC": "سیشل",
971
- "SD": "سودان",
972
- "SE": "سوئد",
973
- "SG": "سنگاپور",
974
- "SH": "سنت هلن",
975
- "SI": "اسلوونی",
976
- "SJ": "اسوالبارد و جان‌ماین",
977
- "SK": "اسلواکی",
978
- "SL": "سیرالئون",
979
- "SM": "سان‌مارینو",
980
- "SN": "سنگال",
981
- "SO": "سومالی",
982
- "SR": "سورینام",
983
- "SS": "سودان جنوبی",
984
- "ST": "سائوتومه و پرینسیپ",
985
- "SV": "السالوادور",
986
- "SX": "سنت مارتن",
987
- "SY": "سوریه",
988
- "SZ": "اسواتینی",
989
- "SZ-alt-variant": "سوازیلند",
990
- "TA": "تریستان دا کونا",
991
- "TC": "جزایر تورکس و کایکوس",
992
- "TD": "چاد",
993
- "TF": "سرزمین‌های جنوب فرانسه",
994
- "TG": "توگو",
995
- "TH": "تایلند",
996
- "TJ": "تاجیکستان",
997
- "TK": "توکلائو",
998
- "TL": "تیمور-لسته",
999
- "TL-alt-variant": "تیمور شرقی",
1000
- "TM": "ترکمنستان",
1001
- "TN": "تونس",
1002
- "TO": "تونگا",
1003
- "TR": "ترکیه",
1004
- "TT": "ترینیداد و توباگو",
1005
- "TV": "تووالو",
1006
- "TW": "تایوان، چین",
1007
- "TZ": "تانزانیا",
1008
- "UA": "اوکراین",
1009
- "UG": "اوگاندا",
1010
- "UM": "جزایر دورافتادهٔ ایالات متحده",
1011
- "UN": "سازمان ملل متحد",
1012
- "UN-alt-short": "سازمان ملل",
1013
- "US": "ایالات متحده",
1014
- "US-alt-short": "ایالات متحده",
1015
- "UY": "اروگوئه",
1016
- "UZ": "ازبکستان",
1017
- "VA": "واتیکان",
1018
- "VC": "سنت وینسنت و گرنادین",
1019
- "VE": "ونزوئلا",
1020
- "VG": "جزایر ویرجین بریتانیا",
1021
- "VI": "جزایر ویرجین ایالات متحده",
1022
- "VN": "ویتنام",
1023
- "VU": "وانواتو",
1024
- "WF": "والیس و فوتونا",
1025
- "WS": "ساموآ",
1026
- "XA": "XA",
1027
- "XB": "XB",
1028
- "XK": "کوزوو",
1029
- "YE": "یمن",
1030
- "YT": "مایوت",
1031
- "ZA": "افریقای جنوبی",
1032
- "ZM": "زامبیا",
1033
- "ZW": "زیمبابوه",
1034
- "ZZ": "ناحیهٔ نامشخص"
1035
- },
1036
- "orientation": "right-to-left",
1037
- "ca-gregorian": {
1038
- "dateFormats": {
1039
- "full": "EEEE d MMMM y",
1040
- "long": "d MMMM y",
1041
- "medium": "d MMM y",
1042
- "short": "y/M/d"
1043
- },
1044
- "timeFormats": {
1045
- "full": "H:mm:ss (zzzz)",
1046
- "long": "H:mm:ss (z)",
1047
- "medium": "H:mm:ss",
1048
- "short": "H:mm"
1049
- },
1050
- "dateTimeFormats": {
1051
- "full": "{1}، ساعت {0}",
1052
- "long": "{1}، ساعت {0}",
1053
- "medium": "{1}،‏ {0}",
1054
- "short": "{1}،‏ {0}",
1055
- "availableFormats": {
1056
- "Bh": "h B",
1057
- "Bhm": "h:mm B",
1058
- "Bhms": "h:mm:ss B",
1059
- "d": "d",
1060
- "E": "ccc",
1061
- "EBhm": "E h:mm B",
1062
- "EBhms": "E h:mm:ss B",
1063
- "Ed": "E d",
1064
- "Ehm": "E h:mm a",
1065
- "EHm": "E H:mm",
1066
- "Ehms": "E h:mm:ss a",
1067
- "EHms": "E H:mm:ss",
1068
- "Gy": "y G",
1069
- "GyMMM": "MMM y G",
1070
- "GyMMMd": "d MMM y G",
1071
- "GyMMMEd": "E d MMM y G",
1072
- "h": "h a",
1073
- "H": "H",
1074
- "HHmmZ": "HH:mm (Z)",
1075
- "hm": "h:mm a",
1076
- "Hm": "H:mm",
1077
- "hms": "h:mm:ss a",
1078
- "Hms": "H:mm:ss",
1079
- "hmsv": "h:mm:ss a v",
1080
- "Hmsv": "HH:mm:ss v",
1081
- "hmv": "h:mm a v",
1082
- "Hmv": "HH:mm v",
1083
- "M": "L",
1084
- "Md": "M/d",
1085
- "MEd": "E M/d",
1086
- "MMM": "LLL",
1087
- "MMMd": "d LLL",
1088
- "MMMEd": "E d LLL",
1089
- "MMMMd": "d LLLL",
1090
- "MMMMEd": "E d LLLL",
1091
- "mmss": "mm:ss",
1092
- "ms": "mm:ss",
1093
- "y": "y",
1094
- "yM": "y/M",
1095
- "yMd": "y/M/d",
1096
- "yMEd": "E y/M/d",
1097
- "yMMM": "MMM y",
1098
- "yMMMd": "d MMM y",
1099
- "yMMMEd": "E d MMM y",
1100
- "yMMMM": "MMMM y",
1101
- "yMMMMEEEEd": "EEEE d MMMM y",
1102
- "yQQQ": "QQQQ y",
1103
- "yQQQQ": "QQQQ y",
1104
- "MMMMW": "هفتۀ W از LLLL",
1105
- "yw": "هفته w از Y"
1106
- },
1107
- "appendItems": {
1108
- "Day": "{0} ({2}: {1})",
1109
- "Day-Of-Week": "{1} {0}",
1110
- "Era": "{1} {0}",
1111
- "Hour": "{0} ({2}: {1})",
1112
- "Minute": "{0} ({2}: {1})",
1113
- "Month": "{0} ({2}: {1})",
1114
- "Quarter": "{0} ({2}: {1})",
1115
- "Second": "{0} ({2}: {1})",
1116
- "Timezone": "{0} ({1})",
1117
- "Week": "{0} ({2}: {1})",
1118
- "Year": "{1} {0}"
1119
- },
1120
- "intervalFormats": {
1121
- "intervalFormatFallback": "{0} تا {1}",
1122
- "Bh": {
1123
- "B": "h B تا h B",
1124
- "h": "h تا h B"
1125
- },
1126
- "Bhm": {
1127
- "B": "h:mm B تا h:mm B",
1128
- "h": "h:mm تا h:mm B",
1129
- "m": "h:mm تا h:mm B"
1130
- },
1131
- "d": {
1132
- "d": "d تا d"
1133
- },
1134
- "Gy": {
1135
- "G": "G y – G y",
1136
- "y": "G y–y"
1137
- },
1138
- "GyM": {
1139
- "G": "GGGGG y-MM – GGGGG y-MM",
1140
- "M": "GGGGG y-MM – y-MM",
1141
- "y": "GGGGG y-MM – y-MM"
1142
- },
1143
- "GyMd": {
1144
- "d": "GGGGG y-MM-dd – y-MM-dd",
1145
- "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
1146
- "M": "GGGGG y-MM-dd – y-MM-dd",
1147
- "y": "GGGGG y-MM-dd – y-MM-dd"
1148
- },
1149
- "GyMEd": {
1150
- "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
1151
- "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
1152
- "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
1153
- "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
1154
- },
1155
- "GyMMM": {
1156
- "G": "G y MMM – G y MMM",
1157
- "M": "G y MMM–MMM",
1158
- "y": "G y MMM – y MMM"
1159
- },
1160
- "GyMMMd": {
1161
- "d": "G y MMM d–d",
1162
- "G": "G y MMM d – G y MMM d",
1163
- "M": "G y MMM d – MMM d",
1164
- "y": "G y MMM d – y MMM d"
1165
- },
1166
- "GyMMMEd": {
1167
- "d": "G y MMM d, E – MMM d, E",
1168
- "G": "G y MMM d, E – G y MMM d, E",
1169
- "M": "G y MMM d, E – MMM d, E",
1170
- "y": "G y MMM d, E – y MMM d, E"
1171
- },
1172
- "h": {
1173
- "a": "h a تا h a",
1174
- "h": "h تا h a"
1175
- },
1176
- "H": {
1177
- "H": "H تا H"
1178
- },
1179
- "hm": {
1180
- "a": "h:mm a تا h:mm a",
1181
- "h": "h:mm تا h:mm a",
1182
- "m": "h:mm تا h:mm a"
1183
- },
1184
- "Hm": {
1185
- "H": "H:mm تا H:mm",
1186
- "m": "H:mm تا H:mm"
1187
- },
1188
- "hmv": {
1189
- "a": "h:mm a تا h:mm a v",
1190
- "h": "h:mm تا h:mm a v",
1191
- "m": "h:mm تا h:mm a v"
1192
- },
1193
- "Hmv": {
1194
- "H": "H:mm تا H:mm v",
1195
- "m": "H:mm تا H:mm v"
1196
- },
1197
- "hv": {
1198
- "a": "h a تا h a v",
1199
- "h": "h تا h a v"
1200
- },
1201
- "Hv": {
1202
- "H": "H تا H v"
1203
- },
1204
- "M": {
1205
- "M": "M تا M"
1206
- },
1207
- "Md": {
1208
- "d": "M/d تا M/d",
1209
- "M": "M/d تا M/d"
1210
- },
1211
- "MEd": {
1212
- "d": "E M/d تا E M/d",
1213
- "M": "E M/d تا E M/d"
1214
- },
1215
- "MMM": {
1216
- "M": "LLL تا LLL"
1217
- },
1218
- "MMMd": {
1219
- "d": "d تا d LLL",
1220
- "M": "d LLL تا d LLL"
1221
- },
1222
- "MMMEd": {
1223
- "d": "E d LLL تا E d LLL",
1224
- "M": "E d LLL تا E d LLL"
1225
- },
1226
- "y": {
1227
- "y": "y تا y"
1228
- },
1229
- "yM": {
1230
- "M": "y/M تا y/M",
1231
- "y": "y/M تا y/M"
1232
- },
1233
- "yMd": {
1234
- "d": "y/M/d تا y/M/d",
1235
- "M": "y/M/d تا y/M/d",
1236
- "y": "y/M/d تا y/M/d"
1237
- },
1238
- "yMEd": {
1239
- "d": "E y/M/d تا E y/M/d",
1240
- "M": "E y/M/d تا E y/M/d",
1241
- "y": "E y/M/d تا E y/M/d"
1242
- },
1243
- "yMMM": {
1244
- "M": "LLL تا MMM y",
1245
- "y": "MMM y تا MMM y"
1246
- },
1247
- "yMMMd": {
1248
- "d": "d تا d MMM y",
1249
- "M": "d LLL تا d MMM y",
1250
- "y": "d MMM y تا d MMM y"
1251
- },
1252
- "yMMMEd": {
1253
- "d": "E d LLL تا E d MMM y",
1254
- "M": "E d LLL تا E d MMM y",
1255
- "y": "E d MMM y تا E d MMM y"
1256
- },
1257
- "yMMMM": {
1258
- "M": "LLLL تا MMMM y",
1259
- "y": "MMMM y تا MMMM y"
1260
- }
1261
- }
1262
- },
1263
- "months": {
1264
- "format": {
1265
- "abbreviated": [
1266
- "ژانویهٔ",
1267
- "فوریهٔ",
1268
- "مارس",
1269
- "آوریل",
1270
- "مهٔ",
1271
- "ژوئن",
1272
- "ژوئیهٔ",
1273
- "اوت",
1274
- "سپتامبر",
1275
- "اکتبر",
1276
- "نوامبر",
1277
- "دسامبر"
1278
- ],
1279
- "narrow": [
1280
- "ژ",
1281
- "ف",
1282
- "م",
1283
- "آ",
1284
- "م",
1285
- "ژ",
1286
- "ژ",
1287
- "ا",
1288
- "س",
1289
- "ا",
1290
- "ن",
1291
- "د"
1292
- ],
1293
- "wide": [
1294
- "ژانویهٔ",
1295
- "فوریهٔ",
1296
- "مارس",
1297
- "آوریل",
1298
- "مهٔ",
1299
- "ژوئن",
1300
- "ژوئیهٔ",
1301
- "اوت",
1302
- "سپتامبر",
1303
- "اکتبر",
1304
- "نوامبر",
1305
- "دسامبر"
1306
- ]
1307
- },
1308
- "stand-alone": {
1309
- "abbreviated": [
1310
- "ژانویه",
1311
- "فوریه",
1312
- "مارس",
1313
- "آوریل",
1314
- "مه",
1315
- "ژوئن",
1316
- "ژوئیه",
1317
- "اوت",
1318
- "سپتامبر",
1319
- "اکتبر",
1320
- "نوامبر",
1321
- "دسامبر"
1322
- ],
1323
- "narrow": [
1324
- "ژ",
1325
- "ف",
1326
- "م",
1327
- "آ",
1328
- "م",
1329
- "ژ",
1330
- "ژ",
1331
- "ا",
1332
- "س",
1333
- "ا",
1334
- "ن",
1335
- "د"
1336
- ],
1337
- "wide": [
1338
- "ژانویه",
1339
- "فوریه",
1340
- "مارس",
1341
- "آوریل",
1342
- "مه",
1343
- "ژوئن",
1344
- "ژوئیه",
1345
- "اوت",
1346
- "سپتامبر",
1347
- "اکتبر",
1348
- "نوامبر",
1349
- "دسامبر"
1350
- ]
1351
- }
1352
- },
1353
- "days": {
1354
- "format": {
1355
- "abbreviated": [
1356
- "یکشنبه",
1357
- "دوشنبه",
1358
- "سه‌شنبه",
1359
- "چهارشنبه",
1360
- "پنجشنبه",
1361
- "جمعه",
1362
- "شنبه"
1363
- ],
1364
- "narrow": [
1365
- "ی",
1366
- "د",
1367
- "س",
1368
- "چ",
1369
- "پ",
1370
- "ج",
1371
- "ش"
1372
- ],
1373
- "short": [
1374
- "۱ش",
1375
- "۲ش",
1376
- "۳ش",
1377
- "۴ش",
1378
- "۵ش",
1379
- "ج",
1380
- "ش"
1381
- ],
1382
- "wide": [
1383
- "یکشنبه",
1384
- "دوشنبه",
1385
- "سه‌شنبه",
1386
- "چهارشنبه",
1387
- "پنجشنبه",
1388
- "جمعه",
1389
- "شنبه"
1390
- ]
1391
- },
1392
- "stand-alone": {
1393
- "abbreviated": [
1394
- "یکشنبه",
1395
- "دوشنبه",
1396
- "سه‌شنبه",
1397
- "چهارشنبه",
1398
- "پنجشنبه",
1399
- "جمعه",
1400
- "شنبه"
1401
- ],
1402
- "narrow": [
1403
- "ی",
1404
- "د",
1405
- "س",
1406
- "چ",
1407
- "پ",
1408
- "ج",
1409
- "ش"
1410
- ],
1411
- "short": [
1412
- "۱ش",
1413
- "۲ش",
1414
- "۳ش",
1415
- "۴ش",
1416
- "۵ش",
1417
- "ج",
1418
- "ش"
1419
- ],
1420
- "wide": [
1421
- "یکشنبه",
1422
- "دوشنبه",
1423
- "سه‌شنبه",
1424
- "چهارشنبه",
1425
- "پنجشنبه",
1426
- "جمعه",
1427
- "شنبه"
1428
- ]
1429
- }
1430
- },
1431
- "quarters": {
1432
- "format": {
1433
- "abbreviated": [
1434
- "س‌م۱",
1435
- "س‌م۲",
1436
- "س‌م۳",
1437
- "س‌م۴"
1438
- ],
1439
- "narrow": [
1440
- "۱",
1441
- "۲",
1442
- "۳",
1443
- "۴"
1444
- ],
1445
- "wide": [
1446
- "سه‌ماههٔ اول",
1447
- "سه‌ماههٔ دوم",
1448
- "سه‌ماههٔ سوم",
1449
- "سه‌ماههٔ چهارم"
1450
- ]
1451
- },
1452
- "stand-alone": {
1453
- "abbreviated": [
1454
- "س‌م۱",
1455
- "س‌م۲",
1456
- "س‌م۳",
1457
- "س‌م۴"
1458
- ],
1459
- "narrow": [
1460
- "۱",
1461
- "۲",
1462
- "۳",
1463
- "۴"
1464
- ],
1465
- "wide": [
1466
- "سه‌ماههٔ اول",
1467
- "سه‌ماههٔ دوم",
1468
- "سه‌ماههٔ سوم",
1469
- "سه‌ماههٔ چهارم"
1470
- ]
1471
- }
1472
- },
1473
- "dayPeriods": {
1474
- "format": {
1475
- "abbreviated": [
1476
- "ق.ظ.",
1477
- "ب.ظ."
1478
- ],
1479
- "narrow": [
1480
- "ق",
1481
- "ب"
1482
- ],
1483
- "wide": [
1484
- "قبل‌ازظهر",
1485
- "بعدازظهر"
1486
- ]
1487
- },
1488
- "stand-alone": {
1489
- "abbreviated": [
1490
- "ق.ظ.",
1491
- "ب.ظ."
1492
- ],
1493
- "narrow": [
1494
- "ق",
1495
- "ب"
1496
- ],
1497
- "wide": [
1498
- "قبل‌ازظهر",
1499
- "بعدازظهر"
1500
- ]
1501
- }
1502
- },
1503
- "era-wide": {
1504
- "0": "قبل از میلاد",
1505
- "1": "میلادی"
1506
- },
1507
- "era-abbreviated": {
1508
- "0": "ق.م.",
1509
- "1": "م."
1510
- },
1511
- "era-narrow": {
1512
- "0": "ق",
1513
- "1": "م"
1514
- }
1515
- },
1516
- "ca-islamic": {
1517
- "dateFormats": {
1518
- "full": "EEEE d MMMM y G",
1519
- "long": "d MMMM y G",
1520
- "medium": "d MMM y G",
1521
- "short": "y/M/d G"
1522
- },
1523
- "timeFormats": {
1524
- "full": "H:mm:ss (zzzz)",
1525
- "long": "H:mm:ss (z)",
1526
- "medium": "H:mm:ss",
1527
- "short": "H:mm"
1528
- },
1529
- "dateTimeFormats": {
1530
- "full": "{1}، ساعت {0}",
1531
- "long": "{1}، ساعت {0}",
1532
- "medium": "{1}،‏ {0}",
1533
- "short": "{1}،‏ {0}",
1534
- "availableFormats": {
1535
- "Bh": "h B",
1536
- "Bhm": "h:mm B",
1537
- "Bhms": "h:mm:ss B",
1538
- "d": "d",
1539
- "E": "ccc",
1540
- "EBhm": "E h:mm B",
1541
- "EBhms": "E h:mm:ss B",
1542
- "Ed": "E d",
1543
- "Ehm": "E h:mm a",
1544
- "EHm": "E HH:mm",
1545
- "Ehms": "E h:mm:ss a",
1546
- "EHms": "E HH:mm:ss",
1547
- "Gy": "y G",
1548
- "GyMMM": "MMM y G",
1549
- "GyMMMd": "d MMM y G",
1550
- "GyMMMEd": "E d MMM y G",
1551
- "h": "h a",
1552
- "H": "H",
1553
- "HHmmZ": "HH:mm (Z)",
1554
- "hm": "h:mm a",
1555
- "Hm": "H:mm",
1556
- "hms": "h:mm:ss a",
1557
- "Hms": "H:mm:ss",
1558
- "HmZ": "HH:mm (Z)",
1559
- "M": "L",
1560
- "Md": "M/d",
1561
- "MEd": "E M/d",
1562
- "MMM": "LLL",
1563
- "MMMd": "d LLL",
1564
- "MMMEd": "E d LLL",
1565
- "MMMMd": "d LLLL",
1566
- "MMMMEd": "E d LLLL",
1567
- "ms": "mm:ss",
1568
- "y": "y G",
1569
- "yM": "y/M G",
1570
- "yMEd": "E y/M/d G",
1571
- "yMMM": "MMM y",
1572
- "yMMMEd": "E d MMM y",
1573
- "yMMMM": "MMMM y",
1574
- "yQQQ": "QQQ y G",
1575
- "yQQQQ": "QQQQ y G",
1576
- "yyyy": "y G",
1577
- "yyyyM": "y/M G",
1578
- "yyyyMd": "y/M/d G",
1579
- "yyyyMEd": "E y/M/d G",
1580
- "yyyyMMM": "MMM y G",
1581
- "yyyyMMMd": "d MMM y G",
1582
- "yyyyMMMEd": "E d MMM y G",
1583
- "yyyyMMMM": "y MMMM G",
1584
- "yyyyQQQ": "QQQ y G",
1585
- "yyyyQQQQ": "QQQQ y G"
1586
- },
1587
- "appendItems": {
1588
- "Day": "{0} ({2}: {1})",
1589
- "Day-Of-Week": "{1} {0}",
1590
- "Era": "{1} {0}",
1591
- "Hour": "{0} ({2}: {1})",
1592
- "Minute": "{0} ({2}: {1})",
1593
- "Month": "{0} ({2}: {1})",
1594
- "Quarter": "{0} ({2}: {1})",
1595
- "Second": "{0} ({2}: {1})",
1596
- "Timezone": "{0} ({1})",
1597
- "Week": "{0} ({2}: {1})",
1598
- "Year": "{1} {0}"
1599
- },
1600
- "intervalFormats": {
1601
- "intervalFormatFallback": "{0} تا {1}",
1602
- "Bh": {
1603
- "B": "h B تا h B",
1604
- "h": "h تا h B"
1605
- },
1606
- "Bhm": {
1607
- "B": "h:mm B تا h:mm B",
1608
- "h": "h:mm تا h:mm B",
1609
- "m": "h:mm تا h:mm B"
1610
- },
1611
- "d": {
1612
- "d": "d تا d"
1613
- },
1614
- "Gy": {
1615
- "G": "G y – G y",
1616
- "y": "G y–y"
1617
- },
1618
- "GyM": {
1619
- "G": "GGGGG y-MM – GGGGG y-MM",
1620
- "M": "GGGGG y-MM – y-MM",
1621
- "y": "GGGGG y-MM – y-MM"
1622
- },
1623
- "GyMd": {
1624
- "d": "GGGGG y-MM-dd – y-MM-dd",
1625
- "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
1626
- "M": "GGGGG y-MM-dd – y-MM-dd",
1627
- "y": "GGGGG y-MM-dd – y-MM-dd"
1628
- },
1629
- "GyMEd": {
1630
- "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
1631
- "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
1632
- "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
1633
- "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
1634
- },
1635
- "GyMMM": {
1636
- "G": "G y MMM – G y MMM",
1637
- "M": "G y MMM–MMM",
1638
- "y": "G y MMM – y MMM"
1639
- },
1640
- "GyMMMd": {
1641
- "d": "G y MMM d–d",
1642
- "G": "G y MMM d – G y MMM d",
1643
- "M": "G y MMM d – MMM d",
1644
- "y": "G y MMM d – y MMM d"
1645
- },
1646
- "GyMMMEd": {
1647
- "d": "G y MMM d, E – MMM d, E",
1648
- "G": "G y MMM d, E – G y MMM d, E",
1649
- "M": "G y MMM d, E – MMM d, E",
1650
- "y": "G y MMM d, E – y MMM d, E"
1651
- },
1652
- "h": {
1653
- "a": "h a تا h a",
1654
- "h": "h تا h a"
1655
- },
1656
- "H": {
1657
- "H": "H تا H"
1658
- },
1659
- "hm": {
1660
- "a": "h:mm a تا h:mm a",
1661
- "h": "h:mm تا h:mm a",
1662
- "m": "h:mm تا h:mm a"
1663
- },
1664
- "Hm": {
1665
- "H": "H:mm تا H:mm",
1666
- "m": "H:mm تا H:mm"
1667
- },
1668
- "hmv": {
1669
- "a": "h:mm a تا h:mm a (v)",
1670
- "h": "h:mm تا h:mm a (v)",
1671
- "m": "h:mm تا h:mm a (v)"
1672
- },
1673
- "Hmv": {
1674
- "H": "H:mm تا H:mm (v)",
1675
- "m": "H:mm تا H:mm (v)"
1676
- },
1677
- "hv": {
1678
- "a": "h a تا h a (v)",
1679
- "h": "h تا h a (v)"
1680
- },
1681
- "Hv": {
1682
- "H": "H تا H (v)"
1683
- },
1684
- "M": {
1685
- "M": "M تا M"
1686
- },
1687
- "Md": {
1688
- "d": "M/d تا M/d",
1689
- "M": "M/d تا M/d"
1690
- },
1691
- "MEd": {
1692
- "d": "E M/d تا E M/d",
1693
- "M": "E M/d تا E M/d"
1694
- },
1695
- "MMM": {
1696
- "M": "MMM تا MMM"
1697
- },
1698
- "MMMd": {
1699
- "d": "d تا d LLL",
1700
- "M": "d LLL تا d LLL"
1701
- },
1702
- "MMMEd": {
1703
- "d": "E d LLL تا E d LLL",
1704
- "M": "E d LLL تا E d LLL"
1705
- },
1706
- "y": {
1707
- "y": "y تا y G"
1708
- },
1709
- "yM": {
1710
- "M": "y/M تا y/M G",
1711
- "y": "y/M تا y/M G"
1712
- },
1713
- "yMd": {
1714
- "d": "y/M/d تا y/M/d G",
1715
- "M": "y/M/d تا y/M/d G",
1716
- "y": "y/M/d تا y/M/d G"
1717
- },
1718
- "yMEd": {
1719
- "d": "E y/M/d تا E y/M/d G",
1720
- "M": "E y/M/d تا E y/M/d G",
1721
- "y": "E y/M/d تا E y/M/d G"
1722
- },
1723
- "yMMM": {
1724
- "M": "LLL تا MMM y G",
1725
- "y": "MMM y تا MMM y G"
1726
- },
1727
- "yMMMd": {
1728
- "d": "d تا d MMM y G",
1729
- "M": "d LLL تا d MMM y G",
1730
- "y": "d MMM y تا d MMM y G"
1731
- },
1732
- "yMMMEd": {
1733
- "d": "E d LLL تا E d MMM y G",
1734
- "M": "E d LLL تا E d MMM y G",
1735
- "y": "E d MMM y تا E d MMM y G"
1736
- },
1737
- "yMMMM": {
1738
- "M": "LLLL تا MMMM y G",
1739
- "y": "MMMM y تا MMMM y G"
1740
- }
1741
- }
1742
- },
1743
- "months": {
1744
- "format": {
1745
- "abbreviated": [
1746
- "محرم",
1747
- "صفر",
1748
- "ربیع‌الاول",
1749
- "ربیع‌الثانی",
1750
- "جمادی‌الاول",
1751
- "جمادی‌الثانی",
1752
- "رجب",
1753
- "شعبان",
1754
- "رمضان",
1755
- "شوال",
1756
- "ذیقعدهٔ",
1757
- "ذیحجهٔ"
1758
- ],
1759
- "narrow": [
1760
- "1",
1761
- "2",
1762
- "3",
1763
- "4",
1764
- "5",
1765
- "6",
1766
- "7",
1767
- "8",
1768
- "9",
1769
- "10",
1770
- "11",
1771
- "12"
1772
- ],
1773
- "wide": [
1774
- "محرم",
1775
- "صفر",
1776
- "ربیع‌الاول",
1777
- "ربیع‌الثانی",
1778
- "جمادی‌الاول",
1779
- "جمادی‌الثانی",
1780
- "رجب",
1781
- "شعبان",
1782
- "رمضان",
1783
- "شوال",
1784
- "ذیقعدهٔ",
1785
- "ذیحجهٔ"
1786
- ]
1787
- },
1788
- "stand-alone": {
1789
- "abbreviated": [
1790
- "محرم",
1791
- "صفر",
1792
- "ربیع‌الاول",
1793
- "ربیع‌الثانی",
1794
- "جمادی‌الاول",
1795
- "جمادی‌الثانی",
1796
- "رجب",
1797
- "شعبان",
1798
- "رمضان",
1799
- "شوال",
1800
- "ذیقعده",
1801
- "ذیحجه"
1802
- ],
1803
- "narrow": [
1804
- "1",
1805
- "2",
1806
- "3",
1807
- "4",
1808
- "5",
1809
- "6",
1810
- "7",
1811
- "8",
1812
- "9",
1813
- "10",
1814
- "11",
1815
- "12"
1816
- ],
1817
- "wide": [
1818
- "محرم",
1819
- "صفر",
1820
- "ربیع‌الاول",
1821
- "ربیع الثانی",
1822
- "جمادی الاول",
1823
- "جمادی الثانی",
1824
- "رجب",
1825
- "شعبان",
1826
- "رمضان",
1827
- "شوال",
1828
- "ذیقعده",
1829
- "ذیحجه"
1830
- ]
1831
- }
1832
- },
1833
- "days": {
1834
- "format": {
1835
- "abbreviated": [
1836
- "یکشنبه",
1837
- "دوشنبه",
1838
- "سه‌شنبه",
1839
- "چهارشنبه",
1840
- "پنجشنبه",
1841
- "جمعه",
1842
- "شنبه"
1843
- ],
1844
- "narrow": [
1845
- "ی",
1846
- "د",
1847
- "س",
1848
- "چ",
1849
- "پ",
1850
- "ج",
1851
- "ش"
1852
- ],
1853
- "short": [
1854
- "۱ش",
1855
- "۲ش",
1856
- "۳ش",
1857
- "۴ش",
1858
- "۵ش",
1859
- "ج",
1860
- "ش"
1861
- ],
1862
- "wide": [
1863
- "یکشنبه",
1864
- "دوشنبه",
1865
- "سه‌شنبه",
1866
- "چهارشنبه",
1867
- "پنجشنبه",
1868
- "جمعه",
1869
- "شنبه"
1870
- ]
1871
- },
1872
- "stand-alone": {
1873
- "abbreviated": [
1874
- "یکشنبه",
1875
- "دوشنبه",
1876
- "سه‌شنبه",
1877
- "چهارشنبه",
1878
- "پنجشنبه",
1879
- "جمعه",
1880
- "شنبه"
1881
- ],
1882
- "narrow": [
1883
- "ی",
1884
- "د",
1885
- "س",
1886
- "چ",
1887
- "پ",
1888
- "ج",
1889
- "ش"
1890
- ],
1891
- "short": [
1892
- "۱ش",
1893
- "۲ش",
1894
- "۳ش",
1895
- "۴ش",
1896
- "۵ش",
1897
- "ج",
1898
- "ش"
1899
- ],
1900
- "wide": [
1901
- "یکشنبه",
1902
- "دوشنبه",
1903
- "سه‌شنبه",
1904
- "چهارشنبه",
1905
- "پنجشنبه",
1906
- "جمعه",
1907
- "شنبه"
1908
- ]
1909
- }
1910
- },
1911
- "quarters": {
1912
- "format": {
1913
- "abbreviated": [
1914
- "س‌م۱",
1915
- "س‌م۲",
1916
- "س‌م۳",
1917
- "س‌م۴"
1918
- ],
1919
- "narrow": [
1920
- "۱",
1921
- "۲",
1922
- "۳",
1923
- "۴"
1924
- ],
1925
- "wide": [
1926
- "سه‌ماههٔ اول",
1927
- "سه‌ماههٔ دوم",
1928
- "سه‌ماههٔ سوم",
1929
- "سه‌ماههٔ چهارم"
1930
- ]
1931
- },
1932
- "stand-alone": {
1933
- "abbreviated": [
1934
- "س‌م۱",
1935
- "س‌م۲",
1936
- "س‌م۳",
1937
- "س‌م۴"
1938
- ],
1939
- "narrow": [
1940
- "۱",
1941
- "۲",
1942
- "۳",
1943
- "۴"
1944
- ],
1945
- "wide": [
1946
- "سه‌ماههٔ اول",
1947
- "سه‌ماههٔ دوم",
1948
- "سه‌ماههٔ سوم",
1949
- "سه‌ماههٔ چهارم"
1950
- ]
1951
- }
1952
- },
1953
- "dayPeriods": {
1954
- "format": {
1955
- "abbreviated": [
1956
- "ق.ظ.",
1957
- "ب.ظ."
1958
- ],
1959
- "narrow": [
1960
- "ق",
1961
- "ب"
1962
- ],
1963
- "wide": [
1964
- "قبل‌ازظهر",
1965
- "بعدازظهر"
1966
- ]
1967
- },
1968
- "stand-alone": {
1969
- "abbreviated": [
1970
- "ق.ظ.",
1971
- "ب.ظ."
1972
- ],
1973
- "narrow": [
1974
- "ق",
1975
- "ب"
1976
- ],
1977
- "wide": [
1978
- "قبل‌ازظهر",
1979
- "بعدازظهر"
1980
- ]
1981
- }
1982
- },
1983
- "era-wide": {
1984
- "0": "هجری قمری"
1985
- },
1986
- "era-abbreviated": {
1987
- "0": "ه‍.ق."
1988
- },
1989
- "era-narrow": {
1990
- "0": "ه‍.ق."
1991
- }
1992
- },
1993
- "ca-japanese": {
1994
- "dateFormats": {
1995
- "full": "EEEE d MMMM y G",
1996
- "long": "d MMMM y G",
1997
- "medium": "d MMM y G",
1998
- "short": "y/M/d G"
1999
- },
2000
- "timeFormats": {
2001
- "full": "H:mm:ss (zzzz)",
2002
- "long": "H:mm:ss (z)",
2003
- "medium": "H:mm:ss",
2004
- "short": "H:mm"
2005
- },
2006
- "dateTimeFormats": {
2007
- "full": "{1}، ساعت {0}",
2008
- "long": "{1}، ساعت {0}",
2009
- "medium": "{1}،‏ {0}",
2010
- "short": "{1}،‏ {0}",
2011
- "availableFormats": {
2012
- "Bh": "h B",
2013
- "Bhm": "h:mm B",
2014
- "Bhms": "h:mm:ss B",
2015
- "d": "d",
2016
- "E": "ccc",
2017
- "EBhm": "E h:mm B",
2018
- "EBhms": "E h:mm:ss B",
2019
- "Ed": "E d",
2020
- "Ehm": "E h:mm a",
2021
- "EHm": "E HH:mm",
2022
- "Ehms": "E h:mm:ss a",
2023
- "EHms": "E HH:mm:ss",
2024
- "Gy": "y G",
2025
- "GyMMM": "MMM y G",
2026
- "GyMMMd": "d MMM y G",
2027
- "GyMMMEd": "E d MMM y G",
2028
- "h": "h a",
2029
- "H": "H",
2030
- "HHmmZ": "HH:mm (Z)",
2031
- "hm": "h:mm a",
2032
- "Hm": "H:mm",
2033
- "hms": "h:mm:ss a",
2034
- "Hms": "H:mm:ss",
2035
- "M": "L",
2036
- "Md": "M/d",
2037
- "MEd": "E M/d",
2038
- "MMM": "LLL",
2039
- "MMMd": "d LLL",
2040
- "MMMEd": "E d LLL",
2041
- "MMMMd": "d LLLL",
2042
- "MMMMEd": "E d LLLL",
2043
- "ms": "mm:ss",
2044
- "y": "y G",
2045
- "yyyy": "y G",
2046
- "yyyyM": "y/M G",
2047
- "yyyyMd": "y/M/d G",
2048
- "yyyyMEd": "E y/M/d G",
2049
- "yyyyMMM": "MMM y G",
2050
- "yyyyMMMd": "d MMM y G",
2051
- "yyyyMMMEd": "E d MMM y G",
2052
- "yyyyMMMM": "y MMMM G",
2053
- "yyyyQQQ": "QQQQ y G",
2054
- "yyyyQQQQ": "QQQQ y G"
2055
- },
2056
- "appendItems": {
2057
- "Day": "{0} ({2}: {1})",
2058
- "Day-Of-Week": "{1} {0}",
2059
- "Era": "{1} {0}",
2060
- "Hour": "{0} ({2}: {1})",
2061
- "Minute": "{0} ({2}: {1})",
2062
- "Month": "{0} ({2}: {1})",
2063
- "Quarter": "{0} ({2}: {1})",
2064
- "Second": "{0} ({2}: {1})",
2065
- "Timezone": "{0} ({1})",
2066
- "Week": "{0} ({2}: {1})",
2067
- "Year": "{1} {0}"
2068
- },
2069
- "intervalFormats": {
2070
- "intervalFormatFallback": "{0} تا {1}",
2071
- "Bh": {
2072
- "B": "h B تا h B",
2073
- "h": "h تا h B"
2074
- },
2075
- "Bhm": {
2076
- "B": "h:mm B تا h:mm B",
2077
- "h": "h:mm تا h:mm B",
2078
- "m": "h:mm تا h:mm B"
2079
- },
2080
- "d": {
2081
- "d": "d تا d"
2082
- },
2083
- "Gy": {
2084
- "G": "G y – G y",
2085
- "y": "G y–y"
2086
- },
2087
- "GyM": {
2088
- "G": "GGGGG y-MM – GGGGG y-MM",
2089
- "M": "GGGGG y-MM – y-MM",
2090
- "y": "GGGGG y-MM – y-MM"
2091
- },
2092
- "GyMd": {
2093
- "d": "GGGGG y-MM-dd – y-MM-dd",
2094
- "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
2095
- "M": "GGGGG y-MM-dd – y-MM-dd",
2096
- "y": "GGGGG y-MM-dd – y-MM-dd"
2097
- },
2098
- "GyMEd": {
2099
- "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
2100
- "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
2101
- "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
2102
- "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
2103
- },
2104
- "GyMMM": {
2105
- "G": "G y MMM – G y MMM",
2106
- "M": "G y MMM–MMM",
2107
- "y": "G y MMM – y MMM"
2108
- },
2109
- "GyMMMd": {
2110
- "d": "G y MMM d–d",
2111
- "G": "G y MMM d – G y MMM d",
2112
- "M": "G y MMM d – MMM d",
2113
- "y": "G y MMM d – y MMM d"
2114
- },
2115
- "GyMMMEd": {
2116
- "d": "G y MMM d, E – MMM d, E",
2117
- "G": "G y MMM d, E – G y MMM d, E",
2118
- "M": "G y MMM d, E – MMM d, E",
2119
- "y": "G y MMM d, E – y MMM d, E"
2120
- },
2121
- "h": {
2122
- "a": "h a تا h a",
2123
- "h": "h تا h a"
2124
- },
2125
- "H": {
2126
- "H": "H تا H"
2127
- },
2128
- "hm": {
2129
- "a": "h:mm a تا h:mm a",
2130
- "h": "h:mm تا h:mm a",
2131
- "m": "h:mm تا h:mm a"
2132
- },
2133
- "Hm": {
2134
- "H": "H:mm تا H:mm",
2135
- "m": "H:mm تا H:mm"
2136
- },
2137
- "hmv": {
2138
- "a": "h:mm a تا h:mm a (v)",
2139
- "h": "h:mm تا h:mm a (v)",
2140
- "m": "h:mm تا h:mm a (v)"
2141
- },
2142
- "Hmv": {
2143
- "H": "H:mm تا H:mm (v)",
2144
- "m": "H:mm تا H:mm (v)"
2145
- },
2146
- "hv": {
2147
- "a": "h a تا h a (v)",
2148
- "h": "h تا h a (v)"
2149
- },
2150
- "Hv": {
2151
- "H": "H تا H (v)"
2152
- },
2153
- "M": {
2154
- "M": "M تا M"
2155
- },
2156
- "Md": {
2157
- "d": "M/d تا M/d",
2158
- "M": "M/d تا M/d"
2159
- },
2160
- "MEd": {
2161
- "d": "E M/d تا E M/d",
2162
- "M": "E M/d تا E M/d"
2163
- },
2164
- "MMM": {
2165
- "M": "MMM تا MMM"
2166
- },
2167
- "MMMd": {
2168
- "d": "d تا d LLL",
2169
- "M": "d LLL تا d LLL"
2170
- },
2171
- "MMMEd": {
2172
- "d": "E d LLL تا E d LLL",
2173
- "M": "E d LLL تا E d LLL"
2174
- },
2175
- "y": {
2176
- "y": "y تا y G",
2177
- "G": "y G تا y G"
2178
- },
2179
- "yM": {
2180
- "M": "y/M تا y/M G",
2181
- "y": "y/M تا y/M G",
2182
- "G": "y/M G تا y/M G"
2183
- },
2184
- "yMd": {
2185
- "d": "y/M/d تا y/M/d G",
2186
- "M": "y/M/d تا y/M/d G",
2187
- "y": "y/M/d تا y/M/d G",
2188
- "G": "y/M/d G تا y/M/d G"
2189
- },
2190
- "yMEd": {
2191
- "d": "E y/M/d تا E y/M/d G",
2192
- "M": "E y/M/d تا E y/M/d G",
2193
- "y": "E y/M/d تا E y/M/d G",
2194
- "G": "E y/M/d G تا E y/M/d G"
2195
- },
2196
- "yMMM": {
2197
- "M": "LLL تا MMM y G",
2198
- "y": "MMM y تا MMM y G",
2199
- "G": "MMM y G تا MMM y G"
2200
- },
2201
- "yMMMd": {
2202
- "d": "d تا d MMM y G",
2203
- "M": "d LLL تا d MMM y G",
2204
- "y": "d MMM y تا d MMM y G",
2205
- "G": "d MMM y G تا d MMM y G"
2206
- },
2207
- "yMMMEd": {
2208
- "d": "E d LLL تا E d MMM y G",
2209
- "M": "E d LLL تا E d MMM y G",
2210
- "y": "E d MMM y تا E d MMM y G",
2211
- "G": "E d MMM y G تا E d MMM y G"
2212
- },
2213
- "yMMMM": {
2214
- "M": "LLLL تا MMMM y G",
2215
- "y": "MMMM y تا MMMM y G",
2216
- "G": "MMMM y G تا MMMM y G"
2217
- }
2218
- }
2219
- },
2220
- "months": {
2221
- "format": {
2222
- "abbreviated": [
2223
- "ژانویهٔ",
2224
- "فوریهٔ",
2225
- "مارس",
2226
- "آوریل",
2227
- "مهٔ",
2228
- "ژوئن",
2229
- "ژوئیهٔ",
2230
- "اوت",
2231
- "سپتامبر",
2232
- "اکتبر",
2233
- "نوامبر",
2234
- "دسامبر"
2235
- ],
2236
- "narrow": [
2237
- "ژ",
2238
- "ف",
2239
- "م",
2240
- "آ",
2241
- "م",
2242
- "ژ",
2243
- "ژ",
2244
- "ا",
2245
- "س",
2246
- "ا",
2247
- "ن",
2248
- "د"
2249
- ],
2250
- "wide": [
2251
- "ژانویهٔ",
2252
- "فوریهٔ",
2253
- "مارس",
2254
- "آوریل",
2255
- "مهٔ",
2256
- "ژوئن",
2257
- "ژوئیهٔ",
2258
- "اوت",
2259
- "سپتامبر",
2260
- "اکتبر",
2261
- "نوامبر",
2262
- "دسامبر"
2263
- ]
2264
- },
2265
- "stand-alone": {
2266
- "abbreviated": [
2267
- "ژانویه",
2268
- "فوریه",
2269
- "مارس",
2270
- "آوریل",
2271
- "مه",
2272
- "ژوئن",
2273
- "ژوئیه",
2274
- "اوت",
2275
- "سپتامبر",
2276
- "اکتبر",
2277
- "نوامبر",
2278
- "دسامبر"
2279
- ],
2280
- "narrow": [
2281
- "ژ",
2282
- "ف",
2283
- "م",
2284
- "آ",
2285
- "م",
2286
- "ژ",
2287
- "ژ",
2288
- "ا",
2289
- "س",
2290
- "ا",
2291
- "ن",
2292
- "د"
2293
- ],
2294
- "wide": [
2295
- "ژانویه",
2296
- "فوریه",
2297
- "مارس",
2298
- "آوریل",
2299
- "مه",
2300
- "ژوئن",
2301
- "ژوئیه",
2302
- "اوت",
2303
- "سپتامبر",
2304
- "اکتبر",
2305
- "نوامبر",
2306
- "دسامبر"
2307
- ]
2308
- }
2309
- },
2310
- "days": {
2311
- "format": {
2312
- "abbreviated": [
2313
- "یکشنبه",
2314
- "دوشنبه",
2315
- "سه‌شنبه",
2316
- "چهارشنبه",
2317
- "پنجشنبه",
2318
- "جمعه",
2319
- "شنبه"
2320
- ],
2321
- "narrow": [
2322
- "ی",
2323
- "د",
2324
- "س",
2325
- "چ",
2326
- "پ",
2327
- "ج",
2328
- "ش"
2329
- ],
2330
- "short": [
2331
- "۱ش",
2332
- "۲ش",
2333
- "۳ش",
2334
- "۴ش",
2335
- "۵ش",
2336
- "ج",
2337
- "ش"
2338
- ],
2339
- "wide": [
2340
- "یکشنبه",
2341
- "دوشنبه",
2342
- "سه‌شنبه",
2343
- "چهارشنبه",
2344
- "پنجشنبه",
2345
- "جمعه",
2346
- "شنبه"
2347
- ]
2348
- },
2349
- "stand-alone": {
2350
- "abbreviated": [
2351
- "یکشنبه",
2352
- "دوشنبه",
2353
- "سه‌شنبه",
2354
- "چهارشنبه",
2355
- "پنجشنبه",
2356
- "جمعه",
2357
- "شنبه"
2358
- ],
2359
- "narrow": [
2360
- "ی",
2361
- "د",
2362
- "س",
2363
- "چ",
2364
- "پ",
2365
- "ج",
2366
- "ش"
2367
- ],
2368
- "short": [
2369
- "۱ش",
2370
- "۲ش",
2371
- "۳ش",
2372
- "۴ش",
2373
- "۵ش",
2374
- "ج",
2375
- "ش"
2376
- ],
2377
- "wide": [
2378
- "یکشنبه",
2379
- "دوشنبه",
2380
- "سه‌شنبه",
2381
- "چهارشنبه",
2382
- "پنجشنبه",
2383
- "جمعه",
2384
- "شنبه"
2385
- ]
2386
- }
2387
- },
2388
- "quarters": {
2389
- "format": {
2390
- "abbreviated": [
2391
- "س‌م۱",
2392
- "س‌م۲",
2393
- "س‌م۳",
2394
- "س‌م۴"
2395
- ],
2396
- "narrow": [
2397
- "۱",
2398
- "۲",
2399
- "۳",
2400
- "۴"
2401
- ],
2402
- "wide": [
2403
- "سه‌ماههٔ اول",
2404
- "سه‌ماههٔ دوم",
2405
- "سه‌ماههٔ سوم",
2406
- "سه‌ماههٔ چهارم"
2407
- ]
2408
- },
2409
- "stand-alone": {
2410
- "abbreviated": [
2411
- "س‌م۱",
2412
- "س‌م۲",
2413
- "س‌م۳",
2414
- "س‌م۴"
2415
- ],
2416
- "narrow": [
2417
- "۱",
2418
- "۲",
2419
- "۳",
2420
- "۴"
2421
- ],
2422
- "wide": [
2423
- "سه‌ماههٔ اول",
2424
- "سه‌ماههٔ دوم",
2425
- "سه‌ماههٔ سوم",
2426
- "سه‌ماههٔ چهارم"
2427
- ]
2428
- }
2429
- },
2430
- "dayPeriods": {
2431
- "format": {
2432
- "abbreviated": [
2433
- "ق.ظ.",
2434
- "ب.ظ."
2435
- ],
2436
- "narrow": [
2437
- "ق",
2438
- "ب"
2439
- ],
2440
- "wide": [
2441
- "قبل‌ازظهر",
2442
- "بعدازظهر"
2443
- ]
2444
- },
2445
- "stand-alone": {
2446
- "abbreviated": [
2447
- "ق.ظ.",
2448
- "ب.ظ."
2449
- ],
2450
- "narrow": [
2451
- "ق",
2452
- "ب"
2453
- ],
2454
- "wide": [
2455
- "قبل‌ازظهر",
2456
- "بعدازظهر"
2457
- ]
2458
- }
2459
- },
2460
- "era-wide": {
2461
- "232": "Meiji",
2462
- "233": "Taishō",
2463
- "234": "Shōwa",
2464
- "235": "هیسه‌ای",
2465
- "236": "ریوا"
2466
- },
2467
- "era-abbreviated": {
2468
- "232": "Meiji",
2469
- "233": "Taishō",
2470
- "234": "Shōwa",
2471
- "235": "هیسه‌ای",
2472
- "236": "ریوا"
2473
- },
2474
- "era-narrow": {
2475
- "232": "M",
2476
- "233": "T",
2477
- "234": "S",
2478
- "235": "H",
2479
- "236": "R"
2480
- }
2481
- },
2482
- "ca-persian": {
2483
- "dateFormats": {
2484
- "full": "y MMMM d, EEEE",
2485
- "long": "d MMMM y",
2486
- "medium": "d MMM y",
2487
- "short": "y/M/d"
2488
- },
2489
- "timeFormats": {
2490
- "full": "H:mm:ss (zzzz)",
2491
- "long": "H:mm:ss (z)",
2492
- "medium": "H:mm:ss",
2493
- "short": "H:mm"
2494
- },
2495
- "dateTimeFormats": {
2496
- "full": "{1}، ساعت {0}",
2497
- "long": "{1}، ساعت {0}",
2498
- "medium": "{1}،‏ {0}",
2499
- "short": "{1}،‏ {0}",
2500
- "availableFormats": {
2501
- "Bh": "h B",
2502
- "Bhm": "h:mm B",
2503
- "Bhms": "h:mm:ss B",
2504
- "d": "d",
2505
- "E": "ccc",
2506
- "EBhm": "E h:mm B",
2507
- "EBhms": "E h:mm:ss B",
2508
- "Ed": "E d",
2509
- "Ehm": "E h:mm a",
2510
- "EHm": "E HH:mm",
2511
- "Ehms": "E h:mm:ss a",
2512
- "EHms": "E HH:mm:ss",
2513
- "Gy": "y G",
2514
- "GyMMM": "MMM y G",
2515
- "GyMMMd": "d MMM y G",
2516
- "GyMMMEd": "E d MMM y G",
2517
- "h": "h a",
2518
- "H": "H",
2519
- "HHmmZ": "HH:mm (Z)",
2520
- "hm": "h:mm a",
2521
- "Hm": "H:mm",
2522
- "hms": "h:mm:ss a",
2523
- "Hms": "H:mm:ss",
2524
- "M": "L",
2525
- "Md": "M/d",
2526
- "MEd": "E M/d",
2527
- "MMM": "LLL",
2528
- "MMMd": "d LLL",
2529
- "MMMEd": "E d LLL",
2530
- "MMMMd": "d LLLL",
2531
- "MMMMEd": "E d LLLL",
2532
- "ms": "mm:ss",
2533
- "y": "y",
2534
- "yyyy": "y",
2535
- "yyyyM": "y/M",
2536
- "yyyyMd": "y/M/d",
2537
- "yyyyMEd": "E y/M/d",
2538
- "yyyyMMM": "MMM y",
2539
- "yyyyMMMd": "d MMM y",
2540
- "yyyyMMMEd": "E d MMM y",
2541
- "yyyyMMMM": "y MMMM",
2542
- "yyyyQQQ": "QQQQ y",
2543
- "yyyyQQQQ": "QQQQ y"
2544
- },
2545
- "appendItems": {
2546
- "Day": "{0} ({2}: {1})",
2547
- "Day-Of-Week": "{1} {0}",
2548
- "Era": "{1} {0}",
2549
- "Hour": "{0} ({2}: {1})",
2550
- "Minute": "{0} ({2}: {1})",
2551
- "Month": "{0} ({2}: {1})",
2552
- "Quarter": "{0} ({2}: {1})",
2553
- "Second": "{0} ({2}: {1})",
2554
- "Timezone": "{0} ({1})",
2555
- "Week": "{0} ({2}: {1})",
2556
- "Year": "{1} {0}"
2557
- },
2558
- "intervalFormats": {
2559
- "intervalFormatFallback": "{0} تا {1}",
2560
- "Bh": {
2561
- "B": "h B تا h B",
2562
- "h": "h تا h B"
2563
- },
2564
- "Bhm": {
2565
- "B": "h:mm B تا h:mm B",
2566
- "h": "h:mm تا h:mm B",
2567
- "m": "h:mm تا h:mm B"
2568
- },
2569
- "d": {
2570
- "d": "d تا d"
2571
- },
2572
- "Gy": {
2573
- "G": "G y – G y",
2574
- "y": "G y–y"
2575
- },
2576
- "GyM": {
2577
- "G": "GGGGG y-MM – GGGGG y-MM",
2578
- "M": "GGGGG y-MM – y-MM",
2579
- "y": "GGGGG y-MM – y-MM"
2580
- },
2581
- "GyMd": {
2582
- "d": "GGGGG y-MM-dd – y-MM-dd",
2583
- "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
2584
- "M": "GGGGG y-MM-dd – y-MM-dd",
2585
- "y": "GGGGG y-MM-dd – y-MM-dd"
2586
- },
2587
- "GyMEd": {
2588
- "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
2589
- "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
2590
- "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
2591
- "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
2592
- },
2593
- "GyMMM": {
2594
- "G": "G y MMM – G y MMM",
2595
- "M": "G y MMM–MMM",
2596
- "y": "G y MMM – y MMM"
2597
- },
2598
- "GyMMMd": {
2599
- "d": "G y MMM d–d",
2600
- "G": "G y MMM d – G y MMM d",
2601
- "M": "G y MMM d – MMM d",
2602
- "y": "G y MMM d – y MMM d"
2603
- },
2604
- "GyMMMEd": {
2605
- "d": "G y MMM d, E – MMM d, E",
2606
- "G": "G y MMM d, E – G y MMM d, E",
2607
- "M": "G y MMM d, E – MMM d, E",
2608
- "y": "G y MMM d, E – y MMM d, E"
2609
- },
2610
- "h": {
2611
- "a": "h a تا h a",
2612
- "h": "h تا h a"
2613
- },
2614
- "H": {
2615
- "H": "H تا H"
2616
- },
2617
- "hm": {
2618
- "a": "h:mm a تا h:mm a",
2619
- "h": "h:mm تا h:mm a",
2620
- "m": "h:mm تا h:mm a"
2621
- },
2622
- "Hm": {
2623
- "H": "H:mm تا H:mm",
2624
- "m": "H:mm تا H:mm"
2625
- },
2626
- "hmv": {
2627
- "a": "h:mm a تا h:mm a (v)",
2628
- "h": "h:mm تا h:mm a (v)",
2629
- "m": "h:mm تا h:mm a (v)"
2630
- },
2631
- "Hmv": {
2632
- "H": "H:mm تا H:mm (v)",
2633
- "m": "H:mm تا H:mm (v)"
2634
- },
2635
- "hv": {
2636
- "a": "h a تا h a (v)",
2637
- "h": "h تا h a (v)"
2638
- },
2639
- "Hv": {
2640
- "H": "H تا H (v)"
2641
- },
2642
- "M": {
2643
- "M": "M تا M"
2644
- },
2645
- "Md": {
2646
- "d": "M/d تا M/d",
2647
- "M": "M/d تا M/d"
2648
- },
2649
- "MEd": {
2650
- "d": "E M/d تا E M/d",
2651
- "M": "E M/d تا E M/d"
2652
- },
2653
- "MMM": {
2654
- "M": "MMM تا MMM"
2655
- },
2656
- "MMMd": {
2657
- "d": "d تا d LLL",
2658
- "M": "d LLL تا d LLL"
2659
- },
2660
- "MMMEd": {
2661
- "d": "E d LLL تا E d LLL",
2662
- "M": "E d LLL تا E d LLL"
2663
- },
2664
- "y": {
2665
- "y": "y تا y"
2666
- },
2667
- "yM": {
2668
- "M": "y/M تا y/M",
2669
- "y": "y/M تا y/M"
2670
- },
2671
- "yMd": {
2672
- "d": "y/M/d تا y/M/d",
2673
- "M": "y/M/d تا y/M/d",
2674
- "y": "y/M/d تا y/M/d"
2675
- },
2676
- "yMEd": {
2677
- "d": "E y/M/d تا E y/M/d",
2678
- "M": "E y/M/d تا E y/M/d",
2679
- "y": "E y/M/d تا E y/M/d"
2680
- },
2681
- "yMMM": {
2682
- "M": "LLL تا MMM y",
2683
- "y": "MMM y تا MMM y"
2684
- },
2685
- "yMMMd": {
2686
- "d": "d تا d MMM y",
2687
- "M": "d LLL تا d MMM y",
2688
- "y": "d MMM y تا d MMM y"
2689
- },
2690
- "yMMMEd": {
2691
- "d": "E d LLL تا E d MMM y",
2692
- "M": "E d LLL تا E d MMM y",
2693
- "y": "E d MMM y تا E d MMM y"
2694
- },
2695
- "yMMMM": {
2696
- "M": "LLLL تا MMMM y",
2697
- "y": "MMMM y تا MMMM y"
2698
- }
2699
- }
2700
- },
2701
- "months": {
2702
- "format": {
2703
- "abbreviated": [
2704
- "فروردین",
2705
- "اردیبهشت",
2706
- "خرداد",
2707
- "تیر",
2708
- "مرداد",
2709
- "شهریور",
2710
- "مهر",
2711
- "آبان",
2712
- "آذر",
2713
- "دی",
2714
- "بهمن",
2715
- "اسفند"
2716
- ],
2717
- "narrow": [
2718
- "ف",
2719
- "ا",
2720
- "خ",
2721
- "ت",
2722
- "م",
2723
- "ش",
2724
- "م",
2725
- "آ",
2726
- "آ",
2727
- "د",
2728
- "ب",
2729
- "ا"
2730
- ],
2731
- "wide": [
2732
- "فروردین",
2733
- "اردیبهشت",
2734
- "خرداد",
2735
- "تیر",
2736
- "مرداد",
2737
- "شهریور",
2738
- "مهر",
2739
- "آبان",
2740
- "آذر",
2741
- "دی",
2742
- "بهمن",
2743
- "اسفند"
2744
- ]
2745
- },
2746
- "stand-alone": {
2747
- "abbreviated": [
2748
- "فروردین",
2749
- "اردیبهشت",
2750
- "خرداد",
2751
- "تیر",
2752
- "مرداد",
2753
- "شهریور",
2754
- "مهر",
2755
- "آبان",
2756
- "آذر",
2757
- "دی",
2758
- "بهمن",
2759
- "اسفند"
2760
- ],
2761
- "narrow": [
2762
- "ف",
2763
- "ا",
2764
- "خ",
2765
- "ت",
2766
- "م",
2767
- "ش",
2768
- "م",
2769
- "آ",
2770
- "آ",
2771
- "د",
2772
- "ب",
2773
- "ا"
2774
- ],
2775
- "wide": [
2776
- "فروردین",
2777
- "اردیبهشت",
2778
- "خرداد",
2779
- "تیر",
2780
- "مرداد",
2781
- "شهریور",
2782
- "مهر",
2783
- "آبان",
2784
- "آذر",
2785
- "دی",
2786
- "بهمن",
2787
- "اسفند"
2788
- ]
2789
- }
2790
- },
2791
- "days": {
2792
- "format": {
2793
- "abbreviated": [
2794
- "یکشنبه",
2795
- "دوشنبه",
2796
- "سه‌شنبه",
2797
- "چهارشنبه",
2798
- "پنجشنبه",
2799
- "جمعه",
2800
- "شنبه"
2801
- ],
2802
- "narrow": [
2803
- "ی",
2804
- "د",
2805
- "س",
2806
- "چ",
2807
- "پ",
2808
- "ج",
2809
- "ش"
2810
- ],
2811
- "short": [
2812
- "۱ش",
2813
- "۲ش",
2814
- "۳ش",
2815
- "۴ش",
2816
- "۵ش",
2817
- "ج",
2818
- "ش"
2819
- ],
2820
- "wide": [
2821
- "یکشنبه",
2822
- "دوشنبه",
2823
- "سه‌شنبه",
2824
- "چهارشنبه",
2825
- "پنجشنبه",
2826
- "جمعه",
2827
- "شنبه"
2828
- ]
2829
- },
2830
- "stand-alone": {
2831
- "abbreviated": [
2832
- "یکشنبه",
2833
- "دوشنبه",
2834
- "سه‌شنبه",
2835
- "چهارشنبه",
2836
- "پنجشنبه",
2837
- "جمعه",
2838
- "شنبه"
2839
- ],
2840
- "narrow": [
2841
- "ی",
2842
- "د",
2843
- "س",
2844
- "چ",
2845
- "پ",
2846
- "ج",
2847
- "ش"
2848
- ],
2849
- "short": [
2850
- "۱ش",
2851
- "۲ش",
2852
- "۳ش",
2853
- "۴ش",
2854
- "۵ش",
2855
- "ج",
2856
- "ش"
2857
- ],
2858
- "wide": [
2859
- "یکشنبه",
2860
- "دوشنبه",
2861
- "سه‌شنبه",
2862
- "چهارشنبه",
2863
- "پنجشنبه",
2864
- "جمعه",
2865
- "شنبه"
2866
- ]
2867
- }
2868
- },
2869
- "quarters": {
2870
- "format": {
2871
- "abbreviated": [
2872
- "س‌م۱",
2873
- "س‌م۲",
2874
- "س‌م۳",
2875
- "س‌م۴"
2876
- ],
2877
- "narrow": [
2878
- "۱",
2879
- "۲",
2880
- "۳",
2881
- "۴"
2882
- ],
2883
- "wide": [
2884
- "سه‌ماههٔ اول",
2885
- "سه‌ماههٔ دوم",
2886
- "سه‌ماههٔ سوم",
2887
- "سه‌ماههٔ چهارم"
2888
- ]
2889
- },
2890
- "stand-alone": {
2891
- "abbreviated": [
2892
- "س‌م۱",
2893
- "س‌م۲",
2894
- "س‌م۳",
2895
- "س‌م۴"
2896
- ],
2897
- "narrow": [
2898
- "۱",
2899
- "۲",
2900
- "۳",
2901
- "۴"
2902
- ],
2903
- "wide": [
2904
- "سه‌ماههٔ اول",
2905
- "سه‌ماههٔ دوم",
2906
- "سه‌ماههٔ سوم",
2907
- "سه‌ماههٔ چهارم"
2908
- ]
2909
- }
2910
- },
2911
- "dayPeriods": {
2912
- "format": {
2913
- "abbreviated": [
2914
- "ق.ظ.",
2915
- "ب.ظ."
2916
- ],
2917
- "narrow": [
2918
- "ق",
2919
- "ب"
2920
- ],
2921
- "wide": [
2922
- "قبل‌ازظهر",
2923
- "بعدازظهر"
2924
- ]
2925
- },
2926
- "stand-alone": {
2927
- "abbreviated": [
2928
- "ق.ظ.",
2929
- "ب.ظ."
2930
- ],
2931
- "narrow": [
2932
- "ق",
2933
- "ب"
2934
- ],
2935
- "wide": [
2936
- "قبل‌ازظهر",
2937
- "بعدازظهر"
2938
- ]
2939
- }
2940
- },
2941
- "era-wide": {
2942
- "0": "هجری شمسی"
2943
- },
2944
- "era-abbreviated": {
2945
- "0": "ه‍.ش."
2946
- },
2947
- "era-narrow": {
2948
- "0": "ه‍.ش."
2949
- }
2950
- },
2951
- "ca-buddhist": {
2952
- "dateFormats": {
2953
- "full": "EEEE d MMMM y G",
2954
- "long": "d MMMM y G",
2955
- "medium": "d MMM y G",
2956
- "short": "y/M/d G"
2957
- },
2958
- "timeFormats": {
2959
- "full": "H:mm:ss (zzzz)",
2960
- "long": "H:mm:ss (z)",
2961
- "medium": "H:mm:ss",
2962
- "short": "H:mm"
2963
- },
2964
- "dateTimeFormats": {
2965
- "full": "{1}، ساعت {0}",
2966
- "long": "{1}، ساعت {0}",
2967
- "medium": "{1}،‏ {0}",
2968
- "short": "{1}،‏ {0}",
2969
- "availableFormats": {
2970
- "Bh": "h B",
2971
- "Bhm": "h:mm B",
2972
- "Bhms": "h:mm:ss B",
2973
- "d": "d",
2974
- "E": "ccc",
2975
- "EBhm": "E h:mm B",
2976
- "EBhms": "E h:mm:ss B",
2977
- "Ed": "E d",
2978
- "Ehm": "E h:mm a",
2979
- "EHm": "E HH:mm",
2980
- "Ehms": "E h:mm:ss a",
2981
- "EHms": "E HH:mm:ss",
2982
- "Gy": "y G",
2983
- "GyMMM": "MMM y G",
2984
- "GyMMMd": "d MMM y G",
2985
- "GyMMMEd": "E d MMM y G",
2986
- "h": "h a",
2987
- "H": "H",
2988
- "HHmmZ": "HH:mm (Z)",
2989
- "hm": "h:mm a",
2990
- "Hm": "H:mm",
2991
- "hms": "h:mm:ss a",
2992
- "Hms": "H:mm:ss",
2993
- "M": "L",
2994
- "Md": "M/d",
2995
- "MEd": "E M/d",
2996
- "MMM": "LLL",
2997
- "MMMd": "d LLL",
2998
- "MMMEd": "E d LLL",
2999
- "MMMMd": "d LLLL",
3000
- "MMMMEd": "E d LLLL",
3001
- "ms": "mm:ss",
3002
- "y": "y G",
3003
- "yyyy": "y G",
3004
- "yyyyM": "y/M G",
3005
- "yyyyMd": "y/M/d G",
3006
- "yyyyMEd": "E y/M/d G",
3007
- "yyyyMMM": "MMM y G",
3008
- "yyyyMMMd": "d MMM y G",
3009
- "yyyyMMMEd": "E d MMM y G",
3010
- "yyyyMMMM": "y MMMM G",
3011
- "yyyyQQQ": "QQQQ y G",
3012
- "yyyyQQQQ": "QQQQ y G"
3013
- },
3014
- "appendItems": {
3015
- "Day": "{0} ({2}: {1})",
3016
- "Day-Of-Week": "{1} {0}",
3017
- "Era": "{1} {0}",
3018
- "Hour": "{0} ({2}: {1})",
3019
- "Minute": "{0} ({2}: {1})",
3020
- "Month": "{0} ({2}: {1})",
3021
- "Quarter": "{0} ({2}: {1})",
3022
- "Second": "{0} ({2}: {1})",
3023
- "Timezone": "{0} ({1})",
3024
- "Week": "{0} ({2}: {1})",
3025
- "Year": "{1} {0}"
3026
- },
3027
- "intervalFormats": {
3028
- "intervalFormatFallback": "{0} تا {1}",
3029
- "Bh": {
3030
- "B": "h B تا h B",
3031
- "h": "h تا h B"
3032
- },
3033
- "Bhm": {
3034
- "B": "h:mm B تا h:mm B",
3035
- "h": "h:mm تا h:mm B",
3036
- "m": "h:mm تا h:mm B"
3037
- },
3038
- "d": {
3039
- "d": "d تا d"
3040
- },
3041
- "Gy": {
3042
- "G": "G y – G y",
3043
- "y": "G y–y"
3044
- },
3045
- "GyM": {
3046
- "G": "GGGGG y-MM – GGGGG y-MM",
3047
- "M": "GGGGG y-MM – y-MM",
3048
- "y": "GGGGG y-MM – y-MM"
3049
- },
3050
- "GyMd": {
3051
- "d": "GGGGG y-MM-dd – y-MM-dd",
3052
- "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
3053
- "M": "GGGGG y-MM-dd – y-MM-dd",
3054
- "y": "GGGGG y-MM-dd – y-MM-dd"
3055
- },
3056
- "GyMEd": {
3057
- "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
3058
- "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
3059
- "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
3060
- "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
3061
- },
3062
- "GyMMM": {
3063
- "G": "G y MMM – G y MMM",
3064
- "M": "G y MMM–MMM",
3065
- "y": "G y MMM – y MMM"
3066
- },
3067
- "GyMMMd": {
3068
- "d": "G y MMM d–d",
3069
- "G": "G y MMM d – G y MMM d",
3070
- "M": "G y MMM d – MMM d",
3071
- "y": "G y MMM d – y MMM d"
3072
- },
3073
- "GyMMMEd": {
3074
- "d": "G y MMM d, E – MMM d, E",
3075
- "G": "G y MMM d, E – G y MMM d, E",
3076
- "M": "G y MMM d, E – MMM d, E",
3077
- "y": "G y MMM d, E – y MMM d, E"
3078
- },
3079
- "h": {
3080
- "a": "h a تا h a",
3081
- "h": "h تا h a"
3082
- },
3083
- "H": {
3084
- "H": "H تا H"
3085
- },
3086
- "hm": {
3087
- "a": "h:mm a تا h:mm a",
3088
- "h": "h:mm تا h:mm a",
3089
- "m": "h:mm تا h:mm a"
3090
- },
3091
- "Hm": {
3092
- "H": "H:mm تا H:mm",
3093
- "m": "H:mm تا H:mm"
3094
- },
3095
- "hmv": {
3096
- "a": "h:mm a تا h:mm a (v)",
3097
- "h": "h:mm تا h:mm a (v)",
3098
- "m": "h:mm تا h:mm a (v)"
3099
- },
3100
- "Hmv": {
3101
- "H": "H:mm تا H:mm (v)",
3102
- "m": "H:mm تا H:mm (v)"
3103
- },
3104
- "hv": {
3105
- "a": "h a تا h a (v)",
3106
- "h": "h تا h a (v)"
3107
- },
3108
- "Hv": {
3109
- "H": "H تا H (v)"
3110
- },
3111
- "M": {
3112
- "M": "M تا M"
3113
- },
3114
- "Md": {
3115
- "d": "M/d تا M/d",
3116
- "M": "M/d تا M/d"
3117
- },
3118
- "MEd": {
3119
- "d": "E M/d تا E M/d",
3120
- "M": "E M/d تا E M/d"
3121
- },
3122
- "MMM": {
3123
- "M": "MMM تا MMM"
3124
- },
3125
- "MMMd": {
3126
- "d": "d تا d LLL",
3127
- "M": "d LLL تا d LLL"
3128
- },
3129
- "MMMEd": {
3130
- "d": "E d LLL تا E d LLL",
3131
- "M": "E d LLL تا E d LLL"
3132
- },
3133
- "y": {
3134
- "y": "y تا y G"
3135
- },
3136
- "yM": {
3137
- "M": "y/M تا y/M G",
3138
- "y": "y/M تا y/M G"
3139
- },
3140
- "yMd": {
3141
- "d": "y/M/d تا y/M/d G",
3142
- "M": "y/M/d تا y/M/d G",
3143
- "y": "y/M/d تا y/M/d G"
3144
- },
3145
- "yMEd": {
3146
- "d": "E y/M/d تا E y/M/d G",
3147
- "M": "E y/M/d تا E y/M/d G",
3148
- "y": "E y/M/d تا E y/M/d G"
3149
- },
3150
- "yMMM": {
3151
- "M": "LLL تا MMM y G",
3152
- "y": "MMM y تا MMM y G"
3153
- },
3154
- "yMMMd": {
3155
- "d": "d تا d MMM y G",
3156
- "M": "d LLL تا d MMM y G",
3157
- "y": "d MMM y تا d MMM y G"
3158
- },
3159
- "yMMMEd": {
3160
- "d": "E d LLL تا E d MMM y G",
3161
- "M": "E d LLL تا E d MMM y G",
3162
- "y": "E d MMM y تا E d MMM y G"
3163
- },
3164
- "yMMMM": {
3165
- "M": "LLLL تا MMMM y G",
3166
- "y": "MMMM y تا MMMM y G"
3167
- }
3168
- }
3169
- },
3170
- "months": {
3171
- "format": {
3172
- "abbreviated": [
3173
- "ژانویهٔ",
3174
- "فوریهٔ",
3175
- "مارس",
3176
- "آوریل",
3177
- "مهٔ",
3178
- "ژوئن",
3179
- "ژوئیهٔ",
3180
- "اوت",
3181
- "سپتامبر",
3182
- "اکتبر",
3183
- "نوامبر",
3184
- "دسامبر"
3185
- ],
3186
- "narrow": [
3187
- "ژ",
3188
- "ف",
3189
- "م",
3190
- "آ",
3191
- "م",
3192
- "ژ",
3193
- "ژ",
3194
- "ا",
3195
- "س",
3196
- "ا",
3197
- "ن",
3198
- "د"
3199
- ],
3200
- "wide": [
3201
- "ژانویهٔ",
3202
- "فوریهٔ",
3203
- "مارس",
3204
- "آوریل",
3205
- "مهٔ",
3206
- "ژوئن",
3207
- "ژوئیهٔ",
3208
- "اوت",
3209
- "سپتامبر",
3210
- "اکتبر",
3211
- "نوامبر",
3212
- "دسامبر"
3213
- ]
3214
- },
3215
- "stand-alone": {
3216
- "abbreviated": [
3217
- "ژانویه",
3218
- "فوریه",
3219
- "مارس",
3220
- "آوریل",
3221
- "مه",
3222
- "ژوئن",
3223
- "ژوئیه",
3224
- "اوت",
3225
- "سپتامبر",
3226
- "اکتبر",
3227
- "نوامبر",
3228
- "دسامبر"
3229
- ],
3230
- "narrow": [
3231
- "ژ",
3232
- "ف",
3233
- "م",
3234
- "آ",
3235
- "م",
3236
- "ژ",
3237
- "ژ",
3238
- "ا",
3239
- "س",
3240
- "ا",
3241
- "ن",
3242
- "د"
3243
- ],
3244
- "wide": [
3245
- "ژانویه",
3246
- "فوریه",
3247
- "مارس",
3248
- "آوریل",
3249
- "مه",
3250
- "ژوئن",
3251
- "ژوئیه",
3252
- "اوت",
3253
- "سپتامبر",
3254
- "اکتبر",
3255
- "نوامبر",
3256
- "دسامبر"
3257
- ]
3258
- }
3259
- },
3260
- "days": {
3261
- "format": {
3262
- "abbreviated": [
3263
- "یکشنبه",
3264
- "دوشنبه",
3265
- "سه‌شنبه",
3266
- "چهارشنبه",
3267
- "پنجشنبه",
3268
- "جمعه",
3269
- "شنبه"
3270
- ],
3271
- "narrow": [
3272
- "ی",
3273
- "د",
3274
- "س",
3275
- "چ",
3276
- "پ",
3277
- "ج",
3278
- "ش"
3279
- ],
3280
- "short": [
3281
- "۱ش",
3282
- "۲ش",
3283
- "۳ش",
3284
- "۴ش",
3285
- "۵ش",
3286
- "ج",
3287
- "ش"
3288
- ],
3289
- "wide": [
3290
- "یکشنبه",
3291
- "دوشنبه",
3292
- "سه‌شنبه",
3293
- "چهارشنبه",
3294
- "پنجشنبه",
3295
- "جمعه",
3296
- "شنبه"
3297
- ]
3298
- },
3299
- "stand-alone": {
3300
- "abbreviated": [
3301
- "یکشنبه",
3302
- "دوشنبه",
3303
- "سه‌شنبه",
3304
- "چهارشنبه",
3305
- "پنجشنبه",
3306
- "جمعه",
3307
- "شنبه"
3308
- ],
3309
- "narrow": [
3310
- "ی",
3311
- "د",
3312
- "س",
3313
- "چ",
3314
- "پ",
3315
- "ج",
3316
- "ش"
3317
- ],
3318
- "short": [
3319
- "۱ش",
3320
- "۲ش",
3321
- "۳ش",
3322
- "۴ش",
3323
- "۵ش",
3324
- "ج",
3325
- "ش"
3326
- ],
3327
- "wide": [
3328
- "یکشنبه",
3329
- "دوشنبه",
3330
- "سه‌شنبه",
3331
- "چهارشنبه",
3332
- "پنجشنبه",
3333
- "جمعه",
3334
- "شنبه"
3335
- ]
3336
- }
3337
- },
3338
- "quarters": {
3339
- "format": {
3340
- "abbreviated": [
3341
- "س‌م۱",
3342
- "س‌م۲",
3343
- "س‌م۳",
3344
- "س‌م۴"
3345
- ],
3346
- "narrow": [
3347
- "۱",
3348
- "۲",
3349
- "۳",
3350
- "۴"
3351
- ],
3352
- "wide": [
3353
- "سه‌ماههٔ اول",
3354
- "سه‌ماههٔ دوم",
3355
- "سه‌ماههٔ سوم",
3356
- "سه‌ماههٔ چهارم"
3357
- ]
3358
- },
3359
- "stand-alone": {
3360
- "abbreviated": [
3361
- "س‌م۱",
3362
- "س‌م۲",
3363
- "س‌م۳",
3364
- "س‌م۴"
3365
- ],
3366
- "narrow": [
3367
- "۱",
3368
- "۲",
3369
- "۳",
3370
- "۴"
3371
- ],
3372
- "wide": [
3373
- "سه‌ماههٔ اول",
3374
- "سه‌ماههٔ دوم",
3375
- "سه‌ماههٔ سوم",
3376
- "سه‌ماههٔ چهارم"
3377
- ]
3378
- }
3379
- },
3380
- "dayPeriods": {
3381
- "format": {
3382
- "abbreviated": [
3383
- "ق.ظ.",
3384
- "ب.ظ."
3385
- ],
3386
- "narrow": [
3387
- "ق",
3388
- "ب"
3389
- ],
3390
- "wide": [
3391
- "قبل‌ازظهر",
3392
- "بعدازظهر"
3393
- ]
3394
- },
3395
- "stand-alone": {
3396
- "abbreviated": [
3397
- "ق.ظ.",
3398
- "ب.ظ."
3399
- ],
3400
- "narrow": [
3401
- "ق",
3402
- "ب"
3403
- ],
3404
- "wide": [
3405
- "قبل‌ازظهر",
3406
- "بعدازظهر"
3407
- ]
3408
- }
3409
- },
3410
- "era-wide": {
3411
- "0": "تقویم بودایی"
3412
- },
3413
- "era-abbreviated": {
3414
- "0": "تقویم بودایی"
3415
- },
3416
- "era-narrow": {
3417
- "0": "تقویم بودایی"
3418
- }
3419
- },
3420
- "dateFields": {
3421
- "era": {
3422
- "displayName": "دوره"
3423
- },
3424
- "year-wide": {
3425
- "displayName": "سال",
3426
- "relative-type--1": "سال گذشته",
3427
- "relative-type-0": "امسال",
3428
- "relative-type-1": "سال آینده",
3429
- "relativeTime-type-future": {
3430
- "relativeTimePattern-count-one": "{0} سال بعد",
3431
- "relativeTimePattern-count-other": "{0} سال بعد"
3432
- },
3433
- "relativeTime-type-past": {
3434
- "relativeTimePattern-count-one": "{0} سال پیش",
3435
- "relativeTimePattern-count-other": "{0} سال پیش"
3436
- }
3437
- },
3438
- "year-short": {
3439
- "displayName": "سال",
3440
- "relative-type--1": "سال گذشته",
3441
- "relative-type-0": "امسال",
3442
- "relative-type-1": "سال آینده",
3443
- "relativeTime-type-future": {
3444
- "relativeTimePattern-count-one": "{0} سال بعد",
3445
- "relativeTimePattern-count-other": "{0} سال بعد"
3446
- },
3447
- "relativeTime-type-past": {
3448
- "relativeTimePattern-count-one": "{0} سال پیش",
3449
- "relativeTimePattern-count-other": "{0} سال پیش"
3450
- }
3451
- },
3452
- "year-narrow": {
3453
- "displayName": "سال",
3454
- "relative-type--1": "سال گذشته",
3455
- "relative-type-0": "امسال",
3456
- "relative-type-1": "سال آینده",
3457
- "relativeTime-type-future": {
3458
- "relativeTimePattern-count-one": "{0} سال بعد",
3459
- "relativeTimePattern-count-other": "{0} سال بعد"
3460
- },
3461
- "relativeTime-type-past": {
3462
- "relativeTimePattern-count-one": "{0} سال پیش",
3463
- "relativeTimePattern-count-other": "{0} سال پیش"
3464
- }
3465
- },
3466
- "quarter-wide": {
3467
- "displayName": "سه‌ماهه",
3468
- "relative-type--1": "سه‌ماههٔ گذشته",
3469
- "relative-type-0": "سه‌ماههٔ کنونی",
3470
- "relative-type-1": "سه‌ماههٔ آینده",
3471
- "relativeTime-type-future": {
3472
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ بعد",
3473
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ بعد"
3474
- },
3475
- "relativeTime-type-past": {
3476
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ پیش",
3477
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ پیش"
3478
- }
3479
- },
3480
- "quarter-short": {
3481
- "displayName": "سه‌ماهه",
3482
- "relative-type--1": "سه‌ماههٔ گذشته",
3483
- "relative-type-0": "سه‌ماههٔ کنونی",
3484
- "relative-type-1": "سه‌ماههٔ آینده",
3485
- "relativeTime-type-future": {
3486
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ بعد",
3487
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ بعد"
3488
- },
3489
- "relativeTime-type-past": {
3490
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ پیش",
3491
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ پیش"
3492
- }
3493
- },
3494
- "quarter-narrow": {
3495
- "displayName": "سه‌ماهه",
3496
- "relative-type--1": "سه‌ماههٔ گذشته",
3497
- "relative-type-0": "سه‌ماههٔ کنونی",
3498
- "relative-type-1": "سه‌ماههٔ آینده",
3499
- "relativeTime-type-future": {
3500
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ بعد",
3501
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ بعد"
3502
- },
3503
- "relativeTime-type-past": {
3504
- "relativeTimePattern-count-one": "{0} سه‌ماههٔ پیش",
3505
- "relativeTimePattern-count-other": "{0} سه‌ماههٔ پیش"
3506
- }
3507
- },
3508
- "month-wide": {
3509
- "displayName": "ماه",
3510
- "relative-type--1": "ماه گذشته",
3511
- "relative-type-0": "این ماه",
3512
- "relative-type-1": "ماه آینده",
3513
- "relativeTime-type-future": {
3514
- "relativeTimePattern-count-one": "{0} ماه بعد",
3515
- "relativeTimePattern-count-other": "{0} ماه بعد"
3516
- },
3517
- "relativeTime-type-past": {
3518
- "relativeTimePattern-count-one": "{0} ماه پیش",
3519
- "relativeTimePattern-count-other": "{0} ماه پیش"
3520
- }
3521
- },
3522
- "month-short": {
3523
- "displayName": "ماه",
3524
- "relative-type--1": "ماه پیش",
3525
- "relative-type-0": "این ماه",
3526
- "relative-type-1": "ماه آینده",
3527
- "relativeTime-type-future": {
3528
- "relativeTimePattern-count-one": "{0} ماه بعد",
3529
- "relativeTimePattern-count-other": "{0} ماه بعد"
3530
- },
3531
- "relativeTime-type-past": {
3532
- "relativeTimePattern-count-one": "{0} ماه پیش",
3533
- "relativeTimePattern-count-other": "{0} ماه پیش"
3534
- }
3535
- },
3536
- "month-narrow": {
3537
- "displayName": "ماه",
3538
- "relative-type--1": "ماه پیش",
3539
- "relative-type-0": "این ماه",
3540
- "relative-type-1": "ماه آینده",
3541
- "relativeTime-type-future": {
3542
- "relativeTimePattern-count-one": "{0} ماه بعد",
3543
- "relativeTimePattern-count-other": "{0} ماه بعد"
3544
- },
3545
- "relativeTime-type-past": {
3546
- "relativeTimePattern-count-one": "{0} ماه پیش",
3547
- "relativeTimePattern-count-other": "{0} ماه پیش"
3548
- }
3549
- },
3550
- "week-wide": {
3551
- "displayName": "هفته",
3552
- "relative-type--1": "هفتهٔ گذشته",
3553
- "relative-type-0": "این هفته",
3554
- "relative-type-1": "هفتهٔ آینده",
3555
- "relativeTime-type-future": {
3556
- "relativeTimePattern-count-one": "{0} هفته بعد",
3557
- "relativeTimePattern-count-other": "{0} هفته بعد"
3558
- },
3559
- "relativeTime-type-past": {
3560
- "relativeTimePattern-count-one": "{0} هفته پیش",
3561
- "relativeTimePattern-count-other": "{0} هفته پیش"
3562
- },
3563
- "relativePeriod": "هفتهٔ {0}"
3564
- },
3565
- "week-short": {
3566
- "displayName": "هفته",
3567
- "relative-type--1": "هفتهٔ گذشته",
3568
- "relative-type-0": "این هفته",
3569
- "relative-type-1": "هفتهٔ آینده",
3570
- "relativeTime-type-future": {
3571
- "relativeTimePattern-count-one": "{0} هفته بعد",
3572
- "relativeTimePattern-count-other": "{0} هفته بعد"
3573
- },
3574
- "relativeTime-type-past": {
3575
- "relativeTimePattern-count-one": "{0} هفته پیش",
3576
- "relativeTimePattern-count-other": "{0} هفته پیش"
3577
- },
3578
- "relativePeriod": "هفتهٔ {0}"
3579
- },
3580
- "week-narrow": {
3581
- "displayName": "هفته",
3582
- "relative-type--1": "هفتهٔ گذشته",
3583
- "relative-type-0": "این هفته",
3584
- "relative-type-1": "هفتهٔ آینده",
3585
- "relativeTime-type-future": {
3586
- "relativeTimePattern-count-one": "{0} هفته بعد",
3587
- "relativeTimePattern-count-other": "{0} هفته بعد"
3588
- },
3589
- "relativeTime-type-past": {
3590
- "relativeTimePattern-count-one": "{0} هفته پیش",
3591
- "relativeTimePattern-count-other": "{0} هفته پیش"
3592
- },
3593
- "relativePeriod": "هفتهٔ {0}"
3594
- },
3595
- "day-wide": {
3596
- "displayName": "روز",
3597
- "relative-type--2": "پریروز",
3598
- "relative-type--1": "دیروز",
3599
- "relative-type-0": "امروز",
3600
- "relative-type-1": "فردا",
3601
- "relative-type-2": "پس‌فردا",
3602
- "relativeTime-type-future": {
3603
- "relativeTimePattern-count-one": "{0} روز بعد",
3604
- "relativeTimePattern-count-other": "{0} روز بعد"
3605
- },
3606
- "relativeTime-type-past": {
3607
- "relativeTimePattern-count-one": "{0} روز پیش",
3608
- "relativeTimePattern-count-other": "{0} روز پیش"
3609
- }
3610
- },
3611
- "day-short": {
3612
- "displayName": "روز",
3613
- "relative-type--2": "پریروز",
3614
- "relative-type--1": "دیروز",
3615
- "relative-type-0": "امروز",
3616
- "relative-type-1": "فردا",
3617
- "relative-type-2": "پس‌فردا",
3618
- "relativeTime-type-future": {
3619
- "relativeTimePattern-count-one": "{0} روز بعد",
3620
- "relativeTimePattern-count-other": "{0} روز بعد"
3621
- },
3622
- "relativeTime-type-past": {
3623
- "relativeTimePattern-count-one": "{0} روز پیش",
3624
- "relativeTimePattern-count-other": "{0} روز پیش"
3625
- }
3626
- },
3627
- "day-narrow": {
3628
- "displayName": "روز",
3629
- "relative-type--2": "پریروز",
3630
- "relative-type--1": "دیروز",
3631
- "relative-type-0": "امروز",
3632
- "relative-type-1": "فردا",
3633
- "relative-type-2": "پس‌فردا",
3634
- "relativeTime-type-future": {
3635
- "relativeTimePattern-count-one": "{0} روز بعد",
3636
- "relativeTimePattern-count-other": "{0} روز بعد"
3637
- },
3638
- "relativeTime-type-past": {
3639
- "relativeTimePattern-count-one": "{0} روز پیش",
3640
- "relativeTimePattern-count-other": "{0} روز پیش"
3641
- }
3642
- },
3643
- "weekday": {
3644
- "displayName": "روز هفته"
3645
- },
3646
- "hour-wide": {
3647
- "displayName": "ساعت",
3648
- "relative-type-0": "همین ساعت",
3649
- "relativeTime-type-future": {
3650
- "relativeTimePattern-count-one": "{0} ساعت بعد",
3651
- "relativeTimePattern-count-other": "{0} ساعت بعد"
3652
- },
3653
- "relativeTime-type-past": {
3654
- "relativeTimePattern-count-one": "{0} ساعت پیش",
3655
- "relativeTimePattern-count-other": "{0} ساعت پیش"
3656
- }
3657
- },
3658
- "hour-short": {
3659
- "displayName": "ساعت",
3660
- "relative-type-0": "همین ساعت",
3661
- "relativeTime-type-future": {
3662
- "relativeTimePattern-count-one": "{0} ساعت بعد",
3663
- "relativeTimePattern-count-other": "{0} ساعت بعد"
3664
- },
3665
- "relativeTime-type-past": {
3666
- "relativeTimePattern-count-one": "{0} ساعت پیش",
3667
- "relativeTimePattern-count-other": "{0} ساعت پیش"
3668
- }
3669
- },
3670
- "hour-narrow": {
3671
- "displayName": "ساعت",
3672
- "relative-type-0": "همین ساعت",
3673
- "relativeTime-type-future": {
3674
- "relativeTimePattern-count-one": "{0} ساعت بعد",
3675
- "relativeTimePattern-count-other": "{0} ساعت بعد"
3676
- },
3677
- "relativeTime-type-past": {
3678
- "relativeTimePattern-count-one": "{0} ساعت پیش",
3679
- "relativeTimePattern-count-other": "{0} ساعت پیش"
3680
- }
3681
- },
3682
- "minute-wide": {
3683
- "displayName": "دقیقه",
3684
- "relative-type-0": "همین دقیقه",
3685
- "relativeTime-type-future": {
3686
- "relativeTimePattern-count-one": "{0} دقیقه بعد",
3687
- "relativeTimePattern-count-other": "{0} دقیقه بعد"
3688
- },
3689
- "relativeTime-type-past": {
3690
- "relativeTimePattern-count-one": "{0} دقیقه پیش",
3691
- "relativeTimePattern-count-other": "{0} دقیقه پیش"
3692
- }
3693
- },
3694
- "minute-short": {
3695
- "displayName": "دقیقه",
3696
- "relative-type-0": "همین دقیقه",
3697
- "relativeTime-type-future": {
3698
- "relativeTimePattern-count-one": "{0} دقیقه بعد",
3699
- "relativeTimePattern-count-other": "{0} دقیقه بعد"
3700
- },
3701
- "relativeTime-type-past": {
3702
- "relativeTimePattern-count-one": "{0} دقیقه پیش",
3703
- "relativeTimePattern-count-other": "{0} دقیقه پیش"
3704
- }
3705
- },
3706
- "minute-narrow": {
3707
- "displayName": "دقیقه",
3708
- "relative-type-0": "همین دقیقه",
3709
- "relativeTime-type-future": {
3710
- "relativeTimePattern-count-one": "{0} دقیقه بعد",
3711
- "relativeTimePattern-count-other": "{0} دقیقه بعد"
3712
- },
3713
- "relativeTime-type-past": {
3714
- "relativeTimePattern-count-one": "{0} دقیقه پیش",
3715
- "relativeTimePattern-count-other": "{0} دقیقه پیش"
3716
- }
3717
- },
3718
- "second-wide": {
3719
- "displayName": "ثانیه",
3720
- "relative-type-0": "اکنون",
3721
- "relativeTime-type-future": {
3722
- "relativeTimePattern-count-one": "{0} ثانیه بعد",
3723
- "relativeTimePattern-count-other": "{0} ثانیه بعد"
3724
- },
3725
- "relativeTime-type-past": {
3726
- "relativeTimePattern-count-one": "{0} ثانیه پیش",
3727
- "relativeTimePattern-count-other": "{0} ثانیه پیش"
3728
- }
3729
- },
3730
- "second-short": {
3731
- "displayName": "ثانیه",
3732
- "relative-type-0": "اکنون",
3733
- "relativeTime-type-future": {
3734
- "relativeTimePattern-count-one": "{0} ثانیه بعد",
3735
- "relativeTimePattern-count-other": "{0} ثانیه بعد"
3736
- },
3737
- "relativeTime-type-past": {
3738
- "relativeTimePattern-count-one": "{0} ثانیه پیش",
3739
- "relativeTimePattern-count-other": "{0} ثانیه پیش"
3740
- }
3741
- },
3742
- "second-narrow": {
3743
- "displayName": "ثانیه",
3744
- "relative-type-0": "اکنون",
3745
- "relativeTime-type-future": {
3746
- "relativeTimePattern-count-one": "{0} ثانیه بعد",
3747
- "relativeTimePattern-count-other": "{0} ثانیه بعد"
3748
- },
3749
- "relativeTime-type-past": {
3750
- "relativeTimePattern-count-one": "{0} ثانیه پیش",
3751
- "relativeTimePattern-count-other": "{0} ثانیه پیش"
3752
- }
3753
- },
3754
- "zone": {
3755
- "displayName": "منطقهٔ زمانی"
3756
- }
3757
- },
3758
- "decimalFormat": {
3759
- "standard": "#,##0.###"
3760
- },
3761
- "decimalFormat-long": {
3762
- "1000-one": "0 هزار",
3763
- "1000-other": "0 هزار",
3764
- "10000-one": "00 هزار",
3765
- "10000-other": "00 هزار",
3766
- "100000-one": "000 هزار",
3767
- "100000-other": "000 هزار",
3768
- "1000000-one": "0 میلیون",
3769
- "1000000-other": "0 میلیون",
3770
- "10000000-one": "00 میلیون",
3771
- "10000000-other": "00 میلیون",
3772
- "100000000-one": "000 میلیون",
3773
- "100000000-other": "000 میلیون",
3774
- "1000000000-one": "0 میلیارد",
3775
- "1000000000-other": "0 میلیارد",
3776
- "10000000000-one": "00 میلیارد",
3777
- "10000000000-other": "00 میلیارد",
3778
- "100000000000-one": "000 میلیارد",
3779
- "100000000000-other": "000 میلیارد",
3780
- "1000000000000-one": "0 هزارمیلیارد",
3781
- "1000000000000-other": "0 هزارمیلیارد",
3782
- "10000000000000-one": "00 هزارمیلیارد",
3783
- "10000000000000-other": "00 هزارمیلیارد",
3784
- "100000000000000-one": "000 هزارمیلیارد",
3785
- "100000000000000-other": "000 هزارمیلیارد"
3786
- },
3787
- "decimalFormat-short": {
3788
- "1000-one": "0 هزار",
3789
- "1000-other": "0 هزار",
3790
- "10000-one": "00 هزار",
3791
- "10000-other": "00 هزار",
3792
- "100000-one": "000 هزار",
3793
- "100000-other": "000 هزار",
3794
- "1000000-one": "0 میلیون",
3795
- "1000000-other": "0 میلیون",
3796
- "10000000-one": "00 میلیون",
3797
- "10000000-other": "00 میلیون",
3798
- "100000000-one": "000 م",
3799
- "100000000-other": "000 م",
3800
- "1000000000-one": "0 م",
3801
- "1000000000-other": "0 م",
3802
- "10000000000-one": "00 م",
3803
- "10000000000-other": "00 م",
3804
- "100000000000-one": "000 میلیارد",
3805
- "100000000000-other": "000 میلیارد",
3806
- "1000000000000-one": "0 تریلیون",
3807
- "1000000000000-other": "0 تریلیون",
3808
- "10000000000000-one": "00 ت",
3809
- "10000000000000-other": "00 ت",
3810
- "100000000000000-one": "000 ت",
3811
- "100000000000000-other": "000 ت"
3812
- },
3813
- "scientificFormat": {
3814
- "standard": "#E0"
3815
- },
3816
- "percentFormat": {
3817
- "standard": "#,##0%"
3818
- },
3819
- "currencyFormat": {
3820
- "standard": "‎‪¤‬ #,##0.00",
3821
- "accounting": "‎‪¤‬ #,##0.00;‎(‪¤‬ #,##0.00)",
3822
- "currencySpacing": {
3823
- "beforeCurrency": {
3824
- "currencyMatch": "[:^S:]",
3825
- "surroundingMatch": "[:digit:]",
3826
- "insertBetween": " "
3827
- },
3828
- "afterCurrency": {
3829
- "currencyMatch": "[:^S:]",
3830
- "surroundingMatch": "[:digit:]",
3831
- "insertBetween": " "
3832
- }
3833
- },
3834
- "sap-standard": "‎‪¤‬ #,##0.00",
3835
- "sap-accounting": "‎‪¤‬ #,##0.00;‎(‪¤‬ #,##0.00)"
3836
- },
3837
- "miscPattern": {
3838
- "approximately": "~{0}",
3839
- "atLeast": "‎{0}+‎",
3840
- "atMost": "≤{0}",
3841
- "range": "{0}–{1}"
3842
- },
3843
- "currencyFormat-short": {
3844
- "1000-one": "0 هزار ‪¤‬",
3845
- "1000-other": "0 هزار ‪¤‬",
3846
- "10000-one": "00 هزار ‪¤‬",
3847
- "10000-other": "00 هزار ‪¤‬",
3848
- "100000-one": "000 هزار ‪¤‬",
3849
- "100000-other": "000 هزار ‪¤‬",
3850
- "1000000-one": "0 میلیون ‪¤‬",
3851
- "1000000-other": "0 میلیون ‪¤‬",
3852
- "10000000-one": "00 میلیون ‪¤‬",
3853
- "10000000-other": "00 میلیون ‪¤‬",
3854
- "100000000-one": "000 میلیون ‪¤‬",
3855
- "100000000-other": "000 میلیون ‪¤‬",
3856
- "1000000000-one": "0 میلیارد ‪¤‬",
3857
- "1000000000-other": "0 میلیارد ‪¤‬",
3858
- "10000000000-one": "00 میلیارد ‪¤‬",
3859
- "10000000000-other": "00 میلیارد ‪¤‬",
3860
- "100000000000-one": "000 میلیارد ‪¤‬",
3861
- "100000000000-other": "000 میلیارد ‪¤‬",
3862
- "1000000000000-one": "0 هزارمیلیارد ‪¤‬",
3863
- "1000000000000-other": "0 هزارمیلیارد ‪¤‬",
3864
- "10000000000000-one": "00 هزارمیلیارد ‪¤‬",
3865
- "10000000000000-other": "00 هزارمیلیارد ‪¤‬",
3866
- "100000000000000-one": "000 هزارمیلیارد ‪¤‬",
3867
- "100000000000000-other": "000 هزارمیلیارد ‪¤‬"
3868
- },
3869
- "symbols-latn-decimal": ".",
3870
- "symbols-latn-group": ",",
3871
- "symbols-latn-list": ";",
3872
- "symbols-latn-percentSign": "%",
3873
- "symbols-latn-plusSign": "‎+",
3874
- "symbols-latn-minusSign": "‎−",
3875
- "symbols-latn-exponential": "E",
3876
- "symbols-latn-superscriptingExponent": "×",
3877
- "symbols-latn-perMille": "‰",
3878
- "symbols-latn-infinity": "∞",
3879
- "symbols-latn-nan": "ناعدد",
3880
- "symbols-latn-timeSeparator": ":",
3881
- "currencySymbols": {
3882
- "AFN": "؋",
3883
- "AUD": "A$",
3884
- "BRL": "R$",
3885
- "CAD": "$CA",
3886
- "CNY": "¥CN",
3887
- "EUR": "€",
3888
- "GBP": "£",
3889
- "HKD": "$HK",
3890
- "ILS": "₪",
3891
- "INR": "₹",
3892
- "IRR": "ریال",
3893
- "JPY": "¥",
3894
- "KRW": "₩",
3895
- "MXN": "$MX",
3896
- "NZD": "$NZ",
3897
- "THB": "฿",
3898
- "TWD": "NT$",
3899
- "USD": "$",
3900
- "VND": "₫",
3901
- "XAF": "FCFA",
3902
- "XCD": "$EC",
3903
- "XOF": "CFA",
3904
- "XPF": "CFPF",
3905
- "XXX": "¤"
3906
- },
3907
- "rtl": true,
3908
- "listPattern-standard-wide": {
3909
- "2": "{0} و {1}",
3910
- "start": "{0}،‏ {1}",
3911
- "middle": "{0}،‏ {1}",
3912
- "end": "{0}، و {1}"
3913
- },
3914
- "listPattern-or-wide": {
3915
- "2": "{0} یا {1}",
3916
- "start": "{0}، {1}",
3917
- "middle": "{0}، {1}",
3918
- "end": "{0}، یا {1}"
3919
- },
3920
- "listPattern-or-short": {
3921
- "2": "{0} یا {1}",
3922
- "start": "{0}، {1}",
3923
- "middle": "{0}، {1}",
3924
- "end": "{0}، یا {1}"
3925
- },
3926
- "listPattern-standard-short": {
3927
- "2": "{0} و {1}",
3928
- "start": "{0}،‏ {1}",
3929
- "middle": "{0}،‏ {1}",
3930
- "end": "{0}، و {1}"
3931
- },
3932
- "units": {
3933
- "short": {
3934
- "per": {
3935
- "compoundUnitPattern": "{0}/{1}"
3936
- },
3937
- "acceleration-g-force": {
3938
- "displayName": "نیروی جاذبه",
3939
- "unitPattern-count-one": "{0} جاذبه",
3940
- "unitPattern-count-other": "{0} جاذبه"
3941
- },
3942
- "acceleration-meter-per-second-squared": {
3943
- "displayName": "متر/مجذور ثانیه",
3944
- "unitPattern-count-one": "{0}<LRM> m/s²",
3945
- "unitPattern-count-other": "{0}<LRM> m/s²"
3946
- },
3947
- "angle-revolution": {
3948
- "displayName": "دور",
3949
- "unitPattern-count-one": "{0} دور",
3950
- "unitPattern-count-other": "{0} دور"
3951
- },
3952
- "angle-radian": {
3953
- "displayName": "رادیان",
3954
- "unitPattern-count-one": "{0} رادیان",
3955
- "unitPattern-count-other": "{0} رادیان"
3956
- },
3957
- "angle-degree": {
3958
- "displayName": "درجه",
3959
- "unitPattern-count-one": "{0} درجه",
3960
- "unitPattern-count-other": "{0} درجه"
3961
- },
3962
- "angle-arc-minute": {
3963
- "displayName": "دقیقهٔ قوسی",
3964
- "unitPattern-count-one": "{0} د.قوسی",
3965
- "unitPattern-count-other": "{0} د.قوسی"
3966
- },
3967
- "angle-arc-second": {
3968
- "displayName": "ثانیهٔ قوسی",
3969
- "unitPattern-count-one": "{0} ث.قوسی",
3970
- "unitPattern-count-other": "{0} ث.قوسی"
3971
- },
3972
- "area-square-kilometer": {
3973
- "displayName": "کیلومتر مربع",
3974
- "unitPattern-count-one": "{0}‎ km²",
3975
- "unitPattern-count-other": "{0}‎ km²",
3976
- "perUnitPattern": "{0}/km²"
3977
- },
3978
- "area-hectare": {
3979
- "displayName": "هکتار",
3980
- "unitPattern-count-one": "{0} هکتار",
3981
- "unitPattern-count-other": "{0} هکتار"
3982
- },
3983
- "area-square-meter": {
3984
- "displayName": "متر مربع",
3985
- "unitPattern-count-one": "{0} مترمربع",
3986
- "unitPattern-count-other": "{0} مترمربع",
3987
- "perUnitPattern": "{0} در متر مربع"
3988
- },
3989
- "area-square-centimeter": {
3990
- "displayName": "سانتی‌متر مربع",
3991
- "unitPattern-count-one": "{0}‎ cm²",
3992
- "unitPattern-count-other": "{0}‎ cm²",
3993
- "perUnitPattern": "{0} در سانتی‌متر مربع"
3994
- },
3995
- "area-square-mile": {
3996
- "displayName": "مایل مربع",
3997
- "unitPattern-count-one": "{0} مایل مربع",
3998
- "unitPattern-count-other": "{0} مایل مربع",
3999
- "perUnitPattern": "{0}/mi²"
4000
- },
4001
- "area-acre": {
4002
- "displayName": "جریب",
4003
- "unitPattern-count-one": "{0} جریب",
4004
- "unitPattern-count-other": "{0} جریب"
4005
- },
4006
- "area-square-yard": {
4007
- "displayName": "یارد مربع",
4008
- "unitPattern-count-one": "{0} یارد مربع",
4009
- "unitPattern-count-other": "{0} یارد مربع"
4010
- },
4011
- "area-square-foot": {
4012
- "displayName": "فوت مربع",
4013
- "unitPattern-count-one": "{0} فوت مربع",
4014
- "unitPattern-count-other": "{0} فوت مربع"
4015
- },
4016
- "area-square-inch": {
4017
- "displayName": "اینچ مربع",
4018
- "unitPattern-count-one": "{0} اینچ مربع",
4019
- "unitPattern-count-other": "{0} اینچ مربع",
4020
- "perUnitPattern": "{0} در اینچ مربع"
4021
- },
4022
- "area-dunam": {
4023
- "displayName": "دونوم",
4024
- "unitPattern-count-one": "{0} دونوم",
4025
- "unitPattern-count-other": "{0} دونوم"
4026
- },
4027
- "concentr-karat": {
4028
- "displayName": "عیار",
4029
- "unitPattern-count-one": "{0} عیار",
4030
- "unitPattern-count-other": "{0} عیار"
4031
- },
4032
- "concentr-milligram-per-deciliter": {
4033
- "displayName": "میلی‌گرم در دسی‌لیتر",
4034
- "unitPattern-count-other": "{0} mg/dL"
4035
- },
4036
- "concentr-millimole-per-liter": {
4037
- "displayName": "میلی‌مول/لیتر",
4038
- "unitPattern-count-other": "{0} mmol/L"
4039
- },
4040
- "concentr-part-per-million": {
4041
- "displayName": "بخش/میلیون",
4042
- "unitPattern-count-other": "{0} ppm"
4043
- },
4044
- "concentr-percent": {
4045
- "displayName": "درصد",
4046
- "unitPattern-count-one": "{0}٪",
4047
- "unitPattern-count-other": "{0}٪"
4048
- },
4049
- "concentr-permille": {
4050
- "displayName": "هزارم",
4051
- "unitPattern-count-other": "{0}‰"
4052
- },
4053
- "concentr-permyriad": {
4054
- "displayName": "ده‌هزارم",
4055
- "unitPattern-count-one": "{0}‱",
4056
- "unitPattern-count-other": "{0}‱"
4057
- },
4058
- "concentr-mole": {
4059
- "displayName": "مول",
4060
- "unitPattern-count-one": "{0} مول",
4061
- "unitPattern-count-other": "{0} مول"
4062
- },
4063
- "consumption-liter-per-kilometer": {
4064
- "displayName": "لیتر/کیلومتر",
4065
- "unitPattern-count-one": "{0} ل./ک.م.",
4066
- "unitPattern-count-other": "{0} ل./ک.م."
4067
- },
4068
- "consumption-liter-per-100kilometers": {
4069
- "displayName": "لیتر/۱۰۰ کیلومتر",
4070
- "unitPattern-count-one": "{0} ل./۱۰۰ ک.م.",
4071
- "unitPattern-count-other": "{0} ل./۱۰۰ ک.م."
4072
- },
4073
- "consumption-mile-per-gallon": {
4074
- "displayName": "مایل/گالن",
4075
- "unitPattern-count-one": "{0} مایل در گالن",
4076
- "unitPattern-count-other": "{0} مایل در گالن"
4077
- },
4078
- "consumption-mile-per-gallon-imperial": {
4079
- "displayName": "مایل/امپریال گالن",
4080
- "unitPattern-count-other": "{0} mpg Imp."
4081
- },
4082
- "digital-petabyte": {
4083
- "displayName": "پتابایت",
4084
- "unitPattern-count-one": "{0} پتابایت",
4085
- "unitPattern-count-other": "{0} پتابایت"
4086
- },
4087
- "digital-terabyte": {
4088
- "displayName": "ترابایت",
4089
- "unitPattern-count-one": "{0} ترابایت",
4090
- "unitPattern-count-other": "{0} ترابایت"
4091
- },
4092
- "digital-terabit": {
4093
- "displayName": "ترابیت",
4094
- "unitPattern-count-one": "{0} ترابیت",
4095
- "unitPattern-count-other": "{0} ترابیت"
4096
- },
4097
- "digital-gigabyte": {
4098
- "displayName": "گیگابایت",
4099
- "unitPattern-count-one": "{0} گیگابایت",
4100
- "unitPattern-count-other": "{0} گیگابایت"
4101
- },
4102
- "digital-gigabit": {
4103
- "displayName": "گیگابیت",
4104
- "unitPattern-count-one": "{0} گیگابیت",
4105
- "unitPattern-count-other": "{0} گیگابیت"
4106
- },
4107
- "digital-megabyte": {
4108
- "displayName": "مگابایت",
4109
- "unitPattern-count-one": "{0} مگابایت",
4110
- "unitPattern-count-other": "{0} مگابایت"
4111
- },
4112
- "digital-megabit": {
4113
- "displayName": "مگابیت",
4114
- "unitPattern-count-one": "{0} مگابیت",
4115
- "unitPattern-count-other": "{0} مگابیت"
4116
- },
4117
- "digital-kilobyte": {
4118
- "displayName": "کیلوبایت",
4119
- "unitPattern-count-one": "{0} کیلوبایت",
4120
- "unitPattern-count-other": "{0} کیلوبایت"
4121
- },
4122
- "digital-kilobit": {
4123
- "displayName": "کیلوبیت",
4124
- "unitPattern-count-one": "{0} کیلوبیت",
4125
- "unitPattern-count-other": "{0} کیلوبیت"
4126
- },
4127
- "digital-byte": {
4128
- "displayName": "بایت",
4129
- "unitPattern-count-one": "{0} بایت",
4130
- "unitPattern-count-other": "{0} بایت"
4131
- },
4132
- "digital-bit": {
4133
- "displayName": "بیت",
4134
- "unitPattern-count-one": "{0} بیت",
4135
- "unitPattern-count-other": "{0} بیت"
4136
- },
4137
- "duration-century": {
4138
- "displayName": "سده",
4139
- "unitPattern-count-one": "{0} سده",
4140
- "unitPattern-count-other": "{0} سده"
4141
- },
4142
- "duration-year": {
4143
- "displayName": "سال",
4144
- "unitPattern-count-one": "{0} سال",
4145
- "unitPattern-count-other": "{0} سال",
4146
- "perUnitPattern": "{0}/سال"
4147
- },
4148
- "duration-month": {
4149
- "displayName": "ماه",
4150
- "unitPattern-count-one": "{0} ماه",
4151
- "unitPattern-count-other": "{0} ماه",
4152
- "perUnitPattern": "{0}/ماه"
4153
- },
4154
- "duration-week": {
4155
- "displayName": "هفته",
4156
- "unitPattern-count-one": "{0} هفته",
4157
- "unitPattern-count-other": "{0} هفته",
4158
- "perUnitPattern": "{0}/هفته"
4159
- },
4160
- "duration-day": {
4161
- "displayName": "روز",
4162
- "unitPattern-count-one": "{0} روز",
4163
- "unitPattern-count-other": "{0} روز",
4164
- "perUnitPattern": "{0}/روز"
4165
- },
4166
- "duration-hour": {
4167
- "displayName": "ساعت",
4168
- "unitPattern-count-one": "{0} ساعت",
4169
- "unitPattern-count-other": "{0} ساعت",
4170
- "perUnitPattern": "{0} در ساعت"
4171
- },
4172
- "duration-minute": {
4173
- "displayName": "دقیقه",
4174
- "unitPattern-count-one": "{0} دقیقه",
4175
- "unitPattern-count-other": "{0} دقیقه",
4176
- "perUnitPattern": "{0}/دقیقه"
4177
- },
4178
- "duration-second": {
4179
- "displayName": "ثانیه",
4180
- "unitPattern-count-one": "{0} ثانیه",
4181
- "unitPattern-count-other": "{0} ثانیه",
4182
- "perUnitPattern": "{0} در ثانیه"
4183
- },
4184
- "duration-millisecond": {
4185
- "displayName": "میلی‌ثانیه",
4186
- "unitPattern-count-one": "{0} میلی‌ثانیه",
4187
- "unitPattern-count-other": "{0} میلی‌ثانیه"
4188
- },
4189
- "duration-microsecond": {
4190
- "displayName": "میکروثانیه",
4191
- "unitPattern-count-one": "{0} میکروثانیه",
4192
- "unitPattern-count-other": "{0} میکروثانیه"
4193
- },
4194
- "duration-nanosecond": {
4195
- "displayName": "نانوثانیه",
4196
- "unitPattern-count-one": "{0} نانوثانیه",
4197
- "unitPattern-count-other": "{0} نانوثانیه"
4198
- },
4199
- "electric-ampere": {
4200
- "displayName": "آمپر",
4201
- "unitPattern-count-one": "{0} آمپر",
4202
- "unitPattern-count-other": "{0} آمپر"
4203
- },
4204
- "electric-milliampere": {
4205
- "displayName": "میلی‌آمپر",
4206
- "unitPattern-count-one": "{0} میلی‌آمپر",
4207
- "unitPattern-count-other": "{0} میلی‌آمپر"
4208
- },
4209
- "electric-ohm": {
4210
- "displayName": "اهم",
4211
- "unitPattern-count-one": "{0} اهم",
4212
- "unitPattern-count-other": "{0} اهم"
4213
- },
4214
- "electric-volt": {
4215
- "displayName": "ولت",
4216
- "unitPattern-count-one": "{0} ولت",
4217
- "unitPattern-count-other": "{0} ولت"
4218
- },
4219
- "energy-kilocalorie": {
4220
- "displayName": "ک.کالری",
4221
- "unitPattern-count-one": "{0} ک.کالری",
4222
- "unitPattern-count-other": "{0} ک.کالری"
4223
- },
4224
- "energy-calorie": {
4225
- "displayName": "کالری",
4226
- "unitPattern-count-one": "{0} کالری",
4227
- "unitPattern-count-other": "{0} کالری"
4228
- },
4229
- "energy-foodcalorie": {
4230
- "displayName": "کالری",
4231
- "unitPattern-count-one": "{0} کالری",
4232
- "unitPattern-count-other": "{0} کالری"
4233
- },
4234
- "energy-kilojoule": {
4235
- "displayName": "ک.ژول",
4236
- "unitPattern-count-one": "{0} ک.ژول",
4237
- "unitPattern-count-other": "{0} ک.ژول"
4238
- },
4239
- "energy-joule": {
4240
- "displayName": "ژول",
4241
- "unitPattern-count-one": "{0} ژول",
4242
- "unitPattern-count-other": "{0} ژول"
4243
- },
4244
- "energy-kilowatt-hour": {
4245
- "displayName": "ک.وات‌ساعت",
4246
- "unitPattern-count-one": "{0} ک.وات‌ساعت",
4247
- "unitPattern-count-other": "{0} ک.وات‌ساعت"
4248
- },
4249
- "energy-electronvolt": {
4250
- "displayName": "الکترون‌ولت",
4251
- "unitPattern-count-one": "{0} eV",
4252
- "unitPattern-count-other": "{0} eV"
4253
- },
4254
- "energy-british-thermal-unit": {
4255
- "displayName": "بی‌تی‌یو",
4256
- "unitPattern-count-one": "{0} بی‌تی‌یو",
4257
- "unitPattern-count-other": "{0} بی‌تی‌یو"
4258
- },
4259
- "force-pound-force": {
4260
- "displayName": "پوند-نیرو",
4261
- "unitPattern-count-one": "{0} پوند-نیرو",
4262
- "unitPattern-count-other": "{0} پوند-نیرو"
4263
- },
4264
- "force-newton": {
4265
- "displayName": "نیوتن",
4266
- "unitPattern-count-one": "{0} نیوتن",
4267
- "unitPattern-count-other": "{0} نیوتن"
4268
- },
4269
- "frequency-gigahertz": {
4270
- "displayName": "گیگاهرتز",
4271
- "unitPattern-count-one": "{0} گیگاهرتز",
4272
- "unitPattern-count-other": "{0} گیگاهرتز"
4273
- },
4274
- "frequency-megahertz": {
4275
- "displayName": "مگاهرتز",
4276
- "unitPattern-count-one": "{0} مگاهرتز",
4277
- "unitPattern-count-other": "{0} مگاهرتز"
4278
- },
4279
- "frequency-kilohertz": {
4280
- "displayName": "ک.هرتز",
4281
- "unitPattern-count-one": "{0} ک.هرتز",
4282
- "unitPattern-count-other": "{0} ک.هرتز"
4283
- },
4284
- "frequency-hertz": {
4285
- "displayName": "هرتز",
4286
- "unitPattern-count-one": "{0} هرتز",
4287
- "unitPattern-count-other": "{0} هرتز"
4288
- },
4289
- "length-kilometer": {
4290
- "displayName": "کیلومتر",
4291
- "unitPattern-count-one": "{0} کیلومتر",
4292
- "unitPattern-count-other": "{0} کیلومتر",
4293
- "perUnitPattern": "{0}/کیلومتر"
4294
- },
4295
- "length-meter": {
4296
- "displayName": "متر",
4297
- "unitPattern-count-one": "{0} متر",
4298
- "unitPattern-count-other": "{0} متر",
4299
- "perUnitPattern": "{0}/متر"
4300
- },
4301
- "length-decimeter": {
4302
- "displayName": "دسی‌متر",
4303
- "unitPattern-count-one": "{0} دسی‌متر",
4304
- "unitPattern-count-other": "{0} دسی‌متر"
4305
- },
4306
- "length-centimeter": {
4307
- "displayName": "سانت",
4308
- "unitPattern-count-one": "{0} سانت",
4309
- "unitPattern-count-other": "{0} سانت",
4310
- "perUnitPattern": "{0}/سانت"
4311
- },
4312
- "length-millimeter": {
4313
- "displayName": "م‌م",
4314
- "unitPattern-count-one": "{0} م‌م",
4315
- "unitPattern-count-other": "{0} م‌م"
4316
- },
4317
- "length-micrometer": {
4318
- "displayName": "میکرومتر",
4319
- "unitPattern-count-one": "{0} میکرومتر",
4320
- "unitPattern-count-other": "{0} میکرومتر"
4321
- },
4322
- "length-nanometer": {
4323
- "displayName": "نانومتر",
4324
- "unitPattern-count-one": "{0} نانومتر",
4325
- "unitPattern-count-other": "{0} نانومتر"
4326
- },
4327
- "length-picometer": {
4328
- "displayName": "پیکومتر",
4329
- "unitPattern-count-one": "{0} پیکومتر",
4330
- "unitPattern-count-other": "{0} پیکومتر"
4331
- },
4332
- "length-mile": {
4333
- "displayName": "مایل",
4334
- "unitPattern-count-one": "{0} مایل",
4335
- "unitPattern-count-other": "{0} مایل"
4336
- },
4337
- "length-yard": {
4338
- "displayName": "یارد",
4339
- "unitPattern-count-one": "{0} یارد",
4340
- "unitPattern-count-other": "{0} یارد"
4341
- },
4342
- "length-foot": {
4343
- "displayName": "فوت",
4344
- "unitPattern-count-one": "{0} فوت",
4345
- "unitPattern-count-other": "{0} فوت",
4346
- "perUnitPattern": "{0}/فوت"
4347
- },
4348
- "length-inch": {
4349
- "displayName": "اینچ",
4350
- "unitPattern-count-one": "{0} اینچ",
4351
- "unitPattern-count-other": "{0} اینچ",
4352
- "perUnitPattern": "{0}/اینچ"
4353
- },
4354
- "length-parsec": {
4355
- "displayName": "پارسک",
4356
- "unitPattern-count-one": "{0} پارسک",
4357
- "unitPattern-count-other": "{0} پارسک"
4358
- },
4359
- "length-light-year": {
4360
- "displayName": "سال نوری",
4361
- "unitPattern-count-one": "{0} سال نوری",
4362
- "unitPattern-count-other": "{0} سال نوری"
4363
- },
4364
- "length-astronomical-unit": {
4365
- "displayName": "واحد نجومی",
4366
- "unitPattern-count-one": "{0} واحد نجومی",
4367
- "unitPattern-count-other": "{0} واحد نجومی"
4368
- },
4369
- "length-furlong": {
4370
- "displayName": "fur",
4371
- "unitPattern-count-other": "{0} fur"
4372
- },
4373
- "length-fathom": {
4374
- "displayName": "fm",
4375
- "unitPattern-count-other": "{0} fth"
4376
- },
4377
- "length-nautical-mile": {
4378
- "displayName": "مایل دریایی",
4379
- "unitPattern-count-one": "{0} مایل دریایی",
4380
- "unitPattern-count-other": "{0} مایل دریایی"
4381
- },
4382
- "length-mile-scandinavian": {
4383
- "displayName": "مایل اسکاندیناوی",
4384
- "unitPattern-count-one": "{0}‎ smi",
4385
- "unitPattern-count-other": "{0}‎ smi"
4386
- },
4387
- "length-point": {
4388
- "displayName": "امتیاز",
4389
- "unitPattern-count-one": "{0} امتیاز",
4390
- "unitPattern-count-other": "{0} امتیاز"
4391
- },
4392
- "length-solar-radius": {
4393
- "displayName": "شعاع خورشید",
4394
- "unitPattern-count-one": "{0} ☉R",
4395
- "unitPattern-count-other": "{0} ☉R"
4396
- },
4397
- "light-lux": {
4398
- "displayName": "لوکس",
4399
- "unitPattern-count-one": "{0} لوکس",
4400
- "unitPattern-count-other": "{0} لوکس"
4401
- },
4402
- "light-solar-luminosity": {
4403
- "displayName": "تابندگی خورشید",
4404
- "unitPattern-count-one": "{0} ☉L",
4405
- "unitPattern-count-other": "{0} ☉L"
4406
- },
4407
- "mass-metric-ton": {
4408
- "displayName": "تن متریک",
4409
- "unitPattern-count-one": "{0} تن متریک",
4410
- "unitPattern-count-other": "{0} تن متریک"
4411
- },
4412
- "mass-kilogram": {
4413
- "displayName": "کیلوگرم",
4414
- "unitPattern-count-one": "{0} کیلوگرم",
4415
- "unitPattern-count-other": "{0} کیلوگرم",
4416
- "perUnitPattern": "{0} در کیلوگرم"
4417
- },
4418
- "mass-gram": {
4419
- "displayName": "گرم",
4420
- "unitPattern-count-one": "{0} گرم",
4421
- "unitPattern-count-other": "{0} گرم",
4422
- "perUnitPattern": "{0} در گرم"
4423
- },
4424
- "mass-milligram": {
4425
- "displayName": "میلی‌گرم",
4426
- "unitPattern-count-one": "{0} میلی‌گرم",
4427
- "unitPattern-count-other": "{0} میلی‌گرم"
4428
- },
4429
- "mass-microgram": {
4430
- "displayName": "میکروگرم",
4431
- "unitPattern-count-one": "{0} میکروگرم",
4432
- "unitPattern-count-other": "{0} میکروگرم"
4433
- },
4434
- "mass-ton": {
4435
- "displayName": "تن",
4436
- "unitPattern-count-one": "{0} تن",
4437
- "unitPattern-count-other": "{0} تن"
4438
- },
4439
- "mass-stone": {
4440
- "displayName": "st",
4441
- "unitPattern-count-other": "{0} st"
4442
- },
4443
- "mass-pound": {
4444
- "displayName": "پوند",
4445
- "unitPattern-count-one": "{0} پوند",
4446
- "unitPattern-count-other": "{0} پوند",
4447
- "perUnitPattern": "{0} در پوند"
4448
- },
4449
- "mass-ounce": {
4450
- "displayName": "اونس",
4451
- "unitPattern-count-one": "{0} اونس",
4452
- "unitPattern-count-other": "{0} اونس",
4453
- "perUnitPattern": "{0} در اونس"
4454
- },
4455
- "mass-ounce-troy": {
4456
- "displayName": "اونس تروا",
4457
- "unitPattern-count-one": "{0} اونس تروا",
4458
- "unitPattern-count-other": "{0} اونس تروا"
4459
- },
4460
- "mass-carat": {
4461
- "displayName": "قیراط",
4462
- "unitPattern-count-one": "{0} قیراط",
4463
- "unitPattern-count-other": "{0} قیراط"
4464
- },
4465
- "mass-dalton": {
4466
- "displayName": "دالتون",
4467
- "unitPattern-count-one": "{0} دالتون",
4468
- "unitPattern-count-other": "{0} دالتون"
4469
- },
4470
- "mass-earth-mass": {
4471
- "displayName": "جرم زمین",
4472
- "unitPattern-count-one": "{0} M⊕",
4473
- "unitPattern-count-other": "{0} ⊕M"
4474
- },
4475
- "mass-solar-mass": {
4476
- "displayName": "جرم خورشید",
4477
- "unitPattern-count-one": "{0} ☉M",
4478
- "unitPattern-count-other": "{0} ☉M"
4479
- },
4480
- "power-gigawatt": {
4481
- "displayName": "گیگاوات",
4482
- "unitPattern-count-one": "{0} گیگاوات",
4483
- "unitPattern-count-other": "{0} گیگاوات"
4484
- },
4485
- "power-megawatt": {
4486
- "displayName": "مگاوات",
4487
- "unitPattern-count-one": "{0} مگاوات",
4488
- "unitPattern-count-other": "{0} مگاوات"
4489
- },
4490
- "power-kilowatt": {
4491
- "displayName": "ک.وات",
4492
- "unitPattern-count-one": "{0} ک.وات",
4493
- "unitPattern-count-other": "{0} ک.وات"
4494
- },
4495
- "power-watt": {
4496
- "displayName": "وات",
4497
- "unitPattern-count-one": "{0} وات",
4498
- "unitPattern-count-other": "{0} وات"
4499
- },
4500
- "power-milliwatt": {
4501
- "displayName": "میلی‌وات",
4502
- "unitPattern-count-one": "{0} میلی‌وات",
4503
- "unitPattern-count-other": "{0} میلی‌وات"
4504
- },
4505
- "power-horsepower": {
4506
- "displayName": "اسب بخار",
4507
- "unitPattern-count-one": "{0} اسب بخار",
4508
- "unitPattern-count-other": "{0} اسب بخار"
4509
- },
4510
- "pressure-hectopascal": {
4511
- "displayName": "هکتوپاسکال",
4512
- "unitPattern-count-one": "{0}‎ hPa",
4513
- "unitPattern-count-other": "{0}‎ hPa"
4514
- },
4515
- "pressure-millimeter-of-mercury": {
4516
- "displayName": "میلی‌متر جیوه",
4517
- "unitPattern-count-one": "{0} م‌م جیوه",
4518
- "unitPattern-count-other": "{0} م‌م جیوه"
4519
- },
4520
- "pressure-pound-per-square-inch": {
4521
- "displayName": "پوند در اینچ مربع",
4522
- "unitPattern-count-one": "{0}‎ psi",
4523
- "unitPattern-count-other": "{0}‎ psi"
4524
- },
4525
- "pressure-inch-hg": {
4526
- "displayName": "اینچ جیوه",
4527
- "unitPattern-count-one": "{0} اینچ جیوه",
4528
- "unitPattern-count-other": "{0} اینچ جیوه"
4529
- },
4530
- "pressure-millibar": {
4531
- "displayName": "میلی‌بار",
4532
- "unitPattern-count-one": "{0} میلی‌بار",
4533
- "unitPattern-count-other": "{0} میلی‌بار"
4534
- },
4535
- "pressure-atmosphere": {
4536
- "displayName": "اتمسفر",
4537
- "unitPattern-count-other": "{0} atm"
4538
- },
4539
- "pressure-kilopascal": {
4540
- "displayName": "ک.پاسکال",
4541
- "unitPattern-count-one": "{0} ک.پاسکال",
4542
- "unitPattern-count-other": "{0} ک.پاسکال"
4543
- },
4544
- "pressure-megapascal": {
4545
- "displayName": "مگاپاسکال",
4546
- "unitPattern-count-one": "{0} مگاپاسکال",
4547
- "unitPattern-count-other": "{0} مگاپاسکال"
4548
- },
4549
- "speed-kilometer-per-hour": {
4550
- "displayName": "کیلومتر در ساعت",
4551
- "unitPattern-count-one": "{0}‎ km/h",
4552
- "unitPattern-count-other": "{0}‎ km/h"
4553
- },
4554
- "speed-meter-per-second": {
4555
- "displayName": "متر در ثانیه",
4556
- "unitPattern-count-one": "{0} متردرثانیه",
4557
- "unitPattern-count-other": "{0} متردرثانیه"
4558
- },
4559
- "speed-mile-per-hour": {
4560
- "displayName": "مایل در ساعت",
4561
- "unitPattern-count-one": "{0}‎ mph",
4562
- "unitPattern-count-other": "{0}‎ mph"
4563
- },
4564
- "speed-knot": {
4565
- "displayName": "گره",
4566
- "unitPattern-count-one": "{0} گره",
4567
- "unitPattern-count-other": "{0} گره"
4568
- },
4569
- "temperature-generic": {
4570
- "displayName": "°",
4571
- "unitPattern-count-other": "{0}°"
4572
- },
4573
- "temperature-celsius": {
4574
- "displayName": "درجهٔ سلسیوس",
4575
- "unitPattern-count-other": "{0}°C"
4576
- },
4577
- "temperature-fahrenheit": {
4578
- "displayName": "درجهٔ فارنهایت",
4579
- "unitPattern-count-other": "{0}°F"
4580
- },
4581
- "temperature-kelvin": {
4582
- "displayName": "درجهٔ کلوین",
4583
- "unitPattern-count-one": "‎{0} K",
4584
- "unitPattern-count-other": "‎{0} K"
4585
- },
4586
- "torque-pound-foot": {
4587
- "displayName": "پوند-فوت",
4588
- "unitPattern-count-one": "{0} پوند-فوت",
4589
- "unitPattern-count-other": "{0} پوند-فوت"
4590
- },
4591
- "torque-newton-meter": {
4592
- "displayName": "نیوتن‌متر",
4593
- "unitPattern-count-one": "{0} نیوتن‌متر",
4594
- "unitPattern-count-other": "{0} نیوتن‌متر"
4595
- },
4596
- "volume-cubic-kilometer": {
4597
- "displayName": "کیلومتر مکعب",
4598
- "unitPattern-count-one": "{0}‎ km³",
4599
- "unitPattern-count-other": "{0}‎ km³"
4600
- },
4601
- "volume-cubic-meter": {
4602
- "displayName": "متر مکعب",
4603
- "unitPattern-count-one": "{0} متر مکعب",
4604
- "unitPattern-count-other": "{0} متر مکعب",
4605
- "perUnitPattern": "{0} در متر مکعب"
4606
- },
4607
- "volume-cubic-centimeter": {
4608
- "displayName": "سانتی‌متر مکعب",
4609
- "unitPattern-count-one": "{0}‎ cm³",
4610
- "unitPattern-count-other": "{0}‎ cm³",
4611
- "perUnitPattern": "{0}‎ /cm³"
4612
- },
4613
- "volume-cubic-mile": {
4614
- "displayName": "مایل مکعب",
4615
- "unitPattern-count-one": "{0} مایل مکعب",
4616
- "unitPattern-count-other": "{0} مایل مکعب"
4617
- },
4618
- "volume-cubic-yard": {
4619
- "displayName": "یارد مکعب",
4620
- "unitPattern-count-one": "{0} یارد مکعب",
4621
- "unitPattern-count-other": "{0} یارد مکعب"
4622
- },
4623
- "volume-cubic-foot": {
4624
- "displayName": "فوت مکعب",
4625
- "unitPattern-count-one": "{0} فوت مکعب",
4626
- "unitPattern-count-other": "{0} فوت مکعب"
4627
- },
4628
- "volume-cubic-inch": {
4629
- "displayName": "اینچ مکعب",
4630
- "unitPattern-count-one": "{0} اینچ مکعب",
4631
- "unitPattern-count-other": "{0} اینچ مکعب"
4632
- },
4633
- "volume-megaliter": {
4634
- "displayName": "مگالیتر",
4635
- "unitPattern-count-one": "{0} مگالیتر",
4636
- "unitPattern-count-other": "{0} مگالیتر"
4637
- },
4638
- "volume-hectoliter": {
4639
- "displayName": "هکتولیتر",
4640
- "unitPattern-count-one": "{0} هکتولیتر",
4641
- "unitPattern-count-other": "{0} هکتولیتر"
4642
- },
4643
- "volume-liter": {
4644
- "displayName": "لیتر",
4645
- "unitPattern-count-one": "{0} لیتر",
4646
- "unitPattern-count-other": "{0} لیتر",
4647
- "perUnitPattern": "{0} در لیتر"
4648
- },
4649
- "volume-deciliter": {
4650
- "displayName": "دسی‌لیتر",
4651
- "unitPattern-count-one": "{0} دسی‌لیتر",
4652
- "unitPattern-count-other": "{0} دسی‌لیتر"
4653
- },
4654
- "volume-centiliter": {
4655
- "displayName": "سانتی‌لیتر",
4656
- "unitPattern-count-one": "{0} سانتی‌لیتر",
4657
- "unitPattern-count-other": "{0} سانتی‌لیتر"
4658
- },
4659
- "volume-milliliter": {
4660
- "displayName": "میلی‌لیتر",
4661
- "unitPattern-count-one": "{0} میلی‌لیتر",
4662
- "unitPattern-count-other": "{0} میلی‌لیتر"
4663
- },
4664
- "volume-pint-metric": {
4665
- "displayName": "پاینت متریک",
4666
- "unitPattern-count-one": "{0} پاینت متریک",
4667
- "unitPattern-count-other": "{0} پاینت متریک"
4668
- },
4669
- "volume-cup-metric": {
4670
- "displayName": "پیمانهٔ متریک",
4671
- "unitPattern-count-one": "{0} پیمانهٔ متریک",
4672
- "unitPattern-count-other": "{0} پیمانهٔ متریک"
4673
- },
4674
- "volume-acre-foot": {
4675
- "displayName": "جریب فوت",
4676
- "unitPattern-count-one": "{0} جریب فوت",
4677
- "unitPattern-count-other": "{0} جریب فوت"
4678
- },
4679
- "volume-bushel": {
4680
- "displayName": "bu",
4681
- "unitPattern-count-other": "{0} bu"
4682
- },
4683
- "volume-gallon": {
4684
- "displayName": "گالن",
4685
- "unitPattern-count-one": "{0} گالن",
4686
- "unitPattern-count-other": "{0} گالن",
4687
- "perUnitPattern": "{0} در گالن"
4688
- },
4689
- "volume-gallon-imperial": {
4690
- "displayName": "گالن امپریال",
4691
- "unitPattern-count-one": "{0} گالن امپریال",
4692
- "unitPattern-count-other": "{0} گالن امپریال",
4693
- "perUnitPattern": "{0}/گالن امپریال"
4694
- },
4695
- "volume-quart": {
4696
- "displayName": "کوارت",
4697
- "unitPattern-count-one": "{0} کوارت",
4698
- "unitPattern-count-other": "{0} کوارت"
4699
- },
4700
- "volume-pint": {
4701
- "displayName": "پاینت",
4702
- "unitPattern-count-one": "{0} پاینت",
4703
- "unitPattern-count-other": "{0} پاینت"
4704
- },
4705
- "volume-cup": {
4706
- "displayName": "پیمانه",
4707
- "unitPattern-count-one": "{0} پیمانه",
4708
- "unitPattern-count-other": "{0} پیمانه"
4709
- },
4710
- "volume-fluid-ounce": {
4711
- "displayName": "اونس سیال",
4712
- "unitPattern-count-one": "{0}‎ fl oz",
4713
- "unitPattern-count-other": "{0}‎ fl oz"
4714
- },
4715
- "volume-fluid-ounce-imperial": {
4716
- "displayName": "اونس سیال انگلیسی",
4717
- "unitPattern-count-one": "{0} fl oz Imp",
4718
- "unitPattern-count-other": "{0} fl oz Imp"
4719
- },
4720
- "volume-tablespoon": {
4721
- "displayName": "قاشق غ.",
4722
- "unitPattern-count-one": "{0} قاشق غ.",
4723
- "unitPattern-count-other": "{0} قاشق غ."
4724
- },
4725
- "volume-teaspoon": {
4726
- "displayName": "قاشق چ.",
4727
- "unitPattern-count-one": "{0} قاشق چ.",
4728
- "unitPattern-count-other": "{0} قاشق چ."
4729
- },
4730
- "volume-barrel": {
4731
- "displayName": "بشکه",
4732
- "unitPattern-count-one": "{0} بشکه",
4733
- "unitPattern-count-other": "{0} بشکه"
4734
- },
4735
- "coordinateUnit": {
4736
- "displayName": "جهت",
4737
- "east": "{0} شرقی",
4738
- "north": "{0} شمالی",
4739
- "south": "{0} جنوبی",
4740
- "west": "{0} غربی"
4741
- }
4742
- }
4743
- },
4744
- "lenient-scope-number": {
4745
- "minusSign": "-‒⁻₋−➖﹣-",
4746
- "commaSign": ",،٫、︐︑﹐﹑,、",
4747
- "plusSign": "+⁺₊➕﬩﹢+"
4748
- },
4749
- "currencyFormat-sap-short": {
4750
- "1000-one": "0 هزار ‪¤‬",
4751
- "1000-other": "0 هزار ‪¤‬",
4752
- "10000-one": "00 هزار ‪¤‬",
4753
- "10000-other": "00 هزار ‪¤‬",
4754
- "100000-one": "000 هزار ‪¤‬",
4755
- "100000-other": "000 هزار ‪¤‬",
4756
- "1000000-one": "0 میلیون ‪¤‬",
4757
- "1000000-other": "0 میلیون ‪¤‬",
4758
- "10000000-one": "00 میلیون ‪¤‬",
4759
- "10000000-other": "00 میلیون ‪¤‬",
4760
- "100000000-one": "000 میلیون ‪¤‬",
4761
- "100000000-other": "000 میلیون ‪¤‬",
4762
- "1000000000-one": "0 میلیارد ‪¤‬",
4763
- "1000000000-other": "0 میلیارد ‪¤‬",
4764
- "10000000000-one": "00 میلیارد ‪¤‬",
4765
- "10000000000-other": "00 میلیارد ‪¤‬",
4766
- "100000000000-one": "000 میلیارد ‪¤‬",
4767
- "100000000000-other": "000 میلیارد ‪¤‬",
4768
- "1000000000000-one": "0 هزارمیلیارد ‪¤‬",
4769
- "1000000000000-other": "0 هزارمیلیارد ‪¤‬",
4770
- "10000000000000-one": "00 هزارمیلیارد ‪¤‬",
4771
- "10000000000000-other": "00 هزارمیلیارد ‪¤‬",
4772
- "100000000000000-one": "000 هزارمیلیارد ‪¤‬",
4773
- "100000000000000-other": "000 هزارمیلیارد ‪¤‬"
4774
- },
4775
- "currencyDigits": {
4776
- "ADP": 0,
4777
- "AFN": 0,
4778
- "ALL": 0,
4779
- "BHD": 3,
4780
- "BIF": 0,
4781
- "BYR": 0,
4782
- "CLF": 4,
4783
- "CLP": 0,
4784
- "DEFAULT": 2,
4785
- "DJF": 0,
4786
- "ESP": 0,
4787
- "GNF": 0,
4788
- "HUF": 0,
4789
- "IQD": 0,
4790
- "IRR": 0,
4791
- "ISK": 0,
4792
- "ITL": 0,
4793
- "JOD": 3,
4794
- "JPY": 0,
4795
- "KMF": 0,
4796
- "KPW": 0,
4797
- "KRW": 0,
4798
- "KWD": 3,
4799
- "LAK": 0,
4800
- "LBP": 0,
4801
- "LUF": 0,
4802
- "LYD": 3,
4803
- "MGA": 0,
4804
- "MGF": 0,
4805
- "MMK": 0,
4806
- "MRO": 0,
4807
- "OMR": 3,
4808
- "PYG": 0,
4809
- "RSD": 0,
4810
- "RWF": 0,
4811
- "SLL": 0,
4812
- "SOS": 0,
4813
- "STD": 0,
4814
- "SYP": 0,
4815
- "TMM": 0,
4816
- "TND": 3,
4817
- "TRL": 0,
4818
- "TWD": 0,
4819
- "UGX": 0,
4820
- "UYI": 0,
4821
- "UYW": 4,
4822
- "VND": 0,
4823
- "VUV": 0,
4824
- "XAF": 0,
4825
- "XOF": 0,
4826
- "XPF": 0,
4827
- "YER": 0,
4828
- "ZMK": 0,
4829
- "ZWD": 0
4830
- },
4831
- "plurals": {
4832
- "one": "i = 0 or n = 1"
4833
- },
4834
- "weekData-minDays": 1,
4835
- "weekData-firstDay": 6,
4836
- "weekData-weekendStart": 5,
4837
- "weekData-weekendEnd": 5,
4838
- "timeData": {
4839
- "_allowed": "hB H",
4840
- "_preferred": "H"
4841
- },
4842
- "eras-gregorian": {
4843
- "0": {
4844
- "_end": "0-12-31"
4845
- },
4846
- "1": {
4847
- "_start": "1-01-01"
4848
- }
4849
- },
4850
- "eras-islamic": {
4851
- "0": {
4852
- "_start": "622-7-15"
4853
- }
4854
- },
4855
- "eras-persian": {
4856
- "0": {
4857
- "_start": "622-01-01"
4858
- }
4859
- },
4860
- "eras-buddhist": {
4861
- "0": {
4862
- "_start": "-542-01-01"
4863
- }
4864
- },
4865
- "eras-japanese": {
4866
- "232": {
4867
- "_start": "1868-9-8"
4868
- },
4869
- "233": {
4870
- "_start": "1912-7-30"
4871
- },
4872
- "234": {
4873
- "_start": "1926-12-25"
4874
- },
4875
- "235": {
4876
- "_start": "1989-1-8"
4877
- },
4878
- "236": {
4879
- "_start": "2019-5-1"
4880
- }
4881
- },
4882
- "calendarPreference": "persian gregorian islamic islamic-civil islamic-tbla"
4883
- }