@openui5/sap.ui.integration 1.141.1 → 1.142.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 (519) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +38 -0
  3. package/THIRDPARTY.txt +34 -1
  4. package/package.json +6 -6
  5. package/src/sap/ui/integration/.library +3 -3
  6. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  7. package/src/sap/ui/integration/Designtime.js +1 -1
  8. package/src/sap/ui/integration/Extension.js +1 -1
  9. package/src/sap/ui/integration/Host.js +1 -1
  10. package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
  11. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  12. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  13. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  14. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  15. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +1 -1
  18. package/src/sap/ui/integration/cards/Header.js +6 -1
  19. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  20. package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
  21. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  22. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  23. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  24. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  25. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
  30. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
  31. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
  32. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
  33. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
  34. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  37. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  38. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  39. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  40. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  41. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  42. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  43. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  44. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  45. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  46. package/src/sap/ui/integration/controls/ComboBox.js +1 -1
  47. package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
  48. package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
  49. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  50. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  51. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  52. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  53. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  54. package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
  55. package/src/sap/ui/integration/delegate/Paginator.js +1 -1
  56. package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  89. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  90. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  91. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  92. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  94. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  95. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  96. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  99. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  100. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  101. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  102. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  103. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  104. package/src/sap/ui/integration/editor/Editor.js +2 -2
  105. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  106. package/src/sap/ui/integration/editor/Extension.js +1 -1
  107. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  108. package/src/sap/ui/integration/editor/Settings.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  121. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  122. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  123. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  124. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  125. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  126. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  127. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  128. package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
  129. package/src/sap/ui/integration/library.js +2 -2
  130. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  131. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  132. package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
  133. package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
  135. package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
  141. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  142. package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
  281. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  282. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  283. package/src/sap/ui/integration/util/BindingHelper.js +2 -1
  284. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  285. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  286. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  287. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  288. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  289. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  290. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  291. package/src/sap/ui/integration/util/Destinations.js +5 -1
  292. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  293. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  294. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  295. package/src/sap/ui/integration/util/Form.js +1 -1
  296. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  297. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  298. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  299. package/src/sap/ui/integration/util/Manifest.js +1 -1
  300. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  301. package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
  302. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  303. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  304. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  305. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  306. package/src/sap/ui/integration/util/SorterHelper.js +1 -1
  307. package/src/sap/ui/integration/util/Utils.js +40 -3
  308. package/src/sap/ui/integration/util/Validators.js +1 -1
  309. package/src/sap/ui/integration/util/openCardDialog.js +4 -4
  310. package/src/sap/ui/integration/widgets/Card.js +2 -2
  311. package/ui5.yaml +8 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
  313. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
  314. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
  315. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
  316. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
  317. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
  318. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
  319. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
  320. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
  321. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
  322. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
  323. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
  324. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
  325. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
  326. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
  327. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
  328. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
  329. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
  330. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
  331. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
  332. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
  333. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
  334. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
  335. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
  336. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
  337. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
  338. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
  339. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
  340. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
  341. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
  342. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
  343. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
  344. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
  345. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
  346. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
  347. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
  348. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
  349. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
  350. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
  351. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
  352. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
  353. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
  354. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
  355. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
  356. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
  357. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
  358. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
  359. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
  360. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
  361. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
  362. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
  363. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
  367. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
  368. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
  369. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
  370. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
  371. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
  373. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
  375. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
  377. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
  379. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
  381. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
  383. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
  385. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
  387. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
  389. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
  391. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
  393. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
  395. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
  397. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
  399. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
  401. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
  403. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
  405. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
  407. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
  409. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
  411. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
  413. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
  415. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
  417. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
  419. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
  421. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
  423. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
  425. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
  427. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
  429. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
  431. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
  433. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
  435. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
  437. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
  439. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
  441. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
  443. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
  445. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
  447. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
  449. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
  451. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
  453. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
  455. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
  457. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
  459. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
  461. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
  463. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
  465. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
  469. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
  471. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
  473. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
  475. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
  477. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
  479. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
  481. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
  483. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
