@openui5/sap.ui.integration 1.141.2 → 1.143.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 +39 -1
- package/THIRDPARTY.txt +36 -3
- 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 +5 -6
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +60 -5
- 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/formatters/IconFormatter.js +2 -5
- 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 +3 -3
- 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 +2 -2
- 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 +8 -4
- package/src/sap/ui/integration/widgets/Card.js +72 -19
- 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:"阿法尔语",ab:"阿布哈西亚语",ace:"亚齐语",ach:"阿乔利语",ada:"阿当梅语",ady:"阿迪格语",ae:"阿维斯塔语",af:"南非荷兰语",afh:"阿弗里希利语",agq:"亚罕语",ain:"阿伊努语",ak:"阿肯语",akk:"阿卡德语",ale:"阿留申语",alt:"南阿尔泰语",am:"阿姆哈拉语",an:"阿拉贡语",ang:"古英语",ann:"奥博洛语",anp:"昂加语",ar:"阿拉伯语",ar_001:"现代标准阿拉伯语",arc:"阿拉米语",arn:"马普切语",arp:"阿拉帕霍语",ars:"纳吉迪阿拉伯语","ars_alt-menu":"阿拉伯语(纳吉迪)",arw:"阿拉瓦克语",as:"阿萨姆语",asa:"帕雷语",ast:"阿斯图里亚斯语",atj:"阿提卡米克语",av:"阿瓦尔语",awa:"阿瓦德语",ay:"艾马拉语",az:"阿塞拜疆语","az_alt-short":"阿塞语",az_Arab:"南阿塞拜疆语",ba:"巴什基尔语",bal:"俾路支语",ban:"巴厘语",bas:"巴萨语",bax:"巴姆穆语",bbj:"戈马拉语",be:"白俄罗斯语",bej:"贝沙语",bem:"本巴语",bez:"贝纳语",bfd:"巴非特语",bg:"保加利亚语",bgn:"西俾路支语",bho:"博杰普尔语",bi:"比斯拉马语",bik:"比科尔语",bin:"比尼语",bkm:"科姆语",bla:"西克西卡语",bm:"班巴拉语",bn:"孟加拉语",bo:"藏语",br:"布列塔尼语",bra:"布拉杰语",brx:"博多语",bs:"波斯尼亚语",bss:"阿库色语",bua:"布里亚特语",bug:"布吉语",bum:"布鲁语",byn:"比林语",byv:"梅敦巴语",ca:"加泰罗尼亚语",cad:"卡多语",car:"加勒比语",cay:"卡尤加语",cch:"阿灿语",ccp:"查克玛语",ce:"车臣语",ceb:"宿务语",cgg:"奇加语",ch:"查莫罗语",chb:"奇布查语",chg:"察合台语",chk:"楚克语",chm:"马里语",chn:"奇努克混合语",cho:"乔克托语",chp:"奇佩维安语",chr:"切罗基语",chy:"夏延语",ckb:"中库尔德语","ckb_alt-menu":"中库尔德语","ckb_alt-variant":"索拉尼库尔德语",clc:"奇尔科廷语",cnr:"黑山语",co:"科西嘉语",cop:"科普特语",cr:"克里语",crg:"米其芙语",crh:"克里米亚鞑靼语",crj:"东南部克里语",crk:"平原克里语",crl:"东北部克里语",crm:"穆斯克里语",crr:"卡罗莱纳州阿尔冈昆语",crs:"塞舌尔克里奥尔语",cs:"捷克语",csb:"卡舒比语",csw:"沼泽克里语",cu:"教会斯拉夫语",cv:"楚瓦什语",cy:"威尔士语",da:"丹麦语",dak:"达科他语",dar:"达尔格瓦语",dav:"台塔语",de:"德语",de_AT:"奥地利德语",de_CH:"瑞士高地德语",del:"特拉华语",den:"史拉维语",dgr:"多格里布语",din:"丁卡语",dje:"哲尔马语",doi:"多格拉语",dsb:"下索布语",dua:"杜阿拉语",dum:"中古荷兰语",dv:"迪维希语",dyo:"朱拉语",dyu:"迪尤拉语",dz:"宗卡语",dzg:"达扎葛语",ebu:"恩布语",ee:"埃维语",efi:"埃菲克语",egy:"古埃及语",eka:"艾卡朱克语",el:"希腊语",elx:"埃兰语",en:"英语",en_AU:"澳大利亚英语",en_CA:"加拿大英语",en_GB:"英国英语","en_GB-alt-short":"英式英语",en_US:"美国英语","en_US-alt-short":"美式英语",enm:"中古英语",eo:"世界语",es:"西班牙语",es_419:"拉丁美洲西班牙语",es_ES:"欧洲西班牙语",es_MX:"墨西哥西班牙语",et:"爱沙尼亚语",eu:"巴斯克语",ewo:"埃翁多语",fa:"波斯语",fa_AF:"达里语",fan:"芳格语",fat:"芳蒂语",ff:"富拉语",fi:"芬兰语",fil:"菲律宾语",fj:"斐济语",fo:"法罗语",fon:"丰语",fr:"法语",fr_CA:"加拿大法语",fr_CH:"瑞士法语",frc:"卡真法语",frm:"中古法语",fro:"古法语",frr:"北弗里西亚语",frs:"东弗里西亚语",fur:"弗留利语",fy:"西弗里西亚语",ga:"爱尔兰语",gaa:"加族语",gag:"加告兹语",gan:"赣语",gay:"迦约语",gba:"格巴亚语",gd:"苏格兰盖尔语",gez:"吉兹语",gil:"吉尔伯特语",gl:"加利西亚语",gmh:"中古高地德语",gn:"瓜拉尼语",goh:"古高地德语",gon:"冈德语",gor:"哥伦打洛语",got:"哥特语",grb:"格列博语",grc:"古希腊语",gsw:"瑞士德语",gu:"古吉拉特语",guz:"古西语",gv:"马恩语",gwi:"哥威迅语",ha:"豪萨语",hai:"海达语",hak:"客家语",haw:"夏威夷语",hax:"南海达语",he:"希伯来语",hi:"印地语","hi_Latn-alt-variant":"印式英语",hil:"希利盖农语",hit:"赫梯语",hmn:"苗语",ho:"希里莫图语",hr:"克罗地亚语",hsb:"上索布语",hsn:"湘语",ht:"海地克里奥尔语",hu:"匈牙利语",hup:"胡帕语",hur:"哈尔魁梅林语",hy:"亚美尼亚语",hz:"赫雷罗语",ia:"国际语",iba:"伊班语",ibb:"伊比比奥语",id:"印度尼西亚语",ie:"国际文字(E)",ig:"伊博语",ii:"四川彝语",ik:"伊努皮克语",ikt:"西加拿大因纽特语",ilo:"伊洛卡诺语",inh:"印古什语",io:"伊多语",is:"冰岛语",it:"意大利语",iu:"因纽特语",ja:"日语",jbo:"逻辑语",jgo:"恩艮巴语",jmc:"马切姆语",jpr:"犹太波斯语",jrb:"犹太阿拉伯语",jv:"爪哇语",ka:"格鲁吉亚语",kaa:"卡拉卡尔帕克语",kab:"卡拜尔语",kac:"克钦语",kaj:"卡捷语",kam:"卡姆巴语",kaw:"卡威语",kbd:"卡巴尔德语",kbl:"加涅姆布语",kcg:"卡塔布语",kde:"马孔德语",kea:"卡布佛得鲁语",kfo:"克罗语",kg:"刚果语",kgp:"坎刚语",kha:"卡西语",kho:"和田语",khq:"西桑海语",ki:"吉库尤语",kj:"宽亚玛语",kk:"哈萨克语",kkj:"卡库语",kl:"格陵兰语",kln:"卡伦金语",km:"高棉语",kmb:"金邦杜语",kn:"卡纳达语",ko:"韩语",koi:"科米-彼尔米亚克语",kok:"孔卡尼语",kos:"科斯拉伊语",kpe:"克佩列语",kr:"卡努里语",krc:"卡拉恰伊巴尔卡尔语",krl:"卡累利阿语",kru:"库鲁克语",ks:"克什米尔语",ksb:"香巴拉语",ksf:"巴菲亚语",ksh:"科隆语",ku:"库尔德语",kum:"库梅克语",kut:"库特奈语",kv:"科米语",kw:"康沃尔语",kwk:"夸夸瓦拉语",ky:"柯尔克孜语",la:"拉丁语",lad:"拉迪诺语",lag:"朗吉语",lah:"西旁遮普语",lam:"兰巴语",lb:"卢森堡语",lez:"列兹金语",lg:"卢干达语",li:"林堡语",lij:"利古里亚语",lil:"利洛埃特语",lkt:"拉科塔语",ln:"林加拉语",lo:"老挝语",lol:"蒙戈语",lou:"路易斯安那克里奥尔语",loz:"洛齐语",lrc:"北卢尔语",lsm:"萨米亚语",lt:"立陶宛语",lu:"鲁巴加丹加语",lua:"卢巴-卢拉语",lui:"卢伊塞诺语",lun:"隆达语",luo:"卢奥语",lus:"米佐语",luy:"卢雅语",lv:"拉脱维亚语",mad:"马都拉语",maf:"马法语",mag:"摩揭陀语",mai:"迈蒂利语",mak:"望加锡语",man:"曼丁哥语",mas:"马赛语",mde:"马坝语",mdf:"莫克沙语",mdr:"曼达尔语",men:"门德语",mer:"梅鲁语",mfe:"毛里求斯克里奥尔语",mg:"马拉加斯语",mga:"中古爱尔兰语",mgh:"马库阿语",mgo:"梅塔语",mh:"马绍尔语",mi:"毛利语",mic:"密克马克语",min:"米南佳保语",mk:"马其顿语",ml:"马拉雅拉姆语",mn:"蒙古语",mnc:"满语",mni:"曼尼普尔语",moe:"因努埃蒙语",moh:"摩霍克语",mos:"莫西语",mr:"马拉地语",ms:"马来语",mt:"马耳他语",mua:"蒙当语",mul:"多语种",mus:"克里克语",mwl:"米兰德斯语",mwr:"马尔瓦里语",my:"缅甸语",mye:"姆耶内语",myv:"厄尔兹亚语",mzn:"马赞德兰语",na:"瑙鲁语",nan:"闽南语",nap:"那不勒斯语",naq:"纳马语",nb:"书面挪威语",nd:"北恩德贝勒语",nds:"低地德语",nds_NL:"低萨克森语",ne:"尼泊尔语",new:"尼瓦尔语",ng:"恩东加语",nia:"尼亚斯语",niu:"纽埃语",nl:"荷兰语",nl_BE:"弗拉芒语",nmg:"夸西奥语",nn:"挪威尼诺斯克语",nnh:"恩甘澎语",no:"挪威语",nog:"诺盖语",non:"古诺尔斯语",nqo:"西非书面文字",nr:"南恩德贝勒语",nso:"北索托语",nus:"努埃尔语",nv:"纳瓦霍语",nwc:"古典尼瓦尔语",ny:"齐切瓦语",nym:"尼扬韦齐语",nyn:"尼昂科勒语",nyo:"尼奥罗语",nzi:"恩济马语",oc:"奥克语",oj:"奥吉布瓦语",ojb:"西北部奥吉布瓦语",ojc:"中奥吉布瓦语",ojs:"欧吉克里语",ojw:"西奥吉布瓦语",oka:"欧肯那根语",om:"奥罗莫语",or:"奥里亚语",os:"奥塞梯语",osa:"奥塞治语",ota:"奥斯曼土耳其语",pa:"旁遮普语",pag:"邦阿西南语",pal:"巴拉维语",pam:"邦板牙语",pap:"帕皮阿门托语",pau:"帕劳语",pcm:"尼日利亚皮钦语",peo:"古波斯语",phn:"腓尼基语",pi:"巴利语",pis:"皮京语",pl:"波兰语",pon:"波纳佩语",pqm:"马利塞-帕萨马科迪语",prg:"普鲁士语",pro:"古普罗文斯语",ps:"普什图语",pt:"葡萄牙语",pt_BR:"巴西葡萄牙语",pt_PT:"欧洲葡萄牙语",qu:"克丘亚语",quc:"基切语",raj:"拉贾斯坦语",rap:"拉帕努伊语",rar:"拉罗汤加语",rhg:"罗兴亚语",rm:"罗曼什语",rn:"隆迪语",ro:"罗马尼亚语",ro_MD:"摩尔多瓦语",rof:"兰博语",rom:"吉普赛语",ru:"俄语",rup:"阿罗马尼亚语",rw:"卢旺达语",rwk:"罗瓦语",sa:"梵语",sad:"桑达韦语",sah:"萨哈语",sam:"萨马利亚阿拉姆语",saq:"桑布鲁语",sas:"萨萨克文",sat:"桑塔利语",sba:"甘拜语",sbp:"桑古语",sc:"萨丁语",scn:"西西里语",sco:"苏格兰语",sd:"信德语",sdh:"南库尔德语",se:"北方萨米语",see:"塞内卡语",seh:"塞纳语",sel:"塞尔库普语",ses:"东桑海语",sg:"桑戈语",sga:"古爱尔兰语",sh:"塞尔维亚-克罗地亚语",shi:"希尔哈语",shn:"掸语",shu:"乍得阿拉伯语",si:"僧伽罗语",sid:"悉达摩语",sk:"斯洛伐克语",sl:"斯洛文尼亚语",slh:"南卢舒特种子语",sm:"萨摩亚语",sma:"南萨米语",smj:"吕勒萨米语",smn:"伊纳里萨米语",sms:"斯科特萨米语",sn:"绍纳语",snk:"索宁克语",so:"索马里语",sog:"粟特语",sq:"阿尔巴尼亚语",sr:"塞尔维亚语",srn:"苏里南汤加语",srr:"塞雷尔语",ss:"斯瓦蒂语",ssy:"萨霍语",st:"南索托语",str:"海峡萨利希语",su:"巽他语",suk:"苏库马语",sus:"苏苏语",sux:"苏美尔语",sv:"瑞典语",sw:"斯瓦希里语",sw_CD:"刚果斯瓦希里语",swb:"科摩罗语",syc:"古典叙利亚语",syr:"叙利亚语",ta:"泰米尔语",tce:"南塔穹语",te:"泰卢固语",tem:"泰姆奈语",teo:"特索语",ter:"特伦诺语",tet:"德顿语",tg:"塔吉克语",tgx:"塔吉什语",th:"泰语",tht:"塔尔坦语",ti:"提格利尼亚语",tig:"提格雷语",tiv:"蒂夫语",tk:"土库曼语",tkl:"托克劳语",tl:"他加禄语",tlh:"克林贡语",tli:"特林吉特语",tmh:"塔马奇克语",tn:"茨瓦纳语",to:"汤加语",tog:"尼亚萨汤加语",tok:"道本语",tpi:"托克皮辛语",tr:"土耳其语",trv:"赛德克语",ts:"聪加语",tsi:"钦西安语",tt:"鞑靼语",ttm:"北塔穹语",tum:"通布卡语",tvl:"图瓦卢语",tw:"契维语",twq:"北桑海语",ty:"塔希提语",tyv:"图瓦语",tzm:"塔马齐格特语",udm:"乌德穆尔特语",ug:"维吾尔语",uga:"乌加里特语",uk:"乌克兰语",umb:"翁本杜语",und:"未知语言",ur:"乌尔都语",uz:"乌兹别克语",vai:"瓦伊语",ve:"文达语",vec:"威尼斯语",vep:"维普森语",vi:"越南语",vo:"沃拉普克语",vot:"沃提克语",vun:"温旧语",wa:"瓦隆语",wae:"瓦尔瑟语",wal:"瓦拉莫语",war:"瓦瑞语",was:"瓦绍语",wbp:"瓦尔皮瑞语",wo:"沃洛夫语",wuu:"吴语",xal:"卡尔梅克语",xh:"科萨语",xog:"索加语",yao:"瑶族语",yap:"雅浦语",yav:"洋卞语",ybb:"耶姆巴语",yi:"意第绪语",yo:"约鲁巴语",yrl:"恩加图语",yue:"粤语","yue_alt-menu":"广东话",za:"壮语",zap:"萨波蒂克语",zbl:"布里斯符号",zen:"泽纳加语",zgh:"标准摩洛哥塔马塞特语",zh:"中文","zh_alt-menu":"普通话",zh_Hans:"简体中文","zh_Hans-alt-long":"现代标准汉语(简体)",zh_Hant:"繁体中文","zh_Hant-alt-long":"现代标准汉语(繁体)",zu:"祖鲁语",zun:"祖尼语",zxx:"无语言内容",zza:"扎扎语"},scripts={Adlm:"阿德拉姆文",Afak:"阿法卡文",Aghb:"高加索阿尔巴尼亚文",Ahom:"Ahom",Arab:"阿拉伯文","Arab-alt-variant":"波斯阿拉伯文",Aran:"波斯体",Armi:"皇室亚拉姆文",Armn:"亚美尼亚文",Avst:"阿维斯陀文",Bali:"巴厘文",Bamu:"巴姆穆文",Bass:"巴萨文",Batk:"巴塔克文",Beng:"孟加拉文",Bhks:"拜克舒克文",Blis:"布列斯符号",Bopo:"汉语拼音",Brah:"婆罗米文字",Brai:"布莱叶盲文",Bugi:"布吉文",Buhd:"布希德文",Cakm:"查克马文",Cans:"加拿大土著统一音节",Cari:"卡里亚文",Cham:"占文",Cher:"切罗基文",Chrs:"花拉子模文",Cirt:"色斯文",Copt:"克普特文",Cpmn:"塞浦路斯米诺斯文",Cprt:"塞浦路斯文",Cyrl:"西里尔文",Cyrs:"西里尔文字(古教会斯拉夫文的变体)",Deva:"天城文",Diak:"迪维西阿库鲁文",Dogr:"多格拉文",Dsrt:"德塞莱特文",Dupl:"杜普洛伊速记",Egyd:"后期埃及文",Egyh:"古埃及僧侣书写体",Egyp:"古埃及象形文",Elba:"爱尔巴桑文",Elym:"埃利迈文",Ethi:"埃塞俄比亚文",Geok:"格鲁吉亚文(教堂体)",Geor:"格鲁吉亚文",Glag:"格拉哥里文",Gong:"贡贾拉贡德文",Gonm:"马萨拉姆冈德文",Goth:"哥特文",Gran:"格兰塔文",Grek:"希腊文",Gujr:"古吉拉特文",Guru:"果鲁穆奇文",Hanb:"汉语注音",Hang:"谚文",Hani:"汉字",Hano:"汉奴罗文",Hans:"简体","Hans-alt-stand-alone":"简体中文",Hant:"繁体","Hant-alt-stand-alone":"繁体中文",Hatr:"哈特兰文",Hebr:"希伯来文",Hira:"平假名",Hluw:"安那托利亚象形文字",Hmng:"杨松录苗文",Hmnp:"尼亚肯蒲丘苗文",Hrkt:"假名表",Hung:"古匈牙利文",Inds:"印度河文字",Ital:"古意大利文",Jamo:"韩文字母",Java:"爪哇文",Jpan:"日文",Jurc:"女真文",Kali:"克耶李文字",Kana:"片假名",Kawi:"卡维文",Khar:"卡罗须提文",Khmr:"高棉文",Khoj:"克吉奇文字",Kits:"契丹小字",Knda:"卡纳达文",Kore:"韩文",Kpel:"克佩列文",Kthi:"凯提文",Lana:"兰拿文",Laoo:"老挝文",Latf:"拉丁文(哥特式字体变体)",Latg:"拉丁文(盖尔文变体)",Latn:"拉丁文",Lepc:"雷布查文",Limb:"林布文",Lina:"线形文字(A)",Linb:"线形文字(B)",Lisu:"傈僳文",Loma:"洛马文",Lyci:"利西亚文",Lydi:"吕底亚文",Mahj:"默哈金文",Maka:"望加锡文",Mand:"阿拉米文",Mani:"摩尼教文",Marc:"大玛尔文",Maya:"玛雅圣符文",Medf:"梅德法伊德林文",Mend:"门迪文",Merc:"麦罗埃草书",Mero:"麦若提克文",Mlym:"马拉雅拉姆文",Modi:"莫迪文",Mong:"蒙古文",Moon:"穆恩字母",Mroo:"谬文",Mtei:"曼尼普尔文",Mult:"穆尔坦文",Mymr:"缅甸文",Nand:"楠迪梵文",Narb:"古北方阿拉伯文",Nbat:"纳巴泰文",Newa:"尼瓦文",Nkgb:"纳西格巴文",Nkoo:"西非书面文字(N’Ko)",Nshu:"女书",Ogam:"欧甘文",Olck:"桑塔利文",Orkh:"鄂尔浑文",Orya:"奥里亚文",Osge:"欧塞奇文",Osma:"奥斯曼亚文",Ougr:"回鹘文",Palm:"帕尔迈拉文",Pauc:"包金豪文",Perm:"古彼尔姆文",Phag:"八思巴文",Phli:"巴列维文碑铭体",Phlp:"巴列维文(圣诗体)",Phlv:"巴列维文(书体)",Phnx:"腓尼基文",Plrd:"波拉德音标文字",Prti:"帕提亚文碑铭体",Qaag:"照济文",Rjng:"拉让文",Rohg:"哈乃斐文",Roro:"朗格朗格文",Runr:"古代北欧文",Samr:"撒马利亚文",Sara:"沙拉堤文",Sarb:"古南阿拉伯文",Saur:"索拉什特拉文",Sgnw:"书写符号",Shaw:"萧伯纳式文",Shrd:"夏拉达文",Sidd:"悉昙文",Sind:"信德文",Sinh:"僧伽罗文",Sogd:"粟特文",Sogo:"古粟特文",Sora:"索朗桑朋文",Soyo:"索永布文",Sund:"巽他文",Sylo:"锡尔赫特文",Syrc:"叙利亚文",Syre:"福音体叙利亚文",Syrj:"西叙利亚文",Syrn:"东叙利亚文",Tagb:"塔格班瓦文",Takr:"泰克里文",Tale:"泰乐文",Talu:"新傣文",Taml:"泰米尔文",Tang:"唐古特文",Tavt:"越南傣文",Telu:"泰卢固文",Teng:"腾格瓦文字",Tfng:"提非纳文",Tglg:"塔加路文",Thaa:"塔安那文",Thai:"泰文",Tibt:"藏文",Tirh:"迈蒂利文",Tnsa:"坦萨文",Toto:"投投文",Ugar:"乌加里特文",Vaii:"瓦依文",Visp:"可见语言",Wara:"瓦郎奇蒂文字",Wcho:"万秋文",Wole:"沃莱艾文",Xpeo:"古波斯文",Xsux:"苏美尔-阿卡德楔形文字",Yezi:"雅兹迪文",Yiii:"彝文",Zanb:"札那巴札尔方块文字",Zinh:"遗传学术语",Zmth:"数学符号",Zsye:"表情符号",Zsym:"符号",Zxxx:"非书面文字",Zyyy:"通用",Zzzz:"未知文字"},territories={142:"亚洲",143:"中亚",145:"西亚",150:"欧洲",151:"东欧",154:"北欧",155:"西欧",202:"撒哈拉以南非洲",419:"拉丁美洲","001":"世界","002":"非洲","003":"北美洲","005":"南美洲","009":"大洋洲","011":"西非","013":"中美洲","014":"东非","015":"北非","017":"中非","018":"南部非洲","019":"美洲","021":"美洲北部","029":"加勒比地区","030":"东亚","034":"南亚","035":"东南亚","039":"南欧","053":"澳大拉西亚","054":"美拉尼西亚","057":"密克罗尼西亚地区","061":"玻利尼西亚",AC:"阿森松岛",AD:"安道尔",AE:"阿拉伯联合酋长国",AF:"阿富汗",AG:"安提瓜和巴布达",AI:"安圭拉",AL:"阿尔巴尼亚",AM:"亚美尼亚",AO:"安哥拉",AQ:"南极洲",AR:"阿根廷",AS:"美属萨摩亚",AT:"奥地利",AU:"澳大利亚",AW:"阿鲁巴",AX:"奥兰群岛",AZ:"阿塞拜疆",BA:"波斯尼亚和黑塞哥维那",BB:"巴巴多斯",BD:"孟加拉国",BE:"比利时",BF:"布基纳法索",BG:"保加利亚",BH:"巴林",BI:"布隆迪",BJ:"贝宁",BL:"圣巴泰勒米",BM:"百慕大",BN:"文莱",BO:"玻利维亚",BQ:"荷属加勒比区",BR:"巴西",BS:"巴哈马",BT:"不丹",BV:"布韦岛",BW:"博茨瓦纳",BY:"白俄罗斯",BZ:"伯利兹",CA:"加拿大",CC:"科科斯(基林)群岛",CD:"刚果(金)","CD-alt-variant":"刚果民主共和国",CF:"中非共和国",CG:"刚果(布)","CG-alt-variant":"刚果共和国",CH:"瑞士",CI:"科特迪瓦","CI-alt-variant":"象牙海岸",CK:"库克群岛",CL:"智利",CM:"喀麦隆",CN:"中国",CO:"哥伦比亚",CP:"克利珀顿岛",CR:"哥斯达黎加",CU:"古巴",CV:"佛得角",CW:"库拉索",CX:"圣诞岛",CY:"塞浦路斯",CZ:"捷克","CZ-alt-variant":"捷克共和国",DE:"德国",DG:"迪戈加西亚岛",DJ:"吉布提",DK:"丹麦",DM:"多米尼克",DO:"多米尼加共和国",DZ:"阿尔及利亚",EA:"休达及梅利利亚",EC:"厄瓜多尔",EE:"爱沙尼亚",EG:"埃及",EH:"西撒哈拉",ER:"厄立特里亚",ES:"西班牙",ET:"埃塞俄比亚",EU:"欧盟",EZ:"欧元区",FI:"芬兰",FJ:"斐济",FK:"福克兰群岛","FK-alt-variant":"福克兰群岛(马尔维纳斯群岛)",FM:"密克罗尼西亚",FO:"法罗群岛",FR:"法国",GA:"加蓬",GB:"英国","GB-alt-short":"英国",GD:"格林纳达",GE:"格鲁吉亚",GF:"法属圭亚那",GG:"根西岛",GH:"加纳",GI:"直布罗陀",GL:"格陵兰",GM:"冈比亚",GN:"几内亚",GP:"瓜德罗普",GQ:"赤道几内亚",GR:"希腊",GS:"南乔治亚和南桑威奇群岛",GT:"危地马拉",GU:"关岛",GW:"几内亚比绍",GY:"圭亚那",HK:"香港","HK-alt-short":"香港",HM:"赫德岛和麦克唐纳群岛",HN:"洪都拉斯",HR:"克罗地亚",HT:"海地",HU:"匈牙利",IC:"加纳利群岛",ID:"印度尼西亚",IE:"爱尔兰",IL:"以色列",IM:"马恩岛",IN:"印度",IO:"英属印度洋领地",IQ:"伊拉克",IR:"伊朗",IS:"冰岛",IT:"意大利",JE:"泽西岛",JM:"牙买加",JO:"约旦",JP:"日本",KE:"肯尼亚",KG:"吉尔吉斯斯坦",KH:"柬埔寨",KI:"基里巴斯",KM:"科摩罗",KN:"圣基茨和尼维斯",KP:"朝鲜",KR:"韩国",KW:"科威特",KY:"开曼群岛",KZ:"哈萨克斯坦",LA:"老挝",LB:"黎巴嫩",LC:"圣卢西亚",LI:"列支敦士登",LK:"斯里兰卡",LR:"利比里亚",LS:"莱索托",LT:"立陶宛",LU:"卢森堡",LV:"拉脱维亚",LY:"利比亚",MA:"摩洛哥",MC:"摩纳哥",MD:"摩尔多瓦",ME:"黑山",MF:"法属圣马丁",MG:"马达加斯加",MH:"马绍尔群岛",MK:"北马其顿",ML:"马里",MM:"缅甸",MN:"蒙古",MO:"澳门","MO-alt-short":"澳门",MP:"北马里亚纳群岛",MQ:"马提尼克",MR:"毛里塔尼亚",MS:"蒙特塞拉特",MT:"马耳他",MU:"毛里求斯",MV:"马尔代夫",MW:"马拉维",MX:"墨西哥",MY:"马来西亚",MZ:"莫桑比克",NA:"纳米比亚",NC:"新喀里多尼亚",NE:"尼日尔",NF:"诺福克岛",NG:"尼日利亚",NI:"尼加拉瓜",NL:"荷兰",NO:"挪威",NP:"尼泊尔",NR:"瑙鲁",NU:"纽埃",NZ:"新西兰","NZ-alt-variant":"新西兰",OM:"阿曼",PA:"巴拿马",PE:"秘鲁",PF:"法属波利尼西亚",PG:"巴布亚新几内亚",PH:"菲律宾",PK:"巴基斯坦",PL:"波兰",PM:"圣皮埃尔和密克隆群岛",PN:"皮特凯恩群岛",PR:"波多黎各",PS:"巴勒斯坦领土","PS-alt-short":"巴勒斯坦",PT:"葡萄牙",PW:"帕劳",PY:"巴拉圭",QA:"卡塔尔",QO:"大洋洲边远群岛",RE:"留尼汪",RO:"罗马尼亚",RS:"塞尔维亚",RU:"俄罗斯",RW:"卢旺达",SA:"沙特阿拉伯",SB:"所罗门群岛",SC:"塞舌尔",SD:"苏丹",SE:"瑞典",SG:"新加坡",SH:"圣赫勒拿",SI:"斯洛文尼亚",SJ:"斯瓦尔巴和扬马延",SK:"斯洛伐克",SL:"塞拉利昂",SM:"圣马力诺",SN:"塞内加尔",SO:"索马里",SR:"苏里南",SS:"南苏丹",ST:"圣多美和普林西比",SV:"萨尔瓦多",SX:"荷属圣马丁",SY:"叙利亚",SZ:"斯威士兰","SZ-alt-variant":"斯威士兰",TA:"特里斯坦-达库尼亚群岛",TC:"特克斯和凯科斯群岛",TD:"乍得",TF:"法属南部领地",TG:"多哥",TH:"泰国",TJ:"塔吉克斯坦",TK:"托克劳",TL:"东帝汶","TL-alt-variant":"东帝汶",TM:"土库曼斯坦",TN:"突尼斯",TO:"汤加",TR:"土耳其","TR-alt-variant":"土耳其",TT:"特立尼达和多巴哥",TV:"图瓦卢",TW:"台湾",TZ:"坦桑尼亚",UA:"乌克兰",UG:"乌干达",UM:"美国本土外小岛屿",UN:"联合国",US:"美国","US-alt-short":"美国",UY:"乌拉圭",UZ:"乌兹别克斯坦",VA:"梵蒂冈",VC:"圣文森特和格林纳丁斯",VE:"委内瑞拉",VG:"英属维尔京群岛",VI:"美属维尔京群岛",VN:"越南",VU:"瓦努阿图",WF:"瓦利斯和富图纳",WS:"萨摩亚",XA:"伪地区",XB:"伪双向语言地区",XK:"科索沃",YE:"也门",YT:"马约特",ZA:"南非",ZM:"赞比亚",ZW:"津巴布韦",ZZ:"未知地区"},orientation="left-to-right",dateFields={era:{displayName:"纪元"},"year-wide":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-short":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"year-narrow":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}年后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}年前"}},"quarter-wide":{displayName:"季度","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-short":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"quarter-narrow":{displayName:"季","relative-type--1":"上季度","relative-type-0":"本季度","relative-type-1":"下季度","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个季度后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个季度前"}},"month-wide":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-short":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"month-narrow":{displayName:"月","relative-type--1":"上个月","relative-type-0":"本月","relative-type-1":"下个月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}个月后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}个月前"}},"week-wide":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-short":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"week-narrow":{displayName:"周","relative-type--1":"上周","relative-type-0":"本周","relative-type-1":"下周","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}周后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}周前"},relativePeriod:"{0}这周"},"day-wide":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-short":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},"day-narrow":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"后天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}天后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}天前"}},weekday:{displayName:"工作日"},"hour-wide":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-short":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"hour-narrow":{displayName:"小时","relative-type-0":"这一时间 / 此时","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}小时后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}小时前"}},"minute-wide":{displayName:"分钟","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-short":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"minute-narrow":{displayName:"分","relative-type-0":"此刻","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}分钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}分钟前"}},"second-wide":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒钟后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒钟前"}},"second-short":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},"second-narrow":{displayName:"秒","relative-type-0":"现在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0}秒后"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0}秒前"}},zone:{displayName:"时区"}},timezoneNames={Africa:{Abidjan:"阿比让",Accra:"阿克拉",Addis_Ababa:"亚的斯亚贝巴",Algiers:"阿尔及尔",Asmara:"阿斯马拉",Bamako:"巴马科",Bangui:"班吉",Banjul:"班珠尔",Bissau:"比绍",Blantyre:"布兰太尔",Brazzaville:"布拉柴维尔",Bujumbura:"布琼布拉",Cairo:"开罗",Casablanca:"卡萨布兰卡",Ceuta:"休达",Conakry:"科纳克里",Dakar:"达喀尔",Dar_es_Salaam:"达累斯萨拉姆",Djibouti:"吉布提",Douala:"杜阿拉",El_Aaiun:"阿尤恩",Freetown:"弗里敦",Gaborone:"哈博罗内",Harare:"哈拉雷",Johannesburg:"约翰内斯堡",Juba:"朱巴",Kampala:"坎帕拉",Khartoum:"喀土穆",Kigali:"基加利",Kinshasa:"金沙萨",Lagos:"拉各斯",Libreville:"利伯维尔",Lome:"洛美",Luanda:"罗安达",Lubumbashi:"卢本巴希",Lusaka:"卢萨卡",Malabo:"马拉博",Maputo:"马普托",Maseru:"马塞卢",Mbabane:"姆巴巴纳",Mogadishu:"摩加迪沙",Monrovia:"蒙罗维亚",Nairobi:"内罗毕",Ndjamena:"恩贾梅纳",Niamey:"尼亚美",Nouakchott:"努瓦克肖特",Ouagadougou:"瓦加杜古","Porto-Novo":"波多诺伏",Sao_Tome:"圣多美",Tripoli:"的黎波里",Tunis:"突尼斯",Windhoek:"温得和克",_parent:"非洲"},America:{Adak:"埃达克",Anchorage:"安克雷奇",Anguilla:"安圭拉",Antigua:"安提瓜",Araguaina:"阿拉瓜伊纳",Argentina:{Buenos_Aires:"布宜诺斯艾利斯",Catamarca:"卡塔马卡",Cordoba:"科尔多瓦",Jujuy:"胡胡伊",La_Rioja:"拉里奥哈",Mendoza:"门多萨",Rio_Gallegos:"里奥加耶戈斯",Salta:"萨尔塔",San_Juan:"圣胡安",San_Luis:"圣路易斯",Tucuman:"图库曼",Ushuaia:"乌斯怀亚",_parent:"阿根廷"},Aruba:"阿鲁巴",Asuncion:"亚松森",Atikokan:"阿蒂科肯",Bahia:"巴伊亚",Bahia_Banderas:"巴伊亚班德拉斯",Barbados:"巴巴多斯",Belem:"贝伦",Belize:"伯利兹","Blanc-Sablon":"布兰克萨布隆",Boa_Vista:"博阿维斯塔",Bogota:"波哥大",Boise:"博伊西",Cambridge_Bay:"剑桥湾",Campo_Grande:"大坎普",Cancun:"坎昆",Caracas:"加拉加斯",Cayenne:"卡宴",Cayman:"开曼",Chicago:"芝加哥",Chihuahua:"奇瓦瓦",Ciudad_Juarez:"华雷斯城",Costa_Rica:"哥斯达黎加",Creston:"克雷斯顿",Cuiaba:"库亚巴",Curacao:"库拉索",Danmarkshavn:"丹马沙文",Dawson:"道森",Dawson_Creek:"道森克里克",Denver:"丹佛",Detroit:"底特律",Dominica:"多米尼加",Edmonton:"埃德蒙顿",Eirunepe:"依伦尼贝",El_Salvador:"萨尔瓦多",Fort_Nelson:"纳尔逊堡",Fortaleza:"福塔雷萨",Glace_Bay:"格莱斯贝",Goose_Bay:"古斯湾",Grand_Turk:"大特克",Grenada:"格林纳达",Guadeloupe:"瓜德罗普",Guatemala:"危地马拉",Guayaquil:"瓜亚基尔",Guyana:"圭亚那",Halifax:"哈利法克斯",Havana:"哈瓦那",Hermosillo:"埃莫西约",Indiana:{Indianapolis:"印第安纳波利斯",Knox:"印第安纳州诺克斯",Marengo:"印第安纳州马伦戈",Petersburg:"印第安纳州彼得斯堡",Tell_City:"印第安纳州特尔城",Vevay:"印第安纳州维维市",Vincennes:"印第安纳州温森斯",Winamac:"印第安纳州威纳马克"},Inuvik:"伊努维克",Iqaluit:"伊魁特",Jamaica:"牙买加",Juneau:"朱诺",Kentucky:{Louisville:"路易斯维尔",Monticello:"肯塔基州蒙蒂塞洛"},Kralendijk:"克拉伦代克",La_Paz:"拉巴斯",Lima:"利马",Los_Angeles:"洛杉矶",Lower_Princes:"下太子区",Maceio:"马塞约",Managua:"马那瓜",Manaus:"马瑙斯",Marigot:"马里戈特",Martinique:"马提尼克",Matamoros:"马塔莫罗斯",Mazatlan:"马萨特兰",Menominee:"梅诺米尼",Merida:"梅里达",Metlakatla:"梅特拉卡特拉",Mexico_City:"墨西哥城",Miquelon:"密克隆",Moncton:"蒙克顿",Monterrey:"蒙特雷",Montevideo:"蒙得维的亚",Montserrat:"蒙特塞拉特",Nassau:"拿骚",New_York:"纽约",Nipigon:"尼皮贡",Nome:"诺姆",Noronha:"洛罗尼亚",North_Dakota:{Beulah:"北达科他州比尤拉",Center:"北达科他州申特",New_Salem:"北达科他州新塞勒姆"},Nuuk:"努克",Ojinaga:"奥希纳加",Panama:"巴拿马",Pangnirtung:"旁涅唐",Paramaribo:"帕拉马里博",Phoenix:"凤凰城","Port-au-Prince":"太子港",Port_of_Spain:"西班牙港",Porto_Velho:"波多韦柳",Puerto_Rico:"波多黎各",Punta_Arenas:"蓬塔阿雷纳斯",Rainy_River:"雷尼河",Rankin_Inlet:"兰今湾",Recife:"累西腓",Regina:"里贾纳",Resolute:"雷索卢特",Rio_Branco:"里奥布郎库",Santa_Isabel:"圣伊萨贝尔",Santarem:"圣塔伦",Santiago:"圣地亚哥",Santo_Domingo:"圣多明各",Sao_Paulo:"圣保罗",Scoresbysund:"斯科列斯比桑德",Sitka:"锡特卡",St_Barthelemy:"圣巴泰勒米岛",St_Johns:"圣约翰斯",St_Kitts:"圣基茨",St_Lucia:"圣卢西亚",St_Thomas:"圣托马斯",St_Vincent:"圣文森特",Swift_Current:"斯威夫特卡伦特",Tegucigalpa:"特古西加尔巴",Thule:"图勒",Thunder_Bay:"桑德贝",Tijuana:"蒂华纳",Toronto:"多伦多",Tortola:"托尔托拉",Vancouver:"温哥华",Whitehorse:"怀特霍斯",Winnipeg:"温尼伯",Yakutat:"亚库塔特",Yellowknife:"耶洛奈夫",_parent:"美洲"},Antarctica:{Casey:"卡塞",Davis:"戴维斯",DumontDUrville:"迪蒙·迪维尔",Macquarie:"麦格理",Mawson:"莫森",McMurdo:"麦克默多",Palmer:"帕尔默",Rothera:"罗瑟拉",Syowa:"昭和",Troll:"特罗尔",Vostok:"沃斯托克",_parent:"南极洲"},Arctic:{Longyearbyen:"朗伊尔城"},Asia:{Aden:"亚丁",Almaty:"阿拉木图",Amman:"安曼",Anadyr:"阿纳德尔",Aqtau:"阿克套",Aqtobe:"阿克托别",Ashgabat:"阿什哈巴德",Atyrau:"阿特劳",Baghdad:"巴格达",Bahrain:"巴林",Baku:"巴库",Bangkok:"曼谷",Barnaul:"巴尔瑙尔",Beirut:"贝鲁特",Bishkek:"比什凯克",Brunei:"文莱",Chita:"赤塔",Choibalsan:"乔巴山",Colombo:"科伦坡",Damascus:"大马士革",Dhaka:"达卡",Dili:"帝力",Dubai:"迪拜",Dushanbe:"杜尚别",Famagusta:"法马古斯塔",Gaza:"加沙",Hebron:"希伯伦",Ho_Chi_Minh:"胡志明市",Hong_Kong:"香港",Hovd:"科布多",Irkutsk:"伊尔库茨克",Jakarta:"雅加达",Jayapura:"查亚普拉",Jerusalem:"耶路撒冷",Kabul:"喀布尔",Kamchatka:"堪察加",Karachi:"卡拉奇",Kathmandu:"加德满都",Khandyga:"汉德加",Kolkata:"加尔各答",Krasnoyarsk:"克拉斯诺亚尔斯克",Kuala_Lumpur:"吉隆坡",Kuching:"古晋",Kuwait:"科威特",Macau:"澳门",Magadan:"马加丹",Makassar:"望加锡",Manila:"马尼拉",Muscat:"马斯喀特",Nicosia:"尼科西亚",Novokuznetsk:"新库兹涅茨克",Novosibirsk:"新西伯利亚",Omsk:"鄂木斯克",Oral:"乌拉尔",Phnom_Penh:"金边",Pontianak:"坤甸",Pyongyang:"平壤",Qatar:"卡塔尔",Qostanay:"库斯塔奈",Qyzylorda:"克孜洛尔达",Riyadh:"利雅得",Sakhalin:"萨哈林",Samarkand:"撒马尔罕",Seoul:"首尔",Shanghai:"上海",Singapore:"新加坡",Srednekolymsk:"中科雷姆斯克",Taipei:"台北",Tashkent:"塔什干",Tbilisi:"第比利斯",Tehran:"德黑兰",Thimphu:"廷布",Tokyo:"东京",Tomsk:"托木斯克",Ulaanbaatar:"乌兰巴托",Urumqi:"乌鲁木齐","Ust-Nera":"乌斯内拉",Vientiane:"万象",Vladivostok:"符拉迪沃斯托克",Yakutsk:"雅库茨克",Yangon:"仰光",Yekaterinburg:"叶卡捷琳堡",Yerevan:"埃里温",_parent:"亚洲"},Atlantic:{Azores:"亚速尔群岛",Bermuda:"百慕大",Canary:"加那利",Cape_Verde:"佛得角",Faroe:"法罗",Madeira:"马德拉",Reykjavik:"雷克雅未克",South_Georgia:"南乔治亚",St_Helena:"圣赫勒拿",Stanley:"斯坦利"},Australia:{Adelaide:"阿德莱德",Brisbane:"布里斯班",Broken_Hill:"布罗肯希尔",Darwin:"达尔文",Eucla:"尤克拉",Hobart:"霍巴特",Lindeman:"林德曼",Lord_Howe:"豪勋爵",Melbourne:"墨尔本",Perth:"珀斯",Sydney:"悉尼",_parent:"澳大利亚"},Etc:{UTC:"UTC",Universal:"协调世界时"},Europe:{Amsterdam:"阿姆斯特丹",Andorra:"安道尔",Astrakhan:"阿斯特拉罕",Athens:"雅典",Belgrade:"贝尔格莱德",Berlin:"柏林",Bratislava:"布拉迪斯拉发",Brussels:"布鲁塞尔",Bucharest:"布加勒斯特",Budapest:"布达佩斯",Busingen:"布辛根",Chisinau:"基希讷乌",Copenhagen:"哥本哈根",Dublin:"都柏林",Gibraltar:"直布罗陀",Guernsey:"根西岛",Helsinki:"赫尔辛基",Isle_of_Man:"马恩岛",Istanbul:"伊斯坦布尔",Jersey:"泽西岛",Kaliningrad:"加里宁格勒",Kiev:"基辅",Kirov:"基洛夫",Lisbon:"里斯本",Ljubljana:"卢布尔雅那",London:"伦敦",Luxembourg:"卢森堡",Madrid:"马德里",Malta:"马耳他",Mariehamn:"玛丽港",Minsk:"明斯克",Monaco:"摩纳哥",Moscow:"莫斯科",Oslo:"奥斯陆",Paris:"巴黎",Podgorica:"波德戈里察",Prague:"布拉格",Riga:"里加",Rome:"罗马",Samara:"萨马拉",San_Marino:"圣马力诺",Sarajevo:"萨拉热窝",Saratov:"萨拉托夫",Simferopol:"辛菲罗波尔",Skopje:"斯科普里",Sofia:"索非亚",Stockholm:"斯德哥尔摩",Tallinn:"塔林",Tirane:"地拉那",Ulyanovsk:"乌里扬诺夫斯克",Uzhgorod:"乌日哥罗德",Vaduz:"瓦杜兹",Vatican:"梵蒂冈",Vienna:"维也纳",Vilnius:"维尔纽斯",Volgograd:"伏尔加格勒",Warsaw:"华沙",Zagreb:"萨格勒布",Zaporozhye:"扎波罗热",Zurich:"苏黎世",_parent:"欧洲"},Indian:{Antananarivo:"安塔那那利佛",Chagos:"查戈斯",Christmas:"圣诞岛",Cocos:"可可斯",Comoro:"科摩罗",Kerguelen:"凯尔盖朗",Mahe:"马埃岛",Maldives:"马尔代夫",Mauritius:"毛里求斯",Mayotte:"马约特",Reunion:"留尼汪"},Pacific:{Apia:"阿皮亚",Auckland:"奥克兰",Bougainville:"布干维尔",Chatham:"查塔姆",Chuuk:"特鲁克群岛",Easter:"复活节岛",Efate:"埃法特",Fakaofo:"法考福",Fiji:"斐济",Funafuti:"富纳富提",Galapagos:"加拉帕戈斯",Gambier:"甘比尔",Guadalcanal:"瓜达尔卡纳尔",Guam:"关岛",Honolulu:"檀香山",Kanton:"坎顿岛",Kiritimati:"基里地马地岛",Kosrae:"库赛埃",Kwajalein:"夸贾林",Majuro:"马朱罗",Marquesas:"马克萨斯",Midway:"中途岛",Nauru:"瑙鲁",Niue:"纽埃",Norfolk:"诺福克",Noumea:"努美阿",Pago_Pago:"帕果帕果",Palau:"帕劳",Pitcairn:"皮特凯恩",Pohnpei:"波纳佩岛",Port_Moresby:"莫尔兹比港",Rarotonga:"拉罗汤加",Saipan:"塞班",Tahiti:"塔希提",Tarawa:"塔拉瓦",Tongatapu:"东加塔布",Wake:"威克",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$",BRL:"R$",CAD:"CA$",CNY:"¥",EUR:"€",GBP:"£",HKD:"HK$",ILR:"ILS",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G力","unitPattern-count-other":"{0}G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"转","unitPattern-count-other":"{0}转"},"angle-radian":{displayName:"弧度","unitPattern-count-other":"{0}弧度"},"angle-degree":{displayName:"度","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"弧分","unitPattern-count-other":"{0}弧分"},"angle-arc-second":{displayName:"弧秒","unitPattern-count-other":"{0}弧秒"},"area-square-kilometer":{displayName:"平方公里","unitPattern-count-other":"{0}平方公里",perUnitPattern:"{0}/平方公里"},"area-hectare":{displayName:"公顷","unitPattern-count-other":"{0}公顷"},"area-square-meter":{displayName:"平方米","unitPattern-count-other":"{0}平方米",perUnitPattern:"{0}/平方米"},"area-square-centimeter":{displayName:"平方厘米","unitPattern-count-other":"{0}平方厘米",perUnitPattern:"{0}/平方厘米"},"area-square-mile":{displayName:"平方英里","unitPattern-count-other":"{0}平方英里",perUnitPattern:"{0}/平方英里"},"area-acre":{displayName:"英亩","unitPattern-count-other":"{0}英亩"},"area-square-yard":{displayName:"平方码","unitPattern-count-other":"{0}平方码"},"area-square-foot":{displayName:"平方英尺","unitPattern-count-other":"{0}平方英尺"},"area-square-inch":{displayName:"平方英寸","unitPattern-count-other":"{0}平方英寸",perUnitPattern:"{0}/平方英寸"},"area-dunam":{displayName:"杜纳亩","unitPattern-count-other":"{0}杜纳亩"},"concentr-karat":{displayName:"kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-item":{displayName:"项","unitPattern-count-other":"{0}项"},"concentr-permillion":{displayName:"ppm","unitPattern-count-other":"{0}ppm"},"concentr-percent":{displayName:"%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"L/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100-kilometer":{displayName:"L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mpg US","unitPattern-count-other":"{0} mpg US"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"个世纪","unitPattern-count-other":"{0}个世纪"},"duration-decade":{displayName:"个十年","unitPattern-count-other":"{0}个十年"},"duration-year":{displayName:"年","unitPattern-count-other":"{0}年",perUnitPattern:"{0}/年"},"duration-quarter":{displayName:"季","unitPattern-count-other":"{0}季",perUnitPattern:"{0}/季"},"duration-month":{displayName:"个月","unitPattern-count-other":"{0}个月",perUnitPattern:"{0}/月"},"duration-week":{displayName:"周","unitPattern-count-other":"{0}周",perUnitPattern:"{0}/周"},"duration-day":{displayName:"天","unitPattern-count-other":"{0}天",perUnitPattern:"{0}/天"},"duration-hour":{displayName:"小时","unitPattern-count-other":"{0}小时",perUnitPattern:"{0}/小时"},"duration-minute":{displayName:"分钟","unitPattern-count-other":"{0}分钟",perUnitPattern:"{0}/分钟"},"duration-second":{displayName:"秒","unitPattern-count-other":"{0}秒",perUnitPattern:"{0}/秒"},"duration-millisecond":{displayName:"毫秒","unitPattern-count-other":"{0}毫秒"},"duration-microsecond":{displayName:"微秒","unitPattern-count-other":"{0}微秒"},"duration-nanosecond":{displayName:"纳秒","unitPattern-count-other":"{0}纳秒"},"electric-ampere":{displayName:"A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"千卡","unitPattern-count-other":"{0}千卡"},"energy-calorie":{displayName:"卡","unitPattern-count-other":"{0}卡"},"energy-foodcalorie":{displayName:"大卡","unitPattern-count-other":"{0}大卡"},"energy-kilojoule":{displayName:"千焦","unitPattern-count-other":"{0}千焦"},"energy-joule":{displayName:"焦耳","unitPattern-count-other":"{0}焦耳"},"energy-kilowatt-hour":{displayName:"千瓦时","unitPattern-count-other":"{0}千瓦时"},"energy-electronvolt":{displayName:"电子伏","unitPattern-count-other":"{0}电子伏"},"energy-british-thermal-unit":{displayName:"英热单位","unitPattern-count-other":"{0}英热单位"},"energy-therm-us":{displayName:"美制克卡","unitPattern-count-other":"{0}美制克卡"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"牛","unitPattern-count-other":"{0}牛"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"公里","unitPattern-count-other":"{0}公里",perUnitPattern:"{0}/公里"},"length-meter":{displayName:"米","unitPattern-count-other":"{0}米",perUnitPattern:"{0}/米"},"length-decimeter":{displayName:"分米","unitPattern-count-other":"{0}分米"},"length-centimeter":{displayName:"厘米","unitPattern-count-other":"{0}厘米",perUnitPattern:"{0}/厘米"},"length-millimeter":{displayName:"毫米","unitPattern-count-other":"{0}毫米"},"length-micrometer":{displayName:"微米","unitPattern-count-other":"{0}微米"},"length-nanometer":{displayName:"纳米","unitPattern-count-other":"{0}纳米"},"length-picometer":{displayName:"皮米","unitPattern-count-other":"{0}皮米"},"length-mile":{displayName:"英里","unitPattern-count-other":"{0}英里"},"length-yard":{displayName:"码","unitPattern-count-other":"{0}码"},"length-foot":{displayName:"英尺","unitPattern-count-other":"{0}英尺",perUnitPattern:"{0}/英尺"},"length-inch":{displayName:"英寸","unitPattern-count-other":"{0}英寸",perUnitPattern:"{0}/英寸"},"length-parsec":{displayName:"秒差距","unitPattern-count-other":"{0}秒差距"},"length-light-year":{displayName:"光年","unitPattern-count-other":"{0}光年"},"length-astronomical-unit":{displayName:"天文单位","unitPattern-count-other":"{0}天文单位"},"length-furlong":{displayName:"弗隆","unitPattern-count-other":"{0}弗隆"},"length-fathom":{displayName:"英寻","unitPattern-count-other":"{0}英寻"},"length-nautical-mile":{displayName:"海里","unitPattern-count-other":"{0}海里"},"length-mile-scandinavian":{displayName:"斯堪的纳维亚英里","unitPattern-count-other":"{0}斯堪的纳维亚英里"},"length-point":{displayName:"pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"太阳半径","unitPattern-count-other":"{0}太阳半径"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gr","unitPattern-count-other":"{0} gr"},"power-gigawatt":{displayName:"吉瓦","unitPattern-count-other":"{0}吉瓦"},"power-megawatt":{displayName:"兆瓦","unitPattern-count-other":"{0}兆瓦"},"power-kilowatt":{displayName:"千瓦","unitPattern-count-other":"{0}千瓦"},"power-watt":{displayName:"瓦特","unitPattern-count-other":"{0}瓦"},"power-milliwatt":{displayName:"毫瓦","unitPattern-count-other":"{0}毫瓦"},"power-horsepower":{displayName:"马力","unitPattern-count-other":"{0}马力"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0}K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"牛米","unitPattern-count-other":"{0}牛米"},"volume-cubic-kilometer":{displayName:"立方千米","unitPattern-count-other":"{0}立方千米"},"volume-cubic-meter":{displayName:"立方米","unitPattern-count-other":"{0}立方米",perUnitPattern:"{0}/立方米"},"volume-cubic-centimeter":{displayName:"立方厘米","unitPattern-count-other":"{0}立方厘米",perUnitPattern:"{0}/立方厘米"},"volume-cubic-mile":{displayName:"立方英里","unitPattern-count-other":"{0}立方英里"},"volume-cubic-yard":{displayName:"立方码","unitPattern-count-other":"{0}立方码"},"volume-cubic-foot":{displayName:"立方英尺","unitPattern-count-other":"{0}立方英尺"},"volume-cubic-inch":{displayName:"立方英寸","unitPattern-count-other":"{0}立方英寸"},"volume-megaliter":{displayName:"兆升","unitPattern-count-other":"{0}兆升"},"volume-hectoliter":{displayName:"公石","unitPattern-count-other":"{0}公石"},"volume-liter":{displayName:"升","unitPattern-count-other":"{0}升",perUnitPattern:"{0}/升"},"volume-deciliter":{displayName:"分升","unitPattern-count-other":"{0}分升"},"volume-centiliter":{displayName:"厘升","unitPattern-count-other":"{0}厘升"},"volume-milliliter":{displayName:"毫升","unitPattern-count-other":"{0}毫升"},"volume-pint-metric":{displayName:"公制品脱","unitPattern-count-other":"{0}公制品脱"},"volume-cup-metric":{displayName:"公制杯","unitPattern-count-other":"{0}公制杯"},"volume-acre-foot":{displayName:"英亩英尺","unitPattern-count-other":"{0}英亩英尺"},"volume-bushel":{displayName:"蒲式耳","unitPattern-count-other":"{0}蒲式耳"},"volume-gallon":{displayName:"加仑","unitPattern-count-other":"{0}加仑",perUnitPattern:"{0}/加仑"},"volume-gallon-imperial":{displayName:"英制加仑","unitPattern-count-other":"{0}英制加仑",perUnitPattern:"{0}/英制加仑"},"volume-quart":{displayName:"夸脱","unitPattern-count-other":"{0}夸脱"},"volume-pint":{displayName:"品脱","unitPattern-count-other":"{0}品脱"},"volume-cup":{displayName:"杯","unitPattern-count-other":"{0}杯"},"volume-fluid-ounce":{displayName:"液盎司","unitPattern-count-other":"{0}液盎司"},"volume-fluid-ounce-imperial":{displayName:"英制液盎司","unitPattern-count-other":"{0}英制液盎司"},"volume-tablespoon":{displayName:"汤匙","unitPattern-count-other":"{0}汤匙"},"volume-teaspoon":{displayName:"茶匙","unitPattern-count-other":"{0}茶匙"},"volume-barrel":{displayName:"桶","unitPattern-count-other":"{0}桶"},"volume-dessert-spoon":{displayName:"甜点匙","unitPattern-count-other":"{0}甜点匙"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp","unitPattern-count-other":"{0} dstspn Imp"},"volume-drop":{displayName:"滴","unitPattern-count-other":"{0}滴"},"volume-dram":{displayName:"液量打兰","unitPattern-count-other":"{0}液量打兰"},"volume-jigger":{displayName:"量杯","unitPattern-count-other":"{0}量杯"},"volume-pinch":{displayName:"撮","unitPattern-count-other":"{0}撮"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-other":"{0} qt Imp."},coordinateUnit:{displayName:"方向",east:"东经{0}",north:"北纬{0}",south:"南纬{0}",west:"西经{0}"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"H hB hb h",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},evening1:{_before:"24:00",_from:"19:00"},midnight:{_at:"00:00"},morning1:{_before:"08:00",_from:"05:00"},morning2:{_before:"12:00",_from:"08:00"},night1:{_before:"05:00",_from:"00:00"}},calendarPreference=["gregorian","chinese"],zh_CN={__license:__license,__version:"43.0.0",__buildtime:__buildtime,languages:languages,scripts:scripts,territories:territories,orientation:orientation,"ca-gregorian":{dateFormats:{full:"y年M月d日EEEE",long:"y年M月d日",medium:"y年M月d日",short:"y/M/d"},timeFormats:{full:"zzzz HH:mm:ss",long:"z HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EBh:mm",EBhms:"EBh:mm:ss",Ed:"d日E",Ehm:"Eah:mm",EHm:"EHH:mm",Ehms:"Eah:mm:ss",EHms:"EHH:mm:ss",Gy:"Gy年",GyMd:"GGGGG y-MM-dd",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",hmsv:"v ah:mm:ss",Hmsv:"v HH:mm:ss",hmv:"v ah:mm",Hmv:"v HH:mm",M:"M月",Md:"M/d",MEd:"M/dE",MMdd:"MM/dd",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"y年",yM:"y年M月",yMd:"y/M/d",yMEd:"y/M/dE",yMEEEEd:"y年M月d日EEEE",yMM:"y年M月",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日E",yMMMM:"y年M月",yQQQ:"y年第Q季度",yQQQQ:"y年第Q季度",MMMMW:"MMMM第W周",yw:"Y年第w周"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{1} {0}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d–d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm–HH:mm",m:"v HH:mm–HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"v HH–HH"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"y–y年"},yM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMd:{d:"y/M/d – y/M/d",M:"y/M/d – y/M/d",y:"y/M/d – y/M/d"},yMEd:{d:"y/M/dE至y/M/dE",M:"y/M/dE至y/M/dE",y:"y/M/dE至y/M/dE"},yMMM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMMMd:{d:"y年M月d日至d日",M:"y年M月d日至M月d日",y:"y年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至d日E",M:"y年M月d日E至M月d日E",y:"y年M月d日E至y年M月d日E"},yMMMM:{M:"y年M月至M月",y:"y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"公元前",1:"公元"},"era-abbreviated":{0:"公元前",1:"公元"},"era-narrow":{0:"公元前",1:"公元"}},"ca-islamic":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"zzzz HH:mm:ss",long:"z HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/dE",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},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:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"HH–HH v"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"伊斯兰历"},"era-abbreviated":{0:"伊斯兰历"},"era-narrow":{0:"伊斯兰历"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy-MM-dd"},timeFormats:{full:"zzzz HH:mm:ss",long:"z HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-MM-dd",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-MM",yyyyMd:"Gy-MM-dd",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},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:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"HH–HH v"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年",G:"Gy–Gy年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d",G:"Gy/M/d – Gy/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE",G:"Gy/M/dE至Gy/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日",G:"Gy年M月d日至Gy年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E",G:"Gy年M月d日E至Gy年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月",G:"Gy年M月至Gy年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-abbreviated":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"zzzz HH:mm:ss",long:"z HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"L",Md:"M/d",MEd:"M/dE",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy年M月",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/dE",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年MM月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年第Q季度"},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:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"HH–HH v"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"M月至M月"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"波斯历"},"era-abbreviated":{0:"波斯历"},"era-narrow":{0:"波斯历"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy-M-d"},timeFormats:{full:"zzzz HH:mm:ss",long:"z HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh时",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"EB h:mm",EBhms:"EB h:mm:ss",Ed:"d日E",Ehm:"Ea h:mm",EHm:"E HH:mm",Ehms:"Ea h:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy-M-d",GyMEEEEd:"Gy年M月d日EEEE",GyMMM:"Gy年MM月",GyMMMd:"Gy年MM月d日",GyMMMEd:"Gy年MM月d日E",h:"ah时",H:"H时",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M-d",MEd:"M-dE",MMM:"LL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy-M",yyyyMd:"Gy-M-d",yyyyMEd:"Gy-M-d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年第Q季度",yyyyQQQQ:"Gy年QQQQ"},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:"Bh时至Bh时",h:"Bh时至h时"},Bhm:{B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},d:{d:"d至d日"},Gy:{G:"Gy年 – Gy年",y:"Gy年–y年"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-ddE – y-MM-ddE",G:"GGGGGy-MM-ddE – GGGGGy-MM-ddE",M:"GGGGGy-MM-ddE – y-MM-ddE",y:"GGGGGy-MM-ddE – y-MM-ddE"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd日–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日E – MMMd日E",G:"Gy年MMMd日E – Gy年MMMd日E",M:"Gy年MMMd日E – MMMd日E",y:"Gy年MMMd日E – y年MMMd日E"},h:{a:"ah时至ah时",h:"ah时至h时"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"v ah:mm至ah:mm",h:"v ah:mm至h:mm",m:"v ah:mm至h:mm"},Hmv:{H:"v HH:mm – HH:mm",m:"v HH:mm – HH:mm"},hv:{a:"v ah时至ah时",h:"v ah时至h时"},Hv:{H:"HH–HH v"},M:{M:"M–M月"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"MMM – MMM"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},y:{y:"Gy–y年"},yM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMd:{d:"Gy/M/d – y/M/d",M:"Gy/M/d – y/M/d",y:"Gy/M/d – y/M/d"},yMEd:{d:"Gy/M/dE至y/M/dE",M:"Gy/M/dE至y/M/dE",y:"Gy/M/dE至y/M/dE"},yMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"},yMMMd:{d:"Gy年M月d日至d日",M:"Gy年M月d日至M月d日",y:"Gy年M月d日至y年M月d日"},yMMMEd:{d:"Gy年M月d日E至d日E",M:"Gy年M月d日E至M月d日E",y:"Gy年M月d日E至y年M月d日E"},yMMMM:{M:"Gy年M月至M月",y:"Gy年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},days:{format:{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["周日","周一","周二","周三","周四","周五","周六"],narrow:["日","一","二","三","四","五","六"],short:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]},"stand-alone":{abbreviated:["1季度","2季度","3季度","4季度"],narrow:["1","2","3","4"],wide:["第一季度","第二季度","第三季度","第四季度"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"早上",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"佛历"},"era-abbreviated":{0:"佛历"},"era-narrow":{0:"佛历"}},dateFields:dateFields,timezoneNames:timezoneNames,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},"decimalFormat-short":{"1000-other":"0","10000-other":"0万","100000-other":"00万","1000000-other":"000万","10000000-other":"0000万","100000000-other":"0亿","1000000000-other":"00亿","10000000000-other":"000亿","100000000000-other":"0000亿","1000000000000-other":"0万亿","10000000000000-other":"00万亿","100000000000000-other":"000万亿"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-other":"0","10000-other":"¤0万","100000-other":"¤00万","1000000-other":"¤000万","10000000-other":"¤0000万","100000000-other":"¤0亿","1000000000-other":"¤00亿","10000000000-other":"¤000亿","100000000000-other":"¤0000亿","1000000000000-other":"¤0万亿","10000000000000-other":"¤00万亿","100000000000000-other":"¤000万亿"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,"listPattern-standard-wide":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},"listPattern-or-wide":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-or-short":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-standard-short":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0","10000-other":"0万 ¤","100000-other":"00万 ¤","1000000-other":"000万 ¤","10000000-other":"0000万 ¤","100000000-other":"0亿 ¤","1000000000-other":"00亿 ¤","10000000000-other":"000亿 ¤","100000000000-other":"0000亿 ¤","1000000000000-other":"0万亿 ¤","10000000000000-other":"00万亿 ¤","100000000000000-other":"000万亿 ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules,calendarPreference:calendarPreference};export{__buildtime,__license,__version,calendarPreference,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,zh_CN as default,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};
|