@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const __license="This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",languages={aa:"àfar",ab:"abkhaz",ace:"atjeh",ach:"acoli",ada:"adangme",ady:"adigué",ae:"avèstic",af:"afrikaans",afh:"afrihili",agq:"aghem",ain:"ainu",ak:"àkan",akk:"accadi",akz:"alabama",ale:"aleuta",aln:"albanès geg",alt:"altaic meridional",am:"amhàric",an:"aragonès",ang:"anglès antic",ann:"obolo",anp:"angika",ar:"àrab",ar_001:"àrab estàndard modern",arc:"arameu",arn:"mapudungu",aro:"araona",arp:"arapaho",ars:"àrab najdi",arw:"arauac",arz:"àrab egipci",as:"assamès",asa:"pare",ase:"llengua de signes americana",ast:"asturià",atj:"atacama",av:"àvar",awa:"awadhi",ay:"aimara",az:"azerbaidjanès","az_alt-short":"àzeri",ba:"baixkir",bal:"balutxi",ban:"balinès",bar:"bavarès",bas:"basa",bax:"bamum",bbj:"ghomala",be:"belarús",bej:"beja",bem:"bemba",bez:"bena",bfd:"bafut",bfq:"badaga",bg:"búlgar",bgn:"balutxi occidental",bho:"bhojpuri",bi:"bislama",bik:"bicol",bin:"edo",bkm:"kom",bla:"blackfoot",bm:"bambara",bn:"bengalí",bo:"tibetà",br:"bretó",bra:"braj",brh:"brahui",brx:"bodo",bs:"bosnià",bss:"akoose",bua:"buriat",bug:"bugui",bum:"bulu",byn:"bilin",byv:"medumba",ca:"català",cad:"caddo",car:"carib",cay:"cayuga",cch:"atsam",ccp:"chakma",ce:"txetxè",ceb:"cebuà",cgg:"chiga",ch:"chamorro",chb:"txibtxa",chg:"txagatai",chk:"chuuk",chm:"mari",chn:"pidgin chinook",cho:"choctaw",chp:"chipewyan",chr:"cherokee",chy:"xeiene",ckb:"kurd central","ckb_alt-menu":"sorani","ckb_alt-variant":"kurd sorani",clc:"chilcotin",cnr:"Montenegrí",co:"cors",cop:"copte",cr:"cree",crg:"michif",crh:"tàtar de Crimea",crj:"cree sud-oriental",crk:"cree de la plana",crl:"cree nord-oriental",crm:"moose cree",crr:"algonquí de Carolina",crs:"francès crioll de les Seychelles",cs:"txec",csb:"caixubi",csw:"swampy cree",cu:"eslau eclesiàstic",cv:"txuvaix",cy:"gal·lès",da:"danès",dak:"dakota",dar:"darguà",dav:"taita",de:"alemany",de_AT:"alemany austríac",de_CH:"alemany estàndard suís",del:"delaware",den:"slavi",dgr:"dogrib",din:"dinka",dje:"zarma",doi:"dogri",dsb:"baix sòrab",dua:"douala",dum:"neerlandès mitjà",dv:"divehi",dyo:"diola",dyu:"jula",dz:"dzongka",dzg:"dazaga",ebu:"embu",ee:"ewe",efi:"efik",egl:"emilià",egy:"egipci antic",eka:"ekajuk",el:"grec",elx:"elamita",en:"anglès",en_AU:"anglès australià",en_CA:"anglès canadenc",en_GB:"anglès britànic","en_GB-alt-short":"anglès (GB)",en_US:"anglès americà","en_US-alt-short":"anglès (EUA)",enm:"anglès mitjà",eo:"esperanto",es:"espanyol",es_419:"espanyol hispanoamericà",es_ES:"espanyol europeu",es_MX:"espanyol de Mèxic",et:"estonià",eu:"basc",ewo:"ewondo",ext:"extremeny",fa:"persa",fa_AF:"dari",fan:"fang",fat:"fanti",ff:"ful",fi:"finès",fil:"filipí",fj:"fijià",fo:"feroès",fon:"fon",fr:"francès",fr_CA:"francès canadenc",fr_CH:"francès suís",frc:"francès cajun",frm:"francès mitjà",fro:"francès antic",frr:"frisó septentrional",frs:"frisó oriental",fur:"friülà",fy:"frisó occidental",ga:"irlandès",gaa:"ga",gag:"gagaús",gan:"xinès gan",gay:"gayo",gba:"gbaya",gd:"gaèlic escocès",gez:"gueez",gil:"gilbertès",gl:"gallec",glk:"gilaki",gmh:"alt alemany mitjà",gn:"guaraní",goh:"alt alemany antic",gom:"concani de Goa",gon:"gondi",gor:"gorontalo",got:"gòtic",grb:"grebo",grc:"grec antic",gsw:"alemany suís",gu:"gujarati",guc:"wayú",guz:"gusí",gv:"manx",gwi:"gwich’in",ha:"haussa",hai:"haida",hak:"xinès hakka",haw:"hawaià",hax:"haida meridional",he:"hebreu",hi:"hindi","hi_Latn-alt-variant":"hinglish",hif:"hindi de Fiji",hil:"híligaynon",hit:"hitita",hmn:"hmong",ho:"hiri motu",hr:"croat",hsb:"alt sòrab",hsn:"xinès xiang",ht:"crioll d’Haití",hu:"hongarès",hup:"hupa",hur:"halkomelem",hy:"armeni",hz:"herero",ia:"interlingua",iba:"iban",ibb:"ibibio",id:"indonesi",ie:"interlingue",ig:"igbo",ii:"yi sichuan",ik:"inupiak",ikt:"inuktitut occidental canadenc",ilo:"ilocano",inh:"ingúix",io:"ido",is:"islandès",it:"italià",iu:"inuktitut",ja:"japonès",jam:"crioll anglès de Jamaica",jbo:"lojban",jgo:"ngomba",jmc:"machame",jpr:"judeopersa",jrb:"judeoàrab",jv:"javanès",ka:"georgià",kaa:"karakalpak",kab:"cabilenc",kac:"katxin",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"kabardí",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"crioll capverdià",ken:"kenyang",kfo:"koro",kg:"kongo",kgp:"kaingà",kha:"khasi",kho:"khotanès",khq:"koyra chiini",ki:"kikuiu",kj:"kuanyama",kk:"kazakh",kkj:"kako",kl:"groenlandès",kln:"kalenjin",km:"khmer",kmb:"kimbundu",kn:"kannada",ko:"coreà",koi:"komi-permiac",kok:"concani",kos:"kosraeà",kpe:"kpelle",kr:"kanuri",krc:"karatxai-balkar",kri:"krio",krl:"carelià",kru:"kurukh",ks:"caixmiri",ksb:"shambala",ksf:"bafia",ksh:"kölsch",ku:"kurd",kum:"kúmik",kut:"kutenai",kv:"komi",kw:"còrnic",kwk:"kwak’wala",ky:"kirguís",la:"llatí",lad:"judeocastellà",lag:"langi",lah:"panjabi occidental",lam:"lamba",lb:"luxemburguès",lez:"lesguià",lg:"ganda",li:"limburguès",lij:"lígur",lil:"lillooet",lkt:"lakota",lmo:"llombard",ln:"lingala",lo:"laosià",lol:"mongo",lou:"crioll francès de Louisiana",loz:"lozi",lrc:"luri septentrional",lsm:"saamia",lt:"lituà",lu:"luba katanga",lua:"luba-lulua",lui:"luisenyo",lun:"lunda",luo:"luo",lus:"mizo",luy:"luyia",lv:"letó",lzh:"xinès clàssic",lzz:"laz",mad:"madurès",maf:"mafa",mag:"magahi",mai:"maithili",mak:"makassar",man:"mandinga",mas:"massai",mde:"maba",mdf:"mordovià moksa",mdr:"mandar",men:"mende",mer:"meru",mfe:"mauricià",mg:"malgaix",mga:"gaèlic irlandès mitjà",mgh:"makhuwa-metto",mgo:"meta’",mh:"marshallès",mi:"maori",mic:"micmac",min:"minangkabau",mk:"macedoni",ml:"malaiàlam",mn:"mongol",mnc:"manxú",mni:"manipurí",moe:"innu-aimun",moh:"mohawk",mos:"moore",mr:"marathi",mrj:"mari occidental",ms:"malai",mt:"maltès",mua:"mundang",mul:"llengües vàries",mus:"creek",mwl:"mirandès",mwr:"marwari",my:"birmà",mye:"myene",myv:"mordovià erza",mzn:"mazanderani",na:"nauruà",nan:"xinès min del sud",nap:"napolità",naq:"nama",nb:"noruec bokmål",nd:"ndebele septentrional",nds:"baix alemany",nds_NL:"baix saxó",ne:"nepalès",new:"newari",ng:"ndonga",nia:"nias",niu:"niueà",nl:"neerlandès",nl_BE:"flamenc",nmg:"bissio",nn:"noruec nynorsk",nnh:"ngiemboon",no:"noruec",nog:"nogai",non:"nòrdic antic",nov:"novial",nqo:"n’Ko",nr:"ndebele meridional",nso:"sotho septentrional",nus:"nuer",nv:"navaho",nwc:"newari clàssic",ny:"nyanja",nym:"nyamwesi",nyn:"nyankole",nyo:"nyoro",nzi:"nzema",oc:"occità",oj:"ojibwa",ojb:"ojibwa septentrional",ojc:"ojibwa central",ojs:"oji-cree",ojw:"ojibwa occidental",oka:"okanagà",om:"oromo",or:"oriya",os:"osseta",osa:"osage",ota:"turc otomà",pa:"panjabi",pag:"pangasinan",pal:"pahlavi",pam:"pampanga",pap:"papiament",pau:"palauà",pcd:"picard",pcm:"pidgin de Nigèria",pdc:"alemany pennsilvanià",peo:"persa antic",pfl:"alemany palatí",phn:"fenici",pi:"pali",pis:"pidgin",pl:"polonès",pms:"piemontès",pnt:"pòntic",pon:"ponapeà",pqm:"maliseet-passamaquoddy",prg:"prussià",pro:"provençal antic",ps:"paixtu","ps_alt-variant":"pushtu",pt:"portuguès",pt_BR:"portuguès del Brasil",pt_PT:"portuguès de Portugal",qu:"quítxua",quc:"k’iche’",raj:"rajasthani",rap:"rapanui",rar:"rarotongà",rgn:"romanyès",rhg:"rohingya",rm:"retoromànic",rn:"rundi",ro:"romanès",ro_MD:"moldau",rof:"rombo",rom:"romaní",ru:"rus",rup:"aromanès",rw:"ruandès",rwk:"rwo",sa:"sànscrit",sad:"sandawe",sah:"iacut",sam:"arameu samarità",saq:"samburu",sas:"sasak",sat:"santali",sba:"ngambay",sbp:"sangu",sc:"sard",scn:"sicilià",sco:"escocès",sd:"sindi",sdc:"sasserès",sdh:"kurd meridional",se:"sami septentrional",see:"seneca",seh:"sena",sel:"selkup",ses:"songhai oriental",sg:"sango",sga:"irlandès antic",sh:"serbocroat",shi:"taixelhit",shn:"xan",shu:"àrab txadià",si:"singalès",sid:"sidamo",sk:"eslovac",sl:"eslovè",slh:"lushootseed meridional",sm:"samoà",sma:"sami meridional",smj:"sami lule",smn:"sami d’Inari",sms:"sami skolt",sn:"shona",snk:"soninke",so:"somali",sog:"sogdià",sq:"albanès",sr:"serbi",srn:"sranan",srr:"serer",ss:"swazi",ssy:"saho",st:"sotho meridional",str:"straits salish",su:"sondanès",suk:"sukuma",sus:"susú",sux:"sumeri",sv:"suec",sw:"suahili",sw_CD:"suahili del Congo",swb:"comorià",syc:"siríac clàssic",syr:"siríac",szl:"silesià",ta:"tàmil",tce:"tutxone meridional",te:"telugu",tem:"temne",teo:"teso",ter:"terena",tet:"tètum",tg:"tadjik",tgx:"tagish",th:"tai",tht:"tahltà",ti:"tigrinya",tig:"tigre",tiv:"tiv",tk:"turcman",tkl:"tokelauès",tkr:"tsakhur",tl:"tagal",tlh:"klingonià",tli:"tlingit",tly:"talix",tmh:"amazic",tn:"setswana",to:"tongalès",tog:"tonga",tok:"toki pona",tpi:"tok pisin",tr:"turc",trv:"taroko",ts:"tsonga",tsi:"tsimshià",tt:"tàtar",ttm:"tutxone septentrional",ttt:"tat meridional",tum:"tumbuka",tvl:"tuvaluà",tw:"twi",twq:"tasawaq",ty:"tahitià",tyv:"tuvinià",tzm:"amazic del Marroc central",udm:"udmurt",ug:"uigur",uga:"ugarític",uk:"ucraïnès",umb:"umbundu",und:"idioma desconegut",ur:"urdú",uz:"uzbek",vai:"vai",ve:"venda",vec:"vènet",vep:"vepse",vi:"vietnamita",vls:"flamenc occidental",vo:"volapük",vot:"vòtic",vun:"vunjo",wa:"való",wae:"walser",wal:"wolaita",war:"waray",was:"washo",wbp:"warlpiri",wo:"wòlof",wuu:"xinès wu",xal:"calmuc",xh:"xosa",xmf:"mingrelià",xog:"soga",yao:"yao",yap:"yapeà",yav:"yangben",ybb:"yemba",yi:"ídix",yo:"ioruba",yrl:"nheengatú",yue:"cantonès","yue_alt-menu":"xinès, cantonès",za:"zhuang",zap:"zapoteca",zbl:"símbols Bliss",zea:"zelandès",zen:"zenaga",zgh:"amazic estàndard marroquí",zh:"xinès","zh_alt-menu":"xinès, mandarí",zh_Hans:"xinès simplificat","zh_Hans-alt-long":"xinès mandarí (simplificat)",zh_Hant:"xinès tradicional","zh_Hant-alt-long":"xinès mandarí (tradicional)",zu:"zulu",zun:"zuni",zxx:"sense contingut lingüístic",zza:"zaza"},scripts={Adlm:"adlam",Afak:"afaka",Aghb:"albanès caucàsic",Ahom:"ahom",Arab:"àrab","Arab-alt-variant":"persoaràbic",Aran:"nasta’liq",Armi:"arameu imperial",Armn:"armeni",Avst:"avèstic",Bali:"balinès",Bamu:"bamum",Bass:"bassa vah",Batk:"batak",Beng:"bengalí",Bhks:"bhaiksuki",Blis:"símbols Bliss",Bopo:"bopomofo",Brah:"brahmi",Brai:"braille",Bugi:"buginès",Buhd:"buhid",Cakm:"chakma",Cans:"sil·labari aborigen canadenc unificat",Cari:"carià",Cham:"cham",Cher:"cherokee",Cirt:"cirth",Copt:"copte",Cprt:"xipriota",Cyrl:"ciríl·lic",Cyrs:"ciríl·lic de l’antic eslau eclesiàstic",Deva:"devanagari",Dsrt:"deseret",Dupl:"taquigrafia Duployé",Egyd:"demòtic egipci",Egyh:"hieràtic egipci",Egyp:"jeroglífic egipci",Elba:"elbasan",Ethi:"etiòpic",Geok:"georgià hucuri",Geor:"georgià",Glag:"glagolític",Goth:"gòtic",Gran:"grantha",Grek:"grec",Gujr:"gujarati",Guru:"gurmukhi",Hanb:"han amb bopomofo",Hang:"hangul",Hani:"han",Hano:"hanunoo",Hans:"simplificat","Hans-alt-stand-alone":"han simplificat",Hant:"tradicional","Hant-alt-stand-alone":"han tradicional",Hebr:"hebreu",Hira:"hiragana",Hluw:"jeroglífic anatoli",Hmng:"pahawh hmong",Hrkt:"sil·labaris japonesos",Hung:"hongarès antic",Inds:"escriptura de la vall de l’Indus",Ital:"cursiva antiga",Jamo:"jamo",Java:"javanès",Jpan:"japonès",Jurc:"jürchen",Kali:"kayah li",Kana:"katakana",Khar:"kharosthi",Khmr:"khmer",Khoj:"khoja",Knda:"kannada",Kore:"coreà",Kpel:"kpelle",Kthi:"kaithi",Lana:"lanna",Laoo:"lao",Latf:"llatí fraktur",Latg:"llatí gaèlic",Latn:"llatí",Lepc:"lepcha",Limb:"limbu",Lina:"lineal A",Linb:"lineal B",Lisu:"lisu",Loma:"loma",Lyci:"lici",Lydi:"lidi",Mahj:"mahajani",Mand:"mandaic",Mani:"maniqueu",Maya:"jeroglífics maies",Mend:"mende",Merc:"cursiva meroítica",Mero:"meroític",Mlym:"malaiàlam",Modi:"modi",Mong:"mongol",Moon:"moon",Mroo:"mro",Mtei:"manipuri",Mult:"multani",Mymr:"birmà",Narb:"antic nord-aràbic",Nbat:"nabateu",Newa:"newar",Nkgb:"geba",Nkoo:"n’Ko",Nshu:"nü shu",Ogam:"ogham",Olck:"santali",Orkh:"orkhon",Orya:"oriya",Osge:"osage",Osma:"osmanya",Palm:"palmirè",Pauc:"Pau Cin Hau",Perm:"antic pèrmic",Phag:"phagspa",Phli:"pahlavi inscripcional",Phlp:"psalter pahlavi",Phlv:"pahlavi",Phnx:"fenici",Plrd:"pollard miao",Prti:"parthià inscripcional",Qaag:"zawgyi",Rjng:"rejang",Rohg:"hanifi",Roro:"rongo-rongo",Runr:"rúnic",Samr:"samarità",Sara:"sarati",Sarb:"sud-aràbic antic",Saur:"saurashtra",Sgnw:"escriptura de signes",Shaw:"shavià",Shrd:"shrada",Sidd:"siddham",Sind:"devangari",Sinh:"singalès",Sora:"sora sompeng",Sund:"sundanès",Sylo:"syloti nagri",Syrc:"siríac",Syre:"siríac estrangelo",Syrj:"siríac occidental",Syrn:"siríac oriental",Tagb:"tagbanwa",Takr:"takri",Tale:"tai le",Talu:"nou tai lue",Taml:"tàmil",Tang:"tangut",Tavt:"tai viet",Telu:"telugu",Teng:"tengwar",Tfng:"tifinag",Tglg:"tagàlog",Thaa:"thaana",Thai:"tailandès",Tibt:"tibetà",Tirh:"tirhut",Ugar:"ugarític",Vaii:"vai",Visp:"llenguatge visible",Wara:"varang kshiti",Wole:"woleai",Xpeo:"persa antic",Xsux:"cuneïforme sumeri-accadi",Yiii:"yi",Zinh:"heretat",Zmth:"notació matemàtica",Zsye:"emoji",Zsym:"símbols",Zxxx:"sense escriptura",Zyyy:"comú",Zzzz:"escriptura desconeguda"},territories={142:"Àsia",143:"Àsia central",145:"Àsia occidental",150:"Europa",151:"Europa oriental",154:"Europa septentrional",155:"Europa occidental",202:"Àfrica subsahariana",419:"Amèrica Llatina","001":"Món","002":"Àfrica","003":"Amèrica del Nord","005":"Amèrica del Sud","009":"Oceania","011":"Àfrica occidental","013":"Amèrica Central","014":"Àfrica oriental","015":"Àfrica septentrional","017":"Àfrica central","018":"Àfrica meridional","019":"Amèrica","021":"Amèrica septentrional","029":"Carib","030":"Àsia oriental","034":"Àsia meridional","035":"Àsia sud-oriental","039":"Europa meridional","053":"Australàsia","054":"Melanèsia","057":"Regió de la Micronèsia","061":"Polinèsia",AC:"Illa de l’Ascensió",AD:"Andorra",AE:"Emirats Àrabs Units",AF:"Afganistan",AG:"Antigua i Barbuda",AI:"Anguilla",AL:"Albània",AM:"Armènia",AO:"Angola",AQ:"Antàrtida",AR:"Argentina",AS:"Samoa Nord-americana",AT:"Àustria",AU:"Austràlia",AW:"Aruba",AX:"Illes Åland",AZ:"Azerbaidjan",BA:"Bòsnia i Hercegovina",BB:"Barbados",BD:"Bangladesh",BE:"Bèlgica",BF:"Burkina Faso",BG:"Bulgària",BH:"Bahrain",BI:"Burundi",BJ:"Benín",BL:"Saint-Barthélemy",BM:"Bermudes",BN:"Brunei",BO:"Bolívia",BQ:"Carib Neerlandès",BR:"Brasil",BS:"Bahames",BT:"Bhutan",BV:"Bouvet",BW:"Botswana",BY:"Belarús",BZ:"Belize",CA:"Canadà",CC:"Illes Cocos",CD:"Congo - Kinshasa","CD-alt-variant":"República Democràtica del Congo",CF:"República Centreafricana",CG:"Congo - Brazzaville","CG-alt-variant":"República del Congo",CH:"Suïssa",CI:"Côte d’Ivoire","CI-alt-variant":"Costa d’Ivori",CK:"Illes Cook",CL:"Xile",CM:"Camerun",CN:"Xina",CO:"Colòmbia",CP:"Illa Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Cap Verd",CW:"Curaçao",CX:"Illa Christmas",CY:"Xipre",CZ:"Txèquia","CZ-alt-variant":"República Txeca",DE:"Alemanya",DG:"Diego Garcia",DJ:"Djibouti",DK:"Dinamarca",DM:"Dominica",DO:"República Dominicana",DZ:"Algèria",EA:"Ceuta i Melilla",EC:"Equador",EE:"Estònia",EG:"Egipte",EH:"Sàhara Occidental",ER:"Eritrea",ES:"Espanya",ET:"Etiòpia",EU:"Unió Europea",EZ:"zona euro",FI:"Finlàndia",FJ:"Fiji",FK:"Illes Malvines","FK-alt-variant":"Illes Malvines (Illes Falkland)",FM:"Micronèsia",FO:"Illes Fèroe",FR:"França",GA:"Gabon",GB:"Regne Unit","GB-alt-short":"RU",GD:"Grenada",GE:"Geòrgia",GF:"Guaiana Francesa",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Groenlàndia",GM:"Gàmbia",GN:"Guinea",GP:"Guadalupe",GQ:"Guinea Equatorial",GR:"Grècia",GS:"Illes Geòrgia del Sud i Sandwich del Sud",GT:"Guatemala",GU:"Guam",GW:"Guinea Bissau",GY:"Guyana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Illa Heard i Illes McDonald",HN:"Hondures",HR:"Croàcia",HT:"Haití",HU:"Hongria",IC:"Illes Canàries",ID:"Indonèsia",IE:"Irlanda",IL:"Israel",IM:"Illa de Man",IN:"Índia",IO:"Territori Britànic de l’Oceà Índic",IQ:"Iraq",IR:"Iran",IS:"Islàndia",IT:"Itàlia",JE:"Jersey",JM:"Jamaica",JO:"Jordània",JP:"Japó",KE:"Kenya",KG:"Kirguizstan",KH:"Cambodja",KI:"Kiribati",KM:"Comores",KN:"Saint Kitts i Nevis",KP:"Corea del Nord",KR:"Corea del Sud",KW:"Kuwait",KY:"Illes Caiman",KZ:"Kazakhstan",LA:"Laos",LB:"Líban",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Libèria",LS:"Lesotho",LT:"Lituània",LU:"Luxemburg",LV:"Letònia",LY:"Líbia",MA:"Marroc",MC:"Mònaco",MD:"Moldàvia",ME:"Montenegro",MF:"Saint Martin",MG:"Madagascar",MH:"Illes Marshall",MK:"Macedònia del Nord",ML:"Mali",MM:"Myanmar (Birmània)",MN:"Mongòlia",MO:"Macau","MO-alt-short":"Macau",MP:"Illes Mariannes Septentrionals",MQ:"Martinica",MR:"Mauritània",MS:"Montserrat",MT:"Malta",MU:"Maurici",MV:"Maldives",MW:"Malawi",MX:"Mèxic",MY:"Malàisia",MZ:"Moçambic",NA:"Namíbia",NC:"Nova Caledònia",NE:"Níger",NF:"Norfolk",NG:"Nigèria",NI:"Nicaragua",NL:"Països Baixos",NO:"Noruega",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nova Zelanda","NZ-alt-variant":"Aotearoa (Nova Zelanda)",OM:"Oman",PA:"Panamà",PE:"Perú",PF:"Polinèsia Francesa",PG:"Papua Nova Guinea",PH:"Filipines",PK:"Pakistan",PL:"Polònia",PM:"Saint-Pierre-et-Miquelon",PN:"Illes Pitcairn",PR:"Puerto Rico",PS:"Territoris palestins","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palau",PY:"Paraguai",QA:"Qatar",QO:"Territoris allunyats d’Oceania",RE:"Illa de la Reunió",RO:"Romania",RS:"Sèrbia",RU:"Rússia",RW:"Ruanda",SA:"Aràbia Saudita",SB:"Illes Salomó",SC:"Seychelles",SD:"Sudan",SE:"Suècia",SG:"Singapur",SH:"Santa Helena",SI:"Eslovènia",SJ:"Svalbard i Jan Mayen",SK:"Eslovàquia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somàlia",SR:"Surinam",SS:"Sudan del Sud",ST:"São Tomé i Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Síria",SZ:"Eswatini","SZ-alt-variant":"Swazilàndia",TA:"Tristan da Cunha",TC:"Illes Turks i Caicos",TD:"Txad",TF:"Territoris Australs Francesos",TG:"Togo",TH:"Tailàndia",TJ:"Tadjikistan",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"Timor Oriental",TM:"Turkmenistan",TN:"Tunísia",TO:"Tonga",TR:"Turquia","TR-alt-variant":"Turquia",TT:"Trinitat i Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzània",UA:"Ucraïna",UG:"Uganda",UM:"Illes Perifèriques Menors dels EUA",UN:"Nacions Unides","UN-alt-short":"ONU",US:"Estats Units","US-alt-short":"EUA",UY:"Uruguai",UZ:"Uzbekistan",VA:"Ciutat del Vaticà",VC:"Saint Vincent i les Grenadines",VE:"Veneçuela",VG:"Illes Verges britàniques",VI:"Illes Verges nord-americanes",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis i Futuna",WS:"Samoa",XA:"pseudoaccents",XB:"pseudobidi",XK:"Kosovo",YE:"Iemen",YT:"Mayotte",ZA:"República de Sud-àfrica",ZM:"Zàmbia",ZW:"Zimbàbue",ZZ:"regió desconeguda"},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"}},timezoneNames={Africa:{Abidjan:"Abidjan",Accra:"Accra",Addis_Ababa:"Addis Abeba",Algiers:"Alger",Asmara:"Asmara",Bamako:"Bamako",Bangui:"Bangui",Banjul:"Banjul",Bissau:"Bissau",Blantyre:"Blantyre",Brazzaville:"Brazzaville",Bujumbura:"Bujumbura",Cairo:"Caire, el",Casablanca:"Casablanca",Ceuta:"Ceuta",Conakry:"Conakry",Dakar:"Dakar",Dar_es_Salaam:"Dar es Salaam",Djibouti:"Djibouti",Douala:"Douala",El_Aaiun:"Al-Aaiun",Freetown:"Freetown",Gaborone:"Gaborone",Harare:"Harare",Johannesburg:"Johannesburg",Juba:"Juba",Kampala:"Kampala",Khartoum:"Khartum",Kigali:"Kigali",Kinshasa:"Kinshasa",Lagos:"Lagos",Libreville:"Libreville",Lome:"Lome",Luanda:"Luanda",Lubumbashi:"Lubumbashi",Lusaka:"Lusaka",Malabo:"Malabo",Maputo:"Maputo",Maseru:"Maseru",Mbabane:"Mbabane",Mogadishu:"Muqdiisho",Monrovia:"Monrovia",Nairobi:"Nairobi",Ndjamena:"Ndjamena",Niamey:"Niamey",Nouakchott:"Nouakchott",Ouagadougou:"Ouagadougou","Porto-Novo":"Porto-Novo",Sao_Tome:"São Tomé",Tripoli:"Trípoli",Tunis:"Tunis",Windhoek:"Windhoek",_parent:"Àfrica"},America:{Adak:"Adak",Anchorage:"Anchorage",Anguilla:"Anguilla",Antigua:"Antigua",Araguaina:"Araguaína",Argentina:{Buenos_Aires:"Buenos Aires",Catamarca:"Catamarca",Cordoba:"Córdoba",Jujuy:"Jujuy",La_Rioja:"La Rioja",Mendoza:"Mendoza",Rio_Gallegos:"Río Gallegos",Salta:"Salta",San_Juan:"San Juan",San_Luis:"San Luis",Tucuman:"Tucumán",Ushuaia:"Ushuaia",_parent:"Argentina"},Aruba:"Aruba",Asuncion:"Asunción",Atikokan:"Atikokan",Bahia:"Bahia",Bahia_Banderas:"Bahía de Banderas",Barbados:"Barbados",Belem:"Belém",Belize:"Belize","Blanc-Sablon":"Blanc Sablon",Boa_Vista:"Boa Vista",Bogota:"Bogotà",Boise:"Boise",Cambridge_Bay:"Cambridge Bay",Campo_Grande:"Campo Grande",Cancun:"Cancun",Caracas:"Caracas",Cayenne:"Caiena",Cayman:"Caiman",Chicago:"Chicago",Chihuahua:"Chihuahua",Ciudad_Juarez:"Ciudad Juárez",Costa_Rica:"Costa Rica",Creston:"Creston",Cuiaba:"Cuiabá",Curacao:"Curaçao",Danmarkshavn:"Danmarkshavn",Dawson:"Dawson",Dawson_Creek:"Dawson Creek",Denver:"Denver",Detroit:"Detroit",Dominica:"Dominica",Edmonton:"Edmonton",Eirunepe:"Eirunepé",El_Salvador:"El Salvador",Fort_Nelson:"Fort Nelson",Fortaleza:"Fortaleza",Glace_Bay:"Glace Bay",Goose_Bay:"Goose Bay",Grand_Turk:"Grand Turk",Grenada:"Grenada",Guadeloupe:"Guadeloupe",Guatemala:"Guatemala",Guayaquil:"Guayaquil",Guyana:"Guyana",Halifax:"Halifax",Havana:"Havana",Hermosillo:"Hermosillo",Indiana:{Indianapolis:"Indianapolis",Knox:"Knox, Indiana",Marengo:"Marengo, Indiana",Petersburg:"Petersburg, Indiana",Tell_City:"Tell City, Indiana",Vevay:"Vevay, Indiana",Vincennes:"Vincennes, Indiana",Winamac:"Winamac, Indiana"},Inuvik:"Inuvik",Iqaluit:"Iqaluit",Jamaica:"Jamaica",Juneau:"Juneau",Kentucky:{Louisville:"Louisville",Monticello:"Monticello, Kentucky"},Kralendijk:"Kralendijk",La_Paz:"La Paz",Lima:"Lima",Los_Angeles:"Los Angeles",Lower_Princes:"Lower Prince’s Quarter",Maceio:"Maceió",Managua:"Managua",Manaus:"Manaus",Marigot:"Marigot",Martinique:"Martinica",Matamoros:"Matamoros",Mazatlan:"Mazatlán",Menominee:"Menominee",Merida:"Mérida",Metlakatla:"Metlakatla",Mexico_City:"Ciutat de Mèxic",Miquelon:"Miquelon",Moncton:"Moncton",Monterrey:"Monterrey",Montevideo:"Montevideo",Montserrat:"Montserrat",Nassau:"Nassau",New_York:"Nova York",Nipigon:"Nipigon",Nome:"Nome",Noronha:"Noronha",North_Dakota:{Beulah:"Beulah, Dakota del Nord",Center:"Center, Dakota del Nord",New_Salem:"New Salem, Dakota del Nord"},Nuuk:"Nuuk",Ojinaga:"Ojinaga",Panama:"Panamà",Pangnirtung:"Pangnirtung",Paramaribo:"Paramaribo",Phoenix:"Phoenix","Port-au-Prince":"Port-au-Prince",Port_of_Spain:"Port of Spain",Porto_Velho:"Porto Velho",Puerto_Rico:"Puerto Rico",Punta_Arenas:"Punta Arenas",Rainy_River:"Rainy River",Rankin_Inlet:"Rankin Inlet",Recife:"Recife",Regina:"Regina",Resolute:"Resolute",Rio_Branco:"Río Branco",Santa_Isabel:"Santa Isabel",Santarem:"Santarém",Santiago:"Santiago",Santo_Domingo:"Santo Domingo",Sao_Paulo:"São Paulo",Scoresbysund:"Scoresbysund",Sitka:"Sitka",St_Barthelemy:"Saint Barthélemy",St_Johns:"Saint John’s",St_Kitts:"Saint Kitts",St_Lucia:"Saint Lucia",St_Thomas:"Saint Thomas",St_Vincent:"Saint Vincent",Swift_Current:"Swift Current",Tegucigalpa:"Tegucigalpa",Thule:"Thule",Thunder_Bay:"Thunder Bay",Tijuana:"Tijuana",Toronto:"Toronto",Tortola:"Tortola",Vancouver:"Vancouver",Whitehorse:"Whitehorse",Winnipeg:"Winnipeg",Yakutat:"Yakutat",Yellowknife:"Yellowknife",_parent:"Amèrica"},Antarctica:{Casey:"Casey",Davis:"Davis",DumontDUrville:"Dumont d’Urville",Macquarie:"Macquarie",Mawson:"Mawson",McMurdo:"McMurdo",Palmer:"Palmer",Rothera:"Rothera",Syowa:"Syowa",Troll:"Troll",Vostok:"Vostok",_parent:"Antàrtida"},Arctic:{Longyearbyen:"Longyearbyen"},Asia:{Aden:"Aden",Almaty:"Almaty",Amman:"Amman",Anadyr:"Anadyr’",Aqtau:"Aqtaū",Aqtobe:"Aqtobe",Ashgabat:"Ashgabat",Atyrau:"Atirau",Baghdad:"Bagdad",Bahrain:"Bahrain",Baku:"Bakú",Bangkok:"Bangkok",Barnaul:"Barnaul",Beirut:"Beirut",Bishkek:"Bixkek",Brunei:"Brunei",Chita:"Txità",Choibalsan:"Choibalsan",Colombo:"Colombo",Damascus:"Damasc",Dhaka:"Dacca",Dili:"Dili",Dubai:"Dubai",Dushanbe:"Dushanbe",Famagusta:"Famagusta",Gaza:"Gaza",Hebron:"Hebron",Ho_Chi_Minh:"Ho Chi Minh",Hong_Kong:"Hong Kong",Hovd:"Hovd",Irkutsk:"Irkutsk",Jakarta:"Jakarta",Jayapura:"Jaipur",Jerusalem:"Jerusalem",Kabul:"Kābul",Kamchatka:"Kamtxatka",Karachi:"Karachi",Kathmandu:"Katmandú",Khandyga:"Khandyga",Kolkata:"Calcuta",Krasnoyarsk:"Krasnoiarsk",Kuala_Lumpur:"Kuala Lumpur",Kuching:"Kuching",Kuwait:"Kuwait",Macau:"Macau",Magadan:"Magadan",Makassar:"Makasar",Manila:"Manila",Muscat:"Masqat",Nicosia:"Nicòsia",Novokuznetsk:"Novokuznetsk",Novosibirsk:"Novosibirsk",Omsk:"Omsk",Oral:"Oral",Phnom_Penh:"Phnom Penh",Pontianak:"Pontianak",Pyongyang:"Pyongyang",Qatar:"Qatar",Qostanay:"Kostanai",Qyzylorda:"Kizil-Orda",Riyadh:"Al-Riyād",Sakhalin:"Sakhalin",Samarkand:"Samarcanda",Seoul:"Seül",Shanghai:"Xangai",Singapore:"Singapur",Srednekolymsk:"Srednekolimsk",Taipei:"Taipei",Tashkent:"Taixkent",Tbilisi:"Tbilissi",Tehran:"Teheran",Thimphu:"Thimbu",Tokyo:"Tòquio",Tomsk:"Tomsk",Ulaanbaatar:"Ulan Bator",Urumqi:"Ürümchi","Ust-Nera":"Ust’-Nera",Vientiane:"Vientiane",Vladivostok:"Vladivostok",Yakutsk:"Jakutsk",Yangon:"Yangôn",Yekaterinburg:"Iekaterinburg",Yerevan:"Erevan",_parent:"Àsia"},Atlantic:{Azores:"Açores",Bermuda:"Bermudes",Canary:"Illes Canàries",Cape_Verde:"Cap Verd",Faroe:"Illes Fèroe",Madeira:"Madeira",Reykjavik:"Reykjavik",South_Georgia:"Geòrgia del Sud",St_Helena:"Saint Helena",Stanley:"Stanley"},Australia:{Adelaide:"Adelaide",Brisbane:"Brisbane",Broken_Hill:"Broken Hill",Darwin:"Darwin",Eucla:"Eucla",Hobart:"Hobart",Lindeman:"Lindeman",Lord_Howe:"Lord Howe",Melbourne:"Melbourne",Perth:"Perth",Sydney:"Sydney",_parent:"Austràlia"},Etc:{UTC:"UTC",Universal:"Temps universal coordinat"},Europe:{Amsterdam:"Amsterdam",Andorra:"Andorra",Astrakhan:"Astrakhan",Athens:"Atenes",Belgrade:"Belgrad",Berlin:"Berlín",Bratislava:"Bratislava",Brussels:"Brussel·les",Bucharest:"Bucarest",Budapest:"Budapest",Busingen:"Busingen",Chisinau:"Chisinau",Copenhagen:"Copenhagen",Dublin:"Dublín",Gibraltar:"Gibraltar",Guernsey:"Guernsey",Helsinki:"Hèlsinki",Isle_of_Man:"Man",Istanbul:"Istanbul",Jersey:"Jersey",Kaliningrad:"Kaliningrad",Kiev:"Kíiv",Kirov:"Kirov",Lisbon:"Lisboa",Ljubljana:"Ljubljana",London:"Londres",Luxembourg:"Luxemburg",Madrid:"Madrid",Malta:"Malta",Mariehamn:"Mariehamn",Minsk:"Minsk",Monaco:"Mònaco",Moscow:"Moscou",Oslo:"Oslo",Paris:"París",Podgorica:"Podgorica",Prague:"Praga",Riga:"Riga",Rome:"Roma",Samara:"Samara",San_Marino:"San Marino",Sarajevo:"Sarajevo",Saratov:"Saràtov",Simferopol:"Simferòpol",Skopje:"Skopje",Sofia:"Sofia",Stockholm:"Estocolm",Tallinn:"Tallinn",Tirane:"Tirana",Ulyanovsk:"Uliànovsk",Uzhgorod:"Uzhgorod",Vaduz:"Vaduz",Vatican:"Vaticà",Vienna:"Viena",Vilnius:"Vílnius",Volgograd:"Volgograd",Warsaw:"Varsòvia",Zagreb:"Zagreb",Zaporozhye:"Zaporíjia",Zurich:"Zuric",_parent:"Europa"},Indian:{Antananarivo:"Antananarivo",Chagos:"Chagos",Christmas:"Christmas",Cocos:"Cocos",Comoro:"Comoro",Kerguelen:"Kerguelen",Mahe:"Mahe",Maldives:"Maldives",Mauritius:"Maurici",Mayotte:"Mayotte",Reunion:"Reunió"},Pacific:{Apia:"Apia",Auckland:"Auckland",Bougainville:"Bougainville",Chatham:"Chatham",Chuuk:"Chuuk",Easter:"Illa de Pasqua",Efate:"Efate",Fakaofo:"Fakaofo",Fiji:"Fiji",Funafuti:"Funafuti",Galapagos:"Galápagos",Gambier:"Gambier",Guadalcanal:"Guadalcanal",Guam:"Guam",Honolulu:"Honolulu",Kanton:"Canton",Kiritimati:"Kiritimati",Kosrae:"Kosrae",Kwajalein:"Kwajalein",Majuro:"Majuro",Marquesas:"Marqueses",Midway:"Midway",Nauru:"Nauru",Niue:"Niue",Norfolk:"Norfolk",Noumea:"Nouméa",Pago_Pago:"Pago Pago",Palau:"Palau",Pitcairn:"Pitcairn",Pohnpei:"Pohnpei",Port_Moresby:"Port Moresby",Rarotonga:"Rarotonga",Saipan:"Saipan",Tahiti:"Tahití",Tarawa:"Tarawa",Tongatapu:"Tongatapu",Wake:"Wake",Wallis:"Wallis"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0 %"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern={approximately:"~{0}",atLeast:"≥ {0}",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={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,languages:languages,scripts:scripts,territories:territories,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,timezoneNames:timezoneNames,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,"listPattern-standard-wide":{2:"{0} i {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} i {1}"},"listPattern-or-wide":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-or-short":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-standard-short":{2:"{0} i {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} i {1}"},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,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};
|