@@ -0,0 +1 @@
1
+ const __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="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",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",ann:"obolo",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",atj:"atikamekwč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:"čakma",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í)","ckb_alt-menu":"kurdčina (sorání)","ckb_alt-variant":"kurdčina (sorání)",clc:"chilcotin",cnr:"Čiernohorčina",co:"korzičtina",cop:"koptčina",cr:"krí",crg:"michif",crh:"krymská tatárčina",crj:"cree (juhovýchod)",crk:"plains cree",crl:"northern east cree",crm:"moose cree",crr:"karolínska algonkčina",crs:"seychelská kreolčina",cs:"čeština",csb:"kašubčina",csw:"swampy cree",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",fa_AF:"daríjčina",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",hax:"haida (juh)",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",hur:"halkomelem",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",ikt:"inuktitut (západná Kanada)",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",kgp:"kaingang",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",kwk:"kwakʼwala",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",lil:"lillooet",lkt:"lakotčina",ln:"lingalčina",lo:"laoština",lol:"mongo",lou:"kreolčina (Louisiana)",loz:"lozi",lrc:"severné luri",lsm:"saamia",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",moe:"innu-aimunč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",ojb:"northwestern ojibwa",ojc:"centrálna odžibvejčina",ojs:"oji-cree",ojw:"ojibwa (západ)",oka:"okanagan",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í",pis:"pidžin",pl:"poľština",pon:"pohnpeiština",pqm:"maliseet-passamaquoddy",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",rhg:"rohingčina",rm:"rétorománčina",rn:"rundčina",ro:"rumunčina",ro_MD:"moldavčina",rof:"rombo",rom:"rómčina",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",slh:"lushootseed (juh)",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á)",str:"straits salish",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",tce:"tutchone (juh)",te:"telugčina",tem:"temne",teo:"teso",ter:"terêna",tet:"tetumčina",tg:"tadžičtina",tgx:"tagiš",th:"thajčina",tht:"tahltan",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",tok:"toki pona",tpi:"novoguinejský pidžin",tr:"turečtina",trv:"taroko",ts:"tsongčina",tsi:"cimšjančina",tt:"tatárčina",ttm:"northern tutchone",tum:"tumbuka",tvl:"tuvalčina",tw:"twi",twq:"tasawaq",ty:"tahitčina",tyv:"tuviančina",tzm:"tamazight (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",wuu:"čínština (wu)",xal:"kalmyčtina",xh:"xhoština",xog:"soga",yao:"jao",yap:"japčina",yav:"jangben",ybb:"yemba",yi:"jidiš",yo:"jorubčina",yrl:"nheengatu",yue:"kantončina","yue_alt-menu":"čínština (kantonská)",za:"čuangčina",zap:"zapotéčtina",zbl:"systém Bliss",zen:"zenaga",zgh:"tuaregčina (marocká štandardná)",zh:"čínština","zh_alt-menu":"čínština (mandarínska)",zh_Hans:"čínština (zjednodušená)","zh_Hans-alt-long":"čínština (mandarínska zjednodušená)",zh_Hant:"čínština (tradičná)","zh_Hant-alt-long":"čínština (mandarínska tradičná)",zu:"zuluština",zun:"zuniština",zxx:"bez jazykového obsahu",zza:"zaza"},scripts={Adlm:"adlam",Arab:"arabské","Arab-alt-variant":"perzsko-arabské",Aran:"nastaliq",Armn:"arménske",Bali:"balijský",Beng:"bengálske",Bopo:"bopomofo",Brai:"braillovo",Cakm:"čakma",Cans:"zjednotené kanadské domorodé slabiky",Cher:"čerokézčina",Cyrl:"cyrilika",Deva:"dévanágarí",Egyp:"egyptské hieroglyfy",Ethi:"etiópske",Geor:"gruzínske",Glag:"hlaholika",Goth:"gotický",Grek:"grécke",Gujr:"gudžarátí",Guru:"gurmukhi",Hanb:"čínske a bopomofo",Hang:"hangul",Hani:"čínske",Hans:"zjednodušené","Hans-alt-stand-alone":"čínske zjednodušené",Hant:"tradičné","Hant-alt-stand-alone":"čínske tradičné",Hebr:"hebrejské",Hira:"hiragana",Hrkt:"kana",Jamo:"jamo",Jpan:"japonské",Kana:"katakana",Khmr:"khmérske",Knda:"kannadské",Kore:"kórejské",Laoo:"laoské",Latn:"latinka",Lina:"lineárna A",Linb:"lineárna B",Maya:"mayské hieroglyfy",Mlym:"malajálamske",Mong:"mongolské",Mtei:"mejtej majek (manipurské)",Mymr:"barmské",Nkoo:"bambarčina",Olck:"santálske (ol chiki)",Orya:"uríjske",Osma:"osmanský",Qaag:"zawgyi",Rohg:"hanifi",Runr:"Runové písmo",Sinh:"sinhálske",Sund:"sundčina",Syrc:"sýrčina",Taml:"tamilské",Telu:"telugské",Tfng:"tifinagh",Thaa:"tána",Thai:"thajské",Tibt:"tibetské",Vaii:"vai",Yiii:"yi",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":"Kongo (DRK)",CF:"Stredoafrická republika",CG:"Konžská republika","CG-alt-variant":"Kongo (republika)",CH:"Švajčiarsko",CI:"Pobrežie Slonoviny","CI-alt-variant":"Pobrežie Slonoviny",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",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","NZ-alt-variant":"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:"Eswatini","SZ-alt-variant":"Svazijsko",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":"Východný Timor",TM:"Turkménsko",TN:"Tunisko",TO:"Tonga",TR:"Turecko","TR-alt-variant":"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:"falošná diakritika",XB:"obrátenie sprava doľava",XK:"Kosovo",YE:"Jemen",YT:"Mayotte",ZA:"Južná Afrika",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"neznámy región"},orientation="left-to-right",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"}},timezoneNames={Africa:{Abidjan:"Abidjan",Accra:"Accra",Addis_Ababa:"Addis Abeba",Algiers:"Alžír",Asmara:"Asmara",Bamako:"Bamako",Bangui:"Bangui",Banjul:"Banjul",Bissau:"Bissau",Blantyre:"Blantyre",Brazzaville:"Brazzaville",Bujumbura:"Bujumbura",Cairo:"Káhira",Casablanca:"Casablanca",Ceuta:"Ceuta",Conakry:"Conakry",Dakar:"Dakar",Dar_es_Salaam:"Dar es Salaam",Djibouti:"Džibuti",Douala:"Douala",El_Aaiun:"El-Aaiún",Freetown:"Freetown",Gaborone:"Gaborone",Harare:"Harare",Johannesburg:"Johannesburg",Juba:"Juba",Kampala:"Kampala",Khartoum:"Chartúm",Kigali:"Kigali",Kinshasa:"Kinshasa",Lagos:"Lagos",Libreville:"Libreville",Lome:"Lomé",Luanda:"Luanda",Lubumbashi:"Lubumbashi",Lusaka:"Lusaka",Malabo:"Malabo",Maputo:"Maputo",Maseru:"Maseru",Mbabane:"Mbabane",Mogadishu:"Mogadišo",Monrovia:"Monrovia",Nairobi:"Nairobi",Ndjamena:"N’Djamena",Niamey:"Niamey",Nouakchott:"Nouakchott",Ouagadougou:"Ouagadougou","Porto-Novo":"Porto-Novo",Sao_Tome:"Svätý Tomáš",Tripoli:"Tripolis",Tunis:"Tunis",Windhoek:"Windhoek",_parent:"Afrika"},America:{Adak:"Adak",Anchorage:"Anchorage",Anguilla:"Anguilla",Antigua:"Antigua",Araguaina:"Araguaina",Argentina:{Buenos_Aires:"Buenos Aires",Catamarca:"Catamarca",Cordoba:"Córdoba",Jujuy:"Jujuy",La_Rioja:"La Rioja",Mendoza:"Mendoza",Rio_Gallegos:"Rio Gallegos",Salta:"Salta",San_Juan:"San Juan",San_Luis:"San Luis",Tucuman:"Tucuman",Ushuaia:"Ushuaia",_parent:"Argentína"},Aruba:"Aruba",Asuncion:"Asunción",Atikokan:"Atikokan",Bahia:"Bahia",Bahia_Banderas:"Bahia Banderas",Barbados:"Barbados",Belem:"Belém",Belize:"Belize","Blanc-Sablon":"Blanc-Sablon",Boa_Vista:"Boa Vista",Bogota:"Bogotá",Boise:"Boise",Cambridge_Bay:"Cambridge Bay",Campo_Grande:"Campo Grande",Cancun:"Cancún",Caracas:"Caracas",Cayenne:"Cayenne",Cayman:"Kajmanie ostrovy",Chicago:"Chicago",Chihuahua:"Chihuahua",Ciudad_Juarez:"Ciudad Juárez",Costa_Rica:"Kostarika",Creston:"Creston",Cuiaba:"Cuiabá",Curacao:"Curaçao",Danmarkshavn:"Danmarkshavn",Dawson:"Dawson",Dawson_Creek:"Dawson Creek",Denver:"Denver",Detroit:"Detroit",Dominica:"Dominika",Edmonton:"Edmonton",Eirunepe:"Eirunepé",El_Salvador:"Salvádor",Fort_Nelson:"Fort Nelson",Fortaleza:"Fortaleza",Glace_Bay:"Glace Bay",Goose_Bay:"Goose Bay",Grand_Turk:"Grand Turk",Grenada:"Grenada",Guadeloupe:"Guadeloupe",Guatemala:"Guatemala",Guayaquil:"Guayaquil",Guyana:"Guyana",Halifax:"Halifax",Havana:"Havana",Hermosillo:"Hermosillo",Indiana:{Indianapolis:"Indianapolis",Knox:"Knox, Indiana",Marengo:"Marengo, Indiana",Petersburg:"Petersburg, Indiana",Tell_City:"Tell City, Indiana",Vevay:"Vevay, Indiana",Vincennes:"Vincennes, Indiana",Winamac:"Winamac, Indiana"},Inuvik:"Inuvik",Iqaluit:"Iqaluit",Jamaica:"Jamajka",Juneau:"Juneau",Kentucky:{Louisville:"Louisville",Monticello:"Monticello, Kentucky"},Kralendijk:"Kralendijk",La_Paz:"La Paz",Lima:"Lima",Los_Angeles:"Los Angeles",Lower_Princes:"Lower Prince’s Quarter",Maceio:"Maceió",Managua:"Managua",Manaus:"Manaus",Marigot:"Marigot",Martinique:"Martinik",Matamoros:"Matamoros",Mazatlan:"Mazatlán",Menominee:"Menominee",Merida:"Mérida",Metlakatla:"Metlakatla",Mexico_City:"México",Miquelon:"Miquelon",Moncton:"Moncton",Monterrey:"Monterrey",Montevideo:"Montevideo",Montserrat:"Montserrat",Nassau:"Nassau",New_York:"New York",Nipigon:"Nipigon",Nome:"Nome",Noronha:"Noronha",North_Dakota:{Beulah:"Beulah, Severná Dakota",Center:"Center, Severná Dakota",New_Salem:"New Salem, Severná Dakota"},Nuuk:"Nuuk",Ojinaga:"Ojinaga",Panama:"Panama",Pangnirtung:"Pangnirtung",Paramaribo:"Paramaribo",Phoenix:"Phoenix","Port-au-Prince":"Port-au-Prince",Port_of_Spain:"Port of Spain",Porto_Velho:"Porto Velho",Puerto_Rico:"Portoriko",Punta_Arenas:"Punta Arenas",Rainy_River:"Rainy River",Rankin_Inlet:"Rankin Inlet",Recife:"Recife",Regina:"Regina",Resolute:"Resolute",Rio_Branco:"Rio Branco",Santa_Isabel:"Santa Isabel",Santarem:"Santarém",Santiago:"Santiago",Santo_Domingo:"Santo Domingo",Sao_Paulo:"São Paulo",Scoresbysund:"Ittoqqortoormiit",Sitka:"Sitka",St_Barthelemy:"Svätý Bartolomej",St_Johns:"St. John’s",St_Kitts:"St. Kitts",St_Lucia:"Svätá Lucia",St_Thomas:"Sv. Tomáš",St_Vincent:"Sv. Vincent",Swift_Current:"Swift Current",Tegucigalpa:"Tegucigalpa",Thule:"Thule",Thunder_Bay:"Thunder Bay",Tijuana:"Tijuana",Toronto:"Toronto",Tortola:"Tortola",Vancouver:"Vancouver",Whitehorse:"Whitehorse",Winnipeg:"Winnipeg",Yakutat:"Yakutat",Yellowknife:"Yellowknife",_parent:"Amerika"},Antarctica:{Casey:"Casey",Davis:"Davis",DumontDUrville:"Dumont d’Urville",Macquarie:"Macquarie",Mawson:"Mawson",McMurdo:"McMurdo",Palmer:"Palmer",Rothera:"Rothera",Syowa:"Šówa",Troll:"Troll",Vostok:"Vostok",_parent:"Antarktída"},Arctic:{Longyearbyen:"Longyearbyen"},Asia:{Aden:"Aden",Almaty:"Almaty",Amman:"Ammán",Anadyr:"Anadyr",Aqtau:"Aktau",Aqtobe:"Aktobe",Ashgabat:"Ašchabad",Atyrau:"Atyrau",Baghdad:"Bagdad",Bahrain:"Bahrajn",Baku:"Baku",Bangkok:"Bangkok",Barnaul:"Barnaul",Beirut:"Bejrút",Bishkek:"Biškek",Brunei:"Brunej",Chita:"Čita",Choibalsan:"Čojbalsan",Colombo:"Kolombo",Damascus:"Damask",Dhaka:"Dháka",Dili:"Dili",Dubai:"Dubaj",Dushanbe:"Dušanbe",Famagusta:"Famagusta",Gaza:"Gaza",Hebron:"Hebron",Ho_Chi_Minh:"Hočiminovo Mesto",Hong_Kong:"Hongkong",Hovd:"Chovd",Irkutsk:"Irkutsk",Jakarta:"Jakarta",Jayapura:"Jayapura",Jerusalem:"Jeruzalem",Kabul:"Kábul",Kamchatka:"Kamčatka",Karachi:"Karáči",Kathmandu:"Káthmandu",Khandyga:"Chandyga",Kolkata:"Kalkata",Krasnoyarsk:"Krasnojarsk",Kuala_Lumpur:"Kuala Lumpur",Kuching:"Kučing",Kuwait:"Kuvajt",Macau:"Macao",Magadan:"Magadan",Makassar:"Makassar",Manila:"Manila",Muscat:"Maskat",Nicosia:"Nikózia",Novokuznetsk:"Novokuzneck",Novosibirsk:"Novosibirsk",Omsk:"Omsk",Oral:"Uraľsk",Phnom_Penh:"Phnom Pénh",Pontianak:"Pontianak",Pyongyang:"Pchjongjang",Qatar:"Katar",Qostanay:"Kostanaj",Qyzylorda:"Kyzylorda",Riyadh:"Rijád",Sakhalin:"Sachalin",Samarkand:"Samarkand",Seoul:"Soul",Shanghai:"Šanghaj",Singapore:"Singapur",Srednekolymsk:"Srednekolymsk",Taipei:"Tchaj-pej",Tashkent:"Taškent",Tbilisi:"Tbilisi",Tehran:"Teherán",Thimphu:"Thimphu",Tokyo:"Tokio",Tomsk:"Tomsk",Ulaanbaatar:"Ulanbátar",Urumqi:"Urumči","Ust-Nera":"Usť-Nera",Vientiane:"Vientian",Vladivostok:"Vladivostok",Yakutsk:"Jakutsk",Yangon:"Rangún",Yekaterinburg:"Jekaterinburg",Yerevan:"Jerevan",_parent:"Ázia"},Atlantic:{Azores:"Azory",Bermuda:"Bermudy",Canary:"Kanárske ostrovy",Cape_Verde:"Kapverdy",Faroe:"Faerské ostrovy",Madeira:"Madeira",Reykjavik:"Reykjavík",South_Georgia:"Južná Georgia",St_Helena:"Svätá Helena",Stanley:"Stanley"},Australia:{Adelaide:"Adelaide",Brisbane:"Brisbane",Broken_Hill:"Broken Hill",Darwin:"Darwin",Eucla:"Eucla",Hobart:"Hobart",Lindeman:"Lindeman",Lord_Howe:"Lord Howe",Melbourne:"Melbourne",Perth:"Perth",Sydney:"Sydney",_parent:"Austrália"},Etc:{UTC:"UTC",Universal:"koordinovaný svetový čas"},Europe:{Amsterdam:"Amsterdam",Andorra:"Andorra",Astrakhan:"Astrachán",Athens:"Atény",Belgrade:"Belehrad",Berlin:"Berlín",Bratislava:"Bratislava",Brussels:"Brusel",Bucharest:"Bukurešť",Budapest:"Budapešť",Busingen:"Büsingen",Chisinau:"Kišiňov",Copenhagen:"Kodaň",Dublin:"Dublin",Gibraltar:"Gibraltár",Guernsey:"Guernsey",Helsinki:"Helsinki",Isle_of_Man:"Ostrov Man",Istanbul:"Istanbul",Jersey:"Jersey",Kaliningrad:"Kaliningrad",Kiev:"Kyjev",Kirov:"Kirov",Lisbon:"Lisabon",Ljubljana:"Ľubľana",London:"Londýn",Luxembourg:"Luxembursko",Madrid:"Madrid",Malta:"Malta",Mariehamn:"Mariehamn",Minsk:"Minsk",Monaco:"Monako",Moscow:"Moskva",Oslo:"Oslo",Paris:"Paríž",Podgorica:"Podgorica",Prague:"Praha",Riga:"Riga",Rome:"Rím",Samara:"Samara",San_Marino:"San Maríno",Sarajevo:"Sarajevo",Saratov:"Saratov",Simferopol:"Simferopol",Skopje:"Skopje",Sofia:"Sofia",Stockholm:"Štokholm",Tallinn:"Tallinn",Tirane:"Tirana",Ulyanovsk:"Uľjanovsk",Uzhgorod:"Užhorod",Vaduz:"Vaduz",Vatican:"Vatikán",Vienna:"Viedeň",Vilnius:"Vilnius",Volgograd:"Volgograd",Warsaw:"Varšava",Zagreb:"Záhreb",Zaporozhye:"Záporožie",Zurich:"Zürich",_parent:"Európa"},Indian:{Antananarivo:"Antananarivo",Chagos:"Chagos",Christmas:"Vianočný ostrov",Cocos:"Kokosové ostrovy",Comoro:"Komory",Kerguelen:"Kergueleny",Mahe:"Mahé",Maldives:"Maldivy",Mauritius:"Maurícius",Mayotte:"Mayotte",Reunion:"Réunion"},Pacific:{Apia:"Apia",Auckland:"Auckland",Bougainville:"Bougainville",Chatham:"Chatham",Chuuk:"Chuuk",Easter:"Veľkonočný ostrov",Efate:"Efate",Fakaofo:"Fakaofo",Fiji:"Fidži",Funafuti:"Funafuti",Galapagos:"Galapágy",Gambier:"Gambier",Guadalcanal:"Guadalcanal",Guam:"Guam",Honolulu:"Honolulu",Kanton:"Kanton",Kiritimati:"Kiritimati",Kosrae:"Kosrae",Kwajalein:"Kwajalein",Majuro:"Majuro",Marquesas:"Markézy",Midway:"Midway",Nauru:"Nauru",Niue:"Niue",Norfolk:"Norfolk",Noumea:"Nouméa",Pago_Pago:"Pago Pago",Palau:"Palau",Pitcairn:"Pitcairn",Pohnpei:"Pohnpei",Port_Moresby:"Port Moresby",Rarotonga:"Rarotonga",Saipan:"Saipan",Tahiti:"Tahiti",Tarawa:"Tarawa",Tongatapu:"Tongatapu",Wake:"Wake",Wallis:"Wallis"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0 %"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0} – {1}"},currencySymbols={EUR:"€",ILS:"NIS",MXN:"MX$",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-few":"{0}²","compoundUnitPattern1-count-many":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-few":"{0}³","compoundUnitPattern1-count-many":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{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-square-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²"},"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-ofglucose-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-item":{displayName:"pol.","unitPattern-count-one":"{0} pol.","unitPattern-count-few":"{0} pol.","unitPattern-count-many":"{0} pol.","unitPattern-count-other":"{0} pol."},"concentr-permillion":{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-100-kilometer":{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-decade":{displayName:"desaťr.","unitPattern-count-one":"{0} desaťr.","unitPattern-count-few":"{0} desaťr.","unitPattern-count-many":"{0} desaťr.","unitPattern-count-other":"{0} desaťr."},"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-quarter":{displayName:"štvrťrok","unitPattern-count-one":"{0} štvrťrok","unitPattern-count-few":"{0} štvrťroky","unitPattern-count-many":"{0} štvrťroka","unitPattern-count-other":"{0} štvrťrokov",perUnitPattern:"{0}/štvrťrok"},"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"},"energy-therm-us":{displayName:"thm","unitPattern-count-one":"{0} thm","unitPattern-count-few":"{0} thm","unitPattern-count-many":"{0} thm","unitPattern-count-other":"{0} thm"},"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"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-one":"{0} kWh/100km","unitPattern-count-few":"{0} kWh/100km","unitPattern-count-many":"{0} kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"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"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-few":"{0} em","unitPattern-count-many":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-one":"{0} px","unitPattern-count-few":"{0} px","unitPattern-count-many":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"Mpx","unitPattern-count-one":"{0} Mpx","unitPattern-count-few":"{0} Mpx","unitPattern-count-many":"{0} Mpx","unitPattern-count-other":"{0} Mpx"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-few":"{0} ppcm","unitPattern-count-many":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-few":"{0} ppi","unitPattern-count-many":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-one":"{0} dpcm","unitPattern-count-few":"{0} dpcm","unitPattern-count-many":"{0} dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-one":"{0} dpi","unitPattern-count-few":"{0} dpi","unitPattern-count-many":"{0} dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"bod","unitPattern-count-one":"{0} bod","unitPattern-count-few":"{0} body","unitPattern-count-many":"{0} bodu","unitPattern-count-other":"{0} bodov"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-few":"{0} R⊕","unitPattern-count-many":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"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-one":"{0} fur","unitPattern-count-few":"{0} fur","unitPattern-count-many":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fth","unitPattern-count-one":"{0} fth","unitPattern-count-few":"{0} fth","unitPattern-count-many":"{0} fth","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-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-few":"{0} cd","unitPattern-count-many":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-few":"{0} lm","unitPattern-count-many":"{0} lm","unitPattern-count-other":"{0} lm"},"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-tonne":{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-one":"{0} st","unitPattern-count-few":"{0} st","unitPattern-count-many":"{0} 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☉"},"mass-grain":{displayName:"gran","unitPattern-count-one":"{0} gran","unitPattern-count-few":"{0} grany","unitPattern-count-many":"{0} granu","unitPattern-count-other":"{0} granov"},"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-millimeter-ofhg":{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-force-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-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-many":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-few":"{0} bar","unitPattern-count-many":"{0} bar","unitPattern-count-other":"{0} bar"},"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-pascal":{displayName:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-few":"{0} Pa","unitPattern-count-many":"{0} Pa","unitPattern-count-other":"{0} Pa"},"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-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-force-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-one":"{0} bu","unitPattern-count-few":"{0} bu","unitPattern-count-many":"{0} 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"},"volume-dessert-spoon":{displayName:"dstspn","unitPattern-count-one":"{0} dstspn","unitPattern-count-few":"{0} dstspn","unitPattern-count-many":"{0} dstspn","unitPattern-count-other":"{0} dstspn"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp","unitPattern-count-one":"{0} dstspn Imp","unitPattern-count-few":"{0} dstspn Imp","unitPattern-count-many":"{0} dstspn Imp","unitPattern-count-other":"{0} dstspn Imp"},"volume-drop":{displayName:"kvapky","unitPattern-count-one":"{0} kvapka","unitPattern-count-few":"{0} kvapky","unitPattern-count-many":"{0} kvapky","unitPattern-count-other":"{0} kvapiek"},"volume-dram":{displayName:"dr","unitPattern-count-one":"{0} dr","unitPattern-count-few":"{0} dr","unitPattern-count-many":"{0} dr","unitPattern-count-other":"{0} dr"},"volume-jigger":{displayName:"odmerky","unitPattern-count-one":"{0} odmerka","unitPattern-count-few":"{0} odmerky","unitPattern-count-many":"{0} odmerky","unitPattern-count-other":"{0} odmeriek"},"volume-pinch":{displayName:"štipky","unitPattern-count-one":"{0} štipka","unitPattern-count-few":"{0} štipky","unitPattern-count-many":"{0} štipky","unitPattern-count-other":"{0} štipiek"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-one":"{0} qt Imp","unitPattern-count-few":"{0} qt Imp","unitPattern-count-many":"{0} qt Imp","unitPattern-count-other":"{0} qt Imp"},coordinateUnit:{displayName:"svetová strana",east:"{0} E",north:"{0} N",south:"{0} S",west:"{0} W"}}},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"},timeData={_allowed:"H",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"22:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"09:00",_from:"04:00"},morning2:{_before:"12:00",_from:"09:00"},night1:{_before:"04:00",_from:"22:00"},noon:{_at:"12:00"}},sk={__license:__license,__version:"43.0.0",__buildtime:__buildtime,languages:languages,scripts:scripts,territories:territories,orientation:orientation,"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",GyMd:"d. M. y GGGGG",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ň' 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"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"o poln.",noon:"napol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"v noci"},narrow:{midnight:"o poln.",noon:"nap.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"v n."},wide:{midnight:"o polnoci",noon:"napoludnie",morning1:"ráno",morning2:"dopoludnia",afternoon1:"popoludní",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"noc"},narrow:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"noc"},wide:{midnight:"polnoc",noon:"poludnie",morning1:"ráno",morning2:"dopoludnie",afternoon1:"popoludnie",evening1:"večer",night1:"noc"}}},"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",GyMd:"GGGGG y-MM-dd",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"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"o poln.",noon:"napol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"v noci"},narrow:{midnight:"o poln.",noon:"nap.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"v n."},wide:{midnight:"o polnoci",noon:"napoludnie",morning1:"ráno",morning2:"dopoludnia",afternoon1:"popoludní",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"noc"},narrow:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"noc"},wide:{midnight:"polnoc",noon:"poludnie",morning1:"ráno",morning2:"dopoludnie",afternoon1:"popoludnie",evening1:"večer",night1:"noc"}}},"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",GyMd:"GGGGG y-MM-dd",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"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"o poln.",noon:"napol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"v noci"},narrow:{midnight:"o poln.",noon:"nap.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"v n."},wide:{midnight:"o polnoci",noon:"napoludnie",morning1:"ráno",morning2:"dopoludnia",afternoon1:"popoludní",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"noc"},narrow:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"noc"},wide:{midnight:"polnoc",noon:"poludnie",morning1:"ráno",morning2:"dopoludnie",afternoon1:"popoludnie",evening1:"večer",night1:"noc"}}},"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",GyMd:"GGGGG y-MM-dd",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"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"o poln.",noon:"napol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"v noci"},narrow:{midnight:"o poln.",noon:"nap.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"v n."},wide:{midnight:"o polnoci",noon:"napoludnie",morning1:"ráno",morning2:"dopoludnia",afternoon1:"popoludní",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"noc"},narrow:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"noc"},wide:{midnight:"polnoc",noon:"poludnie",morning1:"ráno",morning2:"dopoludnie",afternoon1:"popoludnie",evening1:"večer",night1:"noc"}}},"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",GyMd:"GGGGG y-MM-dd",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"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"o poln.",noon:"napol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"v noci"},narrow:{midnight:"o poln.",noon:"nap.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"v n."},wide:{midnight:"o polnoci",noon:"napoludnie",morning1:"ráno",morning2:"dopoludnia",afternoon1:"popoludní",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dopol.",afternoon1:"popol.",evening1:"večer",night1:"noc"},narrow:{midnight:"poln.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"pop.",evening1:"več.",night1:"noc"},wide:{midnight:"polnoc",noon:"poludnie",morning1:"ráno",morning2:"dopoludnie",afternoon1:"popoludnie",evening1:"večer",night1:"noc"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:dateFields,timezoneNames:timezoneNames,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"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:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"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-approximatelySign":"~","symbols-latn-exponential":"e","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,"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:units,"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:currencyDigits,plurals:plurals,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules};export{__buildtime,__license,__version,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,sk as default,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};