@openui5/sap.ui.integration 1.107.1 → 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:"abcházčina",ace:"acehčina",ach:"ačoli",ada:"adangme",ady:"adygejčina",ae:"avestčina",af:"afrikánčina",afh:"afrihili",agq:"aghem",ain:"ainčina",ak:"akančina",akk:"akkadčina",ale:"aleutčina",alt:"južná altajčina",am:"amharčina",an:"aragónčina",ang:"stará angličtina",anp:"angika",ar:"arabčina",ar_001:"arabčina (moderná štandardná)",arc:"aramejčina",arn:"mapudungun",arp:"arapažština",ars:"arabčina (nadždská)",arw:"arawačtina",as:"ásamčina",asa:"asu",ast:"astúrčina",av:"avarčina",awa:"awadhi",ay:"aymarčina",az:"azerbajdžančina","az_alt-short":"azerbajdžančina",ba:"baškirčina",bal:"balúčtina",ban:"balijčina",bas:"basa",bax:"bamun",bbj:"ghomala",be:"bieloruština",bej:"bedža",bem:"bemba",bez:"bena",bfd:"bafut",bg:"bulharčina",bgn:"západná balúčtina",bho:"bhódžpurčina",bi:"bislama",bik:"bikolčina",bin:"bini",bkm:"kom",bla:"siksika",bm:"bambarčina",bn:"bengálčina",bo:"tibetčina",br:"bretónčina",bra:"bradžčina",brx:"bodo",bs:"bosniačtina",bss:"akoose",bua:"buriatčina",bug:"bugiština",bum:"bulu",byn:"blin",byv:"medumba",ca:"katalánčina",cad:"kaddo",car:"karibčina",cay:"kajugčina",cch:"atsam",ccp:"ccp",ce:"čečenčina",ceb:"cebuánčina",cgg:"kiga",ch:"čamorčina",chb:"čibča",chg:"čagatajčina",chk:"chuuk",chm:"marijčina",chn:"činucký žargón",cho:"čoktčina",chp:"čipevajčina",chr:"čerokí",chy:"čejenčina",ckb:"kurdčina (sorání)",co:"korzičtina",cop:"koptčina",cr:"krí",crh:"krymská tatárčina",crs:"seychelská kreolčina",cs:"čeština",csb:"kašubčina",cu:"cirkevná slovančina",cv:"čuvaština",cy:"waleština",da:"dánčina",dak:"dakotčina",dar:"darginčina",dav:"taita",de:"nemčina",de_AT:"nemčina (rakúska)",de_CH:"nemčina (švajčiarska spisovná)",del:"delawarčina",den:"slavé",dgr:"dogribčina",din:"dinkčina",dje:"zarma",doi:"dógrí",dsb:"dolnolužická srbčina",dua:"duala",dum:"stredná holandčina",dv:"maldivčina",dyo:"jola-fonyi",dyu:"ďula",dz:"dzongkha",dzg:"dazaga",ebu:"embu",ee:"eweština",efi:"efik",egy:"staroegyptčina",eka:"ekadžuk",el:"gréčtina",elx:"elamčina",en:"angličtina",en_AU:"angličtina (austrálska)",en_CA:"angličtina (kanadská)",en_GB:"angličtina (britská)","en_GB-alt-short":"angličtina (britská)",en_US:"angličtina (americká)","en_US-alt-short":"angličtina (americká)",enm:"stredná angličtina",eo:"esperanto",es:"španielčina",es_419:"španielčina (latinskoamerická)",es_ES:"španielčina (európska)",es_MX:"španielčina (mexická)",et:"estónčina",eu:"baskičtina",ewo:"ewondo",fa:"perzština",fan:"fangčina",fat:"fanti",ff:"fulbčina",fi:"fínčina",fil:"filipínčina",fj:"fidžijčina",fo:"faerčina",fon:"fončina",fr:"francúzština",fr_CA:"francúzština (kanadská)",fr_CH:"francúzština (švajčiarska)",frc:"francúzština (Cajun)",frm:"stredná francúzština",fro:"stará francúzština",frr:"severná frízština",frs:"východofrízština",fur:"friulčina",fy:"západná frízština",ga:"írčina",gaa:"ga",gag:"gagauzština",gay:"gayo",gba:"gbaja",gd:"škótska gaelčina",gez:"etiópčina",gil:"kiribatčina",gl:"galícijčina",gmh:"stredná horná nemčina",gn:"guaraníjčina",goh:"stará horná nemčina",gon:"góndčina",gor:"gorontalo",got:"gótčina",grb:"grebo",grc:"starogréčtina",gsw:"nemčina (švajčiarska)",gu:"gudžarátčina",guz:"gusii",gv:"mančina",gwi:"kučinčina",ha:"hauština",hai:"haida",haw:"havajčina",he:"hebrejčina",hi:"hindčina",hil:"hiligajnončina",hit:"chetitčina",hmn:"hmongčina",ho:"hiri motu",hr:"chorvátčina",hsb:"hornolužická srbčina",ht:"haitská kreolčina",hu:"maďarčina",hup:"hupčina",hy:"arménčina",hz:"herero",ia:"interlingua",iba:"ibančina",ibb:"ibibio",id:"indonézština",ie:"interlingue",ig:"igboština",ii:"s’čchuanská iovčina",ik:"inupik",ilo:"ilokánčina",inh:"inguština",io:"ido",is:"islandčina",it:"taliančina",iu:"inuktitut",ja:"japončina",jbo:"lojban",jgo:"ngomba",jmc:"mašame",jpr:"židovská perzština",jrb:"židovská arabčina",jv:"jávčina",ka:"gruzínčina",kaa:"karakalpačtina",kab:"kabylčina",kac:"kačjinčina",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"kabardčina",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"kapverdčina",kfo:"koro",kg:"kongčina",kha:"khasijčina",kho:"chotančina",khq:"západná songhajčina",ki:"kikujčina",kj:"kuaňama",kk:"kazaština",kkj:"kako",kl:"grónčina",kln:"kalendžin",km:"khmérčina",kmb:"kimbundu",kn:"kannadčina",ko:"kórejčina",koi:"komi-permiačtina",kok:"konkánčina",kos:"kusaie",kpe:"kpelle",kr:"kanurijčina",krc:"karačajevsko-balkarčina",krl:"karelčina",kru:"kuruchčina",ks:"kašmírčina",ksb:"šambala",ksf:"bafia",ksh:"kolínčina",ku:"kurdčina",kum:"kumyčtina",kut:"kutenajčina",kv:"komijčina",kw:"kornčina",ky:"kirgizština",la:"latinčina",lad:"židovská španielčina",lag:"langi",lah:"lahandčina",lam:"lamba",lb:"luxemburčina",lez:"lezginčina",lg:"gandčina",li:"limburčina",lkt:"lakotčina",ln:"lingalčina",lo:"laoština",lol:"mongo",lou:"kreolčina (Louisiana)",loz:"lozi",lrc:"severné luri",lt:"litovčina",lu:"lubčina (katanžská)",lua:"lubčina (luluánska)",lui:"luiseňo",lun:"lunda",luo:"luo",lus:"mizorámčina",luy:"luhja",lv:"lotyština",mad:"madurčina",maf:"mafa",mag:"magadhčina",mai:"maithilčina",mak:"makasarčina",man:"mandingo",mas:"masajčina",mde:"maba",mdf:"mokšiančina",mdr:"mandarčina",men:"mendejčina",mer:"meru",mfe:"maurícijská kreolčina",mg:"malgaština",mga:"stredná írčina",mgh:"makua-meetto",mgo:"meta’",mh:"marshallčina",mi:"maorijčina",mic:"mikmakčina",min:"minangkabaučina",mk:"macedónčina",ml:"malajálamčina",mn:"mongolčina",mnc:"mandžuština",mni:"manípurčina",moh:"mohawkčina",mos:"mossi",mr:"maráthčina",ms:"malajčina",mt:"maltčina",mua:"mundang",mul:"viaceré jazyky",mus:"kríkčina",mwl:"mirandčina",mwr:"marwari",my:"barmčina",mye:"myene",myv:"erzjančina",mzn:"mázandaránčina",na:"nauruština",nap:"neapolčina",naq:"nama",nb:"nórčina (bokmal)",nd:"ndebelčina (severná)",nds:"dolná nemčina",nds_NL:"dolná saština",ne:"nepálčina",new:"nevárčina",ng:"ndonga",nia:"niasánčina",niu:"niueština",nl:"holandčina",nl_BE:"flámčina",nmg:"kwasio",nn:"nórčina (nynorsk)",nnh:"ngiemboon",no:"nórčina",nog:"nogajčina",non:"stará nórčina",nqo:"n’ko",nr:"ndebelčina (južná)",nso:"sothčina (severná)",nus:"nuer",nv:"navaho",nwc:"klasická nevárčina",ny:"ňandža",nym:"ňamwezi",nyn:"ňankole",nyo:"ňoro",nzi:"nzima",oc:"okcitánčina",oj:"odžibva",om:"oromčina",or:"uríjčina",os:"osetčina",osa:"osedžština",ota:"osmanská turečtina",pa:"pandžábčina",pag:"pangasinančina",pal:"pahlaví",pam:"kapampangančina",pap:"papiamento",pau:"palaučina",pcm:"nigerijský pidžin",peo:"stará perzština",phn:"feničtina",pi:"pálí",pl:"poľština",pon:"pohnpeiština",prg:"pruština",pro:"stará okcitánčina",ps:"paštčina",pt:"portugalčina",pt_BR:"portugalčina (brazílska)",pt_PT:"portugalčina (európska)",qu:"kečuánčina",quc:"quiché",raj:"radžastančina",rap:"rapanujčina",rar:"rarotongská maorijčina",rm:"rétorománčina",rn:"rundčina",ro:"rumunčina",ro_MD:"moldavčina",rof:"rombo",rom:"rómčina",root:"koreň",ru:"ruština",rup:"arumunčina",rw:"rwandčina",rwk:"rwa",sa:"sanskrit",sad:"sandaweština",sah:"jakutčina",sam:"samaritánska aramejčina",saq:"samburu",sas:"sasačtina",sat:"santalčina",sba:"ngambay",sbp:"sangu",sc:"sardínčina",scn:"sicílčina",sco:"škótčina",sd:"sindhčina",sdh:"južná kurdčina",se:"saamčina (severná)",see:"senekčina",seh:"sena",sel:"selkupčina",ses:"koyraboro senni",sg:"sango",sga:"stará írčina",sh:"srbochorvátčina",shi:"tachelhit",shn:"šančina",shu:"čadská arabčina",si:"sinhalčina",sid:"sidamo",sk:"slovenčina",sl:"slovinčina",sm:"samojčina",sma:"saamčina (južná)",smj:"saamčina (lulská)",smn:"saamčina (inarijská)",sms:"saamčina (skoltská)",sn:"šončina",snk:"soninke",so:"somálčina",sog:"sogdijčina",sq:"albánčina",sr:"srbčina",srn:"surinamčina",srr:"sererčina",ss:"svazijčina",ssy:"saho",st:"sothčina (južná)",su:"sundčina",suk:"sukuma",sus:"susu",sux:"sumerčina",sv:"švédčina",sw:"swahilčina",sw_CD:"svahilčina (konžská)",swb:"komorčina",syc:"sýrčina (klasická)",syr:"sýrčina",ta:"tamilčina",te:"telugčina",tem:"temne",teo:"teso",ter:"terêna",tet:"tetumčina",tg:"tadžičtina",th:"thajčina",ti:"tigriňa",tig:"tigrejčina",tiv:"tiv",tk:"turkménčina",tkl:"tokelauština",tl:"tagalčina",tlh:"klingónčina",tli:"tlingitčina",tmh:"tuaregčina",tn:"tswančina",to:"tongčina",tog:"ňasa tonga",tpi:"novoguinejský pidžin",tr:"turečtina",trv:"taroko",ts:"tsongčina",tsi:"cimšjančina",tt:"tatárčina",tum:"tumbuka",tvl:"tuvalčina",tw:"twi",twq:"tasawaq",ty:"tahitčina",tyv:"tuviančina",tzm:"tuaregčina (stredomarocká)",udm:"udmurtčina",ug:"ujgurčina",uga:"ugaritčina",uk:"ukrajinčina",umb:"umbundu",und:"neznámy jazyk",ur:"urdčina",uz:"uzbečtina",vai:"vai",ve:"vendčina",vi:"vietnamčina",vo:"volapük",vot:"vodčina",vun:"vunjo",wa:"valónčina",wae:"walserčina",wal:"walamčina",war:"waray",was:"washo",wbp:"warlpiri",wo:"wolofčina",xal:"kalmyčtina",xh:"xhoština",xog:"soga",yao:"jao",yap:"japčina",yav:"jangben",ybb:"yemba",yi:"jidiš",yo:"jorubčina",yue:"kantončina",za:"čuangčina",zap:"zapotéčtina",zbl:"systém Bliss",zen:"zenaga",zgh:"tuaregčina (štandardná marocká)",zh:"čínština",zh_Hans:"čínština (zjednodušená)",zh_Hant:"čínština (tradičná)",zu:"zuluština",zun:"zuniština",zxx:"bez jazykového obsahu",zza:"zaza"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"arabské","Arab-alt-variant":"perzsko-arabské",Armi:"Armi",Armn:"arménske",Avst:"Avst",Bali:"balijský",Bamu:"Bamu",Bass:"Bass",Batk:"Batk",Beng:"bengálske",Bhks:"Bhks",Bopo:"bopomofo",Brah:"Brah",Brai:"braillovo",Bugi:"Bugi",Buhd:"Buhd",Cakm:"Cakm",Cans:"Cans",Cari:"Cari",Cham:"Cham",Cher:"Cher",Copt:"Copt",Cprt:"Cprt",Cyrl:"cyrilika",Deva:"dévanágarí",Dogr:"Dogr",Dsrt:"Dsrt",Dupl:"Dupl",Egyp:"egyptské hieroglyfy",Elba:"Elba",Elym:"Elym",Ethi:"etiópske",Geor:"gruzínske",Glag:"hlaholika",Gong:"Gong",Gonm:"Gonm",Goth:"gotický",Gran:"Gran",Grek:"grécke",Gujr:"gudžarátí",Guru:"gurmukhi",Hanb:"čínske a bopomofo",Hang:"hangul",Hani:"čínske",Hano:"Hano",Hans:"zjednodušené","Hans-alt-stand-alone":"čínske zjednodušené",Hant:"tradičné","Hant-alt-stand-alone":"čínske tradičné",Hatr:"Hatr",Hebr:"hebrejské",Hira:"hiragana",Hluw:"Hluw",Hmng:"Hmng",Hmnp:"Hmnp",Hrkt:"kana",Hung:"Hung",Ital:"Ital",Jamo:"jamo",Java:"Java",Jpan:"japonské",Kali:"Kali",Kana:"katakana",Khar:"Khar",Khmr:"khmérske",Khoj:"Khoj",Knda:"kannadské",Kore:"kórejské",Kthi:"Kthi",Lana:"Lana",Laoo:"laoské",Latn:"latinka",Lepc:"Lepc",Limb:"Limb",Lina:"lineárna A",Linb:"lineárna B",Lisu:"Lisu",Lyci:"Lyci",Lydi:"Lydi",Mahj:"Mahj",Maka:"Maka",Mand:"Mand",Mani:"Mani",Marc:"Marc",Maya:"mayské hieroglyfy",Medf:"Medf",Mend:"Mend",Merc:"Merc",Mero:"Mero",Mlym:"malajálamske",Modi:"Modi",Mong:"mongolské",Mroo:"Mroo",Mtei:"Mtei",Mult:"Mult",Mymr:"barmské",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"Nkoo",Nshu:"Nshu",Ogam:"Ogam",Olck:"Olck",Orkh:"Orkh",Orya:"uríjske",Osge:"Osge",Osma:"osmanský",Palm:"Palm",Pauc:"Pauc",Perm:"Perm",Phag:"Phag",Phli:"Phli",Phlp:"Phlp",Phnx:"Phnx",Plrd:"Plrd",Prti:"Prti",Qaag:"Qaag",Rjng:"Rjng",Rohg:"Rohg",Runr:"Runové písmo",Samr:"Samr",Sarb:"Sarb",Saur:"Saur",Sgnw:"Sgnw",Shaw:"Shaw",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"sinhálske",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"Sund",Sylo:"Sylo",Syrc:"Syrc",Tagb:"Tagb",Takr:"Takr",Tale:"Tale",Talu:"Talu",Taml:"tamilské",Tang:"Tang",Tavt:"Tavt",Telu:"telugské",Tfng:"Tfng",Tglg:"Tglg",Thaa:"tána",Thai:"thajské",Tibt:"tibetské",Tirh:"Tirh",Ugar:"Ugar",Vaii:"Vaii",Wara:"Wara",Wcho:"Wcho",Xpeo:"Xpeo",Xsux:"Xsux",Yiii:"Yiii",Zanb:"Zanb",Zinh:"Zinh",Zmth:"matematický zápis",Zsye:"emodži",Zsym:"symboly",Zxxx:"bez zápisu",Zyyy:"všeobecné",Zzzz:"neznáme písmo"},territories:{142:"Ázia",143:"stredná Ázia",145:"západná Ázia",150:"Európa",151:"východná Európa",154:"severná Európa",155:"západná Európa",202:"subsaharská Afrika",419:"Latinská Amerika","001":"svet","002":"Afrika","003":"Severná Amerika","005":"Južná Amerika","009":"Oceánia","011":"západná Afrika","013":"Stredná Amerika","014":"východná Afrika","015":"severná Afrika","017":"stredná Afrika","018":"južné územia Afriky","019":"Amerika","021":"severné územia Ameriky","029":"Karibik","030":"východná Ázia","034":"južná Ázia","035":"juhovýchodná Ázia","039":"južná Európa","053":"Australázia","054":"Melanézia","057":"oblasť Mikronézie","061":"Polynézia",AC:"Ascension",AD:"Andorra",AE:"Spojené arabské emiráty",AF:"Afganistan",AG:"Antigua a Barbuda",AI:"Anguilla",AL:"Albánsko",AM:"Arménsko",AO:"Angola",AQ:"Antarktída",AR:"Argentína",AS:"Americká Samoa",AT:"Rakúsko",AU:"Austrália",AW:"Aruba",AX:"Alandy",AZ:"Azerbajdžan",BA:"Bosna a Hercegovina",BB:"Barbados",BD:"Bangladéš",BE:"Belgicko",BF:"Burkina Faso",BG:"Bulharsko",BH:"Bahrajn",BI:"Burundi",BJ:"Benin",BL:"Svätý Bartolomej",BM:"Bermudy",BN:"Brunej",BO:"Bolívia",BQ:"Karibské Holandsko",BR:"Brazília",BS:"Bahamy",BT:"Bhután",BV:"Bouvetov ostrov",BW:"Botswana",BY:"Bielorusko",BZ:"Belize",CA:"Kanada",CC:"Kokosové ostrovy",CD:"Konžská demokratická republika","CD-alt-variant":"CD",CF:"Stredoafrická republika",CG:"Konžská republika","CG-alt-variant":"CG",CH:"Švajčiarsko",CI:"Pobrežie Slonoviny","CI-alt-variant":"CI",CK:"Cookove ostrovy",CL:"Čile",CM:"Kamerun",CN:"Čína",CO:"Kolumbia",CP:"Clipperton",CR:"Kostarika",CU:"Kuba",CV:"Kapverdy",CW:"Curaçao",CX:"Vianočný ostrov",CY:"Cyprus",CZ:"Česko","CZ-alt-variant":"Česká republika",DE:"Nemecko",DG:"Diego Garcia",DJ:"Džibutsko",DK:"Dánsko",DM:"Dominika",DO:"Dominikánska republika",DZ:"Alžírsko",EA:"Ceuta a Melilla",EC:"Ekvádor",EE:"Estónsko",EG:"Egypt",EH:"Západná Sahara",ER:"Eritrea",ES:"Španielsko",ET:"Etiópia",EU:"Európska únia",EZ:"eurozóna",FI:"Fínsko",FJ:"Fidži",FK:"Falklandy","FK-alt-variant":"Falklandy (Malvíny)",FM:"Mikronézia",FO:"Faerské ostrovy",FR:"Francúzsko",GA:"Gabon",GB:"Spojené kráľovstvo","GB-alt-short":"UK",GD:"Grenada",GE:"Gruzínsko",GF:"Francúzska Guyana",GG:"Guernsey",GH:"Ghana",GI:"Gibraltár",GL:"Grónsko",GM:"Gambia",GN:"Guinea",GP:"Guadeloupe",GQ:"Rovníková Guinea",GR:"Grécko",GS:"Južná Georgia a Južné Sandwichove ostrovy",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hongkong","HK-alt-short":"Hongkong",HM:"Heardov ostrov a Macdonaldove ostrovy",HN:"Honduras",HR:"Chorvátsko",HT:"Haiti",HU:"Maďarsko",IC:"Kanárske ostrovy",ID:"Indonézia",IE:"Írsko",IL:"Izrael",IM:"Ostrov Man",IN:"India",IO:"Britské indickooceánske územie",IQ:"Irak",IR:"Irán",IS:"Island",IT:"Taliansko",JE:"Jersey",JM:"Jamajka",JO:"Jordánsko",JP:"Japonsko",KE:"Keňa",KG:"Kirgizsko",KH:"Kambodža",KI:"Kiribati",KM:"Komory",KN:"Svätý Krištof a Nevis",KP:"Severná Kórea",KR:"Južná Kórea",KW:"Kuvajt",KY:"Kajmanie ostrovy",KZ:"Kazachstan",LA:"Laos",LB:"Libanon",LC:"Svätá Lucia",LI:"Lichtenštajnsko",LK:"Srí Lanka",LR:"Libéria",LS:"Lesotho",LT:"Litva",LU:"Luxembursko",LV:"Lotyšsko",LY:"Líbya",MA:"Maroko",MC:"Monako",MD:"Moldavsko",ME:"Čierna Hora",MF:"Svätý Martin (fr.)",MG:"Madagaskar",MH:"Marshallove ostrovy",MK:"Severné Macedónsko","MK-alt-variant":"MK",ML:"Mali",MM:"Mjanmarsko",MN:"Mongolsko",MO:"Macao","MO-alt-short":"Macao",MP:"Severné Mariány",MQ:"Martinik",MR:"Mauritánia",MS:"Montserrat",MT:"Malta",MU:"Maurícius",MV:"Maldivy",MW:"Malawi",MX:"Mexiko",MY:"Malajzia",MZ:"Mozambik",NA:"Namíbia",NC:"Nová Kaledónia",NE:"Niger",NF:"Norfolk",NG:"Nigéria",NI:"Nikaragua",NL:"Holandsko",NO:"Nórsko",NP:"Nepál",NR:"Nauru",NU:"Niue",NZ:"Nový Zéland",OM:"Omán",PA:"Panama",PE:"Peru",PF:"Francúzska Polynézia",PG:"Papua-Nová Guinea",PH:"Filipíny",PK:"Pakistan",PL:"Poľsko",PM:"Saint Pierre a Miquelon",PN:"Pitcairnove ostrovy",PR:"Portoriko",PS:"Palestínske územia","PS-alt-short":"Palestínska samospráva",PT:"Portugalsko",PW:"Palau",PY:"Paraguaj",QA:"Katar",QO:"ostatné Tichomorie",RE:"Réunion",RO:"Rumunsko",RS:"Srbsko",RU:"Rusko",RW:"Rwanda",SA:"Saudská Arábia",SB:"Šalamúnove ostrovy",SC:"Seychely",SD:"Sudán",SE:"Švédsko",SG:"Singapur",SH:"Svätá Helena",SI:"Slovinsko",SJ:"Svalbard a Jan Mayen",SK:"Slovensko",SL:"Sierra Leone",SM:"San Maríno",SN:"Senegal",SO:"Somálsko",SR:"Surinam",SS:"Južný Sudán",ST:"Svätý Tomáš a Princov ostrov",SV:"Salvádor",SX:"Svätý Martin (hol.)",SY:"Sýria",SZ:"Svazijsko","SZ-alt-variant":"SZ",TA:"Tristan da Cunha",TC:"Turks a Caicos",TD:"Čad",TF:"Francúzske južné a antarktické územia",TG:"Togo",TH:"Thajsko",TJ:"Tadžikistan",TK:"Tokelau",TL:"Východný Timor","TL-alt-variant":"TL",TM:"Turkménsko",TN:"Tunisko",TO:"Tonga",TR:"Turecko",TT:"Trinidad a Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzánia",UA:"Ukrajina",UG:"Uganda",UM:"Menšie odľahlé ostrovy USA",UN:"Organizácia Spojených národov","UN-alt-short":"OSN",US:"Spojené štáty","US-alt-short":"USA",UY:"Uruguaj",UZ:"Uzbekistan",VA:"Vatikán",VC:"Svätý Vincent a Grenadíny",VE:"Venezuela",VG:"Britské Panenské ostrovy",VI:"Americké Panenské ostrovy",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis a Futuna",WS:"Samoa",XA:"XA",XB:"XB",XK:"Kosovo",YE:"Jemen",YT:"Mayotte",ZA:"Južná Afrika",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"neznámy región"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE d. MMMM y",long:"d. MMMM y",medium:"d. M. y",short:"d. M. y"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H: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",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. M. y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"H:mm:ss v",hmv:"h:mm a v",Hmv:"H:mm v",M:"L.",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"E d. M. y",yMMM:"M/y",yMMMd:"d. M. y",yMMMEd:"E d. M. y",yMMMM:"LLLL y",yMMMMd:"d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"W. 'týždeň' 'v' MMMM",yw:"w. 'týždeň' 'roka' 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:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL – LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d. – d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},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:"H:mm – H:mm",m:"H:mm – H: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:"H:mm – H:mm v",m:"H:mm – H: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. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. – E d. M.",M:"E d. M. – E d. M."},MMMM:{M:"LLLL – LLLL"},y:{y:"y – y"},yM:{M:"M/y – M/y",y:"M/y – M/y"},yMd:{d:"d. M. y – d. M. y",M:"d. M. y – d. M. y",y:"d. M. y – d. M. y"},yMEd:{d:"E d. M. y – E d. M. y",M:"E d. M. y – E d. M. y",y:"E d. M. y – E d. M. y"},yMMM:{M:"M – M/y",y:"M/y – M/y"},yMMMd:{d:"d. – d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMMMEd:{d:"E d. – E d. M. y",M:"E d. M. – E d. M. y",y:"E d. M. y – E d. M. y"},yMMMM:{M:"LLLL – LLLL y",y:"LLLL y – LLLL y"}}},months:{format:{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"]},"stand-alone":{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"]}},days:{format:{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]},"stand-alone":{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"pred Kristom",1:"po Kristovi"},"era-abbreviated":{0:"pred Kr.",1:"po Kr."},"era-narrow":{0:"pred Kr.",1:"po Kr."}},"ca-islamic":{dateFormats:{full:"EEEE, d. M. y G",long:"d. M. y G",medium:"d. M. y G",short:"d.M.y GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H: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 H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMMM:"LLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. M. y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M.",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. 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:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLL y G – LLL y G",M:"LLL – LLL y G",y:"LLL y – LLL y G"},GyMMMd:{d:"d. – d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},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:"H:mm – H:mm",m:"H:mm – H: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:"H:mm – H:mm v",m:"H:mm – H: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. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. – E d. M.",M:"E d. M. – E d. M."},MMMM:{M:"LLLL – LLLL"},y:{y:"y – y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d. M. y – d. M. y G",M:"d. M. y – d. M. y G",y:"d. M. y – d. M. y G"},yMEd:{d:"E d. M. y – E d. M. y G",M:"E d. M. y – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMM:{M:"LLL – LLL y G",y:"LLL y – LLL y G"},yMMMd:{d:"d. – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL – LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["muh.","saf.","rab. I","rab. II","džum. I","džum. II","rad.","ša.","ram.","šau.","dhú l-k.","dhú l-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["al-muharram","safar","rabí´ al-avval","rabí´ath-thání","džumádá l-úlá","džumádá l-áchira","radžab","ša´ bán","ramadán","šauvál","dhú l-ka´ da","dhú l-hidždža"]},"stand-alone":{abbreviated:["muh.","saf.","rab. I","rab. II","džum. I","džum. II","rad.","ša.","ram.","šau.","dhú l-k.","dhú l-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["al-muharram","safar","rabí´ al-avval","rabí´ath-thání","džumádá l-úlá","džumádá l-áchira","radžab","ša´ bán","ramadán","šauvál","dhú l-ka´ da","dhú l-hidždža"]}},days:{format:{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]},"stand-alone":{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d. M. y G",long:"d. M. y G",medium:"d. M. y G",short:"d.M.y GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H: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 H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMMM:"LLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. M. y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M.",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. 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:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLL y G – LLL y G",M:"LLL – LLL y G",y:"LLL y – LLL y G"},GyMMMd:{d:"d. – d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},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:"H:mm – H:mm",m:"H:mm – H: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:"H:mm – H:mm v",m:"H:mm – H: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. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. – E d. M.",M:"E d. M. – E d. M."},MMMM:{M:"LLLL – LLLL"},y:{y:"y – y G",G:"y G – y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG",G:"M/y GGGGG – M/y GGGGG"},yMd:{d:"d. M. y – d. M. y G",M:"d. M. y – d. M. y G",y:"d. M. y – d. M. y G",G:"d. M. y G – d. M. y G"},yMEd:{d:"E d. M. y – E d. M. y G",M:"E d. M. y – E d. M. y G",y:"E d. M. y – E d. M. y G",G:"E d. M. y G – E d. M. y G"},yMMM:{M:"LLL – LLL y G",y:"LLL y – LLL y G",G:"LLL y G – LLL y G"},yMMMd:{d:"d. – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G",G:"d. M. y G – d. M. y G"},yMMMEd:{d:"E d. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G",G:"E d. M. y G – E d. M. y G"},yMMMM:{M:"LLLL – LLLL y G",y:"LLLL y – LLLL y G",G:"LLLL y G – LLLL y G"}}},months:{format:{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"]},"stand-alone":{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"]}},days:{format:{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]},"stand-alone":{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"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, d. M. y G",long:"d. M. y G",medium:"d. M. y G",short:"d.M.y GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H: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 H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMMM:"LLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. M. y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M.",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. 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:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLL y G – LLL y G",M:"LLL – LLL y G",y:"LLL y – LLL y G"},GyMMMd:{d:"d. – d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},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:"H:mm – H:mm",m:"H:mm – H: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:"H:mm – H:mm v",m:"H:mm – H: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. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. – E d. M.",M:"E d. M. – E d. M."},MMMM:{M:"LLLL – LLLL"},y:{y:"y – y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d. M. y – d. M. y G",M:"d. M. y – d. M. y G",y:"d. M. y – d. M. y G"},yMEd:{d:"E d. M. y – E d. M. y G",M:"E d. M. y – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMM:{M:"LLL – LLL y G",y:"LLL y – LLL y G"},yMMMd:{d:"d. – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL – LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"]},"stand-alone":{abbreviated:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"]}},days:{format:{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]},"stand-alone":{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, d. M. y G",long:"d. M. y G",medium:"d. M. y G",short:"d.M.y GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H: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 H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMMM:"LLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. M. y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M.",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. 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:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLL y G – LLL y G",M:"LLL – LLL y G",y:"LLL y – LLL y G"},GyMMMd:{d:"d. – d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},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:"H:mm – H:mm",m:"H:mm – H: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:"H:mm – H:mm v",m:"H:mm – H: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. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. – E d. M.",M:"E d. M. – E d. M."},MMMM:{M:"LLLL – LLLL"},y:{y:"y – y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d. M. y – d. M. y G",M:"d. M. y – d. M. y G",y:"d. M. y – d. M. y G"},yMEd:{d:"E d. M. y – E d. M. y G",M:"E d. M. y – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMM:{M:"LLL – LLL y G",y:"LLL y – LLL y G"},yMMMd:{d:"d. – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL – LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"]},"stand-alone":{abbreviated:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],wide:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"]}},days:{format:{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]},"stand-alone":{abbreviated:["ne","po","ut","st","št","pi","so"],narrow:["n","p","u","s","š","p","s"],short:["ne","po","ut","st","št","pi","so"],wide:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. štvrťrok","2. štvrťrok","3. štvrťrok","4. štvrťrok"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:{era:{displayName:"letopočet"},"year-wide":{displayName:"rok","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"budúci rok","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} rok","relativeTimePattern-count-few":"o {0} roky","relativeTimePattern-count-many":"o {0} roka","relativeTimePattern-count-other":"o {0} rokov"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} rokom","relativeTimePattern-count-few":"pred {0} rokmi","relativeTimePattern-count-many":"pred {0} roka","relativeTimePattern-count-other":"pred {0} rokmi"}},"year-short":{displayName:"r.","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"budúci rok","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} r.","relativeTimePattern-count-few":"o {0} r.","relativeTimePattern-count-many":"o {0} r.","relativeTimePattern-count-other":"o {0} r."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} r.","relativeTimePattern-count-few":"pred {0} r.","relativeTimePattern-count-many":"pred {0} r.","relativeTimePattern-count-other":"pred {0} r."}},"year-narrow":{displayName:"r.","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"budúci rok","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} r.","relativeTimePattern-count-few":"o {0} r.","relativeTimePattern-count-many":"o {0} r.","relativeTimePattern-count-other":"o {0} r."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} r.","relativeTimePattern-count-few":"pred {0} r.","relativeTimePattern-count-many":"pred {0} r.","relativeTimePattern-count-other":"pred {0} r."}},"quarter-wide":{displayName:"štvrťrok","relative-type--1":"minulý štvrťrok","relative-type-0":"tento štvrťrok","relative-type-1":"budúci štvrťrok","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} štvrťrok","relativeTimePattern-count-few":"o {0} štvrťroky","relativeTimePattern-count-many":"o {0} štvrťroka","relativeTimePattern-count-other":"o {0} štvrťrokov"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} štvrťrokom","relativeTimePattern-count-few":"pred {0} štvrťrokmi","relativeTimePattern-count-many":"pred {0} štvrťroka","relativeTimePattern-count-other":"pred {0} štvrťrokmi"}},"quarter-short":{displayName:"Q","relative-type--1":"minulý štvrťr.","relative-type-0":"tento štvrťr.","relative-type-1":"budúci štvrťr.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} štvrťr.","relativeTimePattern-count-few":"o {0} štvrťr.","relativeTimePattern-count-many":"o {0} štvrťr.","relativeTimePattern-count-other":"o {0} štvrťr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} štvrťr.","relativeTimePattern-count-few":"pred {0} štvrťr.","relativeTimePattern-count-many":"pred {0} štvrťr.","relativeTimePattern-count-other":"pred {0} štvrťr."}},"quarter-narrow":{displayName:"Q","relative-type--1":"minulý štvrťr.","relative-type-0":"tento štvrťr.","relative-type-1":"budúci štvrťr.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} štvrťr.","relativeTimePattern-count-few":"o {0} štvrťr.","relativeTimePattern-count-many":"o {0} štvrťr.","relativeTimePattern-count-other":"o {0} štvrťr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} štvrťr.","relativeTimePattern-count-few":"pred {0} štvrťr.","relativeTimePattern-count-many":"pred {0} štvrťr.","relativeTimePattern-count-other":"pred {0} štvrťr."}},"month-wide":{displayName:"mesiac","relative-type--1":"minulý mesiac","relative-type-0":"tento mesiac","relative-type-1":"budúci mesiac","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} mesiac","relativeTimePattern-count-few":"o {0} mesiace","relativeTimePattern-count-many":"o {0} mesiaca","relativeTimePattern-count-other":"o {0} mesiacov"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mesiacom","relativeTimePattern-count-few":"pred {0} mesiacmi","relativeTimePattern-count-many":"pred {0} mesiaca","relativeTimePattern-count-other":"pred {0} mesiacmi"}},"month-short":{displayName:"mes.","relative-type--1":"minulý mes.","relative-type-0":"tento mes.","relative-type-1":"budúci mes.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} mes.","relativeTimePattern-count-few":"o {0} mes.","relativeTimePattern-count-many":"o {0} mes.","relativeTimePattern-count-other":"o {0} mes."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mes.","relativeTimePattern-count-few":"pred {0} mes.","relativeTimePattern-count-many":"pred {0} mes.","relativeTimePattern-count-other":"pred {0} mes."}},"month-narrow":{displayName:"mes.","relative-type--1":"minulý mes.","relative-type-0":"tento mes.","relative-type-1":"budúci mes.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} mes.","relativeTimePattern-count-few":"o {0} mes.","relativeTimePattern-count-many":"o {0} mes.","relativeTimePattern-count-other":"o {0} mes."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} mes.","relativeTimePattern-count-few":"pred {0} mes.","relativeTimePattern-count-many":"pred {0} mes.","relativeTimePattern-count-other":"pred {0} mes."}},"week-wide":{displayName:"týždeň","relative-type--1":"minulý týždeň","relative-type-0":"tento týždeň","relative-type-1":"budúci týždeň","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} týždeň","relativeTimePattern-count-few":"o {0} týždne","relativeTimePattern-count-many":"o {0} týždňa","relativeTimePattern-count-other":"o {0} týždňov"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} týždňom","relativeTimePattern-count-few":"pred {0} týždňami","relativeTimePattern-count-many":"pred {0} týždňa","relativeTimePattern-count-other":"pred {0} týždňami"},relativePeriod:"týždeň dňa {0}"},"week-short":{displayName:"týž.","relative-type--1":"minulý týž.","relative-type-0":"tento týž.","relative-type-1":"budúci týž.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} týž.","relativeTimePattern-count-few":"o {0} týž.","relativeTimePattern-count-many":"o {0} týž.","relativeTimePattern-count-other":"o {0} týž."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} týž.","relativeTimePattern-count-few":"pred {0} týž.","relativeTimePattern-count-many":"pred {0} týž.","relativeTimePattern-count-other":"pred {0} týž."},relativePeriod:"týž. dňa {0}"},"week-narrow":{displayName:"týž.","relative-type--1":"minulý týž.","relative-type-0":"tento týž.","relative-type-1":"budúci týž.","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} týž.","relativeTimePattern-count-few":"o {0} týž.","relativeTimePattern-count-many":"o {0} týž.","relativeTimePattern-count-other":"o {0} týž."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} týž.","relativeTimePattern-count-few":"pred {0} týž.","relativeTimePattern-count-many":"pred {0} týž.","relativeTimePattern-count-other":"pred {0} týž."},relativePeriod:"týž. dňa {0}"},"day-wide":{displayName:"deň","relative-type--2":"predvčerom","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zajtra","relative-type-2":"pozajtra","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} deň","relativeTimePattern-count-few":"o {0} dni","relativeTimePattern-count-many":"o {0} dňa","relativeTimePattern-count-other":"o {0} dní"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} dňom","relativeTimePattern-count-few":"pred {0} dňami","relativeTimePattern-count-many":"pred {0} dňa","relativeTimePattern-count-other":"pred {0} dňami"}},"day-short":{displayName:"d.","relative-type--2":"predvčerom","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zajtra","relative-type-2":"pozajtra","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} d.","relativeTimePattern-count-few":"o {0} d.","relativeTimePattern-count-many":"o {0} d.","relativeTimePattern-count-other":"o {0} d."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} d.","relativeTimePattern-count-few":"pred {0} d.","relativeTimePattern-count-many":"pred {0} d.","relativeTimePattern-count-other":"pred {0} d."}},"day-narrow":{displayName:"d.","relative-type--2":"predvčerom","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zajtra","relative-type-2":"pozajtra","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} d.","relativeTimePattern-count-few":"o {0} d.","relativeTimePattern-count-many":"o {0} d.","relativeTimePattern-count-other":"o {0} d."},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} d.","relativeTimePattern-count-few":"pred {0} d.","relativeTimePattern-count-many":"pred {0} d.","relativeTimePattern-count-other":"pred {0} d."}},weekday:{displayName:"deň týždňa"},"hour-wide":{displayName:"hodina","relative-type-0":"v tejto hodine","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} hodinu","relativeTimePattern-count-few":"o {0} hodiny","relativeTimePattern-count-many":"o {0} hodiny","relativeTimePattern-count-other":"o {0} hodín"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} hodinou","relativeTimePattern-count-few":"pred {0} hodinami","relativeTimePattern-count-many":"pred {0} hodinou","relativeTimePattern-count-other":"pred {0} hodinami"}},"hour-short":{displayName:"h","relative-type-0":"v tejto hodine","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} h","relativeTimePattern-count-few":"o {0} h","relativeTimePattern-count-many":"o {0} h","relativeTimePattern-count-other":"o {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} h","relativeTimePattern-count-few":"pred {0} h","relativeTimePattern-count-many":"pred {0} h","relativeTimePattern-count-other":"pred {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"v tejto hodine","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} h","relativeTimePattern-count-few":"o {0} h","relativeTimePattern-count-many":"o {0} h","relativeTimePattern-count-other":"o {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} h","relativeTimePattern-count-few":"pred {0} h","relativeTimePattern-count-many":"pred {0} h","relativeTimePattern-count-other":"pred {0} h"}},"minute-wide":{displayName:"minúta","relative-type-0":"v tejto minúte","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} minútu","relativeTimePattern-count-few":"o {0} minúty","relativeTimePattern-count-many":"o {0} minúty","relativeTimePattern-count-other":"o {0} minút"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} minútou","relativeTimePattern-count-few":"pred {0} minútami","relativeTimePattern-count-many":"pred {0} minúty","relativeTimePattern-count-other":"pred {0} minútami"}},"minute-short":{displayName:"min","relative-type-0":"v tejto minúte","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} min","relativeTimePattern-count-few":"o {0} min","relativeTimePattern-count-many":"o {0} min","relativeTimePattern-count-other":"o {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} min","relativeTimePattern-count-few":"pred {0} min","relativeTimePattern-count-many":"pred {0} min","relativeTimePattern-count-other":"pred {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"v tejto minúte","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} min","relativeTimePattern-count-few":"o {0} min","relativeTimePattern-count-many":"o {0} min","relativeTimePattern-count-other":"o {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} min","relativeTimePattern-count-few":"pred {0} min","relativeTimePattern-count-many":"pred {0} min","relativeTimePattern-count-other":"pred {0} min"}},"second-wide":{displayName:"sekunda","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} sekundu","relativeTimePattern-count-few":"o {0} sekundy","relativeTimePattern-count-many":"o {0} sekundy","relativeTimePattern-count-other":"o {0} sekúnd"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} sekundou","relativeTimePattern-count-few":"pred {0} sekundami","relativeTimePattern-count-many":"pred {0} sekundy","relativeTimePattern-count-other":"pred {0} sekundami"}},"second-short":{displayName:"s","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} s","relativeTimePattern-count-few":"o {0} s","relativeTimePattern-count-many":"o {0} s","relativeTimePattern-count-other":"o {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} s","relativeTimePattern-count-few":"pred {0} s","relativeTimePattern-count-many":"pred {0} s","relativeTimePattern-count-other":"pred {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"o {0} s","relativeTimePattern-count-few":"o {0} s","relativeTimePattern-count-many":"o {0} s","relativeTimePattern-count-other":"o {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"pred {0} s","relativeTimePattern-count-few":"pred {0} s","relativeTimePattern-count-many":"pred {0} s","relativeTimePattern-count-other":"pred {0} s"}},zone:{displayName:"časové pásmo"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 tisíc","1000-few":"0 tisíce","1000-many":"0 tisíca","1000-other":"0 tisíc","10000-one":"00 tisíc","10000-few":"00 tisíc","10000-many":"00 tisíca","10000-other":"00 tisíc","100000-one":"000 tisíc","100000-few":"000 tisíc","100000-many":"000 tisíca","100000-other":"000 tisíc","1000000-one":"0 milión","1000000-few":"0 milióny","1000000-many":"0 milióna","1000000-other":"0 miliónov","10000000-one":"00 miliónov","10000000-few":"00 miliónov","10000000-many":"00 milióna","10000000-other":"00 miliónov","100000000-one":"000 miliónov","100000000-few":"000 miliónov","100000000-many":"000 milióna","100000000-other":"000 miliónov","1000000000-one":"0 miliarda","1000000000-few":"0 miliardy","1000000000-many":"0 miliardy","1000000000-other":"0 miliárd","10000000000-one":"00 miliárd","10000000000-few":"00 miliárd","10000000000-many":"00 miliardy","10000000000-other":"00 miliárd","100000000000-one":"000 miliárd","100000000000-few":"000 miliárd","100000000000-many":"000 miliardy","100000000000-other":"000 miliárd","1000000000000-one":"0 bilión","1000000000000-few":"0 bilióny","1000000000000-many":"0 bilióna","1000000000000-other":"0 biliónov","10000000000000-one":"00 biliónov","10000000000000-few":"00 biliónov","10000000000000-many":"00 bilióna","10000000000000-other":"00 biliónov","100000000000000-one":"000 biliónov","100000000000000-few":"000 biliónov","100000000000000-many":"000 bilióna","100000000000000-other":"000 biliónov"},"decimalFormat-short":{"1000-one":"0 tis'.'","1000-few":"0 tis'.'","1000-many":"0 tis'.'","1000-other":"0 tis'.'","10000-one":"00 tis'.'","10000-few":"00 tis'.'","10000-many":"00 tis'.'","10000-other":"00 tis'.'","100000-one":"000 tis'.'","100000-few":"000 tis'.'","100000-many":"000 tis'.'","100000-other":"000 tis'.'","1000000-one":"0 mil'.'","1000000-few":"0 mil'.'","1000000-many":"0 mil'.'","1000000-other":"0 mil'.'","10000000-one":"00 mil'.'","10000000-few":"00 mil'.'","10000000-many":"00 mil'.'","10000000-other":"00 mil'.'","100000000-one":"000 mil'.'","100000000-few":"000 mil'.'","100000000-many":"000 mil'.'","100000000-other":"000 mil'.'","1000000000-one":"0 mld'.'","1000000000-few":"0 mld'.'","1000000000-many":"0 mld'.'","1000000000-other":"0 mld'.'","10000000000-one":"00 mld'.'","10000000000-few":"00 mld'.'","10000000000-many":"00 mld'.'","10000000000-other":"00 mld'.'","100000000000-one":"000 mld'.'","100000000000-few":"000 mld'.'","100000000000-many":"000 mld'.'","100000000000-other":"000 mld'.'","1000000000000-one":"0 bil'.'","1000000000000-few":"0 bil'.'","1000000000000-many":"0 bil'.'","1000000000000-other":"0 bil'.'","10000000000000-one":"00 bil'.'","10000000000000-few":"00 bil'.'","10000000000000-many":"00 bil'.'","10000000000000-other":"00 bil'.'","100000000000000-one":"000 bil'.'","100000000000000-few":"000 bil'.'","100000000000000-many":"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-few":"0 tis'.' ¤","1000-many":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-many":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-many":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-many":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-many":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-many":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","1000000000-one":"0 mld'.' ¤","1000000000-few":"0 mld'.' ¤","1000000000-many":"0 mld'.' ¤","1000000000-other":"0 mld'.' ¤","10000000000-one":"00 mld'.' ¤","10000000000-few":"00 mld'.' ¤","10000000000-many":"00 mld'.' ¤","10000000000-other":"00 mld'.' ¤","100000000000-one":"000 mld'.' ¤","100000000000-few":"000 mld'.' ¤","100000000000-many":"000 mld'.' ¤","100000000000-other":"000 mld'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-many":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-many":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-many":"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:{EUR:"€",ILS:"NIS",MXN:"MX$",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0} a {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} a {1}"},"listPattern-or-wide":{2:"{0} alebo {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} alebo {1}"},"listPattern-or-short":{2:"{0} alebo {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} alebo {1}"},"listPattern-standard-short":{2:"{0} a {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} a {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"jednotka preťaženia","unitPattern-count-one":"{0} G","unitPattern-count-few":"{0} G","unitPattern-count-many":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-few":"{0} m/s²","unitPattern-count-many":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"ot.","unitPattern-count-one":"{0} ot.","unitPattern-count-few":"{0} ot.","unitPattern-count-many":"{0} ot.","unitPattern-count-other":"{0} ot."},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-few":"{0} rad","unitPattern-count-many":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-many":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"′","unitPattern-count-one":"{0}′","unitPattern-count-few":"{0}′","unitPattern-count-many":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"″","unitPattern-count-one":"{0}″","unitPattern-count-few":"{0}″","unitPattern-count-many":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-few":"{0} km²","unitPattern-count-many":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hektáre","unitPattern-count-one":"{0} ha","unitPattern-count-few":"{0} ha","unitPattern-count-many":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-few":"{0} m²","unitPattern-count-many":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-few":"{0} cm²","unitPattern-count-many":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-few":"{0} mi²","unitPattern-count-many":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"akre","unitPattern-count-one":"{0} ac","unitPattern-count-few":"{0} ac","unitPattern-count-many":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-few":"{0} yd²","unitPattern-count-many":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-few":"{0} ft²","unitPattern-count-many":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-few":"{0} in²","unitPattern-count-many":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dun.","unitPattern-count-one":"{0} dun.","unitPattern-count-few":"{0} dun.","unitPattern-count-many":"{0} dun.","unitPattern-count-other":"{0} dun."},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-few":"{0} kt","unitPattern-count-many":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-few":"{0} mg/dl","unitPattern-count-many":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/l","unitPattern-count-one":"{0} mmol/l","unitPattern-count-few":"{0} mmol/l","unitPattern-count-many":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-part-per-million":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-few":"{0} ppm","unitPattern-count-many":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"%","unitPattern-count-one":"{0} %","unitPattern-count-few":"{0} %","unitPattern-count-many":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"‰","unitPattern-count-one":"{0} ‰","unitPattern-count-few":"{0} ‰","unitPattern-count-many":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0} ‱","unitPattern-count-few":"{0} ‱","unitPattern-count-many":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-few":"{0} mol","unitPattern-count-many":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-few":"{0} l/km","unitPattern-count-many":"{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-few":"{0} l/100 km","unitPattern-count-many":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-few":"{0} mpg","unitPattern-count-many":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mpg brit.","unitPattern-count-one":"{0} mpg brit.","unitPattern-count-few":"{0} mpg brit.","unitPattern-count-many":"{0} mpg brit.","unitPattern-count-other":"{0} mpg brit."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-few":"{0} PB","unitPattern-count-many":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-few":"{0} TB","unitPattern-count-many":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-few":"{0} Tb","unitPattern-count-many":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-few":"{0} GB","unitPattern-count-many":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-few":"{0} Gb","unitPattern-count-many":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-few":"{0} MB","unitPattern-count-many":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-few":"{0} Mb","unitPattern-count-many":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-few":"{0} kB","unitPattern-count-many":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-few":"{0} kb","unitPattern-count-many":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"bajt","unitPattern-count-one":"{0} B","unitPattern-count-few":"{0} B","unitPattern-count-many":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} b","unitPattern-count-few":"{0} b","unitPattern-count-many":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"stor.","unitPattern-count-one":"{0} stor.","unitPattern-count-few":"{0} stor.","unitPattern-count-many":"{0} stor.","unitPattern-count-other":"{0} stor."},"duration-year":{displayName:"r.","unitPattern-count-one":"{0} r.","unitPattern-count-few":"{0} r.","unitPattern-count-many":"{0} r.","unitPattern-count-other":"{0} r.",perUnitPattern:"{0}/r."},"duration-month":{displayName:"mes.","unitPattern-count-one":"{0} mes.","unitPattern-count-few":"{0} mes.","unitPattern-count-many":"{0} mes.","unitPattern-count-other":"{0} mes.",perUnitPattern:"{0}/mes."},"duration-week":{displayName:"týž.","unitPattern-count-one":"{0} týž.","unitPattern-count-few":"{0} týž.","unitPattern-count-many":"{0} týž.","unitPattern-count-other":"{0} týž.",perUnitPattern:"{0}/týž."},"duration-day":{displayName:"dni","unitPattern-count-one":"{0} deň","unitPattern-count-few":"{0} dni","unitPattern-count-many":"{0} dňa","unitPattern-count-other":"{0} dní",perUnitPattern:"{0}/deň"},"duration-hour":{displayName:"h","unitPattern-count-one":"{0} h","unitPattern-count-few":"{0} h","unitPattern-count-many":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-few":"{0} min","unitPattern-count-many":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-few":"{0} s","unitPattern-count-many":"{0} s","unitPattern-count-other":"{0} s",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-few":"{0} ms","unitPattern-count-many":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-few":"{0} μs","unitPattern-count-many":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-few":"{0} ns","unitPattern-count-many":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-few":"{0} A","unitPattern-count-many":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-few":"{0} mA","unitPattern-count-many":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-few":"{0} Ω","unitPattern-count-many":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-few":"{0} V","unitPattern-count-many":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-many":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-few":"{0} kJ","unitPattern-count-many":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-few":"{0} J","unitPattern-count-many":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-few":"{0} kWh","unitPattern-count-many":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-many":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-few":"{0} BTU","unitPattern-count-many":"{0} BTU","unitPattern-count-other":"{0} BTU"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-many":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-many":"{0} N","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-few":"{0} GHz","unitPattern-count-many":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-few":"{0} MHz","unitPattern-count-many":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-few":"{0} kHz","unitPattern-count-many":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-few":"{0} Hz","unitPattern-count-many":"{0} Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-few":"{0} km","unitPattern-count-many":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-few":"{0} m","unitPattern-count-many":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-few":"{0} dm","unitPattern-count-many":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-few":"{0} cm","unitPattern-count-many":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-few":"{0} mm","unitPattern-count-many":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-one":"{0} µm","unitPattern-count-few":"{0} µm","unitPattern-count-many":"{0} µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-few":"{0} nm","unitPattern-count-many":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-few":"{0} pm","unitPattern-count-many":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-few":"{0} mi","unitPattern-count-many":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-few":"{0} yd","unitPattern-count-many":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-few":"{0} ft","unitPattern-count-many":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-few":"{0} in","unitPattern-count-many":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-few":"{0} pc","unitPattern-count-many":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"ly","unitPattern-count-one":"{0} ly","unitPattern-count-few":"{0} ly","unitPattern-count-many":"{0} ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-few":"{0} au","unitPattern-count-many":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"NM","unitPattern-count-one":"{0} NM","unitPattern-count-few":"{0} NM","unitPattern-count-many":"{0} NM","unitPattern-count-other":"{0} NM"},"length-mile-scandinavian":{displayName:"ŠM","unitPattern-count-one":"{0} ŠM","unitPattern-count-few":"{0} ŠM","unitPattern-count-many":"{0} ŠM","unitPattern-count-other":"{0} ŠM"},"length-point":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-many":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-few":"{0} lx","unitPattern-count-many":"{0} lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-many":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-many":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-few":"{0} kg","unitPattern-count-many":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-few":"{0} g","unitPattern-count-many":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-few":"{0} mg","unitPattern-count-many":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-one":"{0} µg","unitPattern-count-few":"{0} µg","unitPattern-count-many":"{0} µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"to","unitPattern-count-one":"{0} to","unitPattern-count-few":"{0} to","unitPattern-count-many":"{0} to","unitPattern-count-other":"{0} to"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-few":"{0} lb","unitPattern-count-many":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-few":"{0} oz","unitPattern-count-many":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-few":"{0} oz t","unitPattern-count-many":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"ct","unitPattern-count-one":"{0} ct","unitPattern-count-few":"{0} ct","unitPattern-count-many":"{0} ct","unitPattern-count-other":"{0} ct"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-many":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-many":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-many":"{0} M☉","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-few":"{0} GW","unitPattern-count-many":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-few":"{0} MW","unitPattern-count-many":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-few":"{0} kW","unitPattern-count-many":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-few":"{0} W","unitPattern-count-many":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-few":"{0} mW","unitPattern-count-many":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-few":"{0} hp","unitPattern-count-many":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-few":"{0} hPa","unitPattern-count-many":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-few":"{0} mm Hg","unitPattern-count-many":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-few":"{0} psi","unitPattern-count-many":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-many":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-few":"{0} mbar","unitPattern-count-many":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-few":"{0} atm","unitPattern-count-many":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-many":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-many":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-few":"{0} km/h","unitPattern-count-many":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-few":"{0} m/s","unitPattern-count-many":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-few":"{0} mi/h","unitPattern-count-many":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-few":"{0} kn","unitPattern-count-many":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0} °","unitPattern-count-few":"{0} °","unitPattern-count-many":"{0} °","unitPattern-count-other":"{0} °"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-few":"{0} °C","unitPattern-count-many":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-few":"{0} °F","unitPattern-count-many":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-few":"{0} K","unitPattern-count-many":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-few":"{0} lbf⋅ft","unitPattern-count-many":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-few":"{0} Nm","unitPattern-count-many":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-few":"{0} km³","unitPattern-count-many":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-few":"{0} m³","unitPattern-count-many":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-few":"{0} cm³","unitPattern-count-many":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-few":"{0} mi³","unitPattern-count-many":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-few":"{0} yd³","unitPattern-count-many":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-few":"{0} ft³","unitPattern-count-many":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-few":"{0} in³","unitPattern-count-many":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-many":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-few":"{0} hl","unitPattern-count-many":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-many":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-few":"{0} dl","unitPattern-count-many":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-few":"{0} cl","unitPattern-count-many":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-many":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-few":"{0} mpt","unitPattern-count-many":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mc","unitPattern-count-one":"{0} mc","unitPattern-count-few":"{0} mc","unitPattern-count-many":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-few":"{0} ac ft","unitPattern-count-many":"{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-few":"{0} gal","unitPattern-count-many":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"brit. gal.","unitPattern-count-one":"{0} brit. gal.","unitPattern-count-few":"{0} brit. gal.","unitPattern-count-many":"{0} brit. gal.","unitPattern-count-other":"{0} brit. gal.",perUnitPattern:"{0}/brit. gal."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-few":"{0} qt","unitPattern-count-many":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-few":"{0} c","unitPattern-count-many":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-few":"{0} fl oz","unitPattern-count-many":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"brit. fl oz","unitPattern-count-one":"{0} brit. fl oz","unitPattern-count-few":"{0} brit. fl oz","unitPattern-count-many":"{0} brit. fl oz","unitPattern-count-other":"{0} brit. fl oz"},"volume-tablespoon":{displayName:"tbsp","unitPattern-count-one":"{0} tbsp","unitPattern-count-few":"{0} tbsp","unitPattern-count-many":"{0} tbsp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-one":"{0} tsp","unitPattern-count-few":"{0} tsp","unitPattern-count-many":"{0} tsp","unitPattern-count-other":"{0} tsp"},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-many":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"svetová strana",east:"{0} E",north:"{0} N",south:"{0} S",west:"{0} W"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-many":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-many":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-many":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-many":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-many":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-many":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","1000000000-one":"0 mld'.' ¤","1000000000-few":"0 mld'.' ¤","1000000000-many":"0 mld'.' ¤","1000000000-other":"0 mld'.' ¤","10000000000-one":"00 mld'.' ¤","10000000000-few":"00 mld'.' ¤","10000000000-many":"00 mld'.' ¤","10000000000-other":"00 mld'.' ¤","100000000000-one":"000 mld'.' ¤","100000000000-few":"000 mld'.' ¤","100000000000-many":"000 mld'.' ¤","100000000000-other":"000 mld'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-many":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-many":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-many":"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:"i = 1 and v = 0",few:"i = 2..4 and v = 0",many:"v != 0"},"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H",_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=sk-a3e7e927.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sk-a3e7e927.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}