@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.
- package/README.md +2 -2
- package/REUSE.toml +38 -0
- package/THIRDPARTY.txt +34 -1
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +3 -3
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +6 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +2 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +5 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +40 -3
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +4 -4
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- package/ui5.yaml +8 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
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",orientation="left-to-right",dateFields={era:{displayName:"युग"},"year-wide":{displayName:"वर्ष","relative-type--1":"पिछला वर्ष","relative-type-0":"इस वर्ष","relative-type-1":"अगला वर्ष","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} वर्ष में","relativeTimePattern-count-other":"{0} वर्ष में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} वर्ष पहले","relativeTimePattern-count-other":"{0} वर्ष पहले"}},"year-short":{displayName:"वर्ष","relative-type--1":"पिछला वर्ष","relative-type-0":"इस वर्ष","relative-type-1":"अगला वर्ष","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} वर्ष में","relativeTimePattern-count-other":"{0} वर्ष में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} वर्ष पहले","relativeTimePattern-count-other":"{0} वर्ष पहले"}},"year-narrow":{displayName:"वर्ष","relative-type--1":"पिछले साल","relative-type-0":"इस साल","relative-type-1":"अगले साल","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} वर्ष में","relativeTimePattern-count-other":"{0} वर्ष में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} वर्ष पहले","relativeTimePattern-count-other":"{0} वर्ष पहले"}},"quarter-wide":{displayName:"तिमाही","relative-type--1":"अंतिम तिमाही","relative-type-0":"इस तिमाही","relative-type-1":"अगली तिमाही","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} तिमाही में","relativeTimePattern-count-other":"{0} तिमाहियों में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} तिमाही पहले","relativeTimePattern-count-other":"{0} तिमाही पहले"}},"quarter-short":{displayName:"तिमाही","relative-type--1":"अंतिम तिमाही","relative-type-0":"इस तिमाही","relative-type-1":"अगली तिमाही","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} तिमाही में","relativeTimePattern-count-other":"{0} तिमाहियों में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} तिमाही पहले","relativeTimePattern-count-other":"{0} तिमाहियों पहले"}},"quarter-narrow":{displayName:"तिमाही","relative-type--1":"अंतिम तिमाही","relative-type-0":"इस तिमाही","relative-type-1":"अगली तिमाही","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ति॰ में","relativeTimePattern-count-other":"{0} ति॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ति॰ पहले","relativeTimePattern-count-other":"{0} ति॰ पहले"}},"month-wide":{displayName:"माह","relative-type--1":"पिछला माह","relative-type-0":"इस माह","relative-type-1":"अगला माह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} माह में","relativeTimePattern-count-other":"{0} माह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} माह पहले","relativeTimePattern-count-other":"{0} माह पहले"}},"month-short":{displayName:"माह","relative-type--1":"पिछला माह","relative-type-0":"इस माह","relative-type-1":"अगला माह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} माह में","relativeTimePattern-count-other":"{0} माह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} माह पहले","relativeTimePattern-count-other":"{0} माह पहले"}},"month-narrow":{displayName:"माह","relative-type--1":"पिछला माह","relative-type-0":"इस माह","relative-type-1":"अगला माह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} माह में","relativeTimePattern-count-other":"{0} माह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} माह पहले","relativeTimePattern-count-other":"{0} माह पहले"}},"week-wide":{displayName:"सप्ताह","relative-type--1":"पिछला सप्ताह","relative-type-0":"इस सप्ताह","relative-type-1":"अगला सप्ताह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} सप्ताह में","relativeTimePattern-count-other":"{0} सप्ताह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} सप्ताह पहले","relativeTimePattern-count-other":"{0} सप्ताह पहले"},relativePeriod:"{0} के सप्ताह"},"week-short":{displayName:"सप्ताह","relative-type--1":"पिछला सप्ताह","relative-type-0":"इस सप्ताह","relative-type-1":"अगला सप्ताह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} सप्ताह में","relativeTimePattern-count-other":"{0} सप्ताह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} सप्ताह पहले","relativeTimePattern-count-other":"{0} सप्ताह पहले"},relativePeriod:"{0} के सप्ताह"},"week-narrow":{displayName:"सप्ताह","relative-type--1":"पिछला सप्ताह","relative-type-0":"इस सप्ताह","relative-type-1":"अगला सप्ताह","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} सप्ताह में","relativeTimePattern-count-other":"{0} सप्ताह में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} सप्ताह पहले","relativeTimePattern-count-other":"{0} सप्ताह पहले"},relativePeriod:"{0} के सप्ताह"},"day-wide":{displayName:"दिन","relative-type--2":"परसों","relative-type--1":"कल","relative-type-0":"आज","relative-type-1":"कल","relative-type-2":"परसों","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} दिन में","relativeTimePattern-count-other":"{0} दिन में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} दिन पहले","relativeTimePattern-count-other":"{0} दिन पहले"}},"day-short":{displayName:"दिन","relative-type--2":"परसों","relative-type--1":"बीता कल","relative-type-0":"आज","relative-type-1":"आने वाला कल","relative-type-2":"परसों","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} दिन में","relativeTimePattern-count-other":"{0} दिन में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} दिन पहले","relativeTimePattern-count-other":"{0} दिन पहले"}},"day-narrow":{displayName:"दिन","relative-type--2":"परसों","relative-type--1":"बीता कल","relative-type-0":"आज","relative-type-1":"आने वाला कल","relative-type-2":"परसों","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} दिन में","relativeTimePattern-count-other":"{0} दिन में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} दिन पहले","relativeTimePattern-count-other":"{0} दिन पहले"}},weekday:{displayName:"सप्ताह का दिन"},"hour-wide":{displayName:"घंटा","relative-type-0":"यह घंटा","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} घंटे में","relativeTimePattern-count-other":"{0} घंटे में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} घंटे पहले","relativeTimePattern-count-other":"{0} घंटे पहले"}},"hour-short":{displayName:"घं॰","relative-type-0":"यह घंटा","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} घं॰ में","relativeTimePattern-count-other":"{0} घं॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} घं॰ पहले","relativeTimePattern-count-other":"{0} घं॰ पहले"}},"hour-narrow":{displayName:"घं॰","relative-type-0":"यह घंटा","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} घं॰ में","relativeTimePattern-count-other":"{0} घं॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} घं॰ पहले","relativeTimePattern-count-other":"{0} घं॰ पहले"}},"minute-wide":{displayName:"मिनट","relative-type-0":"यह मिनट","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} मिनट में","relativeTimePattern-count-other":"{0} मिनट में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} मिनट पहले","relativeTimePattern-count-other":"{0} मिनट पहले"}},"minute-short":{displayName:"मि॰","relative-type-0":"यह मिनट","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} मि॰ में","relativeTimePattern-count-other":"{0} मि॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} मि॰ पहले","relativeTimePattern-count-other":"{0} मि॰ पहले"}},"minute-narrow":{displayName:"मि॰","relative-type-0":"यह मिनट","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} मि॰ में","relativeTimePattern-count-other":"{0} मि॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} मि॰ पहले","relativeTimePattern-count-other":"{0} मि॰ पहले"}},"second-wide":{displayName:"सेकंड","relative-type-0":"अब","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} सेकंड में","relativeTimePattern-count-other":"{0} सेकंड में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} सेकंड पहले","relativeTimePattern-count-other":"{0} सेकंड पहले"}},"second-short":{displayName:"से॰","relative-type-0":"अब","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} से॰ में","relativeTimePattern-count-other":"{0} से॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} से॰ पहले","relativeTimePattern-count-other":"{0} से॰ पहले"}},"second-narrow":{displayName:"से॰","relative-type-0":"अब","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} से॰ में","relativeTimePattern-count-other":"{0} से॰ में"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} से॰ पहले","relativeTimePattern-count-other":"{0} से॰ पहले"}},zone:{displayName:"समय क्षेत्र"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##,##0.###"},scientificFormat={standard:"[#E0]"},percentFormat={standard:"#,##,##0%"},currencyFormat={standard:"¤#,##,##0.00",accounting:"¤#,##,##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¤"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}–{1}"},currencySymbols={AUD:"A$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",THB:"฿",TWD:"NT$",USD:"$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF",XXX:"¤"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"डे.{0}"},"10p-2":{unitPrefixPattern:"से.{0}"},"10p-3":{unitPrefixPattern:"मि.{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"नै.{0}"},"10p-12":{unitPrefixPattern:"पि.{0}"},"10p-15":{unitPrefixPattern:"फ़े.{0}"},"10p-18":{unitPrefixPattern:"अ.{0}"},"10p-21":{unitPrefixPattern:"ज़ेे.{0}"},"10p-24":{unitPrefixPattern:"यो.{0}"},"10p1":{unitPrefixPattern:"डेका {0}"},"10p2":{unitPrefixPattern:"हे.{0}"},"10p3":{unitPrefixPattern:"कि.{0}"},"10p6":{unitPrefixPattern:"मे.{0}"},"10p9":{unitPrefixPattern:"गी.{0}"},"10p12":{unitPrefixPattern:"टे.{0}"},"10p15":{unitPrefixPattern:"पे.{0}"},"10p18":{unitPrefixPattern:"ए.{0}"},"10p21":{unitPrefixPattern:"ज़े.{0}"},"10p24":{unitPrefixPattern:"योटा {0}"},"1024p1":{unitPrefixPattern:"कि.बी.{0}"},"1024p2":{unitPrefixPattern:"मे.बी.{0}"},"1024p3":{unitPrefixPattern:"जी.बी.{0}"},"1024p4":{unitPrefixPattern:"टे.बी.{0}"},"1024p5":{unitPrefixPattern:"पे.बी.{0}"},"1024p6":{unitPrefixPattern:"एक्ज़.बी.{0}"},"1024p7":{unitPrefixPattern:"ज़े.बी.{0}"},"1024p8":{unitPrefixPattern:"यो.बी.{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"गुरुत्व बल","unitPattern-count-one":"{0} गु॰","unitPattern-count-other":"{0} गु॰"},"acceleration-meter-per-square-second":{displayName:"मीटर/से²","unitPattern-count-one":"{0} मी॰/व॰से॰","unitPattern-count-other":"{0} मी॰/व॰से॰"},"angle-revolution":{displayName:"घूर्णन","unitPattern-count-one":"{0} घूर्णन","unitPattern-count-other":"{0} घूर्णन"},"angle-radian":{displayName:"रेडियन","unitPattern-count-one":"{0} रेडियन","unitPattern-count-other":"{0} रेडियन"},"angle-degree":{displayName:"अंश","unitPattern-count-one":"{0} अंश","unitPattern-count-other":"{0} अंश"},"angle-arc-minute":{displayName:"आर्क मिनट","unitPattern-count-one":"{0} आर्क मिनट","unitPattern-count-other":"{0} आर्क मिनट"},"angle-arc-second":{displayName:"आर्क सेकंड","unitPattern-count-one":"{0} आर्क से॰","unitPattern-count-other":"{0} आर्क से॰"},"area-square-kilometer":{displayName:"वर्ग कि॰मी॰","unitPattern-count-one":"{0} वर्ग कि॰मी॰","unitPattern-count-other":"{0} वर्ग कि॰मी॰",perUnitPattern:"{0}/वर्ग कि॰मी॰"},"area-hectare":{displayName:"हेक्टेयर","unitPattern-count-one":"{0} हे॰","unitPattern-count-other":"{0} हे॰"},"area-square-meter":{displayName:"वर्ग मीटर","unitPattern-count-one":"{0} वर्ग मी॰","unitPattern-count-other":"{0} वर्ग मी॰",perUnitPattern:"{0}/वर्ग मीटर"},"area-square-centimeter":{displayName:"वर्ग सें॰","unitPattern-count-one":"{0} व॰ सें॰","unitPattern-count-other":"{0} व॰ सें॰",perUnitPattern:"{0}/वर्ग सें॰ मी॰"},"area-square-mile":{displayName:"वर्ग मील","unitPattern-count-one":"{0} वर्ग मील","unitPattern-count-other":"{0} वर्ग मील",perUnitPattern:"{0}/मील²"},"area-acre":{displayName:"एकड़","unitPattern-count-one":"{0} एकड़","unitPattern-count-other":"{0} एकड़"},"area-square-yard":{displayName:"व॰ ग॰","unitPattern-count-one":"{0} व॰ ग॰","unitPattern-count-other":"{0} व॰ ग॰"},"area-square-foot":{displayName:"व॰फ़ी॰","unitPattern-count-one":"{0} व॰फ़ी॰","unitPattern-count-other":"{0} व॰फ़ी॰"},"area-square-inch":{displayName:"व॰ इं॰","unitPattern-count-one":"{0} व॰ इं॰","unitPattern-count-other":"{0} व॰ इं॰",perUnitPattern:"{0}/वर्ग इंच"},"area-dunam":{displayName:"डोनम","unitPattern-count-one":"{0} डोनम","unitPattern-count-other":"{0} डोनम"},"concentr-karat":{displayName:"कैरट","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"मि॰ग्रा॰/डे॰ली॰","unitPattern-count-one":"{0} मि॰ग्रा॰/डे॰ली॰","unitPattern-count-other":"{0} मि॰ग्रा॰/डे॰ली॰"},"concentr-millimole-per-liter":{displayName:"मिलीमोल/लीटर","unitPattern-count-one":"{0} मिलीमोल/ली॰","unitPattern-count-other":"{0} मिलीमोल/ली॰"},"concentr-item":{displayName:"item","unitPattern-count-one":"{0} item","unitPattern-count-other":"{0} item"},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"प्रतिशत","unitPattern-count-one":"{0}%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"प्रति हज़ार","unitPattern-count-one":"{0}‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"मोल","unitPattern-count-one":"{0} मोल","unitPattern-count-other":"{0} मोल"},"consumption-liter-per-kilometer":{displayName:"लीटर/किमी","unitPattern-count-one":"{0} ली/किमी","unitPattern-count-other":"{0} ली/किमी"},"consumption-liter-per-100-kilometer":{displayName:"ली॰/100 कि॰मी॰","unitPattern-count-one":"{0} ली॰/100 कि॰मी॰","unitPattern-count-other":"{0} ली॰/100 कि॰मी॰"},"consumption-mile-per-gallon":{displayName:"मील/गैलन","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mpg इंपीरियल","unitPattern-count-one":"{0} mpg इंपीरियल","unitPattern-count-other":"{0} mpg इंपीरियल"},"digital-petabyte":{displayName:"पेटाबाइट","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"बाइट","unitPattern-count-one":"{0} बाइट","unitPattern-count-other":"{0} बाइट"},"digital-bit":{displayName:"बिट","unitPattern-count-one":"{0} बिट","unitPattern-count-other":"{0} बिट"},"duration-century":{displayName:"शता","unitPattern-count-one":"{0} शता","unitPattern-count-other":"{0} शता"},"duration-decade":{displayName:"दश.","unitPattern-count-one":"{0} दश.","unitPattern-count-other":"{0} दश."},"duration-year":{displayName:"वर्ष","unitPattern-count-one":"{0} वर्ष","unitPattern-count-other":"{0} वर्ष",perUnitPattern:"{0}/वर्ष"},"duration-quarter":{displayName:"तिमा","unitPattern-count-one":"{0} तिमा","unitPattern-count-other":"{0} तिमा",perUnitPattern:"{0}/ति"},"duration-month":{displayName:"माह","unitPattern-count-one":"{0} माह","unitPattern-count-other":"{0} माह",perUnitPattern:"{0}/माह"},"duration-week":{displayName:"सप्ताह","unitPattern-count-one":"{0} सप्ताह","unitPattern-count-other":"{0} सप्ताह",perUnitPattern:"{0}/सप्ताह"},"duration-day":{displayName:"दिन","unitPattern-count-one":"{0} दिन","unitPattern-count-other":"{0} दिन",perUnitPattern:"{0}/दिन"},"duration-hour":{displayName:"घंटे","unitPattern-count-one":"{0} घं॰","unitPattern-count-other":"{0} घं॰",perUnitPattern:"{0}/घं॰"},"duration-minute":{displayName:"मिनट","unitPattern-count-one":"{0} मि॰","unitPattern-count-other":"{0} मि॰",perUnitPattern:"{0}/मिनट"},"duration-second":{displayName:"सेकंड","unitPattern-count-one":"{0} से॰","unitPattern-count-other":"{0} से॰",perUnitPattern:"{0}/से॰"},"duration-millisecond":{displayName:"मिलीसेकंड","unitPattern-count-one":"{0} मि॰से॰","unitPattern-count-other":"{0} मि॰से॰"},"duration-microsecond":{displayName:"माइक्रोसेकंड","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"नैनो से॰","unitPattern-count-one":"{0} नैनो से॰","unitPattern-count-other":"{0} नैनो से॰"},"electric-ampere":{displayName:"एम्पी॰","unitPattern-count-one":"{0} ए॰","unitPattern-count-other":"{0} ए॰"},"electric-milliampere":{displayName:"मि॰ ए॰","unitPattern-count-one":"{0} मि॰ ए॰","unitPattern-count-other":"{0} मि॰ ए॰"},"electric-ohm":{displayName:"ओम","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"वोल्ट","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"कैलोरी","unitPattern-count-one":"{0} Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"किलो जूल","unitPattern-count-one":"{0} कि॰जू॰","unitPattern-count-other":"{0} कि॰जू॰"},"energy-joule":{displayName:"जूल","unitPattern-count-one":"{0} जू॰","unitPattern-count-other":"{0} जू॰"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-one":"{0} Btu","unitPattern-count-other":"{0} Btu"},"energy-therm-us":{displayName:"यूएस थेर्म","unitPattern-count-one":"{0} यूएस थेर्म","unitPattern-count-other":"{0} यूएस थेर्म"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"न्यू॰","unitPattern-count-one":"{0} न्यू॰","unitPattern-count-other":"{0} न्यू॰"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-one":"{0} kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"पिक्सेल","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"मेगापिक्सेल","unitPattern-count-one":"{0} MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-dot-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot":{displayName:"बिंदु","unitPattern-count-one":"{0} बिंदु","unitPattern-count-other":"{0} बिंदु"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"कि॰मी॰","unitPattern-count-one":"{0} कि॰मी॰","unitPattern-count-other":"{0} कि॰मी॰",perUnitPattern:"{0}/कि॰मी॰"},"length-meter":{displayName:"मीटर","unitPattern-count-one":"{0} मी","unitPattern-count-other":"{0} मी",perUnitPattern:"{0}/मी"},"length-decimeter":{displayName:"डे॰मी॰","unitPattern-count-one":"{0} डे॰मी॰","unitPattern-count-other":"{0} डे॰मी॰"},"length-centimeter":{displayName:"सें॰मी॰","unitPattern-count-one":"{0} सें॰मी॰","unitPattern-count-other":"{0} सें॰मी॰",perUnitPattern:"{0}/सें॰मी॰"},"length-millimeter":{displayName:"मि॰मी॰","unitPattern-count-one":"{0} मि॰मी॰","unitPattern-count-other":"{0} मि॰मी॰"},"length-micrometer":{displayName:"μ मा॰मी॰","unitPattern-count-one":"{0} μ मा॰मी॰","unitPattern-count-other":"{0} μ मा॰मी॰"},"length-nanometer":{displayName:"नै॰मी॰","unitPattern-count-one":"{0} नै॰मी॰","unitPattern-count-other":"{0} नै॰मी॰"},"length-picometer":{displayName:"पि॰मी॰","unitPattern-count-one":"{0} पि॰मी॰","unitPattern-count-other":"{0} पि॰मी॰"},"length-mile":{displayName:"मील","unitPattern-count-one":"{0} मील","unitPattern-count-other":"{0} मील"},"length-yard":{displayName:"यार्ड","unitPattern-count-one":"{0} यार्ड","unitPattern-count-other":"{0} यार्ड"},"length-foot":{displayName:"फ़ीट","unitPattern-count-one":"{0} फ़ीट","unitPattern-count-other":"{0} फ़ीट",perUnitPattern:"{0}/फ़ीट"},"length-inch":{displayName:"इंच","unitPattern-count-one":"{0} इंच","unitPattern-count-other":"{0} इंच",perUnitPattern:"{0}/इंच"},"length-parsec":{displayName:"पार्सेक","unitPattern-count-one":"{0} पार्सेक","unitPattern-count-other":"{0} पार्सेक"},"length-light-year":{displayName:"प्रकाश वर्ष","unitPattern-count-one":"{0} प्र॰व॰","unitPattern-count-other":"{0} प्र॰व॰"},"length-astronomical-unit":{displayName:"खगो॰ इका॰","unitPattern-count-one":"{0} खगो॰ इका॰","unitPattern-count-other":"{0} खगो॰ इका॰"},"length-furlong":{displayName:"फ़र्लांग","unitPattern-count-one":"{0} फ़र्लांग","unitPattern-count-other":"{0} फ़र्लांग"},"length-fathom":{displayName:"फ़ैदम","unitPattern-count-one":"{0} फ़ैदम","unitPattern-count-other":"{0} फ़ैदम"},"length-nautical-mile":{displayName:"नॉ॰ मी॰","unitPattern-count-one":"{0} नॉ॰ मी॰","unitPattern-count-other":"{0} नॉ॰ मी॰"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"लक्स","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"मीट्रिक टन","unitPattern-count-one":"{0} मीट्रिक टन","unitPattern-count-other":"{0} मी टन"},"mass-kilogram":{displayName:"कि॰ग्रा॰","unitPattern-count-one":"{0} कि॰ग्रा॰","unitPattern-count-other":"{0} कि॰ग्रा॰",perUnitPattern:"{0}/कि॰ग्रा॰"},"mass-gram":{displayName:"ग्राम","unitPattern-count-one":"{0} ग्रा॰","unitPattern-count-other":"{0} ग्रा॰",perUnitPattern:"{0}/ग्रा॰"},"mass-milligram":{displayName:"मि॰ग्रा॰","unitPattern-count-one":"{0} मि॰ग्रा॰","unitPattern-count-other":"{0} मि॰ग्रा॰"},"mass-microgram":{displayName:"मा॰ग्रा॰","unitPattern-count-one":"{0} मा॰ग्रा॰","unitPattern-count-other":"{0} मा॰ग्रा॰"},"mass-ton":{displayName:"टन","unitPattern-count-one":"{0} टन","unitPattern-count-other":"{0} टन"},"mass-stone":{displayName:"14 पौ. का बट्टा","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"पौंड","unitPattern-count-one":"{0} पौंड","unitPattern-count-other":"{0} पौंड",perUnitPattern:"{0}/पौंड"},"mass-ounce":{displayName:"औंस","unitPattern-count-one":"{0} औंस","unitPattern-count-other":"{0} औंस",perUnitPattern:"{0}/औंस"},"mass-ounce-troy":{displayName:"ट्राई औंस","unitPattern-count-one":"{0} ट्राई औंस","unitPattern-count-other":"{0} ट्राई औंस"},"mass-carat":{displayName:"कै॰","unitPattern-count-one":"{0} कै॰","unitPattern-count-other":"{0} कै॰"},"mass-dalton":{displayName:"डाल्टन","unitPattern-count-one":"{0} डाल्टन","unitPattern-count-other":"{0} डाल्टन"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"डे. रत्ती","unitPattern-count-one":"{0} डे. रत्ती","unitPattern-count-other":"{0} डेढ़ रत्ती"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"वॉट","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-millimeter-ofhg":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"बार","unitPattern-count-one":"{0} बार","unitPattern-count-other":"{0} बार"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"पा॰","unitPattern-count-one":"{0} पा॰","unitPattern-count-other":"{0} पा॰"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"किपा॰","unitPattern-count-one":"{0} किपा॰","unitPattern-count-other":"{0} किपा॰"},"pressure-megapascal":{displayName:"मेपा॰","unitPattern-count-one":"{0} मेपा॰","unitPattern-count-other":"{0} मेपा॰"},"speed-kilometer-per-hour":{displayName:"कि॰मी॰/घं॰","unitPattern-count-one":"{0} कि॰मी॰/घं॰","unitPattern-count-other":"{0} कि॰मी॰/घं॰"},"speed-meter-per-second":{displayName:"मीटर/से॰","unitPattern-count-one":"{0} मी॰/से॰","unitPattern-count-other":"{0} मी॰/से॰"},"speed-mile-per-hour":{displayName:"मील/घंटा","unitPattern-count-one":"{0} मी॰प्र॰घं॰","unitPattern-count-other":"{0} मी॰प्र॰घं॰"},"speed-knot":{displayName:"नॉट","unitPattern-count-one":"{0} नॉट","unitPattern-count-other":"{0} नॉट"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"डिग्री सेल्सियस","unitPattern-count-one":"{0}°से॰","unitPattern-count-other":"{0}°से॰"},"temperature-fahrenheit":{displayName:"डिग्री फ़ेरनहाइट","unitPattern-count-one":"{0}°फ़ेरन","unitPattern-count-other":"{0}°फ़ेरन"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"न्यू॰मी॰","unitPattern-count-one":"{0} न्यू॰मी॰","unitPattern-count-other":"{0} न्यू॰मी॰"},"volume-cubic-kilometer":{displayName:"घन कि॰मी॰","unitPattern-count-one":"{0} घन कि॰मी॰","unitPattern-count-other":"{0} घन कि॰मी॰"},"volume-cubic-meter":{displayName:"घन मी॰","unitPattern-count-one":"{0} घन मी॰","unitPattern-count-other":"{0} घन मी॰",perUnitPattern:"{0}/घन मी॰"},"volume-cubic-centimeter":{displayName:"घन सें॰ मी॰","unitPattern-count-one":"{0} घन सें॰ मी॰","unitPattern-count-other":"{0} घन सें॰ मी॰",perUnitPattern:"{0}/घन सें॰ मी॰"},"volume-cubic-mile":{displayName:"घन मील","unitPattern-count-one":"{0} घन मील","unitPattern-count-other":"{0} घन मील"},"volume-cubic-yard":{displayName:"घन या॰","unitPattern-count-one":"{0} घन या॰","unitPattern-count-other":"{0} घन या॰"},"volume-cubic-foot":{displayName:"घ॰ फ़ी॰","unitPattern-count-one":"{0} घ॰ फ़ी॰","unitPattern-count-other":"{0} घ॰ फ़ी॰"},"volume-cubic-inch":{displayName:"घन इंच","unitPattern-count-one":"{0} घन इंच","unitPattern-count-other":"{0} घन इंच"},"volume-megaliter":{displayName:"मे॰ ली॰","unitPattern-count-one":"{0} मे॰ ली॰","unitPattern-count-other":"{0} मे॰ ली॰"},"volume-hectoliter":{displayName:"है॰ली॰","unitPattern-count-one":"{0} हे॰ली॰","unitPattern-count-other":"{0} हे॰ली॰"},"volume-liter":{displayName:"लीटर","unitPattern-count-one":"{0} ली॰","unitPattern-count-other":"{0} ली॰",perUnitPattern:"{0}/ली॰"},"volume-deciliter":{displayName:"डे॰ली॰","unitPattern-count-one":"{0} डे॰ली॰","unitPattern-count-other":"{0} डे॰ली॰"},"volume-centiliter":{displayName:"सें॰ली॰","unitPattern-count-one":"{0} सें॰ली॰","unitPattern-count-other":"{0} सें॰ली॰"},"volume-milliliter":{displayName:"मि॰ ली॰","unitPattern-count-one":"{0} मि॰ ली॰","unitPattern-count-other":"{0} मि॰ ली॰"},"volume-pint-metric":{displayName:"मीट्रिक पिंट","unitPattern-count-one":"{0} मीट्रिक पिंट","unitPattern-count-other":"{0} मीट्रिक पिंट"},"volume-cup-metric":{displayName:"मीट्रिक कप","unitPattern-count-one":"{0} मीट्रिक कप","unitPattern-count-other":"{0} मीट्रिक कप"},"volume-acre-foot":{displayName:"एकड़ फ़ीट","unitPattern-count-one":"{0} ए॰फ़ी॰","unitPattern-count-other":"{0} ए॰फ़ी॰"},"volume-bushel":{displayName:"बुशल","unitPattern-count-one":"{0} बुश॰","unitPattern-count-other":"{0} बुश॰"},"volume-gallon":{displayName:"गैलन","unitPattern-count-one":"{0} गैलन","unitPattern-count-other":"{0} गैलन",perUnitPattern:"{0}/गैलन"},"volume-gallon-imperial":{displayName:"इम्पी॰ गैलन","unitPattern-count-one":"{0} इम्पी॰ गैलन","unitPattern-count-other":"{0} इम्पी॰ गैलन",perUnitPattern:"{0}/इम्पी॰ गैलन"},"volume-quart":{displayName:"क्वार्ट","unitPattern-count-one":"{0} क्वार्ट","unitPattern-count-other":"{0} क्वार्ट"},"volume-pint":{displayName:"पाइंट","unitPattern-count-one":"{0} पाइंट","unitPattern-count-other":"{0} पाइंट"},"volume-cup":{displayName:"कप","unitPattern-count-one":"{0} कप","unitPattern-count-other":"{0} कप"},"volume-fluid-ounce":{displayName:"फ़्लूइड आउंस","unitPattern-count-one":"{0} फ़्लूइड आउंस","unitPattern-count-other":"{0} फ़्लूइड आउंस"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-one":"{0} fl oz Imp.","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"टे॰ स्पून","unitPattern-count-one":"{0} टे॰ स्पून","unitPattern-count-other":"{0} टे॰ स्पून"},"volume-teaspoon":{displayName:"टी स्पून","unitPattern-count-one":"{0} टी स्पून","unitPattern-count-other":"{0} टी स्पून"},"volume-barrel":{displayName:"बैरल","unitPattern-count-one":"{0} बैरल","unitPattern-count-other":"{0} बैरल"},"volume-dessert-spoon":{displayName:"डे. स्पून","unitPattern-count-one":"{0} डे. स्पून","unitPattern-count-other":"{0} डे. स्पून"},"volume-dessert-spoon-imperial":{displayName:"इम्पी. डेज़र्टस्पून","unitPattern-count-one":"{0} इम्पी. डेज़र्टस्पून","unitPattern-count-other":"{0} इम्पी. डेज़र्टस्पून"},"volume-drop":{displayName:"बूंद","unitPattern-count-one":"{0} बूंद","unitPattern-count-other":"{0} बूंद"},"volume-dram":{displayName:"ड्रम फ्लूइड","unitPattern-count-one":"{0} ड्रम फ्लू.","unitPattern-count-other":"{0} ड्रम फ्लू."},"volume-jigger":{displayName:"जिगर","unitPattern-count-one":"{0} जिगर","unitPattern-count-other":"{0} जिगर"},"volume-pinch":{displayName:"चुटकी","unitPattern-count-one":"{0} चुटकी","unitPattern-count-other":"{0} चुटकी"},"volume-quart-imperial":{displayName:"क्वार्ट इम्पी.","unitPattern-count-one":"{0} क. इम्पी.","unitPattern-count-other":"{0} क. इम्पी."},coordinateUnit:{displayName:"दिशा",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 = 0 or n = 1"},timeData={_allowed:"h H",_preferred:"h"},dayPeriodRules={afternoon1:{_before:"16:00",_from:"12:00"},evening1:{_before:"20:00",_from:"16:00"},midnight:{_at:"00:00"},morning1:{_before:"12:00",_from:"04:00"},night1:{_before:"04:00",_from:"20:00"}},calendarPreference=["gregorian","indian"],hi={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE, d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"d/M/yy"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"B h",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",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:"GGGGG d/M/y",GyMMM:"MMM G y",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"d/M",MEd:"E, d/M",MMdd:"dd/MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"E, d/M/y",yMM:"MM/y",yMMdd:"dd/MM/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"E, d MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"MMMM का सप्ताह W",yw:"Y का सप्ताह w"},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:"B h – B h",h:"B h–h"},Bhm:{B:"B h:mm – B h:mm",h:"B h:mm–h:mm",m:"B h:mm–h:mm"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/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:"MMM–MMM"},MMMd:{d:"d – d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},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:"MMM–MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d–d MMM y",M:"d MMM – d MMM y",y:"d MMM y – d MMM y"},yMMMEd:{d:"E, d MMM – E, d MMM y",M:"E, d MMM – E, d MMM y",y:"E, d MMM y – E, d MMM y"},yMMMM:{M:"MMMM – MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]},"stand-alone":{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]}},days:{format:{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},"stand-alone":{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]}},quarters:{format:{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]},"stand-alone":{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]}},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:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}},"stand-alone":{abbreviated:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"आधी रात",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}}},"era-wide":{0:"ईसा-पूर्व",1:"ईसवी सन"},"era-abbreviated":{0:"ईसा-पूर्व",1:"ईस्वी"},"era-narrow":{0:"ईसा-पूर्व",1:"ईस्वी"}},"ca-islamic":{dateFormats:{full:"G EEEE, d MMMM y",long:"G d MMMM y",medium:"G d MMM y",short:"G d/M/y"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"B h",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"G y",GyMd:"GGGGG d/M/y",GyMMM:"G y MMM",GyMMMd:"G d MMM y",GyMMMEd:"G E, d MMM y",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"M",Md:"d/M",MEd:"E, d/M",MMdd:"dd-MM",MMM:"MMM",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"MMMM d",ms:"mm:ss",y:"G y",yyyy:"G y",yyyyM:"GGGGG M/y",yyyyMd:"G d/M/y",yyyyMEd:"G E, d/M/y",yyyyMMdd:"dd-MM-y G",yyyyMMM:"G MMM y",yyyyMMMd:"G d MMM y",yyyyMMMEd:"G E, d MMM y",yyyyMMMM:"G y MMMM",yyyyQQQ:"QQQ G y",yyyyQQQQ:"QQQQ G 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:"B h – B h",h:"B h–h"},Bhm:{B:"B h:mm – B h:mm",h:"B h:mm–h:mm",m:"B h:mm–h:mm"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/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:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},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:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E, d MMM – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["मुहर्रम","सफर","राबी प्रथम","राबी द्वितीय","जुम्डा प्रथम","जुम्डा द्वितीय","रजब","शावन","रमजान","शव्व्ल","जिल-क्दाह","जिल्-हिज्जाह"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["मुहर्रम","सफर","राबी प्रथम","राबी द्वितीय","जुम्डा प्रथम","जुम्डा द्वितीय","रजब","शावन","रमजान","शव्व्ल","जिल-क्दाह","जिल्-हिज्जाह"]}},days:{format:{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},"stand-alone":{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]}},quarters:{format:{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]},"stand-alone":{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]}},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:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}},"stand-alone":{abbreviated:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"आधी रात",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"G EEEE, d MMMM y",long:"G d MMMM y",medium:"G d MMM y",short:"G d/M/y"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"B h",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"G y",GyMd:"GGGGG d/M/y",GyMMM:"G y MMM",GyMMMd:"G d MMM y",GyMMMEd:"G E, d MMM y",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"M",Md:"d/M",MEd:"E, d/M",MMdd:"dd-MM",MMM:"MMM",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"MMMM d",ms:"mm:ss",y:"G y",yyyy:"G y",yyyyM:"GGGGG M/y",yyyyMd:"G d/M/y",yyyyMEd:"G E, d/M/y",yyyyMMdd:"dd-MM-y G",yyyyMMM:"G MMM y",yyyyMMMd:"G d MMM y",yyyyMMMEd:"G E, d MMM y",yyyyMMMM:"G y MMMM",yyyyQQQ:"QQQ G y",yyyyQQQQ:"QQQQ G 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:"B h – B h",h:"B h–h"},Bhm:{B:"B h:mm – B h:mm",h:"B h:mm–h:mm",m:"B h:mm–h:mm"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/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:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G",G:"M/y G – M/y G"},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:"MMM–MMM y G",y:"MMM y – MMM y G",G:"MMM y G – MMM y G"},yMMMd:{d:"d – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G",G:"d MMM y G – d MMM y G"},yMMMEd:{d:"E, d MMM – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G",G:"MMMM y G – MMMM y G"}}},months:{format:{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]},"stand-alone":{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]}},days:{format:{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},"stand-alone":{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]}},quarters:{format:{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]},"stand-alone":{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]}},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:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}},"stand-alone":{abbreviated:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"आधी रात",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}}},"era-wide":{232:"मेजी",233:"ताईशो",234:"शोवा",235:"हेईसेई",236:"रेइवा"},"era-abbreviated":{232:"मेजी",233:"ताईशो",234:"शोवा",235:"हेईसेई",236:"रेइवा"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"G EEEE, d MMMM y",long:"G d MMMM y",medium:"G d MMM y",short:"G d/M/y"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"B h",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"G y",GyMd:"GGGGG d/M/y",GyMMM:"G y MMM",GyMMMd:"G d MMM y",GyMMMEd:"G E, d MMM y",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"M",Md:"d/M",MEd:"E, d/M",MMdd:"dd-MM",MMM:"MMM",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"MMMM d",ms:"mm:ss",y:"G y",yyyy:"G y",yyyyM:"GGGGG M/y",yyyyMd:"G d/M/y",yyyyMEd:"G E, d/M/y",yyyyMMdd:"dd-MM-y G",yyyyMMM:"G MMM y",yyyyMMMd:"G d MMM y",yyyyMMMEd:"G E, d MMM y",yyyyMMMM:"G y MMMM",yyyyQQQ:"QQQ G y",yyyyQQQQ:"QQQQ G 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:"B h – B h",h:"B h–h"},Bhm:{B:"B h:mm – B h:mm",h:"B h:mm–h:mm",m:"B h:mm–h:mm"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/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:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},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:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E, d MMM – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["फर्वादिन","ओर्दिवेहेस्ट","खोरर्दाद","टिर","मोरदाद","शाहरीवर्","मेहर","अवन","अज़र","डे","बहमन","ईस्फन्द्"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["फर्वादिन","ओर्दिवेहेस्ट","खोरर्दाद","टिर","मोरदाद","शाहरीवर्","मेहर","अवन","अज़र","डे","बहमन","ईस्फन्द्"]},"stand-alone":{abbreviated:["फर्वादिन","ओर्दिवेहेस्ट","खोरर्दाद","टिर","मोरदाद","शाहरीवर्","मेहर","अवन","अज़र","डे","बहमन","ईस्फन्द्"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["फर्वादिन","ओर्दिवेहेस्ट","खोरर्दाद","टिर","मोरदाद","शाहरीवर्","मेहर","अवन","अज़र","डे","बहमन","ईस्फन्द्"]}},days:{format:{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},"stand-alone":{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]}},quarters:{format:{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]},"stand-alone":{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]}},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:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}},"stand-alone":{abbreviated:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"आधी रात",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"G EEEE, d MMMM y",long:"G d MMMM y",medium:"G d MMM y",short:"G d/M/y"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"B h",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"GGGGG d/M/y",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"M",Md:"d/M",MEd:"E, d/M",MMdd:"dd-MM",MMM:"MMM",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M`/y GGGGG",yyyyMEd:"E, d/M/y GGGGG",yyyyMMdd:"dd-MM-y G",yyyyMMM:"G MMM y",yyyyMMMd:"G d MMM y",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ G y",yyyyQQQQ:"QQQQ G 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:"B h – B h",h:"B h–h"},Bhm:{B:"B h:mm – B h:mm",h:"B h:mm–h:mm",m:"B h:mm–h:mm"},d:{d:"d–d"},Gy:{G:"G y – G y",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:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d – d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM 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:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/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:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},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:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E, d MMM – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]},"stand-alone":{abbreviated:["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],narrow:["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],wide:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]}},days:{format:{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},"stand-alone":{abbreviated:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],narrow:["र","सो","मं","बु","गु","शु","श"],short:["र","सो","मं","बु","गु","शु","श"],wide:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]}},quarters:{format:{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]},"stand-alone":{abbreviated:["ति1","ति2","ति3","ति4"],narrow:["1","2","3","4"],wide:["पहली तिमाही","दूसरी तिमाही","तीसरी तिमाही","चौथी तिमाही"]}},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:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}},"stand-alone":{abbreviated:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},narrow:{midnight:"आधी रात",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"},wide:{midnight:"मध्यरात्रि",morning1:"सुबह",afternoon1:"दोपहर",evening1:"शाम",night1:"रात"}}},"era-wide":{0:"बौद्ध संवत"},"era-abbreviated":{0:"बौद्ध संवत"},"era-narrow":{0:"बौद्ध संवत"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 हज़ार","1000-other":"0 हज़ार","10000-one":"00 हज़ार","10000-other":"00 हज़ार","100000-one":"0 लाख","100000-other":"0 लाख","1000000-one":"00 लाख","1000000-other":"00 लाख","10000000-one":"0 करोड़","10000000-other":"0 करोड़","100000000-one":"00 करोड़","100000000-other":"00 करोड़","1000000000-one":"0 अरब","1000000000-other":"0 अरब","10000000000-one":"00 अरब","10000000000-other":"00 अरब","100000000000-one":"0 खरब","100000000000-other":"0 खरब","1000000000000-one":"00 खरब","1000000000000-other":"00 खरब","10000000000000-one":"000 खरब","10000000000000-other":"000 खरब","100000000000000-one":"0000 खरब","100000000000000-other":"0000 खरब"},"decimalFormat-short":{"1000-one":"0 हज़ार","1000-other":"0 हज़ार","10000-one":"00 हज़ार","10000-other":"00 हज़ार","100000-one":"0 लाख","100000-other":"0 लाख","1000000-one":"00 लाख","1000000-other":"00 लाख","10000000-one":"0 क॰","10000000-other":"0 क॰","100000000-one":"00 क॰","100000000-other":"00 क॰","1000000000-one":"0 अ॰","1000000000-other":"0 अ॰","10000000000-one":"00 अ॰","10000000000-other":"00 अ॰","100000000000-one":"0 ख॰","100000000000-other":"0 ख॰","1000000000000-one":"00 ख॰","1000000000000-other":"00 ख॰","10000000000000-one":"0 नील","10000000000000-other":"0 नील","100000000000000-one":"00 नील","100000000000000-other":"00 नील"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"¤ 0 हज़ार","1000-other":"¤ 0 हज़ार","10000-one":"¤ 00 हज़ार","10000-other":"¤ 00 हज़ार","100000-one":"¤ 0 लाख","100000-other":"¤ 0 लाख","1000000-one":"¤ 00 लाख","1000000-other":"¤ 00 लाख","10000000-one":"¤0 क॰","10000000-other":"¤ 0 क॰","100000000-one":"¤ 00 क॰","100000000-other":"¤ 00 क॰","1000000000-one":"¤ 0 अ॰","1000000000-other":"¤ 0 अ॰","10000000000-one":"¤ 00 अ॰","10000000000-other":"¤ 00 अ॰","100000000000-one":"¤ 0 ख॰","100000000000-other":"¤ 0 ख॰","1000000000000-one":"¤ 00 ख॰","1000000000000-other":"¤ 00 ख॰","10000000000000-one":"¤ 0 नील","10000000000000-other":"¤ 0 नील","100000000000000-one":"¤ 00 नील","100000000000000-other":"¤ 00 नील"},"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,units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 हज़ार ¤","1000-other":"0 हज़ार ¤","10000-one":"00 हज़ार ¤","10000-other":"00 हज़ार ¤","100000-one":"0 लाख ¤","100000-other":"0 लाख ¤","1000000-one":"00 लाख ¤","1000000-other":"00 लाख ¤","10000000-one":"0 क॰ ¤","10000000-other":"0 क॰ ¤","100000000-one":"00 क॰ ¤","100000000-other":"00 क॰ ¤","1000000000-one":"0 अ॰ ¤","1000000000-other":"0 अ॰ ¤","10000000000-one":"00 अ॰ ¤","10000000000-other":"00 अ॰ ¤","100000000000-one":"0 ख॰ ¤","100000000000-other":"0 ख॰ ¤","1000000000000-one":"00 ख॰ ¤","1000000000000-other":"00 ख॰ ¤","10000000000000-one":"0 नील ¤","10000000000000-other":"0 नील ¤","100000000000000-one":"00 नील ¤","100000000000000-other":"00 नील ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":0,"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,calendarPreference:calendarPreference};export{__buildtime,__license,__version,calendarPreference,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,hi as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|
|
@@ -1 +0,0 @@
|
|
|
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",orientation="left-to-right",dateFields={era:{displayName:"era"},"year-wide":{displayName:"godina","relative-type--1":"prošle godine","relative-type-0":"ove godine","relative-type-1":"sljedeće godine","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} godinu","relativeTimePattern-count-few":"za {0} godine","relativeTimePattern-count-other":"za {0} godina"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} godinu","relativeTimePattern-count-few":"prije {0} godine","relativeTimePattern-count-other":"prije {0} godina"}},"year-short":{displayName:"g.","relative-type--1":"prošle god.","relative-type-0":"ove god.","relative-type-1":"sljedeće god.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} g.","relativeTimePattern-count-few":"za {0} g.","relativeTimePattern-count-other":"za {0} g."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} g.","relativeTimePattern-count-few":"prije {0} g.","relativeTimePattern-count-other":"prije {0} g."}},"year-narrow":{displayName:"g.","relative-type--1":"prošle g.","relative-type-0":"ove g.","relative-type-1":"sljedeće g.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} g.","relativeTimePattern-count-few":"za {0} g.","relativeTimePattern-count-other":"za {0} g."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} g.","relativeTimePattern-count-few":"prije {0} g.","relativeTimePattern-count-other":"prije {0} g."}},"quarter-wide":{displayName:"kvartal","relative-type--1":"prošli kvartal","relative-type-0":"ovaj kvartal","relative-type-1":"sljedeći kvartal","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kvartal","relativeTimePattern-count-few":"za {0} kvartala","relativeTimePattern-count-other":"za {0} kvartala"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} kvartal","relativeTimePattern-count-few":"prije {0} kvartala","relativeTimePattern-count-other":"prije {0} kvartala"}},"quarter-short":{displayName:"kv.","relative-type--1":"prošli kv.","relative-type-0":"ovaj kv.","relative-type-1":"sljedeći kv.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kv.","relativeTimePattern-count-few":"za {0} kv.","relativeTimePattern-count-other":"za {0} kv."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} kv.","relativeTimePattern-count-few":"prije {0} kv.","relativeTimePattern-count-other":"prije {0} kv."}},"quarter-narrow":{displayName:"kv.","relative-type--1":"prošli kv.","relative-type-0":"ovaj kv.","relative-type-1":"sljedeći kv.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kv.","relativeTimePattern-count-few":"za {0} kv.","relativeTimePattern-count-other":"za {0} kv."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} kv.","relativeTimePattern-count-few":"prije {0} kv.","relativeTimePattern-count-other":"prije {0} kv."}},"month-wide":{displayName:"mjesec","relative-type--1":"prošli mjesec","relative-type-0":"ovaj mjesec","relative-type-1":"sljedeći mjesec","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} mjesec","relativeTimePattern-count-few":"za {0} mjeseca","relativeTimePattern-count-other":"za {0} mjeseci"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} mjesec","relativeTimePattern-count-few":"prije {0} mjeseca","relativeTimePattern-count-other":"prije {0} mjeseci"}},"month-short":{displayName:"mj.","relative-type--1":"prošli mj.","relative-type-0":"ovaj mj.","relative-type-1":"sljedeći mj.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} mj.","relativeTimePattern-count-few":"za {0} mj.","relativeTimePattern-count-other":"za {0} mj."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} mj.","relativeTimePattern-count-few":"prije {0} mj.","relativeTimePattern-count-other":"prije {0} mj."}},"month-narrow":{displayName:"m.","relative-type--1":"prošli mj.","relative-type-0":"ovaj mj.","relative-type-1":"sljedeći mj.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} mj.","relativeTimePattern-count-few":"za {0} mj.","relativeTimePattern-count-other":"za {0} mj."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} mj.","relativeTimePattern-count-few":"prije {0} mj.","relativeTimePattern-count-other":"prije {0} mj."}},"week-wide":{displayName:"tjedan","relative-type--1":"prošli tjedan","relative-type-0":"ovaj tjedan","relative-type-1":"sljedeći tjedan","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tjedan","relativeTimePattern-count-few":"za {0} tjedna","relativeTimePattern-count-other":"za {0} tjedana"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} tjedan","relativeTimePattern-count-few":"prije {0} tjedna","relativeTimePattern-count-other":"prije {0} tjedana"},relativePeriod:"tjedan od {0}"},"week-short":{displayName:"tj.","relative-type--1":"prošli tj.","relative-type-0":"ovaj tj.","relative-type-1":"sljedeći tj.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tj.","relativeTimePattern-count-few":"za {0} tj.","relativeTimePattern-count-other":"za {0} tj."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} tj.","relativeTimePattern-count-few":"prije {0} tj.","relativeTimePattern-count-other":"prije {0} tj."},relativePeriod:"tjedan od {0}"},"week-narrow":{displayName:"tj.","relative-type--1":"prošli tj.","relative-type-0":"ovaj tj.","relative-type-1":"sljedeći tj.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tj.","relativeTimePattern-count-few":"za {0} tj.","relativeTimePattern-count-other":"za {0} tj."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} tj.","relativeTimePattern-count-few":"prije {0} tj.","relativeTimePattern-count-other":"prije {0} tj."},relativePeriod:"tjedan od {0}"},"day-wide":{displayName:"dan","relative-type--2":"prekjučer","relative-type--1":"jučer","relative-type-0":"danas","relative-type-1":"sutra","relative-type-2":"prekosutra","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} dan","relativeTimePattern-count-few":"za {0} dana","relativeTimePattern-count-other":"za {0} dana"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} dan","relativeTimePattern-count-few":"prije {0} dana","relativeTimePattern-count-other":"prije {0} dana"}},"day-short":{displayName:"d.","relative-type--2":"prekjučer","relative-type--1":"jučer","relative-type-0":"danas","relative-type-1":"sutra","relative-type-2":"prekosutra","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} dan","relativeTimePattern-count-few":"za {0} dana","relativeTimePattern-count-other":"za {0} dana"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} dan","relativeTimePattern-count-few":"prije {0} dana","relativeTimePattern-count-other":"prije {0} dana"}},"day-narrow":{displayName:"d.","relative-type--2":"prekjučer","relative-type--1":"jučer","relative-type-0":"danas","relative-type-1":"sutra","relative-type-2":"prekosutra","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} d","relativeTimePattern-count-few":"za {0} d","relativeTimePattern-count-other":"za {0} d"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} d","relativeTimePattern-count-few":"prije {0} d","relativeTimePattern-count-other":"prije {0} d"}},weekday:{displayName:"dan u tjednu"},"hour-wide":{displayName:"sat","relative-type-0":"ovaj sat","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} sat","relativeTimePattern-count-few":"za {0} sata","relativeTimePattern-count-other":"za {0} sati"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} sat","relativeTimePattern-count-few":"prije {0} sata","relativeTimePattern-count-other":"prije {0} sati"}},"hour-short":{displayName:"h","relative-type-0":"ovaj sat","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} h","relativeTimePattern-count-few":"za {0} h","relativeTimePattern-count-other":"za {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} h","relativeTimePattern-count-few":"prije {0} h","relativeTimePattern-count-other":"prije {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"ovaj sat","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} h","relativeTimePattern-count-few":"za {0} h","relativeTimePattern-count-other":"za {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} h","relativeTimePattern-count-few":"prije {0} h","relativeTimePattern-count-other":"prije {0} h"}},"minute-wide":{displayName:"minuta","relative-type-0":"ova minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} minutu","relativeTimePattern-count-few":"za {0} minute","relativeTimePattern-count-other":"za {0} minuta"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} minutu","relativeTimePattern-count-few":"prije {0} minute","relativeTimePattern-count-other":"prije {0} minuta"}},"minute-short":{displayName:"min","relative-type-0":"ova minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} min","relativeTimePattern-count-few":"za {0} min","relativeTimePattern-count-other":"za {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} min","relativeTimePattern-count-few":"prije {0} min","relativeTimePattern-count-other":"prije {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"ova minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} min","relativeTimePattern-count-few":"za {0} min","relativeTimePattern-count-other":"za {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} min","relativeTimePattern-count-few":"prije {0} min","relativeTimePattern-count-other":"prije {0} min"}},"second-wide":{displayName:"sekunda","relative-type-0":"sad","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} sekundu","relativeTimePattern-count-few":"za {0} sekunde","relativeTimePattern-count-other":"za {0} sekundi"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} sekundu","relativeTimePattern-count-few":"prije {0} sekunde","relativeTimePattern-count-other":"prije {0} sekundi"}},"second-short":{displayName:"s","relative-type-0":"sad","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} s","relativeTimePattern-count-few":"za {0} s","relativeTimePattern-count-other":"za {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} s","relativeTimePattern-count-few":"prije {0} s","relativeTimePattern-count-other":"prije {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"sad","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} s","relativeTimePattern-count-few":"za {0} s","relativeTimePattern-count-other":"za {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prije {0} s","relativeTimePattern-count-few":"prije {0} s","relativeTimePattern-count-other":"prije {0} s"}},zone:{displayName:"vremenska zona"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0 %"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##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 ¤"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0} – {1}"},currencySymbols={EUR:"€",HRK:"kn",XAF:"FCFA",XOF:"F CFA"},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-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-few":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-few":"{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-other":"{0} m/s²"},"angle-revolution":{displayName:"okr.","unitPattern-count-one":"{0} okr.","unitPattern-count-few":"{0} okr.","unitPattern-count-other":"{0} okr."},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-few":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-few":"{0} min","unitPattern-count-other":"{0} min"},"angle-arc-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-few":"{0} s","unitPattern-count-other":"{0} s"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-few":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-few":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-few":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-few":"{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-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"kj","unitPattern-count-one":"{0} kj","unitPattern-count-few":"{0} kj","unitPattern-count-other":"{0} kj"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-few":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-few":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-few":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunami","unitPattern-count-one":"{0} dunam","unitPattern-count-few":"{0} dunama","unitPattern-count-other":"{0} dunama"},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-few":"{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-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-other":"{0} mmol/l"},"concentr-item":{displayName:"stavka","unitPattern-count-one":"{0} stavka","unitPattern-count-few":"{0} stavke","unitPattern-count-other":"{0} stavki"},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-few":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"%","unitPattern-count-one":"{0} %","unitPattern-count-few":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"‰","unitPattern-count-one":"{0} ‰","unitPattern-count-few":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0} ‱","unitPattern-count-few":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mola","unitPattern-count-few":"{0} mola","unitPattern-count-other":"{0} mola"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-few":"{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-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-few":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"milje/imp. gal.","unitPattern-count-one":"{0} mpg imp.","unitPattern-count-few":"{0} mpg imp.","unitPattern-count-other":"{0} mpg imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-few":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-few":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-few":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-few":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-few":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-few":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-few":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-few":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-few":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"bajt","unitPattern-count-one":"{0} bajt","unitPattern-count-few":"{0} bajta","unitPattern-count-other":"{0} bajtova"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-few":"{0} bita","unitPattern-count-other":"{0} bitova"},"duration-century":{displayName:"st.","unitPattern-count-one":"{0} st.","unitPattern-count-few":"{0} st.","unitPattern-count-other":"{0} st."},"duration-decade":{displayName:"des.","unitPattern-count-one":"{0} des.","unitPattern-count-few":"{0} des.","unitPattern-count-other":"{0} des."},"duration-year":{displayName:"g.","unitPattern-count-one":"{0} g.","unitPattern-count-few":"{0} g.","unitPattern-count-other":"{0} g.",perUnitPattern:"{0}/g."},"duration-quarter":{displayName:"čet.","unitPattern-count-one":"{0} čet.","unitPattern-count-few":"{0} čet.","unitPattern-count-other":"{0} čet.",perUnitPattern:"{0}/čet."},"duration-month":{displayName:"mj.","unitPattern-count-one":"{0} mj.","unitPattern-count-few":"{0} mj.","unitPattern-count-other":"{0} mj.",perUnitPattern:"{0}/mj."},"duration-week":{displayName:"tj.","unitPattern-count-one":"{0} tj.","unitPattern-count-few":"{0} tj.","unitPattern-count-other":"{0} tj.",perUnitPattern:"{0}/tj."},"duration-day":{displayName:"dani","unitPattern-count-one":"{0} dan","unitPattern-count-few":"{0} dana","unitPattern-count-other":"{0} dana",perUnitPattern:"{0}/d."},"duration-hour":{displayName:"h","unitPattern-count-one":"{0} h","unitPattern-count-few":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-few":"{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-other":"{0} s",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-few":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-few":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-few":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-few":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-few":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-few":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-few":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-few":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-few":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-few":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-few":"{0} BTU","unitPattern-count-other":"{0} BTU"},"energy-therm-us":{displayName:"SAD therm","unitPattern-count-one":"{0} SAD therm","unitPattern-count-few":"{0} SAD therma","unitPattern-count-other":"{0} SAD therma"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100 km","unitPattern-count-one":"{0} kWh/100 km","unitPattern-count-few":"{0} kWh/100 km","unitPattern-count-other":"{0} kWh/100 km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-few":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-few":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-few":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-few":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-few":"{0} ema","unitPattern-count-other":"{0} emova"},"graphics-pixel":{displayName:"px","unitPattern-count-one":"{0} px","unitPattern-count-few":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"Mp","unitPattern-count-one":"{0} Mp","unitPattern-count-few":"{0} Mp","unitPattern-count-other":"{0} Mp"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-few":"{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-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-one":"{0} dpcm","unitPattern-count-few":"{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-other":"{0} dpi"},"graphics-dot":{displayName:"pikseli","unitPattern-count-one":"{0} p","unitPattern-count-few":"{0} p","unitPattern-count-other":"{0} p"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-few":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-few":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-few":"{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-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-few":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-few":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-few":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-few":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-few":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-few":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"jardi","unitPattern-count-one":"{0} yd","unitPattern-count-few":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"stope","unitPattern-count-one":"{0} ft","unitPattern-count-few":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"inči","unitPattern-count-one":"{0} in","unitPattern-count-few":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-few":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"svjetlosne g.","unitPattern-count-one":"{0} ly","unitPattern-count-few":"{0} ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-few":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"furlonzi","unitPattern-count-one":"{0} fur","unitPattern-count-few":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"hv","unitPattern-count-one":"{0} hv","unitPattern-count-few":"{0} hv","unitPattern-count-other":"{0} hv"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-few":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-few":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"točke","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-few":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-few":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-few":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-few":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-few":"{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-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-few":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-one":"{0} tn","unitPattern-count-few":"{0} tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"st","unitPattern-count-one":"{0} st","unitPattern-count-few":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-few":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-few":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-few":"{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-other":"{0} ct"},"mass-dalton":{displayName:"daltoni","unitPattern-count-one":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gr","unitPattern-count-one":"{0} gr","unitPattern-count-few":"{0} gr","unitPattern-count-other":"{0} gr"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-few":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-few":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-few":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-few":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-few":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"KS","unitPattern-count-one":"{0} KS","unitPattern-count-few":"{0} KS","unitPattern-count-other":"{0} KS"},"pressure-millimeter-ofhg":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-few":"{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-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-few":"{0} bara","unitPattern-count-other":"{0} bara"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-few":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-few":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-few":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-few":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-few":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-few":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-few":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"čv","unitPattern-count-one":"{0} čv","unitPattern-count-few":"{0} čv","unitPattern-count-other":"{0} čv"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-few":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-few":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-few":"{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-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-few":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-few":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-few":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-few":"{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-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-few":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-few":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-few":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-few":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-few":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-few":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-few":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"m. šalica","unitPattern-count-one":"{0} mc","unitPattern-count-few":"{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-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-one":"{0} bu","unitPattern-count-few":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-few":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"imp. gal.","unitPattern-count-one":"{0} imp. gal.","unitPattern-count-few":"{0} imp. gal.","unitPattern-count-other":"{0} imp. gal.",perUnitPattern:"{0}/imp. gal."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-few":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"šalice","unitPattern-count-one":"{0} c","unitPattern-count-few":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-few":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"imp. fl oz","unitPattern-count-one":"{0} imp. fl oz","unitPattern-count-few":"{0} imp. fl oz","unitPattern-count-other":"{0} imp. fl oz"},"volume-tablespoon":{displayName:"tbsp","unitPattern-count-one":"{0} tbsp","unitPattern-count-few":"{0} tbsp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-one":"{0} tsp","unitPattern-count-few":"{0} tsp","unitPattern-count-other":"{0} tsp"},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"žličica","unitPattern-count-one":"{0} des. žličica","unitPattern-count-few":"{0} des. žličice","unitPattern-count-other":"{0} des. žličica"},"volume-dessert-spoon-imperial":{displayName:"imp. žličica","unitPattern-count-one":"{0} imp. žličica","unitPattern-count-few":"{0} imp. žličice","unitPattern-count-other":"{0} imp. žličica"},"volume-drop":{displayName:"kap","unitPattern-count-one":"{0} kap","unitPattern-count-few":"{0} kapi","unitPattern-count-other":"{0} kapi"},"volume-dram":{displayName:"fl dr","unitPattern-count-one":"{0} fl dr","unitPattern-count-few":"{0} fl dr","unitPattern-count-other":"{0} fl dr"},"volume-jigger":{displayName:"jigger","unitPattern-count-one":"{0} jiggera","unitPattern-count-few":"{0} jiggera","unitPattern-count-other":"{0} jiggera"},"volume-pinch":{displayName:"prstohvat","unitPattern-count-one":"{0} prstohvat","unitPattern-count-few":"{0} prstohvata","unitPattern-count-other":"{0} prstohvata"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-one":"{0} qt Imp.","unitPattern-count-few":"{0} qt Imp.","unitPattern-count-other":"{0} qt Imp."},coordinateUnit:{displayName:"smjer",east:"{0} I",north:"{0} S",south:"{0} J",west:"{0} Z"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"v = 0 and i % 10 = 1 and i % 100 != 11 or f % 10 = 1 and f % 100 != 11",few:"v = 0 and i % 10 = 2..4 and i % 100 != 12..14 or f % 10 = 2..4 and f % 100 != 12..14"},timeData={_allowed:"H hB",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"21:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"12:00",_from:"04:00"},night1:{_before:"04:00",_from:"21:00"},noon:{_at:"12:00"}},hr={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE, d. MMMM y.",long:"d. MMMM y.",medium:"d. MMM y.",short:"dd. MM. y."},timeFormats:{full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y. G",GyMd:"d. M. y. GGGGG",GyMMM:"LLL y. G",GyMMMd:"d. MMM y. G",GyMMMEd:"E, d. MMM y. G",h:"h a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L.",Md:"dd. MM.",MEd:"E, dd. MM.",MMdd:"dd. MM.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",ms:"mm:ss",y:"y.",yM:"MM. y.",yMd:"dd. MM. y.",yMEd:"E, dd. MM. y.",yMM:"MM. y.",yMMM:"LLL y.",yMMMd:"d. MMM y.",yMMMEd:"E, d. MMM y.",yMMMM:"LLLL y.",yQQQ:"QQQ y.",yQQQQ:"QQQQ y.",MMMMW:"W. 'tjedan' MMMM",yw:"w. 'tjedan' 'u' 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:"dd. – dd."},Gy:{G:"y. G – y. G",y:"y. – y. G"},GyM:{G:"MM. y. GGGGG – MM. y. GGGGG",M:"MM. y. – MM. y. GGGGG",y:"MM. y. – MM. y. GGGGG"},GyMd:{d:"dd. MM. y. – dd. MM. y. GGGGG",G:"dd. MM. y. GGGGG – dd. MM. y. GGGGG",M:"dd. MM. y. – dd. MM. y. GGGGG",y:"dd. MM. y. – dd. MM. y. GGGGG"},GyMEd:{d:"E, dd. MM. y. – E, dd. MM. y. GGGGG",G:"E, dd. MM. y. GGGGG – E, dd. MM. y. GGGGG",M:"E, dd. MM. y. – E, dd. MM. y. GGGGG",y:"E, dd. MM. y. – E, dd. MM. y. GGGGG"},GyMMM:{G:"MMM y. G – MMM y. G",M:"MMM – MMM y. G",y:"MMM y – MMM y. G"},GyMMMd:{d:"dd. – dd. MMM y. G",G:"dd. MMM y. G – dd. MMM y. G",M:"dd. MMM – dd. MMM y. G",y:"dd. MMM y. – dd. MMM y. G"},GyMMMEd:{d:"E, dd. MMM – E, dd. MMM y. G",G:"E, dd. MMM y. G – E, dd. MMM y. G",M:"E, dd. MMM – E, dd. MMM y. G",y:"E, dd. MMM y. – E, dd. MMM y. G"},h:{a:"h a – h a",h:"h – h 'h' a"},H:{H:"HH – HH 'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm – h:mm a",m:"h:mm – h:mm a"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm – h:mm a v",m:"h:mm – h:mm a v"},Hmv:{H:"HH:mm – HH:mm v",m:"HH:mm – HH:mm v"},hv:{a:"h a – h a v",h:"h – h 'h' a v"},Hv:{H:"HH – HH 'h' v"},M:{M:"MM. – MM."},Md:{d:"dd. MM. – dd. MM.",M:"dd. MM. – dd. MM."},MEd:{d:"E, dd. MM. – E, dd. MM.",M:"E, dd. MM. – E, dd. MM."},MMM:{M:"LLL – LLL"},MMMd:{d:"dd. – dd. MMM",M:"dd. MMM – dd. MMM"},MMMEd:{d:"E, dd. – E, dd. MMM",M:"E, dd. MMM – E, dd. MMM"},y:{y:"y. – y."},yM:{M:"MM. y. – MM. y.",y:"MM. y. – MM. y."},yMd:{d:"dd. MM. y. – dd. MM. y.",M:"dd. MM. y. – dd. MM. y.",y:"dd. MM. y. – dd. MM. y."},yMEd:{d:"E, dd. MM. y. – E, dd. MM. y.",M:"E, dd. MM. y. – E, dd. MM. y.",y:"E, dd. MM. y. – E, dd. MM. y."},yMMM:{M:"LLL – LLL y.",y:"LLL y. – LLL y."},yMMMd:{d:"dd. – dd. MMM y.",M:"dd. MMM – dd. MMM y.",y:"dd. MMM y. – dd. MMM y."},yMMMEd:{d:"E, dd. – E, dd. MMM y.",M:"E, dd. MMM – E, dd. MMM y.",y:"E, dd. MMM y. – E, dd. MMM y."},yMMMM:{M:"LLLL – LLLL y.",y:"LLLL y. – LLLL y."}}},months:{format:{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]},"stand-alone":{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]}},days:{format:{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["N","P","U","S","Č","P","S"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]},"stand-alone":{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["n","p","u","s","č","p","s"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]}},quarters:{format:{abbreviated:["1kv","2kv","3kv","4kv"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},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:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"poslije podne",evening1:"navečer",night1:"noću"}},"stand-alone":{abbreviated:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"}}},"era-wide":{0:"prije Krista",1:"poslije Krista"},"era-abbreviated":{0:"pr. Kr.",1:"po. Kr."},"era-narrow":{0:"pr.n.e.",1:"AD"}},"ca-islamic":{dateFormats:{full:"EEEE, d. MMMM y. G",long:"d. MMMM y. G",medium:"d. M. y. G",short:"d. M. y. GGGGG"},timeFormats:{full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y. G",GyMd:"d. M. y. GGGGG",GyMMM:"LLL y. G",GyMMMd:"d. MMM y. G",GyMMMEd:"E, d. MMM y. G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L.",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",ms:"mm:ss",y:"y. G",yyyy:"y. G",yyyyM:"MM. y. GGGGG",yyyyMd:"dd. MM. y. GGGGG",yyyyMEd:"E, dd. MM. y. GGGGG",yyyyMMM:"LLL y. G",yyyyMMMd:"d. MMM y. G",yyyyMMMEd:"E, d. MMM y. G",yyyyMMMM:"LLLL 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:"dd. – dd."},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. – 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:"MMM y. G – MMM y. G",M:"MMM y. G – MMM y. G",y:"MMM y. – MMM y. G"},GyMMMd:{d:"d. – d. MMM y. G",G:"d. MMM y. G – d. MMM y. G",M:"d. MMM – d. MMM y. G",y:"d. MMM y. – d. MMM y. G"},GyMMMEd:{d:"E, d. MMM – E, d. MMM y. G",G:"E, d. MMM y. G – E, d. MMM y. G",M:"E, d. MMM – E, d. MMM y. G",y:"E, d. MMM y. – E, d. MMM y. G"},h:{a:"h a – h a",h:"h – h'h' a"},H:{H:"HH – HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h 'h' a v"},Hv:{H:"HH – HH 'h' v"},M:{M:"MM. – MM."},Md:{d:"dd. MM. – dd. MM.",M:"dd. MM. – dd. MM."},MEd:{d:"E, dd. MM. – E, dd. MM.",M:"E, dd. MM. – E, dd. MM."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. MMM",M:"dd. MMM – dd. MMM"},MMMEd:{d:"E, dd. – E, dd. MMM",M:"E, dd. MMM – E, dd. MMM"},y:{y:"y. – y. G"},yM:{M:"MM. y. – MM. y. G",y:"MM. y. – MM. y. G"},yMd:{d:"dd. MM. y. – dd. MM. y. G",M:"dd. MM. y. – dd. MM. y. G",y:"dd. MM. y. – dd. MM. y. G"},yMEd:{d:"E, dd. MM. y. – E, dd. MM. y. G",M:"E, dd. MM. y. – E, dd. MM. y. G",y:"E, dd. MM. y. – E, dd. MM. y. G"},yMMM:{M:"LLL – LLL y. G",y:"LLL y. – LLL y. G"},yMMMd:{d:"dd. – dd. MMM y. G",M:"dd. MMM – dd. MMM y. G",y:"dd. MMM y. – dd. MMM y. G"},yMMMEd:{d:"E, dd. – E, dd. MMM y. G",M:"E, dd. MMM – E, dd. MMM y. G",y:"E, dd. MMM y. – E, dd. MMM y. G"},yMMMM:{M:"LLLL – LLLL y. G",y:"LLLL y. – LLLL y. G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["N","P","U","S","Č","P","S"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]},"stand-alone":{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["n","p","u","s","č","p","s"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]}},quarters:{format:{abbreviated:["1kv","2kv","3kv","4kv"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},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:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"poslije podne",evening1:"navečer",night1:"noću"}},"stand-alone":{abbreviated:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"}}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d. MMMM y. G",long:"d. MMMM y. G",medium:"d. M. y. G",short:"d. M. y. GGGGG"},timeFormats:{full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y. GGG",GyMd:"d. M. y. GGGGG",GyMMM:"LLL y. G",GyMMMd:"d. MMM y. G",GyMMMEd:"E, d. MMM y. G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L.",Md:"d. M.",MEd:"E, d. M.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",ms:"mm:ss",y:"y. GGG",yM:"M. y. GGGGG",yMd:"d. M. y. GGGGG",yMEd:"E, d. M. y. GGGGG",yMMM:"LLL y. GGGGG",yMMMd:"d. MMM y. GGGGG",yMMMEd:"E, d. MMM y. GGGGG",yQQQ:"QQQ y. GGGGG",yyyy:"y. G",yyyyM:"M. y. G",yyyyMd:"d. M. y. G",yyyyMEd:"E, d. M. y. G",yyyyMMM:"LLL y. G",yyyyMMMd:"d. MMM y. G",yyyyMMMEd:"E, d. MMM y. G",yyyyMMMM:"LLLL 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:"dd. – dd."},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. – 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:"MMM y. G – MMM y. G",M:"MMM y. G – MMM y. G",y:"MMM y. – MMM y. G"},GyMMMd:{d:"d. – d. MMM y. G",G:"d. MMM y. G – d. MMM y. G",M:"d. MMM – d. MMM y. G",y:"d. MMM y. – d. MMM y. G"},GyMMMEd:{d:"E, d. MMM – E, d. MMM y. G",G:"E, d. MMM y. G – E, d. MMM y. G",M:"E, d. MMM – E, d. MMM y. G",y:"E, d. MMM y. – E, d. MMM y. G"},h:{a:"h a – h a",h:"h – h'h' a"},H:{H:"HH – HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h 'h' a v"},Hv:{H:"HH – HH 'h' v"},M:{M:"MM. – MM."},Md:{d:"dd. MM. – dd. MM.",M:"dd. MM. – dd. MM."},MEd:{d:"E, dd. MM. – E, dd. MM.",M:"E, dd. MM. – E, dd. MM."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. MMM",M:"dd. MMM – dd. MMM"},MMMEd:{d:"E, dd. – E, dd. MMM",M:"E, dd. MMM – E, dd. MMM"},y:{y:"y. – y. G",G:"y. G – y. G"},yM:{M:"MM. y. – MM. y. G",y:"MM. y. – MM. y. G",G:"MM. y. G – MM. y. G"},yMd:{d:"dd. MM. y. – dd. MM. y. G",M:"dd. MM. y. – dd. MM. y. G",y:"dd. MM. y. – dd. MM. y. G",G:"dd. MM. y. G – dd. MM. y. G"},yMEd:{d:"E, dd. MM. y. – E, dd. MM. y. G",M:"E, dd. MM. y. – E, dd. MM. y. G",y:"E, dd. MM. y. – E, dd. MM. y. G",G:"E, dd. MM. y. G – E, dd. MM. y. G"},yMMM:{M:"LLL – LLL y. G",y:"LLL y. – LLL y. G",G:"LLL y. G – LLL y. G"},yMMMd:{d:"dd. – dd. MMM y. G",M:"dd. MMM – dd. MMM y. G",y:"dd. MMM y. – dd. MMM y. G",G:"dd. MMM y. G – dd. MMM y. G"},yMMMEd:{d:"E, dd. – E, dd. MMM y. G",M:"E, dd. MMM – E, dd. MMM y. G",y:"E, dd. MMM y. – E, dd. MMM y. G",G:"E, dd. MMM y. G – E, dd. MMM y. G"},yMMMM:{M:"LLLL – LLLL y. G",y:"LLLL y. – LLLL y. G",G:"LLLL y. G – LLLL y. G"}}},months:{format:{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]},"stand-alone":{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]}},days:{format:{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["N","P","U","S","Č","P","S"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]},"stand-alone":{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["n","p","u","s","č","p","s"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]}},quarters:{format:{abbreviated:["1kv","2kv","3kv","4kv"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},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:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"poslije podne",evening1:"navečer",night1:"noću"}},"stand-alone":{abbreviated:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"}}},"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. MMMM y. G",long:"d. MMMM y. G",medium:"d. MMM y. G",short:"dd. MM. y. GGGGG"},timeFormats:{full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y. G",GyMd:"d. M. y. GGGGG",GyMMM:"LLL y. G",GyMMMd:"d. MMM y. G",GyMMMEd:"E, d. MMM y. G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L.",Md:"dd. MM.",MEd:"E, dd. MM.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",ms:"mm:ss",y:"y. G",yyyy:"y. G",yyyyM:"MM. y. GGGGG",yyyyMd:"dd. MM. y. GGGGG",yyyyMEd:"E, dd. MM. y. GGGGG",yyyyMMM:"LLL y. G",yyyyMMMd:"d. MMM y. G",yyyyMMMEd:"E, d. MMM y. G",yyyyMMMM:"LLLL 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:"dd. – dd."},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. – 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:"MMM y. G – MMM y. G",M:"MMM y. G – MMM y. G",y:"MMM y. – MMM y. G"},GyMMMd:{d:"d. – d. MMM y. G",G:"d. MMM y. G – d. MMM y. G",M:"d. MMM – d. MMM y. G",y:"d. MMM y. – d. MMM y. G"},GyMMMEd:{d:"E, d. MMM – E, d. MMM y. G",G:"E, d. MMM y. G – E, d. MMM y. G",M:"E, d. MMM – E, d. MMM y. G",y:"E, d. MMM y. – E, d. MMM y. G"},h:{a:"h a – h a",h:"h – h'h' a"},H:{H:"HH – HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h 'h' a v"},Hv:{H:"HH – HH 'h' v"},M:{M:"MM. – MM."},Md:{d:"dd. MM. – dd. MM.",M:"dd. MM. – dd. MM."},MEd:{d:"E, dd. MM. – E, dd. MM.",M:"E, dd. MM. – E, dd. MM."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. MMM",M:"dd. MMM – dd. MMM"},MMMEd:{d:"E, dd. – E, dd. MMM",M:"E, dd. MMM – E, dd. MMM"},y:{y:"y. – y. G"},yM:{M:"MM. y. – MM. y. G",y:"MM. y. – MM. y. G"},yMd:{d:"dd. MM. y. – dd. MM. y. G",M:"dd. MM. y. – dd. MM. y. G",y:"dd. MM. y. – dd. MM. y. G"},yMEd:{d:"E, dd. MM. y. – E, dd. MM. y. G",M:"E, dd. MM. y. – E, dd. MM. y. G",y:"E, dd. MM. y. – E, dd. MM. y. G"},yMMM:{M:"LLL – LLL y. G",y:"LLL y. – LLL y. G"},yMMMd:{d:"dd. – dd. MMM y. G",M:"dd. MMM – dd. MMM y. G",y:"dd. MMM y. – dd. MMM y. G"},yMMMEd:{d:"E, dd. – E, dd. MMM y. G",M:"E, dd. MMM – E, dd. MMM y. G",y:"E, dd. MMM y. – E, dd. MMM y. G"},yMMMM:{M:"LLLL – LLLL y. G",y:"LLLL y. – LLLL y. G"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["N","P","U","S","Č","P","S"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]},"stand-alone":{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["n","p","u","s","č","p","s"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]}},quarters:{format:{abbreviated:["1kv","2kv","3kv","4kv"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},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:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"poslije podne",evening1:"navečer",night1:"noću"}},"stand-alone":{abbreviated:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, d. MMMM y. G",long:"d. MMMM y. G",medium:"d. MMM y. G",short:"dd. MM. y. GGGGG"},timeFormats:{full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d.",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y. G",GyMd:"d. M. y. GGGGG",GyMMM:"LLL y. G",GyMMMd:"d. MMM y. G",GyMMMEd:"E, d. MMM y. G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L.",Md:"dd. MM.",MEd:"E, dd. MM.",MMM:"LLL",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",ms:"mm:ss",y:"y. G",yyyy:"y. G",yyyyM:"MM. y. GGGGG",yyyyMd:"dd. MM. y. GGGGG",yyyyMEd:"E, dd. MM. y. GGGGG",yyyyMMM:"LLL y. G",yyyyMMMd:"d. MMM y. G",yyyyMMMEd:"E, d. MMM y. G",yyyyMMMM:"LLLL 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:"dd. – dd."},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. – 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:"MMM y. G – MMM y. G",M:"MMM y. G – MMM y. G",y:"MMM y. – MMM y. G"},GyMMMd:{d:"d. – d. MMM y. G",G:"d. MMM y. G – d. MMM y. G",M:"d. MMM – d. MMM y. G",y:"d. MMM y. – d. MMM y. G"},GyMMMEd:{d:"E, d. MMM – E, d. MMM y. G",G:"E, d. MMM y. G – E, d. MMM y. G",M:"E, d. MMM – E, d. MMM y. G",y:"E, d. MMM y. – E, d. MMM y. G"},h:{a:"h a – h a",h:"h – h'h' a"},H:{H:"HH – HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h 'h' a v"},Hv:{H:"HH – HH 'h' v"},M:{M:"MM. – MM."},Md:{d:"dd. MM. – dd. MM.",M:"dd. MM. – dd. MM."},MEd:{d:"E, dd. MM. – E, dd. MM.",M:"E, dd. MM. – E, dd. MM."},MMM:{M:"LLL – LLL"},MMMd:{d:"d. – d. MMM",M:"dd. MMM – dd. MMM"},MMMEd:{d:"E, dd. – E, dd. MMM",M:"E, dd. MMM – E, dd. MMM"},y:{y:"y. – y. G"},yM:{M:"MM. y. – MM. y. G",y:"MM. y. – MM. y. G"},yMd:{d:"dd. MM. y. – dd. MM. y. G",M:"dd. MM. y. – dd. MM. y. G",y:"dd. MM. y. – dd. MM. y. G"},yMEd:{d:"E, dd. MM. y. – E, dd. MM. y. G",M:"E, dd. MM. y. – E, dd. MM. y. G",y:"E, dd. MM. y. – E, dd. MM. y. G"},yMMM:{M:"LLL – LLL y. G",y:"LLL y. – LLL y. G"},yMMMd:{d:"dd. – dd. MMM y. G",M:"dd. MMM – dd. MMM y. G",y:"dd. MMM y. – dd. MMM y. G"},yMMMEd:{d:"E, dd. – E, dd. MMM y. G",M:"E, dd. MMM – E, dd. MMM y. G",y:"E, dd. MMM y. – E, dd. MMM y. G"},yMMMM:{M:"LLLL – LLLL y. G",y:"LLLL y. – LLLL y. G"}}},months:{format:{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]},"stand-alone":{abbreviated:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],wide:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]}},days:{format:{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["N","P","U","S","Č","P","S"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]},"stand-alone":{abbreviated:["ned","pon","uto","sri","čet","pet","sub"],narrow:["n","p","u","s","č","p","s"],short:["ned","pon","uto","sri","čet","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"]}},quarters:{format:{abbreviated:["1kv","2kv","3kv","4kv"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},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:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"poslije podne",evening1:"navečer",night1:"noću"}},"stand-alone":{abbreviated:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},narrow:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"},wide:{midnight:"ponoć",noon:"podne",morning1:"ujutro",afternoon1:"popodne",evening1:"navečer",night1:"noću"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 tisuća","1000-few":"0 tisuće","1000-other":"0 tisuća","10000-one":"00 tisuća","10000-few":"00 tisuće","10000-other":"00 tisuća","100000-one":"000 tisuća","100000-few":"000 tisuće","100000-other":"000 tisuća","1000000-one":"0 milijun","1000000-few":"0 milijuna","1000000-other":"0 milijuna","10000000-one":"00 milijun","10000000-few":"00 milijuna","10000000-other":"00 milijuna","100000000-one":"000 milijun","100000000-few":"000 milijuna","100000000-other":"000 milijuna","1000000000-one":"0 milijarda","1000000000-few":"0 milijarde","1000000000-other":"0 milijardi","10000000000-one":"00 milijarda","10000000000-few":"00 milijarde","10000000000-other":"00 milijardi","100000000000-one":"000 milijarda","100000000000-few":"000 milijarde","100000000000-other":"000 milijardi","1000000000000-one":"0 bilijun","1000000000000-few":"0 bilijuna","1000000000000-other":"0 bilijuna","10000000000000-one":"00 bilijun","10000000000000-few":"00 bilijuna","10000000000000-other":"00 bilijuna","100000000000000-one":"000 bilijun","100000000000000-few":"000 bilijuna","100000000000000-other":"000 bilijuna"},"decimalFormat-short":{"1000-one":"0 tis'.'","1000-few":"0 tis'.'","1000-other":"0 tis'.'","10000-one":"00 tis'.'","10000-few":"00 tis'.'","10000-other":"00 tis'.'","100000-one":"000 tis'.'","100000-few":"000 tis'.'","100000-other":"000 tis'.'","1000000-one":"0 mil'.'","1000000-few":"0 mil'.'","1000000-other":"0 mil'.'","10000000-one":"00 mil'.'","10000000-few":"00 mil'.'","10000000-other":"00 mil'.'","100000000-one":"000 mil'.'","100000000-few":"000 mil'.'","100000000-other":"000 mil'.'","1000000000-one":"0 mlr'.'","1000000000-few":"0 mlr'.'","1000000000-other":"0 mlr'.'","10000000000-one":"00 mlr'.'","10000000000-few":"00 mlr'.'","10000000000-other":"00 mlr'.'","100000000000-one":"000 mlr'.'","100000000000-few":"000 mlr'.'","100000000000-other":"000 mlr'.'","1000000000000-one":"0 bil'.'","1000000000000-few":"0 bil'.'","1000000000000-other":"0 bil'.'","10000000000000-one":"00 bil'.'","10000000000000-few":"00 bil'.'","10000000000000-other":"00 bil'.'","100000000000000-one":"000 bil'.'","100000000000000-few":"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-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","1000000000-one":"0 mlr'.' ¤","1000000000-few":"0 mlr'.' ¤","1000000000-other":"0 mlr'.' ¤","10000000000-one":"00 mlr'.' ¤","10000000000-few":"00 mlr'.' ¤","10000000000-other":"00 mlr'.' ¤","100000000000-one":"000 mlr'.' ¤","100000000000-few":"000 mlr'.' ¤","100000000000-other":"000 mlr'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"−","symbols-latn-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,units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","1000000000-one":"0 mlr'.' ¤","1000000000-few":"0 mlr'.' ¤","1000000000-other":"0 mlr'.' ¤","10000000000-one":"00 mlr'.' ¤","10000000000-few":"00 mlr'.' ¤","10000000000-other":"00 mlr'.' ¤","100000000000-one":"000 mlr'.' ¤","100000000000-few":"000 mlr'.' ¤","100000000000-other":"000 mlr'.' ¤","1000000000000-one":"0 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"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,hr as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|