@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:"Гринуич{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0%"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern={approximately:"~{0}",atLeast:"≥ {0}",atMost:"≤ {0}",range:"{0} – {1}"},currencySymbols={BGN:"лв.",EUR:"€",USD:"щ.д.",XAF:"FCFA",XOF:"F CFA",XPF:"CFPF",XXX:"¤"},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-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"об.","unitPattern-count-one":"{0} об.","unitPattern-count-other":"{0} об."},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"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:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"акри","unitPattern-count-one":"{0} акър","unitPattern-count-other":"{0} акра"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"дюнюми","unitPattern-count-one":"{0} дюнюм","unitPattern-count-other":"{0} дюнюма"},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-one":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-item":{displayName:"единица","unitPattern-count-one":"{0} ед.","unitPattern-count-other":"{0} ед."},"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:"l/km","unitPattern-count-one":"{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-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"мили/имп. гал.","unitPattern-count-one":"{0} mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PByte","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:"B","unitPattern-count-one":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-one":"{0} b","unitPattern-count-other":"{0} b"},"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:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","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:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"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:"N","unitPattern-count-one":"{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-other":"{0} kWh/100 km"},"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:"ем","unitPattern-count-one":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","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:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"св. г.","unitPattern-count-one":"{0} св.г.","unitPattern-count-other":"{0} св.г."},"length-astronomical-unit":{displayName:"AU","unitPattern-count-one":"{0} AU","unitPattern-count-other":"{0} AU"},"length-furlong":{displayName:"fur","unitPattern-count-one":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fth","unitPattern-count-one":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-other":"{0} nmi"},"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:"lx","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:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-one":"{0} tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"стоун.","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"тр. унц.","unitPattern-count-one":"{0} тр. унц.","unitPattern-count-other":"{0} тр. унц."},"mass-carat":{displayName:"CD","unitPattern-count-one":"{0} CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"далтони","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"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:"W","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:"к. с.","unitPattern-count-one":"{0} к. с.","unitPattern-count-other":"{0} к. с."},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"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:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-other":"{0} bar"},"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:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mph","unitPattern-count-one":"{0} mph","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0}°F","unitPattern-count-other":"{0}°F"},"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:"N⋅m","unitPattern-count-one":"{0} N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"бушели","unitPattern-count-one":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"US gal","unitPattern-count-one":"{0} gal US","unitPattern-count-other":"{0} gal US",perUnitPattern:"{0}/gal US"},"volume-gallon-imperial":{displayName:"имп. галон","unitPattern-count-one":"{0} имп. галон","unitPattern-count-other":"{0} имп. галона",perUnitPattern:"{0}/имп. галон"},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"ч.","unitPattern-count-one":"{0} ч.","unitPattern-count-other":"{0} ч."},"volume-fluid-ounce":{displayName:"US fl oz","unitPattern-count-one":"{0} fl oz US","unitPattern-count-other":"{0} fl oz US"},"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} bbl","unitPattern-count-other":"{0} bbl"},"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}И",north:"{0}С",south:"{0}Ю",west:"{0}З"}}},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:"n = 1"},timeData={_allowed:"H hB h",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"14:00"},evening1:{_before:"22:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"11:00",_from:"04:00"},morning2:{_before:"14:00",_from:"11:00"},night1:{_before:"04:00",_from:"22:00"}},bg={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE, d MMMM y 'г'.",long:"d MMMM y 'г'.",medium:"d.MM.y 'г'.",short:"d.MM.yy 'г'."},timeFormats:{full:"H:mm:ss 'ч'. zzzz",long:"H:mm:ss 'ч'. z",medium:"H:mm:ss 'ч'.",short:"H:mm 'ч'."},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h 'ч'. B",Bhm:"h:mm 'ч'. B",Bhms:"h:mm:ss 'ч'. B",d:"d",E:"ccc",EBhm:"E, h:mm 'ч'. B",EBhms:"E, h:mm:ss 'ч'. B",Ed:"E, d",Ehm:"E, h:mm 'ч'. a",EHm:"E, HH:mm 'ч'.",Ehms:"E, h:mm:ss 'ч'. a",EHms:"E, HH:mm:ss 'ч'.",Gy:"y 'г'. G",GyMd:"dd.MM.y 'г'. GGGGG",GyMMM:"MM.y 'г'. G",GyMMMd:"d.MM.y 'г'. G",GyMMMEd:"E, d.MM.y 'г'. G",GyMMMM:"MMMM y 'г'. G",GyMMMMd:"d MMMM y 'г'. G",GyMMMMEd:"E, d MMMM 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.MM",MEd:"E, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"E, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMdd:"d MMMM",MMMMEd:"E, d MMMM",ms:"m:ss",y:"y 'г'.",yM:"MM.y 'г'.",yMd:"d.MM.y 'г'.",yMEd:"E, d.MM.y 'г'.",yMMM:"MM.y 'г'.",yMMMd:"d.MM.y 'г'.",yMMMEd:"E, d.MM.y 'г'.",yMMMM:"MMMM y 'г'.",yMMMMd:"d MMMM y 'г'.",yMMMMEd:"E, d MMMM y 'г'.",yQQQ:"QQQ y 'г'.",yQQQQ:"QQQQ y 'г'.",MMMMW:"'седмица' W 'от' MMMM",yw:"'седмица' w 'от' Y 'г'."},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"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:"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:"H – H 'ч'."},hm:{a:"h:mm 'ч'. a – h:mm 'ч'. a",h:"h:mm 'ч'. – h:mm 'ч'. a",m:"h:mm 'ч'. – h:mm 'ч'. a"},Hm:{H:"H:mm 'ч'. – H:mm 'ч'.",m:"H:mm 'ч'. – H:mm 'ч'."},hmv:{a:"h:mm 'ч'. a – h:mm 'ч'. a v",h:"h:mm 'ч'. a – h:mm 'ч'. a v",m:"h:mm 'ч'. a – h:mm 'ч'. a v"},Hmv:{H:"H:mm 'ч'. – H:mm 'ч'. v",m:"H:mm 'ч'. – H:mm 'ч'. v"},hv:{a:"h 'ч'. a – h 'ч'. a v",h:"h 'ч'. – h 'ч'. a v"},Hv:{H:"H – H 'ч'. v"},M:{M:"M – M"},Md:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMM:{M:"MM – MM"},MMMd:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MMMEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMMM:{M:"LLLL – LLLL"},MMMMd:{d:"d – d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y – y 'г'."},yM:{M:"MM.y 'г'. – MM.y 'г'.",y:"MM.y 'г'. – MM.y 'г'."},yMd:{d:"d.MM – d.MM.y 'г'.",M:"d.MM – d.MM.y 'г'.",y:"d.MM.y 'г'. – d.MM.y 'г'."},yMEd:{d:"E, d.MM – E, d.MM.y 'г'.",M:"E, d.MM – E, d.MM.y 'г'.",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'."},yMMM:{M:"MM.y 'г'. – MM.y 'г'.",y:"MM.y 'г'. – MM.y 'г'."},yMMMd:{d:"d.MM – d.MM.y 'г'.",M:"d.MM – d.MM.y 'г'.",y:"d.MM.y 'г'. – d.MM.y 'г'."},yMMMEd:{d:"E, d.MM – E, d.MM.y 'г'.",M:"E, d.MM – E, d.MM.y 'г'.",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'."},yMMMM:{M:"MMMM – MMMM y 'г'.",y:"MMMM y 'г'. – MMMM y 'г'."},yMMMMd:{d:"d – d MMMM y 'г'.",M:"d MMMM – d MMMM y 'г'.",y:"d MMMM y 'г'. – d MMMM y 'г'."},yMMMMEd:{d:"E, d MMMM – E, d MMMM y 'г'.",M:"E, d MMMM – E, d MMMM y 'г'.",y:"E, d MMMM y 'г'. – E, d 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:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]},"stand-alone":{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]}},dayPeriods:{format:{abbreviated:["am","pm"],narrow:["am","pm"],wide:["пр.об.","сл.об."]},"stand-alone":{abbreviated:["am","pm"],narrow:["am","pm"],wide:["am","pm"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}},"stand-alone":{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}}},"era-wide":{0:"преди Христа",1:"след Христа"},"era-abbreviated":{0:"пр.Хр.",1:"сл.Хр."},"era-narrow":{0:"пр.Хр.",1:"сл.Хр."}},"ca-islamic":{dateFormats:{full:"EEEE, d MMMM y 'г'. G",long:"d MMMM y 'г'. G",medium:"d.MM.y 'г'. G",short:"d.MM.yy G"},timeFormats:{full:"H:mm:ss 'ч'. zzzz",long:"H:mm:ss 'ч'. z",medium:"H:mm:ss 'ч'.",short:"H:mm 'ч'."},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h 'ч'. B",Bhm:"h:mm 'ч'. B",Bhms:"h:mm:ss 'ч'. B",d:"d",E:"ccc",EBhm:"E, h:mm 'ч'. B",EBhms:"E, h:mm:ss 'ч'. B",Ed:"E, d",Ehm:"E, h:mm 'ч'. a",EHm:"E, HH:mm 'ч'.",Ehms:"E, h:mm:ss 'ч'. a",EHms:"E, HH:mm:ss 'ч'.",Gy:"y 'г'. G",GyMd:"dd.MM.y 'г'. GGGGG",GyMMM:"MM.y 'г'. G",GyMMMd:"d.MM.y 'г'. G",GyMMMEd:"E, d.MM.y 'г'. G",GyMMMM:"MMMM y 'г'. G",GyMMMMd:"d MMMM y 'г'. G",GyMMMMEd:"E, d MMMM 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.MM",MEd:"E, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"E, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y 'г'. G",yyyy:"y 'г'. G",yyyyM:"M.y 'г'. G",yyyyMd:"d.MM.y 'г'. G",yyyyMEd:"E, d.MM.y 'г'. G",yyyyMMM:"MM.y 'г'. G",yyyyMMMd:"d.MM.y 'г'. G",yyyyMMMEd:"E, d.MM.y 'г'. G",yyyyMMMM:"MMMM y 'г'. G",yyyyMMMMd:"d MMMM y 'г'. G",yyyyMMMMEd:"E, d MMMM y 'г'. G",yyyyQQQ:"QQQ y 'г'. G",yyyyQQQQ:"QQQQ y 'г'. G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y – M.y GGGGG",y:"M.y – M.y GGGGG"},GyMd:{d:"d.M.y – d.M.y GGGGG",G:"d.M.y GGGGG – d.M.y GGGGG",M:"d.M.y – d.M.y GGGGG",y:"d.M.y – d.M.y GGGGG"},GyMEd:{d:"E, d.M.y – E, d.M.y GGGGG",G:"E, d.M.y GGGGG – E, d.M.y GGGGG",M:"E, d.M.y – E, d.M.y GGGGG",y:"E, d.M.y – E, d.M.y GGGGG"},GyMMM:{G:"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.MM – d.MM",M:"d.MM – d.MM"},MEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMM:{M:"MM – MM"},MMMd:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MMMEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMMM:{M:"LLLL – LLLL"},MMMMd:{d:"d – d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y – y 'г'.G"},yM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMMMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMMMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMMM:{M:"MMMM – MMMM y 'г'. G",y:"MMMM y 'г'. – MMMM y 'г'. G"},yMMMMd:{d:"d – d MMMM y 'г'. G",M:"d MMMM – d MMMM y 'г'. G",y:"d MMMM y 'г'. – d MMMM y 'г'. G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM y 'г'. G",M:"E, d MMMM – E, d MMMM y 'г'. G",y:"E, d MMMM y 'г'. – E, d 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:["мухарам","сафар","раби-1","раби-2","джумада-1","джумада-2","раджаб","шабан","рамазан","Шавал","Дхул-Каада","Дхул-хиджа"]},"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:["мухарам","сафар","раби-1","раби-2","джумада-1","джумада-2","раджаб","шабан","рамазан","Шавал","Дхул-Каада","Дхул-хиджа"]}},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:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]},"stand-alone":{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]}},dayPeriods:{format:{abbreviated:["am","pm"],narrow:["am","pm"],wide:["пр.об.","сл.об."]},"stand-alone":{abbreviated:["am","pm"],narrow:["am","pm"],wide:["am","pm"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}},"stand-alone":{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}}},"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.MM.y 'г'. G",short:"d.MM.yy G"},timeFormats:{full:"H:mm:ss 'ч'. zzzz",long:"H:mm:ss 'ч'. z",medium:"H:mm:ss 'ч'.",short:"H:mm 'ч'."},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h 'ч'. B",Bhm:"h:mm 'ч'. B",Bhms:"h:mm:ss 'ч'. B",d:"d",E:"ccc",EBhm:"E, h:mm 'ч'. B",EBhms:"E, h:mm:ss 'ч'. B",Ed:"E, d",Ehm:"E, h:mm 'ч'. a",EHm:"E, HH:mm 'ч'.",Ehms:"E, h:mm:ss 'ч'. a",EHms:"E, HH:mm:ss 'ч'.",Gy:"y 'г'. G",GyMd:"dd.MM.y 'г'. GGGGG",GyMMM:"MM.y 'г'. G",GyMMMd:"d.MM.y 'г'. G",GyMMMEd:"E, d.MM.y 'г'. G",GyMMMM:"MMMM y 'г'. G",GyMMMMd:"d MMMM y 'г'. G",GyMMMMEd:"E, d MMMM 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.MM",MEd:"E, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"E, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y 'г'. G",yyyy:"y 'г'. G",yyyyM:"M.y 'г'. G",yyyyMd:"d.MM.y 'г'. G",yyyyMEd:"E, d.MM.y 'г'. G",yyyyMMM:"MM.y 'г'. G",yyyyMMMd:"d.MM.y 'г'. G",yyyyMMMEd:"E, d.MM.y 'г'. G",yyyyMMMM:"MMMM y 'г'. G",yyyyMMMMd:"d MMMM y 'г'. G",yyyyMMMMEd:"E, d MMMM y 'г'. G",yyyyQQQ:"QQQ y 'г'. G",yyyyQQQQ:"QQQQ y 'г'. G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y – M.y GGGGG",y:"M.y – M.y GGGGG"},GyMd:{d:"d.M.y – d.M.y GGGGG",G:"d.M.y GGGGG – d.M.y GGGGG",M:"d.M.y – d.M.y GGGGG",y:"d.M.y – d.M.y GGGGG"},GyMEd:{d:"E, d.M.y – E, d.M.y GGGGG",G:"E, d.M.y GGGGG – E, d.M.y GGGGG",M:"E, d.M.y – E, d.M.y GGGGG",y:"E, d.M.y – E, d.M.y GGGGG"},GyMMM:{G:"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.MM – d.MM",M:"d.MM – d.MM"},MEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMM:{M:"MM – MM"},MMMd:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MMMEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMMM:{M:"LLLL – LLLL"},MMMMd:{d:"d – d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y – y 'г'.G",G:"y 'г'.G – y 'г'.G"},yM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G",G:"MM.y 'г'. G – MM.y 'г'. G"},yMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G",G:"d.MM.y 'г'. G – d.MM.y 'г'. G"},yMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G",G:"E, d.MM.y 'г'. G – E, d.MM.y 'г'. G"},yMMM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G",G:"MM.y 'г'. G – MM.y 'г'. G"},yMMMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G",G:"d.MM.y 'г'. G – d.MM.y 'г'. G"},yMMMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G",G:"E, d.MM.y 'г'. G – E, d.MM.y 'г'. G"},yMMMM:{M:"MMMM – MMMM y 'г'. G",y:"MMMM y 'г'. – MMMM y 'г'. G",G:"MMMM y 'г'. G – MMMM y 'г'. G"},yMMMMd:{d:"d – d MMMM y 'г'. G",M:"d MMMM – d MMMM y 'г'. G",y:"d MMMM y 'г'. – d MMMM y 'г'. G",G:"d MMMM y 'г'. G – d MMMM y 'г'. G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM y 'г'. G",M:"E, d MMMM – E, d MMMM y 'г'. G",y:"E, d MMMM y 'г'. – E, d MMMM y 'г'. G",G:"E, d MMMM y 'г'. G – E, d 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:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]},"stand-alone":{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]}},dayPeriods:{format:{abbreviated:["am","pm"],narrow:["am","pm"],wide:["пр.об.","сл.об."]},"stand-alone":{abbreviated:["am","pm"],narrow:["am","pm"],wide:["am","pm"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}},"stand-alone":{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}}},"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.MM.y 'г'. G",short:"d.MM.yy G"},timeFormats:{full:"H:mm:ss 'ч'. zzzz",long:"H:mm:ss 'ч'. z",medium:"H:mm:ss 'ч'.",short:"H:mm 'ч'."},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h 'ч'. B",Bhm:"h:mm 'ч'. B",Bhms:"h:mm:ss 'ч'. B",d:"d",E:"ccc",EBhm:"E, h:mm 'ч'. B",EBhms:"E, h:mm:ss 'ч'. B",Ed:"E, d",Ehm:"E, h:mm 'ч'. a",EHm:"E, HH:mm 'ч'.",Ehms:"E, h:mm:ss 'ч'. a",EHms:"E, HH:mm:ss 'ч'.",Gy:"y 'г'. G",GyMd:"dd.MM.y 'г'. GGGGG",GyMMM:"MM.y 'г'. G",GyMMMd:"d.MM.y 'г'. G",GyMMMEd:"E, d.MM.y 'г'. G",GyMMMM:"MMMM y 'г'. G",GyMMMMd:"d MMMM y 'г'. G",GyMMMMEd:"E, d MMMM 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.MM",MEd:"E, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"E, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y 'г'. G",yyyy:"y 'г'. G",yyyyM:"M.y 'г'. G",yyyyMd:"d.MM.y 'г'. G",yyyyMEd:"E, d.MM.y 'г'. G",yyyyMMM:"MM.y 'г'. G",yyyyMMMd:"d.MM.y 'г'. G",yyyyMMMEd:"E, d.MM.y 'г'. G",yyyyMMMM:"MMMM y 'г'. G",yyyyMMMMd:"d MMMM y 'г'. G",yyyyMMMMEd:"E, d MMMM y 'г'. G",yyyyQQQ:"QQQ y 'г'. G",yyyyQQQQ:"QQQQ y 'г'. G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y – M.y GGGGG",y:"M.y – M.y GGGGG"},GyMd:{d:"d.M.y – d.M.y GGGGG",G:"d.M.y GGGGG – d.M.y GGGGG",M:"d.M.y – d.M.y GGGGG",y:"d.M.y – d.M.y GGGGG"},GyMEd:{d:"E, d.M.y – E, d.M.y GGGGG",G:"E, d.M.y GGGGG – E, d.M.y GGGGG",M:"E, d.M.y – E, d.M.y GGGGG",y:"E, d.M.y – E, d.M.y GGGGG"},GyMMM:{G:"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.MM – d.MM",M:"d.MM – d.MM"},MEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMM:{M:"MM – MM"},MMMd:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MMMEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMMM:{M:"LLLL – LLLL"},MMMMd:{d:"d – d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y – y 'г'.G"},yM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMMMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMMMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMMM:{M:"MMMM – MMMM y 'г'. G",y:"MMMM y 'г'. – MMMM y 'г'. G"},yMMMMd:{d:"d – d MMMM y 'г'. G",M:"d MMMM – d MMMM y 'г'. G",y:"d MMMM y 'г'. – d MMMM y 'г'. G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM y 'г'. G",M:"E, d MMMM – E, d MMMM y 'г'. G",y:"E, d MMMM y 'г'. – E, d MMMM 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:["нд","пн","вт","ср","чт","пт","сб"],narrow:["н","п","в","с","ч","п","с"],short:["нд","пн","вт","ср","чт","пт","сб"],wide:["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"]},"stand-alone":{abbreviated:["нд","пн","вт","ср","чт","пт","сб"],narrow:["н","п","в","с","ч","п","с"],short:["нд","пн","вт","ср","чт","пт","сб"],wide:["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"]}},quarters:{format:{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]},"stand-alone":{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]}},dayPeriods:{format:{abbreviated:["am","pm"],narrow:["am","pm"],wide:["пр.об.","сл.об."]},"stand-alone":{abbreviated:["am","pm"],narrow:["am","pm"],wide:["am","pm"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}},"stand-alone":{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}}},"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.MM.y 'г'. G",short:"d.MM.yy G"},timeFormats:{full:"H:mm:ss 'ч'. zzzz",long:"H:mm:ss 'ч'. z",medium:"H:mm:ss 'ч'.",short:"H:mm 'ч'."},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h 'ч'. B",Bhm:"h:mm 'ч'. B",Bhms:"h:mm:ss 'ч'. B",d:"d",E:"ccc",EBhm:"E, h:mm 'ч'. B",EBhms:"E, h:mm:ss 'ч'. B",Ed:"E, d",Ehm:"E, h:mm 'ч'. a",EHm:"E, HH:mm 'ч'.",Ehms:"E, h:mm:ss 'ч'. a",EHms:"E, HH:mm:ss 'ч'.",Gy:"y 'г'. G",GyMd:"dd.MM.y 'г'. GGGGG",GyMMM:"MM.y 'г'. G",GyMMMd:"d.MM.y 'г'. G",GyMMMEd:"E, d.MM.y 'г'. G",GyMMMM:"MMMM y 'г'. G",GyMMMMd:"d MMMM y 'г'. G",GyMMMMEd:"E, d MMMM 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.MM",MEd:"E, d.MM",MMM:"MM",MMMd:"d.MM",MMMEd:"E, d.MM",MMMM:"LLLL",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y 'г'. G",yyyy:"y 'г'. G",yyyyM:"M.y 'г'. G",yyyyMd:"d.MM.y 'г'. G",yyyyMEd:"E, d.MM.y 'г'. G",yyyyMMM:"MM.y 'г'. G",yyyyMMMd:"d.MM.y 'г'. G",yyyyMMMEd:"E, d.MM.y 'г'. G",yyyyMMMM:"MMMM y 'г'. G",yyyyMMMMd:"d MMMM y 'г'. G",yyyyMMMMEd:"E, d MMMM y 'г'. G",yyyyQQQ:"QQQ y 'г'. G",yyyyQQQQ:"QQQQ y 'г'. G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y – M.y GGGGG",y:"M.y – M.y GGGGG"},GyMd:{d:"d.M.y – d.M.y GGGGG",G:"d.M.y GGGGG – d.M.y GGGGG",M:"d.M.y – d.M.y GGGGG",y:"d.M.y – d.M.y GGGGG"},GyMEd:{d:"E, d.M.y – E, d.M.y GGGGG",G:"E, d.M.y GGGGG – E, d.M.y GGGGG",M:"E, d.M.y – E, d.M.y GGGGG",y:"E, d.M.y – E, d.M.y GGGGG"},GyMMM:{G:"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.MM – d.MM",M:"d.MM – d.MM"},MEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMM:{M:"MM – MM"},MMMd:{d:"d.MM – d.MM",M:"d.MM – d.MM"},MMMEd:{d:"E, d.MM – E, d.MM",M:"E, d.MM – E, d.MM"},MMMM:{M:"LLLL – LLLL"},MMMMd:{d:"d – d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y – y 'г'.G"},yM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMM:{M:"MM – MM.y 'г'. G",y:"MM.y 'г'. – MM.y 'г'. G"},yMMMd:{d:"d.MM – d.MM.y 'г'. G",M:"d.MM – d.MM.y 'г'. G",y:"d.MM.y 'г'. – d.MM.y 'г'. G"},yMMMEd:{d:"E, d.MM – E, d.MM.y 'г'. G",M:"E, d.MM – E, d.MM.y 'г'. G",y:"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"},yMMMM:{M:"MMMM – MMMM y 'г'. G",y:"MMMM y 'г'. – MMMM y 'г'. G"},yMMMMd:{d:"d – d MMMM y 'г'. G",M:"d MMMM – d MMMM y 'г'. G",y:"d MMMM y 'г'. – d MMMM y 'г'. G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM y 'г'. G",M:"E, d MMMM – E, d MMMM y 'г'. G",y:"E, d MMMM y 'г'. – E, d 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:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]},"stand-alone":{abbreviated:["1. трим.","2. трим.","3. трим.","4. трим."],narrow:["1","2","3","4"],wide:["1. тримесечие","2. тримесечие","3. тримесечие","4. тримесечие"]}},dayPeriods:{format:{abbreviated:["am","pm"],narrow:["am","pm"],wide:["пр.об.","сл.об."]},"stand-alone":{abbreviated:["am","pm"],narrow:["am","pm"],wide:["am","pm"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}},"stand-alone":{abbreviated:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},narrow:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"},wide:{midnight:"полунощ",morning1:"сутринта",morning2:"на обяд",afternoon1:"следобед",evening1:"вечерта",night1:"през нощта"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 хил'.'","1000-other":"0 хиляди","10000-one":"00 хиляди","10000-other":"00 хиляди","100000-one":"000 хиляди","100000-other":"000 хиляди","1000000-one":"0 милион","1000000-other":"0 милиона","10000000-one":"00 милиона","10000000-other":"00 милиона","100000000-one":"000 милиона","100000000-other":"000 милиона","1000000000-one":"0 милиард","1000000000-other":"0 милиарда","10000000000-one":"00 милиарда","10000000000-other":"00 милиарда","100000000000-one":"000 милиарда","100000000000-other":"000 милиарда","1000000000000-one":"0 трилион","1000000000000-other":"0 трилиона","10000000000000-one":"00 трилиона","10000000000000-other":"00 трилиона","100000000000000-one":"000 трилиона","100000000000000-other":"000 трилиона"},"decimalFormat-short":{"1000-one":"0 хил'.'","1000-other":"0 хил'.'","10000-one":"00 хил'.'","10000-other":"00 хил'.'","100000-one":"000 хил'.'","100000-other":"000 хил'.'","1000000-one":"0 млн'.'","1000000-other":"0 млн'.'","10000000-one":"00 млн'.'","10000000-other":"00 млн'.'","100000000-one":"000 млн'.'","100000000-other":"000 млн'.'","1000000000-one":"0 млрд'.'","1000000000-other":"0 млрд'.'","10000000000-one":"00 млрд'.'","10000000000-other":"00 млрд'.'","100000000000-one":"000 млрд'.'","100000000000-other":"000 млрд'.'","1000000000000-one":"0 трлн'.'","1000000000000-other":"0 трлн'.'","10000000000000-one":"00 трлн'.'","10000000000000-other":"00 трлн'.'","100000000000000-one":"000 трлн'.'","100000000000000-other":"000 трлн'.'"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"0 хил'.' ¤","1000-other":"0 хил'.' ¤","10000-one":"00 хил'.' ¤","10000-other":"00 хил'.' ¤","100000-one":"000 хил'.' ¤","100000-other":"000 хил'.' ¤","1000000-one":"0 млн'.' ¤","1000000-other":"0 млн'.' ¤","10000000-one":"00 млн'.' ¤","10000000-other":"00 млн'.' ¤","100000000-one":"000 млн'.' ¤","100000000-other":"000 млн'.' ¤","1000000000-one":"0 млрд'.' ¤","1000000000-other":"0 млрд'.' ¤","10000000000-one":"00 млрд'.' ¤","10000000000-other":"00 млрд'.' ¤","100000000000-one":"000 млрд'.' ¤","100000000000-other":"000 млрд'.' ¤","1000000000000-one":"0 трлн'.' ¤","1000000000000-other":"0 трлн'.' ¤","10000000000000-one":"00 трлн'.' ¤","10000000000000-other":"00 трлн'.' ¤","100000000000000-one":"000 трлн'.' ¤","100000000000000-other":"000 трлн'.' ¤"},"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":"000 хил'.' ¤","100000-other":"000 хил'.' ¤","1000000-one":"0 млн'.' ¤","1000000-other":"0 млн'.' ¤","10000000-one":"00 млн'.' ¤","10000000-other":"00 млн'.' ¤","100000000-one":"000 млн'.' ¤","100000000-other":"000 млн'.' ¤","1000000000-one":"0 млрд'.' ¤","1000000000-other":"0 млрд'.' ¤","10000000000-one":"00 млрд'.' ¤","10000000000-other":"00 млрд'.' ¤","100000000000-one":"000 млрд'.' ¤","100000000000-other":"000 млрд'.' ¤","1000000000000-one":"0 трлн'.' ¤","1000000000000-other":"0 трлн'.' ¤","10000000000000-one":"00 трлн'.' ¤","10000000000000-other":"00 трлн'.' ¤","100000000000000-one":"000 трлн'.' ¤","100000000000000-other":"000 трлн'.' ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules};export{__buildtime,__license,__version,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,bg 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:"any","relative-type--1":"l’any passat","relative-type-0":"enguany","relative-type-1":"l’any que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} any","relativeTimePattern-count-other":"d’aquí a {0} anys"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} any","relativeTimePattern-count-other":"fa {0} anys"}},"year-short":{displayName:"any","relative-type--1":"l’any passat","relative-type-0":"enguany","relative-type-1":"l’any que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} any","relativeTimePattern-count-other":"d’aquí a {0} anys"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} any","relativeTimePattern-count-other":"fa {0} anys"}},"year-narrow":{displayName:"any","relative-type--1":"l’any passat","relative-type-0":"enguany","relative-type-1":"l’any que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} any","relativeTimePattern-count-other":"d’aquí a {0} anys"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} any","relativeTimePattern-count-other":"fa {0} anys"}},"quarter-wide":{displayName:"trimestre","relative-type--1":"el trimestre passat","relative-type-0":"aquest trimestre","relative-type-1":"el trimestre que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} trimestre","relativeTimePattern-count-other":"d’aquí a {0} trimestres"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} trimestre","relativeTimePattern-count-other":"fa {0} trimestres"}},"quarter-short":{displayName:"trim.","relative-type--1":"el trim. passat","relative-type-0":"aquest trim.","relative-type-1":"el trim. que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} trim.","relativeTimePattern-count-other":"d’aquí a {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} trim.","relativeTimePattern-count-other":"fa {0} trim."}},"quarter-narrow":{displayName:"trim.","relative-type--1":"trim. passat","relative-type-0":"aquest trim.","relative-type-1":"trim. vinent","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} trim.","relativeTimePattern-count-other":"d’aquí a {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} trim.","relativeTimePattern-count-other":"fa {0} trim."}},"month-wide":{displayName:"mes","relative-type--1":"el mes passat","relative-type-0":"aquest mes","relative-type-1":"el mes que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} mes","relativeTimePattern-count-other":"d’aquí a {0} mesos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} mes","relativeTimePattern-count-other":"fa {0} mesos"}},"month-short":{displayName:"mes","relative-type--1":"el mes passat","relative-type-0":"aquest mes","relative-type-1":"el mes que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} mes","relativeTimePattern-count-other":"d’aquí a {0} mesos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} mes","relativeTimePattern-count-other":"fa {0} mesos"}},"month-narrow":{displayName:"mes","relative-type--1":"el mes passat","relative-type-0":"aquest mes","relative-type-1":"el mes que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} mes","relativeTimePattern-count-other":"d’aquí a {0} mesos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} mes","relativeTimePattern-count-other":"fa {0} mesos"}},"week-wide":{displayName:"setmana","relative-type--1":"la setmana passada","relative-type-0":"aquesta setmana","relative-type-1":"la setmana que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} setmana","relativeTimePattern-count-other":"d’aquí a {0} setmanes"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} setmana","relativeTimePattern-count-other":"fa {0} setmanes"},relativePeriod:"la setmana del {0}"},"week-short":{displayName:"setm.","relative-type--1":"la setm. passada","relative-type-0":"aquesta setm.","relative-type-1":"la setm. que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} setm.","relativeTimePattern-count-other":"d’aquí a {0} setm."},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} setm.","relativeTimePattern-count-other":"fa {0} setm."},relativePeriod:"la setmana de: {0}"},"week-narrow":{displayName:"setm.","relative-type--1":"la setm. passada","relative-type-0":"aquesta setm.","relative-type-1":"la setm. que ve","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} setm.","relativeTimePattern-count-other":"d’aquí a {0} setm."},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} setm.","relativeTimePattern-count-other":"fa {0} setm."},relativePeriod:"la setmana de: {0}"},"day-wide":{displayName:"dia","relative-type--2":"abans-d’ahir","relative-type--1":"ahir","relative-type-0":"avui","relative-type-1":"demà","relative-type-2":"demà passat","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} dia","relativeTimePattern-count-other":"d’aquí a {0} dies"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} dia","relativeTimePattern-count-other":"fa {0} dies"}},"day-short":{displayName:"dia","relative-type--2":"abans-d’ahir","relative-type--1":"ahir","relative-type-0":"avui","relative-type-1":"demà","relative-type-2":"demà passat","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} dia","relativeTimePattern-count-other":"d’aquí a {0} dies"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} dia","relativeTimePattern-count-other":"fa {0} dies"}},"day-narrow":{displayName:"dia","relative-type--2":"abans-d’ahir","relative-type--1":"ahir","relative-type-0":"avui","relative-type-1":"demà","relative-type-2":"demà passat","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} dia","relativeTimePattern-count-other":"d’aquí a {0} dies"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} dia","relativeTimePattern-count-other":"fa {0} dies"}},weekday:{displayName:"dia de la setmana"},"hour-wide":{displayName:"hora","relative-type-0":"aquesta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} hora","relativeTimePattern-count-other":"d’aquí a {0} hores"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} hora","relativeTimePattern-count-other":"fa {0} hores"}},"hour-short":{displayName:"h","relative-type-0":"aquesta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} h","relativeTimePattern-count-other":"d’aquí a {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} h","relativeTimePattern-count-other":"fa {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"aquesta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"d‘aquí a {0} h","relativeTimePattern-count-other":"d‘aquí a {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} h","relativeTimePattern-count-other":"fa {0} h"}},"minute-wide":{displayName:"minut","relative-type-0":"aquest minut","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} minut","relativeTimePattern-count-other":"d’aquí a {0} minuts"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} minut","relativeTimePattern-count-other":"fa {0} minuts"}},"minute-short":{displayName:"min","relative-type-0":"aquest minut","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} min","relativeTimePattern-count-other":"d’aquí a {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} min","relativeTimePattern-count-other":"fa {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"aquest minut","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} min","relativeTimePattern-count-other":"d’aquí a {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} min","relativeTimePattern-count-other":"fa {0} min"}},"second-wide":{displayName:"segon","relative-type-0":"ara","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} segon","relativeTimePattern-count-other":"d’aquí a {0} segons"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} segon","relativeTimePattern-count-other":"fa {0} segons"}},"second-short":{displayName:"s","relative-type-0":"ara","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} s","relativeTimePattern-count-other":"d’aquí a {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} s","relativeTimePattern-count-other":"fa {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"ara","relativeTime-type-future":{"relativeTimePattern-count-one":"d’aquí a {0} s","relativeTimePattern-count-other":"d’aquí a {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"fa {0} s","relativeTimePattern-count-other":"fa {0} s"}},zone:{displayName:"fus horari"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0 %"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern={approximately:"~{0}",atLeast:"≥ {0}",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={AUD:"AU$",ESP:"₧",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",NZD:"NZ$",THB:"฿",TWD:"NT$",VND:"₫",XAF:"FCFA",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"r","unitPattern-count-one":"{0} r","unitPattern-count-other":"{0} r"},"angle-radian":{displayName:"radiants","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"graus","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"arcmin","unitPattern-count-one":"{0} arcmin","unitPattern-count-other":"{0} arcmin"},"angle-arc-second":{displayName:"arcsec","unitPattern-count-one":"{0} arcsec","unitPattern-count-other":"{0} arcsec"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hectàrees","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"acres","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunams","unitPattern-count-one":"{0} dunam","unitPattern-count-other":"{0} dunams"},"concentr-karat":{displayName:"quirats","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mil·limols/litre","unitPattern-count-one":"{0} mM/l","unitPattern-count-other":"{0} mM/l"},"concentr-item":{displayName:"ítem","unitPattern-count-one":"{0} ítem","unitPattern-count-other":"{0} ítems"},"concentr-permillion":{displayName:"parts/milió","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"per cent","unitPattern-count-one":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"per mil","unitPattern-count-one":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"per deu mil","unitPattern-count-one":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{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-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mi/gal","unitPattern-count-one":"{0} mi/gal","unitPattern-count-other":"{0} mi/gal"},"consumption-mile-per-gallon-imperial":{displayName:"mi/gal imp.","unitPattern-count-one":"{0} mi/gal imp.","unitPattern-count-other":"{0} mi/gal imp."},"digital-petabyte":{displayName:"PB","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:"Mbit","unitPattern-count-one":"{0} Mbit","unitPattern-count-other":"{0} Mbit"},"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:"B","unitPattern-count-one":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-other":"{0} bits"},"duration-century":{displayName:"segles","unitPattern-count-one":"{0} segle","unitPattern-count-other":"{0} segles"},"duration-decade":{displayName:"dèc.","unitPattern-count-one":"{0} dèc.","unitPattern-count-other":"{0} dèc."},"duration-year":{displayName:"anys","unitPattern-count-one":"{0} any","unitPattern-count-other":"{0} anys",perUnitPattern:"{0}/a"},"duration-quarter":{displayName:"trim.","unitPattern-count-one":"{0} trim.","unitPattern-count-other":"{0} trim.",perUnitPattern:"{0}/trim."},"duration-month":{displayName:"mesos","unitPattern-count-one":"{0} mes","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"duration-week":{displayName:"setm.","unitPattern-count-one":"{0} setm.","unitPattern-count-other":"{0} setm.",perUnitPattern:"{0}/setm."},"duration-day":{displayName:"dies","unitPattern-count-one":"{0} dia","unitPattern-count-other":"{0} dies",perUnitPattern:"{0}/d"},"duration-hour":{displayName:"hores","unitPattern-count-one":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-other":"{0} s",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"mil·lisegons","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","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:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"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:"unitat tèrmica americana","unitPattern-count-one":"{0} thm","unitPattern-count-other":"{0} thm"},"force-pound-force":{displayName:"lliures-força","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-one":"{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-other":"{0} kWh/100 km"},"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:"píxels","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"megapíxels","unitPattern-count-one":"{0} Mpx","unitPattern-count-other":"{0} Mpx"},"graphics-pixel-per-centimeter":{displayName:"píxels per cm","unitPattern-count-one":"{0} píxel per cm","unitPattern-count-other":"{0} píxels per cm"},"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:"ppp","unitPattern-count-one":"{0} ppp","unitPattern-count-other":"{0} ppp"},"graphics-dot":{displayName:"punt","unitPattern-count-one":"{0} punt","unitPattern-count-other":"{0} punts"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"milles","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"iardes","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"peus","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"polzades","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"parsecs","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"anys llum","unitPattern-count-one":"{0} any ll.","unitPattern-count-other":"{0} anys ll."},"length-astronomical-unit":{displayName:"ua","unitPattern-count-one":"{0} ua","unitPattern-count-other":"{0} ua"},"length-furlong":{displayName:"fur","unitPattern-count-one":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fth","unitPattern-count-one":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"NM","unitPattern-count-one":"{0} NM","unitPattern-count-other":"{0} NM"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"punts","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:"lux","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:"lluminositats solars","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t mètriques","unitPattern-count-one":"{0} t mètr.","unitPattern-count-other":"{0} t mètr."},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"grams","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-stone":{displayName:"st","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"ozt","unitPattern-count-one":"{0} ozt","unitPattern-count-other":"{0} ozt"},"mass-carat":{displayName:"quirat","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"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:"gra","unitPattern-count-one":"{0} gra","unitPattern-count-other":"{0} grans"},"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:"W","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:"CV","unitPattern-count-one":"{0} CV","unitPattern-count-other":"{0} CV"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"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:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-other":"{0} bars"},"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:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-other":"{0} °F"},"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:"N⋅m","unitPattern-count-one":"{0} N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"ptm","unitPattern-count-one":"{0} ptm","unitPattern-count-other":"{0} ptm"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bushels","unitPattern-count-one":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal imp.","unitPattern-count-one":"{0} gal imp.","unitPattern-count-other":"{0} gal imp.",perUnitPattern:"{0}/gal imp."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"tassa","unitPattern-count-one":"{0} tassa","unitPattern-count-other":"{0} tasses"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"fl oz imp.","unitPattern-count-one":"{0} fl oz imp.","unitPattern-count-other":"{0} fl oz imp."},"volume-tablespoon":{displayName:"cull.","unitPattern-count-one":"{0} cull.","unitPattern-count-other":"{0} cull."},"volume-teaspoon":{displayName:"cdta.","unitPattern-count-one":"{0} cdta.","unitPattern-count-other":"{0} cdta."},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"culleradeta postres","unitPattern-count-one":"{0} culleradeta postres","unitPattern-count-other":"{0} culleradetes postres"},"volume-dessert-spoon-imperial":{displayName:"cull. postres imp.","unitPattern-count-one":"{0} cull. postres imp.","unitPattern-count-other":"{0} cull. postres imp."},"volume-drop":{displayName:"gota","unitPattern-count-one":"{0} gota","unitPattern-count-other":"{0} gotes"},"volume-dram":{displayName:"dracma fluid","unitPattern-count-one":"{0} dracma fluid","unitPattern-count-other":"{0} dracmes fluids"},"volume-jigger":{displayName:"mesurador","unitPattern-count-one":"{0} mesurador","unitPattern-count-other":"{0} mesuradors"},"volume-pinch":{displayName:"pessic","unitPattern-count-one":"{0} pessic","unitPattern-count-other":"{0} pessics"},"volume-quart-imperial":{displayName:"quart imperial","unitPattern-count-one":"{0} quart imperial","unitPattern-count-other":"{0} quarts imperials"},coordinateUnit:{displayName:"punt",east:"{0}E",north:"{0}N",south:"{0}S",west:"{0}O"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"i = 1 and v = 0",many:"e = 0 and i != 0 and i % 1000000 = 0 and v = 0 or e != 0..5"},timeData={_allowed:"H hB h hb",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},evening1:{_before:"21:00",_from:"19:00"},midnight:{_at:"00:00"},morning1:{_before:"06:00",_from:"00:00"},morning2:{_before:"12:00",_from:"06:00"},night1:{_before:"24:00",_from:"21:00"}},ca={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE, d MMMM 'de' y",long:"d MMMM 'de' y",medium:"d MMM y",short:"d/M/yy"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"dd-MM-y GGGGG",GyMMM:"LLL y G",GyMMMd:"d MMM 'de' y G",GyMMMEd:"E, d MMM 'de' y G",GyMMMM:"LLLL 'de' y G",GyMMMMd:"d MMMM 'de' y G",GyMMMMEd:"E, d MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"H:mm:ss v",hmsvvvv:"h:mm:ss a (vvvv)",Hmsvvvv:"H:mm:ss (vvvv)",hmv:"h:mm a v",Hmv:"H:mm v",hmvvvv:"h:mm a (vvvv)",Hmvvvv:"H:mm (vvvv)",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",yM:"M/y",yMd:"d/M/y",yMEd:"E, d/M/y",yMMM:"LLL 'de' y",yMMMd:"d MMM 'de' y",yMMMEd:"E, d MMM y",yMMMM:"LLLL 'de' y",yMMMMd:"d MMMM 'de' y",yMMMMEd:"E, d MMMM 'de' y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"'setmana' W MMMM",yw:"'setmana' w 'de' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},GyMMM:{G:"LLL y G – LLL y G",M:"LLL – LLL y G",y:"LLL y – LLL y G"},GyMMMd:{d:"d–d LLL, 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:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},MMM:{M:"LLL – LLL"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y"},yM:{M:"M/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:"LLL–LLL 'de' y",y:"LLL y – LLL y"},yMMMd:{d:"d–d MMM y",M:"d MMM – d MMM y",y:"d MMM y – d MMM y"},yMMMEd:{d:"E, d – E, d MMM y",M:"E, d MMM – E, d MMM y",y:"E, d MMM y – E, d MMM y"},yMMMM:{M:"LLLL–LLLL 'de' y",y:"LLLL 'de' y – LLLL 'de' y"},yMMMMd:{d:"d–d MMMM 'de' y",M:"d MMMM – d MMMM 'de' y",y:"d MMMM 'de' y – d MMMM 'de' y"},yMMMMEd:{d:"E, d – E, d MMMM 'de' y",M:"E, d MMMM – E, d MMMM 'de' y",y:"E, d MMMM 'de' y – E, d MMMM 'de' y"}}},months:{format:{abbreviated:["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]},"stand-alone":{abbreviated:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]}},days:{format:{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},"stand-alone":{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]}},quarters:{format:{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},"stand-alone":{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"mat.",morning2:"matí",afternoon1:"md",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}},"stand-alone":{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}}},"era-wide":{0:"abans de Crist",1:"després de Crist"},"era-abbreviated":{0:"aC",1:"dC"},"era-narrow":{0:"aC",1:"dC"}},"ca-islamic":{dateFormats:{full:"EEEE, d MMMM 'de' y G",long:"d MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"dd-MM-y GGGGG",GyMMM:"LLL y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"LLLL 'de' y G",GyMMMMd:"d MMMM 'de' y G",GyMMMMEd:"E, d MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H: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:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 'de' y G",yyyyMMMMd:"d MMMM 'de' y G",yyyyMMMMEd:"E, d MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},GyMMM:{G:"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 – d MMM, y G",M:"d MMM, y – 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, y – 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:"H–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 a v"},Hv:{H:"H–H 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 – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – 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"},yMMM:{M:"MMM–MMM y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d MMM 'de' y G",M:"d MMM – d MMM 'de' y G",y:"d MMM 'de' y – d MMM 'de' y G"},yMMMEd:{d:"E, d MMM – E, d MMM 'de' y G",M:"E, d MMM – E, d MMM 'de' y G",y:"E, d MMM 'de' y – E, d MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"},yMMMMd:{d:"d–d MMMM 'de' y G",M:"d MMMM – d MMMM 'de' y G",y:"d MMMM 'de' y – d MMMM 'de' y G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM 'de' y G",M:"E, d MMMM – E, d MMMM 'de' y G",y:"E, d MMMM 'de' y – E, d MMMM 'de' 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:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},"stand-alone":{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]}},quarters:{format:{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},"stand-alone":{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"mat.",morning2:"matí",afternoon1:"md",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}},"stand-alone":{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d MMMM 'de' y G",long:"d MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"dd-MM-y GGGGG",GyMMM:"LLL y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"LLLL 'de' y G",GyMMMMd:"d MMMM 'de' y G",GyMMMMEd:"E, d MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H: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:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 'de' y G",yyyyMMMMd:"d MMMM 'de' y G",yyyyMMMMEd:"E, d MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},GyMMM:{G:"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 – d MMM, y G",M:"d MMM, y – 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, y – 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:"H–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 a v"},Hv:{H:"H–H 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 – 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 GGGGG",y:"M/y – M/y GGGGG",G:"M/y GGGGG – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – 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",G:"E, d/M/y GGGGG – E, d/M/y GGGGG"},yMMM:{M:"MMM–MMM y G",y:"MMM 'de' y – MMM 'de' y G",G:"MMM 'de' y G – MMM 'de' y G"},yMMMd:{d:"d–d MMM 'de' y G",M:"d MMM – d MMM 'de' y G",y:"d MMM 'de' y – d MMM 'de' y G",G:"d MMM 'de' y G – d MMM 'de' y G"},yMMMEd:{d:"E, d MMM – E, d MMM 'de' y G",M:"E, d MMM – E, d MMM 'de' y G",y:"E, d MMM 'de' y – E, d MMM 'de' y G",G:"E, d MMM 'de' y G – E, d MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G",G:"MMMM 'de' y G – MMMM 'de' y G"},yMMMMd:{d:"d–d MMMM 'de' y G",M:"d MMMM – d MMMM 'de' y G",y:"d MMMM 'de' y – d MMMM 'de' y G",G:"d MMMM 'de' y G – d MMMM 'de' y G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM 'de' y G",M:"E, d MMMM – E, d MMMM 'de' y G",y:"E, d MMMM 'de' y – E, d MMMM 'de' y G",G:"E, d MMMM 'de' y G – E, d MMMM 'de' y G"}}},months:{format:{abbreviated:["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]},"stand-alone":{abbreviated:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]}},days:{format:{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},"stand-alone":{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]}},quarters:{format:{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},"stand-alone":{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"mat.",morning2:"matí",afternoon1:"md",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}},"stand-alone":{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}}},"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 'de' y G",long:"d MMMM 'de' y G",medium:"d/M/y G",short:"d/M/yy GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"dd-MM-y GGGGG",GyMMM:"LLL y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"LLLL 'de' y G",GyMMMMd:"d MMMM 'de' y G",GyMMMMEd:"E, d MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H: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:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 'de' y G",yyyyMMMMd:"d MMMM 'de' y G",yyyyMMMMEd:"E, d MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},GyMMM:{G:"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 – d MMM, y G",M:"d MMM, y – 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, y – 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:"H–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 a v"},Hv:{H:"H–H 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 – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – 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"},yMMM:{M:"MMM–MMM y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d MMM 'de' y G",M:"d MMM – d MMM 'de' y G",y:"d MMM 'de' y – d MMM 'de' y G"},yMMMEd:{d:"E, d MMM – E, d MMM 'de' y G",M:"E, d MMM – E, d MMM 'de' y G",y:"E, d MMM 'de' y – E, d MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"},yMMMMd:{d:"d–d MMMM 'de' y G",M:"d MMMM – d MMMM 'de' y G",y:"d MMMM 'de' y – d MMMM 'de' y G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM 'de' y G",M:"E, d MMMM – E, d MMMM 'de' y G",y:"E, d MMMM 'de' y – E, d MMMM 'de' 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:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},"stand-alone":{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]}},quarters:{format:{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},"stand-alone":{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"mat.",morning2:"matí",afternoon1:"md",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}},"stand-alone":{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, dd MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"dd-MM-y GGGGG",GyMMM:"LLL y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",GyMMMM:"LLLL 'de' y G",GyMMMMd:"d MMMM 'de' y G",GyMMMMEd:"E, d MMMM 'de' y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H: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:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E, d/M/y GGGGG",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 'de' y G",yyyyMMMMd:"d MMMM 'de' y G",yyyyMMMMEd:"E, d MMMM 'de' y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},GyMMM:{G:"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 – d MMM, y G",M:"d MMM, y – 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, y – 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:"H–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 a v"},Hv:{H:"H–H 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 – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – 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"},yMMM:{M:"MMM–MMM y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d MMM 'de' y G",M:"d MMM – d MMM 'de' y G",y:"d MMM 'de' y – d MMM 'de' y G"},yMMMEd:{d:"E, d MMM – E, d MMM 'de' y G",M:"E, d MMM – E, d MMM 'de' y G",y:"E, d MMM 'de' y – E, d MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"},yMMMMd:{d:"d–d MMMM 'de' y G",M:"d MMMM – d MMMM 'de' y G",y:"d MMMM 'de' y – d MMMM 'de' y G"},yMMMMEd:{d:"E, d MMMM – E, d MMMM 'de' y G",M:"E, d MMMM – E, d MMMM 'de' y G",y:"E, d MMMM 'de' y – E, d MMMM 'de' y G"}}},months:{format:{abbreviated:["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]},"stand-alone":{abbreviated:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],narrow:["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],wide:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]}},days:{format:{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},"stand-alone":{abbreviated:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],narrow:["dg","dl","dt","dc","dj","dv","ds"],short:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]}},quarters:{format:{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},"stand-alone":{abbreviated:["1T","2T","3T","4T"],narrow:["1","2","3","4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]}},dayPeriods:{format:{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]},"stand-alone":{abbreviated:["a. m.","p. m."],narrow:["a. m.","p. m."],wide:["a. m.","p. m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"mat.",morning2:"matí",afternoon1:"md",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}},"stand-alone":{abbreviated:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},narrow:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"},wide:{midnight:"mitjanit",morning1:"matinada",morning2:"matí",afternoon1:"migdia",afternoon2:"tarda",evening1:"vespre",night1:"nit"}}},"era-wide":{0:"eB"},"era-abbreviated":{0:"eB"},"era-narrow":{0:"eB"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 miler","1000-other":"0 milers","10000-one":"00 milers","10000-other":"00 milers","100000-one":"000 milers","100000-other":"000 milers","1000000-one":"0 milió","1000000-other":"0 milions","10000000-one":"00 milions","10000000-other":"00 milions","100000000-one":"000 milions","100000000-other":"000 milions","1000000000-one":"0 miler de milions","1000000000-other":"0 milers de milions","10000000000-one":"00 milers de milions","10000000000-other":"00 milers de milions","100000000000-one":"000 milers de milions","100000000000-other":"000 milers de milions","1000000000000-one":"0 bilió","1000000000000-other":"0 bilions","10000000000000-one":"00 bilions","10000000000000-other":"00 bilions","100000000000000-one":"000 bilions","100000000000000-other":"000 bilions"},"decimalFormat-short":{"1000-one":"0 k","1000-other":"0 k","10000-one":"00 k","10000-other":"00 k","100000-one":"000 k","100000-other":"000 k","1000000-one":"0 M","1000000-other":"0 M","10000000-one":"00 M","10000000-other":"00 M","100000000-one":"000 M","100000000-other":"000 M","1000000000-one":"0000 M","1000000000-other":"0000 M","10000000000-one":"00 kM","10000000000-other":"00 kM","100000000000-one":"000 kM","100000000000-other":"000 kM","1000000000000-one":"0 B","1000000000000-other":"0 B","10000000000000-one":"00 B","10000000000000-other":"00 B","100000000000000-one":"000 B","100000000000000-other":"000 B"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"0 k¤","1000-other":"0 k¤","10000-one":"00 k¤","10000-other":"00 k¤","100000-one":"000 k¤","100000-other":"000 k¤","1000000-one":"0 M¤","1000000-other":"0 M¤","10000000-one":"00 M¤","10000000-other":"00 M¤","100000000-one":"000 M¤","100000000-other":"000 M¤","1000000000-one":"0000 M¤","1000000000-other":"0000 M¤","10000000000-one":"00 kM¤","10000000000-other":"00 kM¤","100000000000-one":"000 kM¤","100000000000-other":"000 kM¤","1000000000000-one":"0 B¤","1000000000000-other":"0 B¤","10000000000000-one":"00 B¤","10000000000000-other":"00 B¤","100000000000000-one":"000 B¤","100000000000000-other":"000 B¤"},"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 k¤","1000-other":"0 k¤","10000-one":"00 k¤","10000-other":"00 k¤","100000-one":"000 k¤","100000-other":"000 k¤","1000000-one":"0 M¤","1000000-other":"0 M¤","10000000-one":"00 M¤","10000000-other":"00 M¤","100000000-one":"000 M¤","100000000-other":"000 M¤","1000000000-one":"0000 M¤","1000000000-other":"0000 M¤","10000000000-one":"00 kM¤","10000000000-other":"00 kM¤","100000000000-one":"000 kM¤","100000000000-other":"000 kM¤","1000000000000-one":"0 B¤","1000000000000-other":"0 B¤","10000000000000-one":"00 B¤","10000000000000-other":"00 B¤","100000000000000-one":"000 B¤","100000000000000-other":"000 B¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules};export{__buildtime,__license,__version,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,ca as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|