@openui5/sap.ui.integration 1.107.0 → 1.108.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 (614) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/integration/.library +7 -7
  4. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  5. package/src/sap/ui/integration/Designtime.js +1 -1
  6. package/src/sap/ui/integration/Extension.js +3 -3
  7. package/src/sap/ui/integration/Host.js +1 -1
  8. package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  10. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  12. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  13. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  14. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  15. package/src/sap/ui/integration/cards/Footer.js +3 -2
  16. package/src/sap/ui/integration/cards/Header.js +2 -4
  17. package/src/sap/ui/integration/cards/ListContent.js +3 -1
  18. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  19. package/src/sap/ui/integration/cards/ObjectContent.js +32 -17
  20. package/src/sap/ui/integration/cards/TableContent.js +3 -2
  21. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  22. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/BaseFilter.js +9 -2
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +11 -2
  32. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/SearchFilter.js +10 -2
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +35 -12
  36. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  38. package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
  39. package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
  40. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  41. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  42. package/src/sap/ui/integration/controls/Paginator.js +2 -2
  43. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  82. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +0 -160
  83. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  84. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  85. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  86. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  87. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  88. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  89. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  90. package/src/sap/ui/integration/editor/Editor.js +3 -3
  91. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  92. package/src/sap/ui/integration/editor/Extension.js +1 -1
  93. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  94. package/src/sap/ui/integration/editor/Settings.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  99. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  100. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  101. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  102. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  112. package/src/sap/ui/integration/library.js +2 -2
  113. package/src/sap/ui/integration/messagebundle.properties +4 -1
  114. package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
  115. package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
  116. package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
  117. package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
  118. package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
  119. package/src/sap/ui/integration/messagebundle_da.properties +3 -1
  120. package/src/sap/ui/integration/messagebundle_de.properties +3 -1
  121. package/src/sap/ui/integration/messagebundle_el.properties +3 -1
  122. package/src/sap/ui/integration/messagebundle_en.properties +3 -1
  123. package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
  124. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +3 -1
  125. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +3 -1
  126. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +3 -1
  127. package/src/sap/ui/integration/messagebundle_es.properties +3 -1
  128. package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
  129. package/src/sap/ui/integration/messagebundle_et.properties +3 -1
  130. package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
  131. package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
  132. package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
  133. package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
  134. package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
  135. package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
  136. package/src/sap/ui/integration/messagebundle_id.properties +3 -1
  137. package/src/sap/ui/integration/messagebundle_it.properties +3 -1
  138. package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
  139. package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
  140. package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
  141. package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
  142. package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
  143. package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
  144. package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
  145. package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
  146. package/src/sap/ui/integration/messagebundle_no.properties +3 -1
  147. package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
  148. package/src/sap/ui/integration/messagebundle_pt.properties +3 -1
  149. package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
  150. package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
  151. package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
  152. package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
  153. package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
  154. package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
  155. package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
  156. package/src/sap/ui/integration/messagebundle_th.properties +2 -0
  157. package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
  158. package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
  159. package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
  160. package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
  161. package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
  162. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  163. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  164. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  165. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +57 -6
  166. package/src/sap/ui/integration/schemas/sap-card.json +31 -2
  167. package/src/sap/ui/integration/themes/base/AdaptiveCard.less +8 -0
  168. package/src/sap/ui/integration/themes/base/library.source.less +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +2 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +2 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +2 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +2 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +9 -14
  178. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +2 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +2 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +2 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +2 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +2 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +2 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +2 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +2 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +2 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +2 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +2 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +2 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +2 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +2 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +2 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +2 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +2 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +2 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +2 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +2 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +2 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +2 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +2 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +2 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +2 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +2 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +2 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +2 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +2 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +2 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +2 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +2 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +2 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +2 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +2 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +2 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +2 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +2 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +2 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +2 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +2 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +2 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +2 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +2 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +2 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +2 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +2 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +2 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +2 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +2 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +2 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +2 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +2 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +2 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +2 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +2 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +2 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +2 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +2 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +2 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +2 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +2 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +2 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +2 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +2 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +2 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +2 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +2 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +2 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +2 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +2 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +2 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +2 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +2 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +2 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +2 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +2 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +2 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +2 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +2 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +2 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +1 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +2 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +1 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +2 -0
  344. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +1 -0
  345. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +2 -0
  346. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +1 -0
  347. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +2 -0
  348. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +1 -0
  349. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +2 -0
  350. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +1 -0
  351. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +2 -0
  352. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +1 -0
  353. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +2 -0
  354. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +1 -0
  355. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +2 -0
  356. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +1 -0
  357. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +2 -0
  358. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +1 -0
  359. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +2 -0
  360. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +1 -0
  361. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +2 -0
  362. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +1 -0
  363. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +2 -0
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +1 -0
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +2 -0
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +1 -0
  367. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +2 -0
  368. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +1 -0
  369. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +2 -0
  370. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +1 -0
  371. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +2 -0
  372. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +1 -0
  373. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +2 -0
  374. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +1 -0
  375. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +2 -0
  376. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +1 -0
  377. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +2 -0
  378. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +1 -0
  379. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +2 -0
  380. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +1 -0
  381. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +2 -0
  382. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +1 -0
  383. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +2 -0
  384. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +1 -0
  385. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +2 -0
  386. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +1 -0
  387. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +2 -0
  388. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +1 -0
  389. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +2 -0
  390. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +1 -0
  391. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +2 -0
  392. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +1 -0
  393. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +2 -0
  394. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +1 -0
  395. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +2 -0
  396. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +1 -0
  397. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +2 -0
  398. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +1 -0
  399. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +2 -0
  400. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +1 -0
  401. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +2 -0
  402. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +1 -0
  403. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +2 -0
  404. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +1 -0
  405. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +2 -0
  406. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +1 -0
  407. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +2 -0
  408. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +1 -0
  409. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +2 -0
  410. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +1 -0
  411. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +2 -0
  412. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +1 -0
  413. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +2 -0
  414. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +1 -0
  415. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +2 -0
  416. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +1 -0
  417. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +2 -0
  418. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +1 -0
  419. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +2 -0
  420. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +1 -0
  421. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +2 -0
  422. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +1 -0
  423. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +2 -0
  424. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +1 -0
  425. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +2 -0
  426. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +1 -0
  427. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +2 -0
  428. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +1 -0
  429. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +2 -0
  430. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +1 -0
  431. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +2 -0
  432. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +1 -0
  433. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +2 -0
  434. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +1 -0
  435. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +2 -0
  436. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +1 -0
  437. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +2 -0
  438. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +1 -0
  439. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +2 -0
  440. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +1 -0
  441. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +2 -0
  442. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +1 -0
  443. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +2 -0
  444. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +1 -0
  445. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +2 -0
  446. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +1 -0
  447. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +2 -0
  448. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +1 -0
  449. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +2 -0
  450. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +1 -0
  451. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +2 -0
  452. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +1 -0
  453. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +2 -0
  454. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +1 -0
  455. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +2 -0
  456. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +1 -0
  457. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +2 -0
  458. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +1 -0
  459. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +2 -0
  460. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +1 -0
  461. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  462. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  463. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  464. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  465. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  466. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  467. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  468. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  469. package/src/sap/ui/integration/util/Destinations.js +3 -3
  470. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  471. package/src/sap/ui/integration/util/Forms.js +42 -7
  472. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  473. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  474. package/src/sap/ui/integration/util/LoadingProvider.js +14 -3
  475. package/src/sap/ui/integration/util/Manifest.js +1 -1
  476. package/src/sap/ui/integration/util/ManifestResolver.js +61 -11
  477. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  478. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  479. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  480. package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
  481. package/src/sap/ui/integration/util/Utils.js +1 -1
  482. package/src/sap/ui/integration/util/Validators.js +1 -1
  483. package/src/sap/ui/integration/widgets/Card.js +66 -31
  484. package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +0 -2
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +0 -2
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +0 -2
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +0 -2
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +0 -2
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +0 -2
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +0 -2
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +0 -2
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +0 -2
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +0 -2
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +0 -2
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +0 -2
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +0 -2
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +0 -2
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +0 -2
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +0 -2
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +0 -2
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +0 -2
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +0 -1
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +0 -2
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +0 -1
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +0 -2
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +0 -1
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +0 -2
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +0 -1
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +0 -2
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +0 -1
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +0 -2
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +0 -1
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +0 -2
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +0 -1
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +0 -2
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +0 -1
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +0 -2
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +0 -1
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +0 -2
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +0 -1
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +0 -2
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +0 -1
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +0 -2
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +0 -1
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +0 -2
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +0 -1
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +0 -2
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +0 -1
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +0 -2
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +0 -1
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +0 -2
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +0 -1
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +0 -2
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +0 -1
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +0 -2
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +0 -1
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +0 -2
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +0 -1
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +0 -2
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +0 -1
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +0 -2
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +0 -1
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +0 -2
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +0 -1
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +0 -2
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +0 -1
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +0 -2
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +0 -1
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +0 -2
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +0 -1
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +0 -2
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +0 -1
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +0 -2
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +0 -1
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +0 -2
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +0 -1
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +0 -2
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +0 -1
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +0 -2
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +0 -1
  579. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +0 -2
  580. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +0 -1
  581. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +0 -2
  582. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +0 -1
  583. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +0 -2
  584. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +0 -1
  585. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +0 -2
  586. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +0 -1
  587. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +0 -2
  588. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +0 -1
  589. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +0 -2
  590. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +0 -1
  591. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +0 -2
  592. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +0 -1
  593. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +0 -2
  594. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +0 -1
  595. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +0 -2
  596. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +0 -1
  597. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +0 -2
  598. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +0 -1
  599. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +0 -2
  600. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +0 -1
  601. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +0 -2
  602. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +0 -1
  603. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +0 -2
  604. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +0 -1
  605. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +0 -2
  606. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +0 -1
  607. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +0 -2
  608. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +0 -1
  609. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +0 -2
  610. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +0 -1
  611. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +0 -2
  612. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +0 -1
  613. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +0 -2
  614. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ export default{__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",__version:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"afarščina",ab:"abhaščina",ace:"ačejščina",ach:"ačolijščina",ada:"adangmejščina",ady:"adigejščina",ae:"avestijščina",af:"afrikanščina",afh:"afrihili",agq:"aghemščina",ain:"ainujščina",ak:"akanščina",akk:"akadščina",ale:"aleutščina",alt:"južna altajščina",am:"amharščina",an:"aragonščina",ang:"stara angleščina",anp:"angikaščina",ar:"arabščina",ar_001:"sodobna standardna arabščina",arc:"aramejščina",arn:"mapudungunščina",arp:"arapaščina",arw:"aravaščina",as:"asamščina",asa:"asujščina",ast:"asturijščina",av:"avarščina",awa:"avadščina",ay:"ajmarščina",az:"azerbajdžanščina","az_alt-short":"azerščina",ba:"baškirščina",bal:"beludžijščina",ban:"balijščina",bas:"basa",be:"beloruščina",bej:"bedža",bem:"bemba",bez:"benajščina",bg:"bolgarščina",bgn:"zahodnobalučijščina",bho:"bodžpuri",bi:"bislamščina",bik:"bikolski jezik",bin:"edo",bla:"siksika",bm:"bambarščina",bn:"bengalščina",bo:"tibetanščina",br:"bretonščina",bra:"bradžbakanščina",brx:"bodojščina",bs:"bosanščina",bua:"burjatščina",bug:"buginščina",byn:"blinščina",ca:"katalonščina",cad:"kadoščina",car:"karibski jezik",ccp:"chakma",ce:"čečenščina",ceb:"sebuanščina",cgg:"čigajščina",ch:"čamorščina",chb:"čibčevščina",chg:"čagatajščina",chk:"trukeščina",chm:"marijščina",chn:"činuški žargon",cho:"čoktavščina",chp:"čipevščina",chr:"čerokeščina",chy:"čejenščina",ckb:"soranska kurdščina",co:"korziščina",cop:"koptščina",cr:"krijščina",crh:"krimska tatarščina",crs:"sejšelska francoska kreolščina",cs:"češčina",csb:"kašubščina",cu:"stara cerkvena slovanščina",cv:"čuvaščina",cy:"valižanščina",da:"danščina",dak:"dakotščina",dar:"darginščina",dav:"taitajščina",de:"nemščina",de_AT:"avstrijska nemščina",de_CH:"visoka nemščina (Švica)",del:"delavarščina",den:"slavejščina",dgr:"dogrib",din:"dinka",dje:"zarmajščina",doi:"dogri",dsb:"dolnja lužiška srbščina",dua:"duala",dum:"srednja nizozemščina",dv:"diveščina",dyo:"jola-fonjiščina",dyu:"diula",dz:"dzonka",dzg:"dazaga",ebu:"embujščina",ee:"evenščina",efi:"efiščina",egy:"stara egipčanščina",eka:"ekajuk",el:"grščina",elx:"elamščina",en:"angleščina",en_AU:"avstralska angleščina",en_CA:"kanadska angleščina",en_GB:"angleščina (VB)","en_GB-alt-short":"angleščina (ZK)",en_US:"angleščina (ZDA)","en_US-alt-short":"angleščina (ZDA)",enm:"srednja angleščina",eo:"esperanto",es:"španščina",es_419:"španščina (Latinska Amerika)",es_ES:"evropska španščina",es_MX:"mehiška španščina",et:"estonščina",eu:"baskovščina",ewo:"evondovščina",fa:"perzijščina",fan:"fangijščina",fat:"fantijščina",ff:"fulščina",fi:"finščina",fil:"filipinščina",fj:"fidžijščina",fo:"ferščina",fon:"fonščina",fr:"francoščina",fr_CA:"kanadska francoščina",fr_CH:"švicarska francoščina",frc:"cajunska francoščina",frm:"srednja francoščina",fro:"stara francoščina",frr:"severna frizijščina",frs:"vzhodna frizijščina",fur:"furlanščina",fy:"zahodna frizijščina",ga:"irščina",gaa:"ga",gag:"gagavščina",gay:"gajščina",gba:"gbajščina",gd:"škotska gelščina",gez:"etiopščina",gil:"kiribatščina",gl:"galicijščina",gmh:"srednja visoka nemščina",gn:"gvaranijščina",goh:"stara visoka nemščina",gon:"gondi",gor:"gorontalščina",got:"gotščina",grb:"grebščina",grc:"stara grščina",gsw:"nemščina (Švica)",gu:"gudžaratščina",guz:"gusijščina",gv:"manščina",gwi:"gvičin",ha:"havščina",hai:"haidščina",haw:"havajščina",he:"hebrejščina",hi:"hindujščina",hil:"hiligajnonščina",hit:"hetitščina",hmn:"hmonščina",ho:"hiri motu",hr:"hrvaščina",hsb:"gornja lužiška srbščina",ht:"haitijska kreolščina",hu:"madžarščina",hup:"hupa",hy:"armenščina",hz:"herero",ia:"interlingva",iba:"ibanščina",ibb:"ibibijščina",id:"indonezijščina",ie:"interlingve",ig:"igboščina",ii:"sečuanska jiščina",ik:"inupiaščina",ilo:"ilokanščina",inh:"inguščina",io:"ido",is:"islandščina",it:"italijanščina",iu:"inuktitutščina",ja:"japonščina",jbo:"lojban",jgo:"ngomba",jmc:"mačamejščina",jpr:"judovska perzijščina",jrb:"judovska arabščina",jv:"javanščina",ka:"gruzijščina",kaa:"karakalpaščina",kab:"kabilščina",kac:"kačinščina",kaj:"jju",kam:"kambaščina",kaw:"kavi",kbd:"kabardinščina",kcg:"tjapska nigerijščina",kde:"makondščina",kea:"zelenortskootoška kreolščina",kfo:"koro",kg:"kongovščina",kha:"kasi",kho:"kotanščina",khq:"koyra chiini",ki:"kikujščina",kj:"kvanjama",kk:"kazaščina",kkj:"kako",kl:"grenlandščina",kln:"kalenjinščina",km:"kmerščina",kmb:"kimbundu",kn:"kanareščina",ko:"korejščina",koi:"komi-permjaščina",kok:"konkanščina",kos:"kosrajščina",kpe:"kpelejščina",kr:"kanurščina",krc:"karačaj-balkarščina",krl:"karelščina",kru:"kuruk",ks:"kašmirščina",ksb:"šambala",ksf:"bafia",ksh:"kölnsko narečje",ku:"kurdščina",kum:"kumiščina",kut:"kutenajščina",kv:"komijščina",kw:"kornijščina",ky:"kirgiščina",la:"latinščina",lad:"ladinščina",lag:"langijščina",lah:"landa",lam:"lamba",lb:"luksemburščina",lez:"lezginščina",lg:"ganda",li:"limburščina",lkt:"lakotščina",ln:"lingala",lo:"laoščina",lol:"mongo",lou:"louisianska kreolščina",loz:"lozi",lrc:"severna lurijščina",lt:"litovščina",lu:"luba-katanga",lua:"luba-lulua",lui:"luisenščina",lun:"lunda",luo:"luo",lus:"mizojščina",luy:"luhijščina",lv:"latvijščina",mad:"madurščina",mag:"magadščina",mai:"maitili",mak:"makasarščina",man:"mandingo",mas:"masajščina",mdf:"mokšavščina",mdr:"mandarščina",men:"mende",mer:"meru",mfe:"morisjenščina",mg:"malagaščina",mga:"srednja irščina",mgh:"makuva-meto",mgo:"meta",mh:"marshallovščina",mi:"maorščina",mic:"mikmaščina",min:"minangkabau",mk:"makedonščina",ml:"malajalamščina",mn:"mongolščina",mnc:"mandžurščina",mni:"manipurščina",moh:"mohoščina",mos:"mosijščina",mr:"maratščina",ms:"malajščina",mt:"malteščina",mua:"mundang",mul:"več jezikov",mus:"creekovščina",mwl:"mirandeščina",mwr:"marvarščina",my:"burmanščina",myv:"erzjanščina",mzn:"mazanderanščina",na:"naurujščina",nan:"min nan kitajščina",nap:"napolitanščina",naq:"khoekhoe",nb:"knjižna norveščina",nd:"severna ndebelščina",nds:"nizka nemščina",nds_NL:"nizka saščina",ne:"nepalščina",new:"nevarščina",ng:"ndonga",nia:"niaščina",niu:"niuejščina",nl:"nizozemščina",nl_BE:"flamščina",nmg:"kwasio",nn:"novonorveščina",nnh:"ngiemboonščina",no:"norveščina",nog:"nogajščina",non:"stara nordijščina",nqo:"n’ko",nr:"južna ndebelščina",nso:"severna sotščina",nus:"nuerščina",nv:"navajščina",nwc:"klasična nevarščina",ny:"njanščina",nym:"njamveščina",nyn:"njankole",nyo:"njoro",nzi:"nzima",oc:"okcitanščina",oj:"anašinabščina",om:"oromo",or:"odijščina",os:"osetinščina",osa:"osage",ota:"otomanska turščina",pa:"pandžabščina",pag:"pangasinanščina",pam:"pampanščina",pap:"papiamentu",pau:"palavanščina",pcm:"nigerijski pidžin",peo:"stara perzijščina",phn:"feničanščina",pi:"palijščina",pl:"poljščina",pon:"ponpejščina",prg:"stara pruščina",pro:"stara provansalščina",ps:"paštunščina",pt:"portugalščina",pt_BR:"brazilska portugalščina",pt_PT:"evropska portugalščina",qu:"kečuanščina",quc:"quiche",raj:"radžastanščina",rap:"rapanujščina",rar:"rarotongščina",rm:"retoromanščina",rn:"rundščina",ro:"romunščina",ro_MD:"moldavščina",rof:"rombo",rom:"romščina",root:"rootščina",ru:"ruščina",rup:"aromunščina",rw:"ruandščina",rwk:"rwa",sa:"sanskrt",sad:"sandavščina",sah:"jakutščina",sam:"samaritanska aramejščina",saq:"samburščina",sas:"sasaščina",sat:"santalščina",sba:"ngambajščina",sbp:"sangujščina",sc:"sardinščina",scn:"sicilijanščina",sco:"škotščina",sd:"sindščina",sdh:"južna kurdščina",se:"severna samijščina",seh:"sena",sel:"selkupščina",ses:"koyraboro senni",sg:"sango",sga:"stara irščina",sh:"srbohrvaščina",shi:"tahelitska berberščina",shn:"šanščina",si:"sinhalščina",sid:"sidamščina",sk:"slovaščina",sl:"slovenščina",sm:"samoanščina",sma:"južna samijščina",smj:"luleška samijščina",smn:"inarska samijščina",sms:"skoltska samijščina",sn:"šonščina",snk:"soninke",so:"somalščina",sq:"albanščina",sr:"srbščina",srn:"surinamska kreolščina",srr:"sererščina",ss:"svazijščina",ssy:"saho",st:"sesoto",su:"sundanščina",suk:"sukuma",sus:"susujščina",sux:"sumerščina",sv:"švedščina",sw:"svahili",sw_CD:"kongoški svahili",swb:"šikomor",syc:"klasična sirščina",syr:"sirščina",ta:"tamilščina",te:"telugijščina",tem:"temnejščina",teo:"teso",tet:"tetumščina",tg:"tadžiščina",th:"tajščina",ti:"tigrajščina",tig:"tigrejščina",tiv:"tivščina",tk:"turkmenščina",tkl:"tokelavščina",tl:"tagalogščina",tlh:"klingonščina",tli:"tlingitščina",tmh:"tamajaščina",tn:"cvanščina",to:"tongščina",tog:"malavijska tongščina",tpi:"tok pisin",tr:"turščina",trv:"taroko",ts:"congščina",tsi:"tsimščina",tt:"tatarščina",tum:"tumbukščina",tvl:"tuvalujščina",tw:"tvi",twq:"tasawaq",ty:"tahitščina",tyv:"tuvinščina",tzm:"tamašek (Srednji Atlas)",udm:"udmurtščina",ug:"ujgurščina",uga:"ugaritski jezik",uk:"ukrajinščina",umb:"umbundščina",und:"neznan jezik",ur:"urdujščina",uz:"uzbeščina",vai:"vajščina",ve:"venda",vi:"vietnamščina",vo:"volapuk",vot:"votjaščina",vun:"vunjo",wa:"valonščina",wae:"walser",wal:"valamščina",war:"varajščina",was:"vašajščina",wbp:"varlpirščina",wo:"volofščina",xal:"kalmiščina",xh:"koščina",xog:"sogščina",yao:"jaojščina",yap:"japščina",yav:"jangben",ybb:"jembajščina",yi:"jidiš",yo:"jorubščina",yue:"kantonščina",zap:"zapoteščina",zbl:"znakovni jezik Bliss",zen:"zenaščina",zgh:"standardni maroški tamazig",zh:"kitajščina",zh_Hans:"poenostavljena kitajščina",zh_Hant:"tradicionalna kitajščina",zu:"zulujščina",zun:"zunijščina",zxx:"brez jezikoslovne vsebine",zza:"zazajščina"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"arabski","Arab-alt-variant":"perzijskoarabski",Armi:"imperialno-aramejski",Armn:"armenski",Avst:"avestanski",Bali:"balijski",Bamu:"Bamu",Bass:"Bass",Batk:"bataški",Beng:"bengalski",Bhks:"Bhks",Blis:"znakovna pisava Bliss",Bopo:"bopomofo",Brah:"bramanski",Brai:"braillova pisava",Bugi:"buginski",Buhd:"buhidski",Cakm:"Cakm",Cans:"poenotena zlogovna pisava kanadskih staroselcev",Cari:"Cari",Cham:"Cham",Cher:"čerokeški",Cirt:"kirt",Copt:"koptski",Cprt:"ciprski",Cyrl:"cirilica",Cyrs:"starocerkvenoslovanska cirilica",Deva:"devanagarščica",Dogr:"Dogr",Dsrt:"fonetska pisava deseret",Dupl:"Dupl",Egyd:"demotska egipčanska pisava",Egyh:"hieratska egipčanska pisava",Egyp:"egipčanska slikovna pisava",Elba:"Elba",Elym:"Elym",Ethi:"etiopski",Geok:"cerkvenogruzijski",Geor:"gruzijski",Glag:"glagoliški",Gong:"Gong",Gonm:"Gonm",Goth:"gotski",Gran:"Gran",Grek:"grški",Gujr:"gudžaratski",Guru:"gurmuki",Hanb:"Han + Bopomofo",Hang:"hangul",Hani:"kanji",Hano:"hanunski",Hans:"poenostavljena pisava han","Hans-alt-stand-alone":"poenostavljena pisava han",Hant:"tradicionalna pisava han","Hant-alt-stand-alone":"tradicionalna pisava han",Hatr:"Hatr",Hebr:"hebrejski",Hira:"hiragana",Hluw:"Hluw",Hmng:"pahavhmonska zlogovna pisava",Hmnp:"Hmnp",Hrkt:"japonska zlogovnica",Hung:"staroogrski",Inds:"induški",Ital:"staroitalski",Jamo:"Jamo",Java:"javanski",Jpan:"japonski",Kali:"karenski",Kana:"katakana",Khar:"gandarski",Khmr:"kmerski",Khoj:"Khoj",Knda:"kanadski",Kore:"korejski",Kthi:"kajatski",Lana:"Lana",Laoo:"laoški",Latf:"fraktura",Latg:"gelski latinični",Latn:"latinica",Lepc:"lepški",Limb:"limbuški",Lina:"linearna pisava A",Linb:"linearna pisava B",Lisu:"Lisu",Lyci:"licijski",Lydi:"lidijski",Mahj:"Mahj",Maka:"Maka",Mand:"mandanski",Mani:"manihejski",Marc:"Marc",Maya:"majevska slikovna pisava",Medf:"Medf",Mend:"Mend",Merc:"Merc",Mero:"meroitski",Mlym:"malajalamski",Modi:"Modi",Mong:"mongolska",Moon:"Moonova pisava za slepe",Mroo:"Mroo",Mtei:"manipurski",Mult:"Mult",Mymr:"mjanmarski",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"Nkoo",Nshu:"Nshu",Ogam:"ogamski",Olck:"santalski",Orkh:"orkonski",Orya:"orijski",Osge:"Osge",Osma:"osmanski",Palm:"Palm",Pauc:"Pauc",Perm:"staropermijski",Phag:"pagpajski",Phli:"vrezani napisi pahlavi",Phlp:"psalmski pahlavi",Phlv:"knjižno palavanski",Phnx:"feničanski",Plrd:"Pollardova fonetska pisava",Prti:"Prti",Qaag:"Qaag",Rjng:"Rjng",Rohg:"Rohg",Roro:"rongorongo",Runr:"runski",Samr:"samaritanski",Sara:"saratski",Sarb:"Sarb",Saur:"Saur",Sgnw:"znakovna pisava",Shaw:"šojevski",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"sinhalski",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"sundanski",Sylo:"siletsko-nagarijski",Syrc:"sirijski",Syre:"sirska abeceda estrangelo",Syrj:"zahodnosirijski",Syrn:"vzhodnosirijski",Tagb:"tagbanski",Takr:"Takr",Tale:"Tale",Talu:"Talu",Taml:"tamilski",Tang:"Tang",Tavt:"tajsko-vietnamski",Telu:"teluški",Teng:"tengvarski",Tfng:"tifinajski",Tglg:"tagaloški",Thaa:"tanajski",Thai:"tajski",Tibt:"tibetanski",Tirh:"Tirh",Ugar:"ugaritski",Vaii:"zlogovna pisava vai",Visp:"vidni govor",Wara:"Wara",Wcho:"Wcho",Xpeo:"staroperzijski",Xsux:"sumersko-akadski klinopis",Yiii:"Yiii",Zanb:"Zanb",Zinh:"podedovan",Zmth:"matematična znamenja",Zsye:"čustvenček",Zsym:"simboli",Zxxx:"nenapisano",Zyyy:"splošno",Zzzz:"neznan ali neveljaven zapis"},territories:{142:"Azija",143:"Osrednja Azija",145:"Zahodna Azija",150:"Evropa",151:"Vzhodna Evropa",154:"Severna Evropa",155:"Zahodna Evropa",202:"podsaharska Afrika",419:"Latinska Amerika","001":"svet","002":"Afrika","003":"Severna Amerika","005":"Južna Amerika","009":"Oceanija","011":"Zahodna Afrika","013":"Srednja Amerika","014":"Vzhodna Afrika","015":"Severna Afrika","017":"Srednja Afrika","018":"Južna Afrika","019":"Amerike","021":"severnoameriška celina","029":"Karibi","030":"Vzhodna Azija","034":"Južna Azija","035":"Jugovzhodna Azija","039":"Južna Evropa","053":"Avstralija in Nova Zelandija","054":"Melanezija","057":"mikronezijska regija","061":"Polinezija",AC:"Otok Ascension",AD:"Andora",AE:"Združeni arabski emirati",AF:"Afganistan",AG:"Antigva in Barbuda",AI:"Angvila",AL:"Albanija",AM:"Armenija",AO:"Angola",AQ:"Antarktika",AR:"Argentina",AS:"Ameriška Samoa",AT:"Avstrija",AU:"Avstralija",AW:"Aruba",AX:"Ålandski otoki",AZ:"Azerbajdžan",BA:"Bosna in Hercegovina",BB:"Barbados",BD:"Bangladeš",BE:"Belgija",BF:"Burkina Faso",BG:"Bolgarija",BH:"Bahrajn",BI:"Burundi",BJ:"Benin",BL:"Saint Barthélemy",BM:"Bermudi",BN:"Brunej",BO:"Bolivija",BQ:"Nizozemski Karibi",BR:"Brazilija",BS:"Bahami",BT:"Butan",BV:"Bouvetov otok",BW:"Bocvana",BY:"Belorusija",BZ:"Belize",CA:"Kanada",CC:"Kokosovi otoki",CD:"Demokratična republika Kongo","CD-alt-variant":"Kongo (Demokratična republika Kongo)",CF:"Centralnoafriška republika",CG:"Kongo - Brazzaville","CG-alt-variant":"Kongo (Republika)",CH:"Švica",CI:"Slonokoščena obala","CI-alt-variant":"Côte d’Ivoire",CK:"Cookovi otoki",CL:"Čile",CM:"Kamerun",CN:"Kitajska",CO:"Kolumbija",CP:"Otok Clipperton",CR:"Kostarika",CU:"Kuba",CV:"Zelenortski otoki",CW:"Curaçao",CX:"Božični otok",CY:"Ciper",CZ:"Češka","CZ-alt-variant":"Češka republika",DE:"Nemčija",DG:"Diego Garcia",DJ:"Džibuti",DK:"Danska",DM:"Dominika",DO:"Dominikanska republika",DZ:"Alžirija",EA:"Ceuta in Melilla",EC:"Ekvador",EE:"Estonija",EG:"Egipt",EH:"Zahodna Sahara",ER:"Eritreja",ES:"Španija",ET:"Etiopija",EU:"Evropska unija",EZ:"evroobmočje",FI:"Finska",FJ:"Fidži",FK:"Falklandski otoki","FK-alt-variant":"Falklandski otoki (Malvini)",FM:"Mikronezija",FO:"Ferski otoki",FR:"Francija",GA:"Gabon",GB:"Združeno kraljestvo","GB-alt-short":"ZK",GD:"Grenada",GE:"Gruzija",GF:"Francoska Gvajana",GG:"Guernsey",GH:"Gana",GI:"Gibraltar",GL:"Grenlandija",GM:"Gambija",GN:"Gvineja",GP:"Guadeloupe",GQ:"Ekvatorialna Gvineja",GR:"Grčija",GS:"Južna Georgia in Južni Sandwichevi otoki",GT:"Gvatemala",GU:"Guam",GW:"Gvineja Bissau",GY:"Gvajana",HK:"Hongkong","HK-alt-short":"Hongkong",HM:"Heardov otok in McDonaldovi otoki",HN:"Honduras",HR:"Hrvaška",HT:"Haiti",HU:"Madžarska",IC:"Kanarski otoki",ID:"Indonezija",IE:"Irska",IL:"Izrael",IM:"Otok Man",IN:"Indija",IO:"Britansko ozemlje v Indijskem oceanu",IQ:"Irak",IR:"Iran",IS:"Islandija",IT:"Italija",JE:"Jersey",JM:"Jamajka",JO:"Jordanija",JP:"Japonska",KE:"Kenija",KG:"Kirgizistan",KH:"Kambodža",KI:"Kiribati",KM:"Komori",KN:"Saint Kitts in Nevis",KP:"Severna Koreja",KR:"Južna Koreja",KW:"Kuvajt",KY:"Kajmanski otoki",KZ:"Kazahstan",LA:"Laos",LB:"Libanon",LC:"Saint Lucia",LI:"Lihtenštajn",LK:"Šrilanka",LR:"Liberija",LS:"Lesoto",LT:"Litva",LU:"Luksemburg",LV:"Latvija",LY:"Libija",MA:"Maroko",MC:"Monako",MD:"Moldavija",ME:"Črna gora",MF:"Saint Martin",MG:"Madagaskar",MH:"Marshallovi otoki",MK:"Severna Makedonija","MK-alt-variant":"MK",ML:"Mali",MM:"Mjanmar (Burma)",MN:"Mongolija",MO:"Macao","MO-alt-short":"Posebno administrativno območje LR Kitajske Macao",MP:"Severni Marianski otoki",MQ:"Martinik",MR:"Mavretanija",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldivi",MW:"Malavi",MX:"Mehika",MY:"Malezija",MZ:"Mozambik",NA:"Namibija",NC:"Nova Kaledonija",NE:"Niger",NF:"Norfolški otok",NG:"Nigerija",NI:"Nikaragva",NL:"Nizozemska",NO:"Norveška",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nova Zelandija",OM:"Oman",PA:"Panama",PE:"Peru",PF:"Francoska Polinezija",PG:"Papua Nova Gvineja",PH:"Filipini",PK:"Pakistan",PL:"Poljska",PM:"Saint Pierre in Miquelon",PN:"Pitcairn",PR:"Portoriko",PS:"Palestinsko ozemlje","PS-alt-short":"Palestina",PT:"Portugalska",PW:"Palau",PY:"Paragvaj",QA:"Katar",QO:"Ostala oceanija",RE:"Reunion",RO:"Romunija",RS:"Srbija",RU:"Rusija",RW:"Ruanda",SA:"Saudova Arabija",SB:"Salomonovi otoki",SC:"Sejšeli",SD:"Sudan",SE:"Švedska",SG:"Singapur",SH:"Sveta Helena",SI:"Slovenija",SJ:"Svalbard in Jan Mayen",SK:"Slovaška",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalija",SR:"Surinam",SS:"Južni Sudan",ST:"Sao Tome in Principe",SV:"Salvador",SX:"Sint Maarten",SY:"Sirija",SZ:"Svazi","SZ-alt-variant":"SZ",TA:"Tristan da Cunha",TC:"Otoki Turks in Caicos",TD:"Čad",TF:"Francosko južno ozemlje",TG:"Togo",TH:"Tajska",TJ:"Tadžikistan",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"Vzhodni Timor",TM:"Turkmenistan",TN:"Tunizija",TO:"Tonga",TR:"Turčija",TT:"Trinidad in Tobago",TV:"Tuvalu",TW:"Tajvan",TZ:"Tanzanija",UA:"Ukrajina",UG:"Uganda",UM:"Stranski zunanji otoki Združenih držav",UN:"Združeni narodi","UN-alt-short":"ZN",US:"Združene države Amerike","US-alt-short":"ZDA",UY:"Urugvaj",UZ:"Uzbekistan",VA:"Vatikan",VC:"Saint Vincent in Grenadine",VE:"Venezuela",VG:"Britanski Deviški otoki",VI:"Ameriški Deviški otoki",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis in Futuna",WS:"Samoa",XA:"psevdonaglasi",XB:"psevdobidi",XK:"Kosovo",YE:"Jemen",YT:"Mayotte",ZA:"Južnoafriška republika",ZM:"Zambija",ZW:"Zimbabve",ZZ:"Neznano ali neveljavno območje"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, dd. MMMM y",long:"dd. MMMM y",medium:"d. MMM y",short:"d. MM. yy"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E, h:mm a",EHm:"E HH:mm",Ehms:"E, h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyM:"MMM y G",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMM y G",h:"h a",H:"HH'h'",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"E, d. M. y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"E, d. MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"W. 'teden' 'v' MMMM",yw:"w. 'teden' 'v' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a–h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M.–M."},Md:{d:"d.–d. M.",M:"d. M.–d. M."},MEd:{d:"E, d.–E, d. M.",M:"E, d. M.–E, d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E, d.–E, d. MMM",M:"E, d. MMM–E, d. MMM"},y:{y:"y–y"},yM:{M:"M.–M. y",y:"M. y–M. y"},yMd:{d:"d. M. y–d. M. y",M:"d. M.–d. M. y",y:"d. M. y–d. M. y"},yMEd:{d:"E, d. – E, d. M. y",M:"E, d. M. – E, d. M. y",y:"E, d. M. y – E, d. M. y"},yMMM:{M:"MMM–MMM y",y:"MMM y–MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM–d. MMM y",y:"d. MMM y–d. MMM y"},yMMMEd:{d:"E, d. MMM–E, d. MMM y",M:"E, d. MMM–E, d. MMM y",y:"E, d. MMM y–E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y–MMMM y"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]}},days:{format:{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]},"stand-alone":{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]}},quarters:{format:{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]},"stand-alone":{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]}},dayPeriods:{format:{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dop.","pop."]},"stand-alone":{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dopoldne","popoldne"]}},"era-wide":{0:"pred Kristusom",1:"po Kristusu"},"era-abbreviated":{0:"pr. Kr.",1:"po Kr."},"era-narrow":{0:"pr. Kr.",1:"po Kr."}},"ca-islamic":{dateFormats:{full:"EEEE, dd. MMMM y G",long:"dd. MMMM y G",medium:"d. MMM y G",short:"d. MM. yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E, HH:mm",Ehms:"E h:mm:ss a",EHms:"E, HH:mm:ss",Gy:"y G",GyM:"M/y G",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",ms:"mm:ss",y:"y",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d. M. y G",yyyyMEd:"E, d. M. y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h:mm B–h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M.–M."},Md:{d:"d.–d. M.",M:"d. M.–d. M."},MEd:{d:"E, d.–E, d. M.",M:"E, d. M.–E, d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E, d.–E, d. MMM",M:"E, d. MMM–E, d. MMM"},y:{y:"y–y"},yM:{M:"M.–M. y",y:"M. y – M. y"},yMd:{d:"d. M. y – d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMEd:{d:"E, d. – E, d. M. y",M:"E, d. M. – E, d. M. y",y:"E, d. M. y – E, d. M. y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM – d. MMM y",y:"d. MMM y – d. MMM y"},yMMMEd:{d:"E, d. MMM – E, d. MMM y",M:"E, d. MMM – E, d. MMM y",y:"E, d. MMM y – E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]},"stand-alone":{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]}},quarters:{format:{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]},"stand-alone":{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]}},dayPeriods:{format:{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dop.","pop."]},"stand-alone":{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dopoldne","popoldne"]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, dd. MMMM y G",long:"dd. MMMM y G",medium:"d. MMM y G",short:"d. MM. yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E, HH:mm",Ehms:"E h:mm:ss a",EHms:"E, HH:mm:ss",Gy:"y G",GyM:"M/y G",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",ms:"mm:ss",y:"y",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d. M. y G",yyyyMEd:"E, d. M. y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h:mm B–h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M.–M."},Md:{d:"d.–d. M.",M:"d. M.–d. M."},MEd:{d:"E, d.–E, d. M.",M:"E, d. M.–E, d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E, d.–E, d. MMM",M:"E, d. MMM–E, d. MMM"},y:{y:"y–y"},yM:{M:"M.–M. y",y:"M. y – M. y"},yMd:{d:"d. M. y – d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMEd:{d:"E, d. – E, d. M. y",M:"E, d. M. – E, d. M. y",y:"E, d. M. y – E, d. M. y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM – d. MMM y",y:"d. MMM y – d. MMM y"},yMMMEd:{d:"E, d. MMM – E, d. MMM y",M:"E, d. MMM – E, d. MMM y",y:"E, d. MMM y – E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]}},days:{format:{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]},"stand-alone":{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]}},quarters:{format:{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]},"stand-alone":{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]}},dayPeriods:{format:{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dop.","pop."]},"stand-alone":{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dopoldne","popoldne"]}},"era-wide":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-abbreviated":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"EEEE, dd. MMMM y G",long:"dd. MMMM y G",medium:"d. MMM y G",short:"d. MM. yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E, HH:mm",Ehms:"E h:mm:ss a",EHms:"E, HH:mm:ss",Gy:"y G",GyM:"M/y G",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",ms:"mm:ss",y:"y",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d. M. y G",yyyyMEd:"E, d. M. y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h:mm B–h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M.–M."},Md:{d:"d.–d. M.",M:"d. M.–d. M."},MEd:{d:"E, d.–E, d. M.",M:"E, d. M.–E, d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E, d.–E, d. MMM",M:"E, d. MMM–E, d. MMM"},y:{y:"y–y"},yM:{M:"M.–M. y",y:"M. y – M. y"},yMd:{d:"d. M. y – d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMEd:{d:"E, d. – E, d. M. y",M:"E, d. M. – E, d. M. y",y:"E, d. M. y – E, d. M. y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM – d. MMM y",y:"d. MMM y – d. MMM y"},yMMMEd:{d:"E, d. MMM – E, d. MMM y",M:"E, d. MMM – E, d. MMM y",y:"E, d. MMM y – E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]},"stand-alone":{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]}},quarters:{format:{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]},"stand-alone":{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]}},dayPeriods:{format:{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dop.","pop."]},"stand-alone":{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dopoldne","popoldne"]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, dd. MMMM y G",long:"dd. MMMM y G",medium:"d. MMM y G",short:"d. MM. yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E, HH:mm",Ehms:"E h:mm:ss a",EHms:"E, HH:mm:ss",Gy:"y G",GyM:"M/y G",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",ms:"mm:ss",y:"y",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d. M. y G",yyyyMEd:"E, d. M. y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h:mm B–h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M.–M."},Md:{d:"d.–d. M.",M:"d. M.–d. M."},MEd:{d:"E, d.–E, d. M.",M:"E, d. M.–E, d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E, d.–E, d. MMM",M:"E, d. MMM–E, d. MMM"},y:{y:"y–y"},yM:{M:"M.–M. y",y:"M. y – M. y"},yMd:{d:"d. M. y – d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMEd:{d:"E, d. – E, d. M. y",M:"E, d. M. – E, d. M. y",y:"E, d. M. y – E, d. M. y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM – d. MMM y",y:"d. MMM y – d. MMM y"},yMMMEd:{d:"E, d. MMM – E, d. MMM y",M:"E, d. MMM – E, d. MMM y",y:"E, d. MMM y – E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]}},days:{format:{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]},"stand-alone":{abbreviated:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],narrow:["n","p","t","s","č","p","s"],short:["ned.","pon.","tor.","sre.","čet.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"]}},quarters:{format:{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]},"stand-alone":{abbreviated:["1. čet.","2. čet.","3. čet.","4. čet."],narrow:["1","2","3","4"],wide:["1. četrtletje","2. četrtletje","3. četrtletje","4. četrtletje"]}},dayPeriods:{format:{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dop.","pop."]},"stand-alone":{abbreviated:["dop.","pop."],narrow:["d","p"],wide:["dopoldne","popoldne"]}},"era-wide":{0:"budistični koledar"},"era-abbreviated":{0:"bud. kol."},"era-narrow":{0:"BK"}},dateFields:{era:{displayName:"doba"},"year-wide":{displayName:"leto","relative-type--1":"lani","relative-type-0":"letos","relative-type-1":"naslednje leto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} leto","relativeTimePattern-count-two":"čez {0} leti","relativeTimePattern-count-few":"čez {0} leta","relativeTimePattern-count-other":"čez {0} let"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} letom","relativeTimePattern-count-two":"pred {0} letoma","relativeTimePattern-count-few":"pred {0} leti","relativeTimePattern-count-other":"pred {0} leti"}},"year-short":{displayName:"leto","relative-type--1":"lani","relative-type-0":"letos","relative-type-1":"naslednje leto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} leto","relativeTimePattern-count-two":"čez {0} leti","relativeTimePattern-count-few":"čez {0} leta","relativeTimePattern-count-other":"čez {0} let"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} letom","relativeTimePattern-count-two":"pred {0} letoma","relativeTimePattern-count-few":"pred {0} leti","relativeTimePattern-count-other":"pred {0} leti"}},"year-narrow":{displayName:"leto","relative-type--1":"lani","relative-type-0":"letos","relative-type-1":"naslednje leto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} leto","relativeTimePattern-count-two":"čez {0} leti","relativeTimePattern-count-few":"čez {0} leta","relativeTimePattern-count-other":"čez {0} let"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} letom","relativeTimePattern-count-two":"pred {0} letoma","relativeTimePattern-count-few":"pred {0} leti","relativeTimePattern-count-other":"pred {0} leti"}},"quarter-wide":{displayName:"četrtletje","relative-type--1":"zadnje četrtletje","relative-type-0":"to četrtletje","relative-type-1":"naslednje četrtletje","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} četrtletje","relativeTimePattern-count-two":"čez {0} četrtletji","relativeTimePattern-count-few":"čez {0} četrtletja","relativeTimePattern-count-other":"čez {0} četrtletij"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} četrtletjem","relativeTimePattern-count-two":"pred {0} četrtletjema","relativeTimePattern-count-few":"pred {0} četrtletji","relativeTimePattern-count-other":"pred {0} četrtletji"}},"quarter-short":{displayName:"četrtl.","relative-type--1":"zadnje četrtletje","relative-type-0":"to četrtletje","relative-type-1":"naslednje četrtletje","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} četrtl.","relativeTimePattern-count-two":"čez {0} četrtl.","relativeTimePattern-count-few":"čez {0} četrtl.","relativeTimePattern-count-other":"čez {0} četrtl."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} četrtl.","relativeTimePattern-count-two":"pred {0} četrtl.","relativeTimePattern-count-few":"pred {0} četrtl.","relativeTimePattern-count-other":"pred {0} četrtl."}},"quarter-narrow":{displayName:"četr.","relative-type--1":"zadnje četrtletje","relative-type-0":"to četrtletje","relative-type-1":"naslednje četrtletje","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} četr.","relativeTimePattern-count-two":"čez {0} četr.","relativeTimePattern-count-few":"čez {0} četr.","relativeTimePattern-count-other":"čez {0} četr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} četr.","relativeTimePattern-count-two":"pred {0} četr.","relativeTimePattern-count-few":"pred {0} četr.","relativeTimePattern-count-other":"pred {0} četr."}},"month-wide":{displayName:"mesec","relative-type--1":"prejšnji mesec","relative-type-0":"ta mesec","relative-type-1":"naslednji mesec","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} mesec","relativeTimePattern-count-two":"čez {0} meseca","relativeTimePattern-count-few":"čez {0} mesece","relativeTimePattern-count-other":"čez {0} mesecev"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mesecem","relativeTimePattern-count-two":"pred {0} mesecema","relativeTimePattern-count-few":"pred {0} meseci","relativeTimePattern-count-other":"pred {0} meseci"}},"month-short":{displayName:"mes.","relative-type--1":"prejšnji mesec","relative-type-0":"ta mesec","relative-type-1":"naslednji mesec","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} mes.","relativeTimePattern-count-two":"čez {0} mes.","relativeTimePattern-count-few":"čez {0} mes.","relativeTimePattern-count-other":"čez {0} mes."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mes.","relativeTimePattern-count-two":"pred {0} mes.","relativeTimePattern-count-few":"pred {0} mes.","relativeTimePattern-count-other":"pred {0} mes."}},"month-narrow":{displayName:"mes.","relative-type--1":"prejšnji mesec","relative-type-0":"ta mesec","relative-type-1":"naslednji mesec","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} mes.","relativeTimePattern-count-two":"čez {0} mes.","relativeTimePattern-count-few":"čez {0} mes.","relativeTimePattern-count-other":"čez {0} mes."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mes.","relativeTimePattern-count-two":"pred {0} mes.","relativeTimePattern-count-few":"pred {0} mes.","relativeTimePattern-count-other":"pred {0} mes."}},"week-wide":{displayName:"teden","relative-type--1":"prejšnji teden","relative-type-0":"ta teden","relative-type-1":"naslednji teden","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} teden","relativeTimePattern-count-two":"čez {0} tedna","relativeTimePattern-count-few":"čez {0} tedne","relativeTimePattern-count-other":"čez {0} tednov"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} tednom","relativeTimePattern-count-two":"pred {0} tednoma","relativeTimePattern-count-few":"pred {0} tedni","relativeTimePattern-count-other":"pred {0} tedni"},relativePeriod:"v tednu {0}"},"week-short":{displayName:"ted.","relative-type--1":"prejšnji teden","relative-type-0":"ta teden","relative-type-1":"naslednji teden","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} ted.","relativeTimePattern-count-two":"čez {0} ted.","relativeTimePattern-count-few":"čez {0} ted.","relativeTimePattern-count-other":"čez {0} ted."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} ted.","relativeTimePattern-count-two":"pred {0} ted.","relativeTimePattern-count-few":"pred {0} ted.","relativeTimePattern-count-other":"pred {0} ted."},relativePeriod:"v tednu {0}"},"week-narrow":{displayName:"ted.","relative-type--1":"prejšnji teden","relative-type-0":"ta teden","relative-type-1":"naslednji teden","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} ted.","relativeTimePattern-count-two":"čez {0} ted.","relativeTimePattern-count-few":"čez {0} ted.","relativeTimePattern-count-other":"čez {0} ted."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} ted.","relativeTimePattern-count-two":"pred {0} ted.","relativeTimePattern-count-few":"pred {0} ted.","relativeTimePattern-count-other":"pred {0} ted."},relativePeriod:"v tednu {0}"},"day-wide":{displayName:"dan","relative-type--2":"predvčerajšnjim","relative-type--1":"včeraj","relative-type-0":"danes","relative-type-1":"jutri","relative-type-2":"pojutrišnjem","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} dan","relativeTimePattern-count-two":"čez {0} dneva","relativeTimePattern-count-few":"čez {0} dni","relativeTimePattern-count-other":"čez {0} dni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} dnevom","relativeTimePattern-count-two":"pred {0} dnevoma","relativeTimePattern-count-few":"pred {0} dnevi","relativeTimePattern-count-other":"pred {0} dnevi"}},"day-short":{displayName:"dan","relative-type--2":"predvčerajšnjim","relative-type--1":"včeraj","relative-type-0":"danes","relative-type-1":"jutri","relative-type-2":"pojutrišnjem","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} dan","relativeTimePattern-count-two":"čez {0} dneva","relativeTimePattern-count-few":"čez {0} dni","relativeTimePattern-count-other":"čez {0} dni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} dnevom","relativeTimePattern-count-two":"pred {0} dnevoma","relativeTimePattern-count-few":"pred {0} dnevi","relativeTimePattern-count-other":"pred {0} dnevi"}},"day-narrow":{displayName:"dan","relative-type--2":"predvčerajšnjim","relative-type--1":"včeraj","relative-type-0":"danes","relative-type-1":"jutri","relative-type-2":"pojutrišnjem","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} dan","relativeTimePattern-count-two":"čez {0} dneva","relativeTimePattern-count-few":"čez {0} dni","relativeTimePattern-count-other":"čez {0} dni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} dnevom","relativeTimePattern-count-two":"pred {0} dnevoma","relativeTimePattern-count-few":"pred {0} dnevi","relativeTimePattern-count-other":"pred {0} dnevi"}},weekday:{displayName:"dan v tednu"},"hour-wide":{displayName:"ura","relative-type-0":"v tej uri","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} uro","relativeTimePattern-count-two":"čez {0} uri","relativeTimePattern-count-few":"čez {0} ure","relativeTimePattern-count-other":"čez {0} ur"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} uro","relativeTimePattern-count-two":"pred {0} urama","relativeTimePattern-count-few":"pred {0} urami","relativeTimePattern-count-other":"pred {0} urami"}},"hour-short":{displayName:"ura","relative-type-0":"v tej uri","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} uro","relativeTimePattern-count-two":"čez {0} uri","relativeTimePattern-count-few":"čez {0} ure","relativeTimePattern-count-other":"čez {0} ur"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} uro","relativeTimePattern-count-two":"pred {0} urama","relativeTimePattern-count-few":"pred {0} urami","relativeTimePattern-count-other":"pred {0} urami"}},"hour-narrow":{displayName:"h","relative-type-0":"v tej uri","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} h","relativeTimePattern-count-two":"čez {0} h","relativeTimePattern-count-few":"čez {0} h","relativeTimePattern-count-other":"čez {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} h","relativeTimePattern-count-two":"pred {0} h","relativeTimePattern-count-few":"pred {0} h","relativeTimePattern-count-other":"pred {0} h"}},"minute-wide":{displayName:"minuta","relative-type-0":"to minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} minuto","relativeTimePattern-count-two":"čez {0} minuti","relativeTimePattern-count-few":"čez {0} minute","relativeTimePattern-count-other":"čez {0} minut"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} minuto","relativeTimePattern-count-two":"pred {0} minutama","relativeTimePattern-count-few":"pred {0} minutami","relativeTimePattern-count-other":"pred {0} minutami"}},"minute-short":{displayName:"min.","relative-type-0":"to minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} min.","relativeTimePattern-count-two":"čez {0} min.","relativeTimePattern-count-few":"čez {0} min.","relativeTimePattern-count-other":"čez {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} min.","relativeTimePattern-count-two":"pred {0} min.","relativeTimePattern-count-few":"pred {0} min.","relativeTimePattern-count-other":"pred {0} min."}},"minute-narrow":{displayName:"min","relative-type-0":"to minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} min","relativeTimePattern-count-two":"čez {0} min","relativeTimePattern-count-few":"čez {0} min","relativeTimePattern-count-other":"čez {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} min","relativeTimePattern-count-two":"pred {0} min","relativeTimePattern-count-few":"pred {0} min","relativeTimePattern-count-other":"pred {0} min"}},"second-wide":{displayName:"sekunda","relative-type-0":"zdaj","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} sekundo","relativeTimePattern-count-two":"čez {0} sekundi","relativeTimePattern-count-few":"čez {0} sekunde","relativeTimePattern-count-other":"čez {0} sekund"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} sekundo","relativeTimePattern-count-two":"pred {0} sekundama","relativeTimePattern-count-few":"pred {0} sekundami","relativeTimePattern-count-other":"pred {0} sekundami"}},"second-short":{displayName:"sek.","relative-type-0":"zdaj","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} s","relativeTimePattern-count-two":"čez {0} s","relativeTimePattern-count-few":"čez {0} s","relativeTimePattern-count-other":"čez {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} s","relativeTimePattern-count-two":"pred {0} s","relativeTimePattern-count-few":"pred {0} s","relativeTimePattern-count-other":"pred {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"zdaj","relativeTime-type-future":{"relativeTimePattern-count-one":"čez {0} s","relativeTimePattern-count-two":"čez {0} s","relativeTimePattern-count-few":"čez {0} s","relativeTimePattern-count-other":"čez {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} s","relativeTimePattern-count-two":"pred {0} s","relativeTimePattern-count-few":"pred {0} s","relativeTimePattern-count-other":"pred {0} s"}},zone:{displayName:"časovni pas"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 tisoč","1000-two":"0 tisoč","1000-few":"0 tisoč","1000-other":"0 tisoč","10000-one":"00 tisoč","10000-two":"00 tisoč","10000-few":"00 tisoč","10000-other":"00 tisoč","100000-one":"000 tisoč","100000-two":"000 tisoč","100000-few":"000 tisoč","100000-other":"000 tisoč","1000000-one":"0 milijon","1000000-two":"0 milijona","1000000-few":"0 milijone","1000000-other":"0 milijonov","10000000-one":"00 milijon","10000000-two":"00 milijona","10000000-few":"00 milijoni","10000000-other":"00 milijonov","100000000-one":"000 milijon","100000000-two":"000 milijona","100000000-few":"000 milijoni","100000000-other":"000 milijonov","1000000000-one":"0 milijarda","1000000000-two":"0 milijardi","1000000000-few":"0 milijarde","1000000000-other":"0 milijard","10000000000-one":"00 milijarda","10000000000-two":"00 milijardi","10000000000-few":"00 milijarde","10000000000-other":"00 milijard","100000000000-one":"000 milijarda","100000000000-two":"000 milijardi","100000000000-few":"000 milijarde","100000000000-other":"000 milijard","1000000000000-one":"0 bilijon","1000000000000-two":"0 bilijona","1000000000000-few":"0 bilijoni","1000000000000-other":"0 bilijonov","10000000000000-one":"00 bilijon","10000000000000-two":"00 bilijona","10000000000000-few":"00 bilijoni","10000000000000-other":"00 bilijonov","100000000000000-one":"000 bilijon","100000000000000-two":"000 bilijona","100000000000000-few":"000 bilijoni","100000000000000-other":"000 bilijonov"},"decimalFormat-short":{"1000-one":"0 tis'.'","1000-two":"0 tis'.'","1000-few":"0 tis'.'","1000-other":"0 tis'.'","10000-one":"00 tis'.'","10000-two":"00 tis'.'","10000-few":"00 tis'.'","10000-other":"00 tis'.'","100000-one":"000 tis'.'","100000-two":"000 tis'.'","100000-few":"000 tis'.'","100000-other":"000 tis'.'","1000000-one":"0 mio'.'","1000000-two":"0 mio'.'","1000000-few":"0 mio'.'","1000000-other":"0 mio'.'","10000000-one":"00 mio'.'","10000000-two":"00 mio'.'","10000000-few":"00 mio'.'","10000000-other":"00 mio'.'","100000000-one":"000 mio'.'","100000000-two":"000 mio'.'","100000000-few":"000 mio'.'","100000000-other":"000 mio'.'","1000000000-one":"0 mrd'.'","1000000000-two":"0 mrd'.'","1000000000-few":"0 mrd'.'","1000000000-other":"0 mrd'.'","10000000000-one":"00 mrd'.'","10000000000-two":"00 mrd'.'","10000000000-few":"00 mrd'.'","10000000000-other":"00 mrd'.'","100000000000-one":"000 mrd'.'","100000000000-two":"000 mrd'.'","100000000000-few":"000 mrd'.'","100000000000-other":"000 mrd'.'","1000000000000-one":"0 bil'.'","1000000000000-two":"0 bil'.'","1000000000000-few":"0 bil'.'","1000000000000-other":"0 bil'.'","10000000000000-one":"00 bil'.'","10000000000000-two":"00 bil'.'","10000000000000-few":"00 bil'.'","10000000000000-other":"00 bil'.'","100000000000000-one":"000 bil'.'","100000000000000-two":"000 bil'.'","100000000000000-few":"000 bil'.'","100000000000000-other":"000 bil'.'"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0 %"},currencyFormat:{standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern:{approximately:"~{0}",atLeast:"≥{0}",atMost:"≤{0}",range:"{0}–{1}"},"currencyFormat-short":{"1000-one":"0 tis'.' ¤","1000-two":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-two":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-two":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mio'.' ¤","1000000-two":"0 mio'.' ¤","1000000-few":"0 mio'.' ¤","1000000-other":"0 mio'.' ¤","10000000-one":"00 mio'.' ¤","10000000-two":"00 mio'.' ¤","10000000-few":"00 mio'.' ¤","10000000-other":"00 mio'.' ¤","100000000-one":"000 mio'.' ¤","100000000-two":"000 mio'.' ¤","100000000-few":"000 mio'.' ¤","100000000-other":"000 mio'.' ¤","1000000000-one":"0 mrd'.' ¤","1000000000-two":"0 mrd'.' ¤","1000000000-few":"0 mrd'.' ¤","1000000000-other":"0 mrd'.' ¤","10000000000-one":"00 mrd'.' ¤","10000000000-two":"00 mrd'.' ¤","10000000000-few":"00 mrd'.' ¤","10000000000-other":"00 mrd'.' ¤","100000000000-one":"000 mrd'.' ¤","100000000000-two":"000 mrd'.' ¤","100000000000-few":"000 mrd'.' ¤","100000000000-other":"000 mrd'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-two":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-two":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-two":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"−","symbols-latn-exponential":"e","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:{CNY:"CN¥",EUR:"€",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",USD:"$",VND:"₫",XAF:"FCFA",XOF:"CFA",XPF:"CFPF",XXX:"¤"},rtl:!1,"listPattern-standard-wide":{2:"{0} in {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} in {1}"},"listPattern-or-wide":{2:"{0} ali {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} ali {1}"},"listPattern-or-short":{2:"{0} ali {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} ali {1}"},"listPattern-standard-short":{2:"{0} in {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} in {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-two":"{0} G","unitPattern-count-few":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-two":"{0} m/s²","unitPattern-count-few":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"vrt","unitPattern-count-one":"{0} vrt","unitPattern-count-two":"{0} vrt","unitPattern-count-few":"{0} vrt","unitPattern-count-other":"{0} vrt"},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-two":"{0} rad","unitPattern-count-few":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"°","unitPattern-count-one":"{0} °","unitPattern-count-two":"{0} °","unitPattern-count-few":"{0} °","unitPattern-count-other":"{0} °"},"angle-arc-minute":{displayName:"′","unitPattern-count-one":"{0}′","unitPattern-count-two":"{0}′","unitPattern-count-few":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"″","unitPattern-count-one":"{0}″","unitPattern-count-two":"{0}″","unitPattern-count-few":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-two":"{0} km²","unitPattern-count-few":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-two":"{0} ha","unitPattern-count-few":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-two":"{0} m²","unitPattern-count-few":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-two":"{0} cm²","unitPattern-count-few":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-two":"{0} mi²","unitPattern-count-few":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"aker","unitPattern-count-one":"{0} ac","unitPattern-count-two":"{0} ac","unitPattern-count-few":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-two":"{0} yd²","unitPattern-count-few":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-two":"{0} ft²","unitPattern-count-few":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-two":"{0} in²","unitPattern-count-few":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunami","unitPattern-count-one":"{0} dunam","unitPattern-count-two":"{0} dunama","unitPattern-count-few":"{0} dunami","unitPattern-count-other":"{0} dunamov"},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-two":"{0} kt","unitPattern-count-few":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dL","unitPattern-count-two":"{0} mg/dL","unitPattern-count-few":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-one":"{0} mmol/L","unitPattern-count-two":"{0} mmol/L","unitPattern-count-few":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-part-per-million":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-two":"{0} ppm","unitPattern-count-few":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"odstotek","unitPattern-count-one":"{0} %","unitPattern-count-two":"{0} %","unitPattern-count-few":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"promile","unitPattern-count-one":"{0} ‰","unitPattern-count-two":"{0} ‰","unitPattern-count-few":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0} ‱","unitPattern-count-two":"{0} ‱","unitPattern-count-few":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-two":"{0} mol","unitPattern-count-few":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"L/km","unitPattern-count-one":"{0} L/km","unitPattern-count-two":"{0} L/km","unitPattern-count-few":"{0} L/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100kilometers":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-two":"{0} l/100 km","unitPattern-count-few":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-two":"{0} mpg","unitPattern-count-few":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-one":"{0} mpg Imp.","unitPattern-count-two":"{0} mpg Imp.","unitPattern-count-few":"{0} mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-two":"{0} PB","unitPattern-count-few":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-two":"{0} TB","unitPattern-count-few":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-two":"{0} Tb","unitPattern-count-few":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-two":"{0} GB","unitPattern-count-few":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-two":"{0} Gb","unitPattern-count-few":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-two":"{0} MB","unitPattern-count-few":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-two":"{0} Mb","unitPattern-count-few":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-two":"{0} kB","unitPattern-count-few":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-two":"{0} kb","unitPattern-count-few":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"bajt","unitPattern-count-one":"{0} bajt","unitPattern-count-two":"{0} bajta","unitPattern-count-few":"{0} bajti","unitPattern-count-other":"{0} bajtov"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-two":"{0} bit","unitPattern-count-few":"{0} bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"stol.","unitPattern-count-one":"{0} stol.","unitPattern-count-two":"{0} stol.","unitPattern-count-few":"{0} stol.","unitPattern-count-other":"{0} stol."},"duration-year":{displayName:"let","unitPattern-count-one":"{0} l","unitPattern-count-two":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"duration-month":{displayName:"mesecev","unitPattern-count-one":"{0} m","unitPattern-count-two":"{0} m","unitPattern-count-few":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"duration-week":{displayName:"tednov","unitPattern-count-one":"{0} t","unitPattern-count-two":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-other":"{0} t",perUnitPattern:"{0}/t"},"duration-day":{displayName:"dni","unitPattern-count-one":"{0} d","unitPattern-count-two":"{0} d","unitPattern-count-few":"{0} d","unitPattern-count-other":"{0} d",perUnitPattern:"{0} na dan"},"duration-hour":{displayName:"ur","unitPattern-count-one":"{0} h","unitPattern-count-two":"{0} h","unitPattern-count-few":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-two":"{0} min","unitPattern-count-few":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"sek.","unitPattern-count-one":"{0} sek.","unitPattern-count-two":"{0} sek.","unitPattern-count-few":"{0} sek.","unitPattern-count-other":"{0} sek.",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-two":"{0} ms","unitPattern-count-few":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-two":"{0} μs","unitPattern-count-few":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-two":"{0} ns","unitPattern-count-few":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-two":"{0} A","unitPattern-count-few":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-two":"{0} mA","unitPattern-count-few":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"ohm","unitPattern-count-one":"{0} Ω","unitPattern-count-two":"{0} Ω","unitPattern-count-few":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-two":"{0} V","unitPattern-count-few":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-two":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-two":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-one":"{0} Cal","unitPattern-count-two":"{0} Cal","unitPattern-count-few":"{0} Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-two":"{0} kJ","unitPattern-count-few":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-two":"{0} J","unitPattern-count-few":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-two":"{0} kWh","unitPattern-count-few":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-two":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-one":"{0} Btu","unitPattern-count-two":"{0} Btu","unitPattern-count-few":"{0} Btu","unitPattern-count-other":"{0} Btu"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-two":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-two":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-two":"{0} GHz","unitPattern-count-few":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-two":"{0} MHz","unitPattern-count-few":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-two":"{0} kHz","unitPattern-count-few":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-two":"{0} Hz","unitPattern-count-few":"{0} Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-two":"{0} km","unitPattern-count-few":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-two":"{0} m","unitPattern-count-few":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-two":"{0} dm","unitPattern-count-few":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-two":"{0} cm","unitPattern-count-few":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-two":"{0} mm","unitPattern-count-few":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-one":"{0} µm","unitPattern-count-two":"{0} µm","unitPattern-count-few":"{0} µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-two":"{0} nm","unitPattern-count-few":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-two":"{0} pm","unitPattern-count-few":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-two":"{0} mi","unitPattern-count-few":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-two":"{0} yd","unitPattern-count-few":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-two":"{0} ft","unitPattern-count-few":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-two":"{0} in","unitPattern-count-few":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-two":"{0} pc","unitPattern-count-few":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"sv. let","unitPattern-count-one":"{0} sv. let","unitPattern-count-two":"{0} sv. leti","unitPattern-count-few":"{0} sv. leta","unitPattern-count-other":"{0} sv. let"},"length-astronomical-unit":{displayName:"ae","unitPattern-count-one":"{0} ae","unitPattern-count-two":"{0} ae","unitPattern-count-few":"{0} ae","unitPattern-count-other":"{0} ae"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-one":"{0} fth","unitPattern-count-two":"{0} fth","unitPattern-count-few":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-two":"{0} nmi","unitPattern-count-few":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-two":"{0} smi","unitPattern-count-few":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-two":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-two":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-two":"{0} lx","unitPattern-count-few":"{0} lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-two":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-two":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-two":"{0} kg","unitPattern-count-few":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-two":"{0} g","unitPattern-count-few":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-two":"{0} mg","unitPattern-count-few":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-one":"{0} µg","unitPattern-count-two":"{0} µg","unitPattern-count-few":"{0} µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"sh tn","unitPattern-count-one":"{0} sh tn","unitPattern-count-two":"{0} sh tn","unitPattern-count-few":"{0} sh tn","unitPattern-count-other":"{0} sh tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-two":"{0} lb","unitPattern-count-few":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-two":"{0} oz","unitPattern-count-few":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-two":"{0} oz t","unitPattern-count-few":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-one":"{0} CD","unitPattern-count-two":"{0} CD","unitPattern-count-few":"{0} CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-two":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-two":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-two":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-two":"{0} GW","unitPattern-count-few":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-two":"{0} MW","unitPattern-count-few":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-two":"{0} kW","unitPattern-count-few":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-two":"{0} W","unitPattern-count-few":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-two":"{0} mW","unitPattern-count-few":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"KM","unitPattern-count-one":"{0} KM","unitPattern-count-two":"{0} KM","unitPattern-count-few":"{0} KM","unitPattern-count-other":"{0} KM"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-two":"{0} hPa","unitPattern-count-few":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mmHg","unitPattern-count-one":"{0} mmHG","unitPattern-count-two":"{0} mmHG","unitPattern-count-few":"{0} mmHG","unitPattern-count-other":"{0} mmHG"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-two":"{0} psi","unitPattern-count-few":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-two":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-two":"{0} mbar","unitPattern-count-few":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-two":"{0} atm","unitPattern-count-few":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-two":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-two":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-two":"{0} km/h","unitPattern-count-few":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-two":"{0} m/s","unitPattern-count-few":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-two":"{0} mi/h","unitPattern-count-few":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-two":"{0} kn","unitPattern-count-few":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-two":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-two":"{0} °C","unitPattern-count-few":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-two":"{0} °F","unitPattern-count-few":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-two":"{0} K","unitPattern-count-few":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-two":"{0} lbf⋅ft","unitPattern-count-few":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-one":"{0} N⋅m","unitPattern-count-two":"{0} N⋅m","unitPattern-count-few":"{0} N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-two":"{0} km³","unitPattern-count-few":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-two":"{0} m³","unitPattern-count-few":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-two":"{0} cm³","unitPattern-count-few":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-two":"{0} mi³","unitPattern-count-few":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-two":"{0} yd³","unitPattern-count-few":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-two":"{0} ft³","unitPattern-count-few":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-two":"{0} in³","unitPattern-count-few":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-two":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hL","unitPattern-count-one":"{0} hL","unitPattern-count-two":"{0} hL","unitPattern-count-few":"{0} hL","unitPattern-count-other":"{0} hL"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-two":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dL","unitPattern-count-one":"{0} dL","unitPattern-count-two":"{0} dL","unitPattern-count-few":"{0} dL","unitPattern-count-other":"{0} dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-one":"{0} cL","unitPattern-count-two":"{0} cL","unitPattern-count-few":"{0} cL","unitPattern-count-other":"{0} cL"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-two":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-two":"{0} mpt","unitPattern-count-few":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"m. skod.","unitPattern-count-one":"{0} m. skod.","unitPattern-count-two":"{0} m. skod.","unitPattern-count-few":"{0} m. skod.","unitPattern-count-other":"{0} m. skod."},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-two":"{0} ac ft","unitPattern-count-few":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-two":"{0} gal","unitPattern-count-few":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"imp. gal","unitPattern-count-one":"{0} imp. gal","unitPattern-count-two":"{0} imp. gal","unitPattern-count-few":"{0} imp. gal","unitPattern-count-other":"{0} imp. gal",perUnitPattern:"{0}/imp. gal"},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-two":"{0} qt","unitPattern-count-few":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-two":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-two":"{0} c","unitPattern-count-few":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-two":"{0} fl oz","unitPattern-count-few":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"imp. fl. oz.","unitPattern-count-one":"{0} imp. fl. oz.","unitPattern-count-two":"{0} imp. fl. oz.","unitPattern-count-few":"{0} imp. fl. oz.","unitPattern-count-other":"{0} imp. fl. oz."},"volume-tablespoon":{displayName:"žlica","unitPattern-count-one":"{0} žlica","unitPattern-count-two":"{0} žlici","unitPattern-count-few":"{0} žlice","unitPattern-count-other":"{0} žlic"},"volume-teaspoon":{displayName:"žlička","unitPattern-count-one":"{0} žlička","unitPattern-count-two":"{0} žlički","unitPattern-count-few":"{0} žličke","unitPattern-count-other":"{0} žličk"},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-two":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"smer",east:"{0} V",north:"{0} S",south:"{0} J",west:"{0} Z"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tis'.' ¤","1000-two":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-two":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-two":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mio'.' ¤","1000000-two":"0 mio'.' ¤","1000000-few":"0 mio'.' ¤","1000000-other":"0 mio'.' ¤","10000000-one":"00 mio'.' ¤","10000000-two":"00 mio'.' ¤","10000000-few":"00 mio'.' ¤","10000000-other":"00 mio'.' ¤","100000000-one":"000 mio'.' ¤","100000000-two":"000 mio'.' ¤","100000000-few":"000 mio'.' ¤","100000000-other":"000 mio'.' ¤","1000000000-one":"0 mrd'.' ¤","1000000000-two":"0 mrd'.' ¤","1000000000-few":"0 mrd'.' ¤","1000000000-other":"0 mrd'.' ¤","10000000000-one":"00 mrd'.' ¤","10000000000-two":"00 mrd'.' ¤","10000000000-few":"00 mrd'.' ¤","10000000000-other":"00 mrd'.' ¤","100000000000-one":"000 mrd'.' ¤","100000000000-two":"000 mrd'.' ¤","100000000000-few":"000 mrd'.' ¤","100000000000-other":"000 mrd'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-two":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-two":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-two":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},currencyDigits:{ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals:{one:"v = 0 and i % 100 = 1",two:"v = 0 and i % 100 = 2",few:"v = 0 and i % 100 = 3..4 or v != 0"},"weekData-minDays":1,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H hB",_preferred:"H"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}}};
2
+ //# sourceMappingURL=sl-0d949839.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sl-0d949839.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}