@openui5/sap.ui.integration 1.141.1 → 1.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/REUSE.toml +38 -0
- package/THIRDPARTY.txt +34 -1
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +3 -3
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +6 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +2 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +5 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +40 -3
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +4 -4
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- package/ui5.yaml +8 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const __license="This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",languages={aa:"阿法文",ab:"阿布哈茲文",ace:"亞齊文",ach:"阿僑利文",ada:"阿當莫文",ady:"阿迪各文",ae:"阿維斯塔文",aeb:"突尼斯阿拉伯文",af:"南非荷蘭文",afh:"阿弗里希利文",agq:"亞罕文",ain:"阿伊努文",ak:"阿坎文",akk:"阿卡德文",akz:"阿拉巴馬文",ale:"阿留申文",aln:"蓋格阿爾巴尼亞文",alt:"南阿爾泰文",am:"阿姆哈拉文",an:"阿拉貢文",ang:"古英文",ann:"奧博洛語",anp:"昂加文",ar:"阿拉伯文",ar_001:"現代標準阿拉伯文",arc:"阿拉米文",arn:"馬普切文",aro:"阿拉奧納文",arp:"阿拉帕霍文",arq:"阿爾及利亞阿拉伯文",ars:"納吉迪阿拉伯文","ars_alt-menu":"阿拉伯文(納吉迪)",arw:"阿拉瓦克文",ary:"摩洛哥阿拉伯文",arz:"埃及阿拉伯文",as:"阿薩姆文",asa:"阿蘇文",ase:"美國手語",ast:"阿斯圖里亞文",atj:"阿提卡梅克語",av:"阿瓦爾文",avk:"科塔瓦文",awa:"阿瓦文",ay:"艾馬拉文",az:"亞塞拜然文","az_alt-short":"亞塞拜然文",ba:"巴什喀爾文",bal:"俾路支文",ban:"峇里文",bar:"巴伐利亞文",bas:"巴薩文",bax:"巴姆穆文",bbc:"巴塔克托巴文",bbj:"戈馬拉文",be:"白俄羅斯文",bej:"貝扎文",bem:"別姆巴文",bew:"貝塔維文",bez:"貝納文",bfd:"富特文",bfq:"巴達加文",bg:"保加利亞文",bgn:"西俾路支文",bho:"博傑普爾文",bi:"比斯拉馬文",bik:"比科爾文",bin:"比尼文",bjn:"班亞爾文",bkm:"康姆文",bla:"錫克錫卡文",bm:"班巴拉文",bn:"孟加拉文",bo:"藏文",bpy:"比什奴普萊利亞文",bqi:"巴赫蒂亞里文",br:"布列塔尼文",bra:"布拉杰文",brh:"布拉維文",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:"科普特文",cps:"卡皮茲文",cr:"克里文",crg:"米奇夫語",crh:"土耳其文(克里米亞半島)",crj:"東南克里語",crk:"平原克里語",crl:"北部東克里語",crm:"穆斯克里文",crr:"卡羅萊納阿爾岡昆語",crs:"塞席爾克里奧爾法文",cs:"捷克文",csb:"卡舒布文",csw:"沼澤克里語",cu:"宗教斯拉夫文",cv:"楚瓦什文",cy:"威爾斯文",da:"丹麥文",dak:"達科他文",dar:"達爾格瓦文",dav:"台塔文",de:"德文",de_CH:"高地德文(瑞士)",del:"德拉瓦文",den:"斯拉夫",dgr:"多格里布文",din:"丁卡文",dje:"扎爾馬文",doi:"多格來文",dsb:"下索布文",dtp:"中部杜順文",dua:"杜亞拉文",dum:"中古荷蘭文",dv:"迪維西文",dyo:"朱拉文",dyu:"迪尤拉文",dz:"宗卡文",dzg:"達薩文",ebu:"恩布文",ee:"埃維文",efi:"埃菲克文",egl:"埃米利安文",egy:"古埃及文",eka:"艾卡朱克文",el:"希臘文",elx:"埃蘭文",en:"英文",enm:"中古英文",eo:"世界文",es:"西班牙文",esu:"中尤皮克文",et:"愛沙尼亞文",eu:"巴斯克文",ewo:"依汪都文",ext:"埃斯特雷馬杜拉文",fa:"波斯文",fan:"芳族文",fat:"芳蒂文",ff:"富拉文",fi:"芬蘭文",fil:"菲律賓文",fit:"托爾訥芬蘭文",fj:"斐濟文",fo:"法羅文",fon:"豐文",fr:"法文",frc:"卡真法文",frm:"中古法文",fro:"古法文",frp:"法蘭克-普羅旺斯文",frr:"北弗里西亞文",frs:"東弗里西亞文",fur:"弗留利文",fy:"西弗里西亞文",ga:"愛爾蘭文",gaa:"加族文",gag:"加告茲文",gan:"贛語",gay:"加約文",gba:"葛巴亞文",gbz:"索羅亞斯德教達里文",gd:"蘇格蘭蓋爾文",gez:"吉茲文",gil:"吉爾伯特群島文",gl:"加利西亞文",glk:"吉拉基文",gmh:"中古高地德文",gn:"瓜拉尼文",goh:"古高地德文",gom:"孔卡尼文",gon:"岡德文",gor:"科隆達羅文",got:"哥德文",grb:"格列博文",grc:"古希臘文",gsw:"德文(瑞士)",gu:"古吉拉特文",guc:"瓦尤文",gur:"弗拉弗拉文",guz:"古西文",gv:"曼島文",gwi:"圭契文",ha:"豪撒文",hai:"海達文",hak:"客家話",haw:"夏威夷文",hax:"南海達語",he:"希伯來文",hi:"印地文",hi_Latn:"印地語(拉丁文)","hi_Latn-alt-variant":"印地語",hif:"斐濟印地文",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:"因紐特文",izh:"英格里亞文",ja:"日文",jam:"牙買加克里奧爾英文",jbo:"邏輯文",jgo:"恩格姆巴文",jmc:"馬恰美文",jpr:"猶太教-波斯文",jrb:"猶太阿拉伯文",jut:"日德蘭文",jv:"爪哇文",ka:"喬治亞文",kaa:"卡拉卡爾帕克文",kab:"卡比爾文",kac:"卡琴文",kaj:"卡捷文",kam:"卡姆巴文",kaw:"卡威文",kbd:"卡巴爾達文",kbl:"卡念布文",kcg:"卡塔布文",kde:"馬孔德文",kea:"卡布威爾第文",ken:"肯揚文",kfo:"科羅文",kg:"剛果文",kgp:"坎剛文",kha:"卡西文",kho:"和闐文",khq:"西桑海文",khw:"科瓦文",ki:"吉庫尤文",kiu:"北紮紮其文",kj:"廣亞馬文",kk:"哈薩克文",kkj:"卡庫文",kl:"格陵蘭文",kln:"卡倫金文",km:"高棉文",kmb:"金邦杜文",kn:"坎那達文",ko:"韓文",koi:"科米-彼爾米亞克文",kok:"貢根文",kos:"科斯雷恩文",kpe:"克佩列文",kr:"卡努里文",krc:"卡拉柴-包爾卡爾文",kri:"塞拉利昂克裏奧爾文",krj:"基那來阿文",krl:"卡累利阿文",kru:"庫魯科文",ks:"喀什米爾文",ksb:"尚巴拉文",ksf:"巴菲亞文",ksh:"科隆文",ku:"庫德文",kum:"庫密克文",kut:"庫特奈文",kv:"科米文",kw:"康瓦耳文",kwk:"誇誇嘉誇語",ky:"吉爾吉斯文",la:"拉丁文",lad:"拉迪諾文",lag:"朗吉文",lah:"拉亨達文",lam:"蘭巴文",lb:"盧森堡文",lez:"列茲干文",lfn:"新共同語言",lg:"干達文",li:"林堡文",lij:"利古里亞文",lil:"利洛威特文",liv:"利伏尼亞文",lkt:"拉科塔文",lmo:"倫巴底文",ln:"林加拉文",lo:"寮文",lol:"芒戈文",lou:"路易斯安那克里奧爾文",loz:"洛齊文",lrc:"北盧爾文",lsm:"薩米亞文",lt:"立陶宛文",ltg:"拉特加萊文",lu:"魯巴加丹加文",lua:"魯巴魯魯亞文",lui:"路易塞諾文",lun:"盧恩達文",luo:"盧奧文",lus:"米佐文",luy:"盧雅文",lv:"拉脫維亞文",lzh:"文言文",lzz:"拉茲文",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:"馬拉地文",mrj:"西馬里文",ms:"馬來文",mt:"馬爾他文",mua:"蒙當文",mul:"多種語言",mus:"克里克文",mwl:"米蘭德斯文",mwr:"馬瓦里文",mwv:"明打威文",my:"緬甸文",mye:"姆耶內文",myv:"厄爾茲亞文",mzn:"馬贊德蘭文",na:"諾魯文",nan:"閩南語",nap:"拿波里文",naq:"納馬文",nb:"巴克摩挪威文",nd:"北地畢列文",nds:"低地德文",nds_NL:"低地薩克遜文",ne:"尼泊爾文",new:"尼瓦爾文",ng:"恩東加文",nia:"尼亞斯文",niu:"紐埃文",njo:"阿沃那加文",nl:"荷蘭文",nl_BE:"佛蘭芒文",nmg:"夸西奧文",nn:"耐諾斯克挪威文",nnh:"恩甘澎文",no:"挪威文",nog:"諾蓋文",non:"古諾爾斯文",nov:"諾維亞文",nqo:"曼德文字 (N’Ko)",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:"帛琉文",pcd:"庇卡底文",pcm:"奈及利亞皮欽文",pdc:"賓夕法尼亞德文",pdt:"門諾低地德文",peo:"古波斯文",pfl:"普法爾茨德文",phn:"腓尼基文",pi:"巴利文",pis:"皮金語",pl:"波蘭文",pms:"皮埃蒙特文",pnt:"旁狄希臘文",pon:"波那貝文",pqm:"馬里希特帕薩瑪奎迪文",prg:"普魯士文",pro:"古普羅旺斯文",ps:"普什圖文",pt:"葡萄牙文",qu:"蓋楚瓦文",quc:"基切文",qug:"欽博拉索海蘭蓋丘亞文",raj:"拉賈斯坦諸文",rap:"復活島文",rar:"拉羅通加文",rgn:"羅馬格諾里文",rhg:"羅興亞文",rif:"里菲亞諾文",rm:"羅曼斯文",rn:"隆迪文",ro:"羅馬尼亞文",ro_MD:"摩爾多瓦文",rof:"蘭博文",rom:"吉普賽文",rtm:"羅圖馬島文",ru:"俄文",rue:"盧森尼亞文",rug:"羅維阿納文",rup:"羅馬尼亞語系",rw:"盧安達文",rwk:"羅瓦文",sa:"梵文",sad:"桑達韋文",sah:"雅庫特文",sam:"薩瑪利亞阿拉姆文",saq:"薩布魯文",sas:"撒撒克文",sat:"桑塔利文",saz:"索拉什特拉文",sba:"甘拜文",sbp:"桑古文",sc:"撒丁文",scn:"西西里文",sco:"蘇格蘭文",sd:"信德文",sdc:"薩丁尼亞-薩薩里文",sdh:"南庫德文",se:"北薩米文",see:"塞訥卡文",seh:"賽納文",sei:"瑟里文",sel:"塞爾庫普文",ses:"東桑海文",sg:"桑戈文",sga:"古愛爾蘭文",sgs:"薩莫吉希亞文",sh:"塞爾維亞克羅埃西亞文",shi:"希爾哈文",shn:"撣文",shu:"阿拉伯文(查德)",si:"僧伽羅文",sid:"希達摩文",sk:"斯洛伐克文",sl:"斯洛維尼亞文",slh:"南盧紹錫德語",sli:"下西利西亞文",sly:"塞拉亞文",sm:"薩摩亞文",sma:"南薩米文",smj:"魯勒薩米文",smn:"伊納里薩米文",sms:"斯科特薩米文",sn:"紹納文",snk:"索尼基文",so:"索馬利文",sog:"索格底亞納文",sq:"阿爾巴尼亞文",sr:"塞爾維亞文",srn:"蘇拉南東墎文",srr:"塞雷爾文",ss:"斯瓦特文",ssy:"薩霍文",st:"塞索托文",stq:"沙特菲士蘭文",str:"海峽薩利希語",su:"巽他文",suk:"蘇庫馬文",sus:"蘇蘇文",sux:"蘇美文",sv:"瑞典文",sw:"史瓦希里文",sw_CD:"史瓦希里文(剛果)",swb:"葛摩文",syc:"古敘利亞文",syr:"敘利亞文",szl:"西利西亞文",ta:"坦米爾文",tce:"南塔穹語",tcy:"圖盧文",te:"泰盧固文",tem:"提姆文",teo:"特索文",ter:"泰雷諾文",tet:"泰頓文",tg:"塔吉克文",tgx:"塔吉什語",th:"泰文",tht:"塔爾坦語",ti:"提格利尼亞文",tig:"蒂格雷文",tiv:"提夫文",tk:"土庫曼文",tkl:"托克勞文",tkr:"查庫爾文",tl:"塔加路族文",tlh:"克林貢文",tli:"特林基特文",tly:"塔里什文",tmh:"塔馬奇克文",tn:"塞茲瓦納文",to:"東加文",tog:"東加文(尼亞薩)",tok:"道本語",tpi:"托比辛文",tr:"土耳其文",tru:"圖羅尤文",trv:"太魯閣文",ts:"特松加文",tsd:"特薩克尼恩文",tsi:"欽西安文",tt:"韃靼文",ttm:"北塔穹語",ttt:"穆斯林塔特文",tum:"圖姆布卡文",tvl:"吐瓦魯文",tw:"特威文",twq:"北桑海文",ty:"大溪地文",tyv:"圖瓦文",tzm:"中阿特拉斯塔馬塞特文",udm:"烏德穆爾特文",ug:"維吾爾文",uga:"烏加列文",uk:"烏克蘭文",umb:"姆本杜文",und:"未知語言",ur:"烏都文",uz:"烏茲別克文",vai:"瓦伊文",ve:"溫達文",vec:"威尼斯文",vep:"維普森文",vi:"越南文",vls:"西佛蘭德文",vmf:"美茵-法蘭克尼亞文",vo:"沃拉普克文",vot:"沃提克文",vro:"佛羅文",vun:"溫舊文",wa:"瓦隆文",wae:"瓦爾瑟文",wal:"瓦拉莫文",war:"瓦瑞文",was:"瓦紹文",wbp:"沃皮瑞文",wo:"沃洛夫文",wuu:"吳語",xal:"卡爾梅克文",xh:"科薩文",xmf:"明格列爾文",xog:"索加文",yao:"瑤文",yap:"雅浦文",yav:"洋卞文",ybb:"耶姆巴文",yi:"意第緒文",yo:"約魯巴文",yrl:"奈恩加圖文",yue:"粵語","yue_alt-menu":"粵語",za:"壯文",zap:"薩波特克文",zbl:"布列斯符號",zea:"西蘭文",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:"阿洪姆文",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:"柴羅基文",Cirt:"色斯文",Copt:"科普特文",Cprt:"塞浦路斯文",Cyrl:"西里爾文字",Cyrs:"西里爾文(古教會斯拉夫文變體)",Deva:"天城文",Dsrt:"德瑟雷特文",Dupl:"杜普洛伊速記",Egyd:"古埃及世俗體",Egyh:"古埃及僧侶體",Egyp:"古埃及象形文字",Elba:"愛爾巴桑文",Ethi:"衣索比亞文",Geok:"喬治亞語系(阿索他路里和努斯克胡里文)",Geor:"喬治亞文",Glag:"格拉哥里文",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:"楊松錄苗文",Hrkt:"片假名或平假名",Hung:"古匈牙利文",Inds:"印度河流域(哈拉帕文)",Ital:"古意大利文",Jamo:"韓文字母",Java:"爪哇文",Jpan:"日文",Jurc:"女真文字",Kali:"克耶李文",Kana:"片假名",Khar:"卡羅須提文",Khmr:"高棉文",Khoj:"克吉奇文字",Knda:"坎那達文",Kore:"韓文",Kpel:"克培列文",Kthi:"凱提文",Lana:"藍拿文",Laoo:"寮國文",Latf:"拉丁文(尖角體活字變體)",Latg:"拉丁文(蓋爾語變體)",Latn:"拉丁文",Lepc:"雷布查文",Limb:"林佈文",Lina:"線性文字(A)",Linb:"線性文字(B)",Lisu:"栗僳文",Loma:"洛馬文",Lyci:"呂西亞語",Lydi:"里底亞語",Mahj:"印地文",Mand:"曼底安文",Mani:"摩尼教文",Marc:"藏文",Maya:"瑪雅象形文字",Mend:"門德文",Merc:"麥羅埃文(曲線字體)",Mero:"麥羅埃文",Mlym:"馬來亞拉姆文",Modi:"馬拉地文",Mong:"蒙古文",Moon:"蒙氏點字",Mroo:"謬文",Mtei:"曼尼普爾文",Mult:"木爾坦文",Mymr:"緬甸文",Narb:"古北阿拉伯文",Nbat:"納巴泰文字",Newa:"Vote 尼瓦爾文",Nkgb:"納西格巴文",Nkoo:"西非書面語言 (N’Ko)",Nshu:"女書文字",Ogam:"歐甘文",Olck:"桑塔利文",Orkh:"鄂爾渾文",Orya:"歐迪亞文",Osge:"歐塞奇文",Osma:"歐斯曼亞文",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:"錫蘭文",Sora:"索朗桑朋文字",Soyo:"索永布文字",Sund:"巽他文",Sylo:"希洛弟納格里文",Syrc:"敘利亞文",Syre:"敘利亞文(福音體文字變體)",Syrj:"敘利亞文(西方文字變體)",Syrn:"敘利亞文(東方文字變體)",Tagb:"南島文",Takr:"塔卡里文字",Tale:"傣哪文",Talu:"西雙版納新傣文",Taml:"坦米爾文",Tang:"西夏文",Tavt:"傣擔文",Telu:"泰盧固文",Teng:"談格瓦文",Tfng:"提非納文",Tglg:"塔加拉文",Thaa:"塔安那文",Thai:"泰文",Tibt:"西藏文",Tirh:"邁蒂利文",Ugar:"烏加列文",Vaii:"瓦依文",Visp:"視覺語音文字",Wara:"瓦郎奇蒂文字",Wole:"沃雷艾文",Xpeo:"古波斯文",Xsux:"蘇米魯亞甲文楔形文字",Yiii:"彞文",Zanb:"札那巴札爾文字",Zinh:"繼承文字(Unicode)",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:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"{0} 公寸"},"10p-2":{unitPrefixPattern:"{0} 公分"},"10p-3":{unitPrefixPattern:"{0} 公釐"},"10p-6":{unitPrefixPattern:"{0} 微米"},"10p-9":{unitPrefixPattern:"{0} 奈米"},"10p-12":{unitPrefixPattern:"{0} 皮米"},"10p-15":{unitPrefixPattern:"{0} 飛米"},"10p-18":{unitPrefixPattern:"{0} 阿米"},"10p-21":{unitPrefixPattern:"{0} 仄米"},"10p-24":{unitPrefixPattern:"{0} 麼米"},"10p1":{unitPrefixPattern:"{0} 公丈"},"10p2":{unitPrefixPattern:"{0} 公引"},"10p3":{unitPrefixPattern:"{0} 公里"},"10p6":{unitPrefixPattern:"{0} 兆米"},"10p9":{unitPrefixPattern:"{0} 吉米"},"10p12":{unitPrefixPattern:"{0} 太米"},"10p15":{unitPrefixPattern:"{0} 拍米"},"10p18":{unitPrefixPattern:"{0} 艾米"},"10p21":{unitPrefixPattern:"{0} 皆米"},"10p24":{unitPrefixPattern:"{0} 佑米"},"1024p1":{unitPrefixPattern:"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:"公尺/平方秒","unitPattern-count-other":"{0} 公尺/平方秒"},"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:"克拉","unitPattern-count-other":"{0} 克拉"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"毫克/分升","unitPattern-count-other":"{0} 毫克/分升"},"concentr-millimole-per-liter":{displayName:"毫莫耳/公升","unitPattern-count-other":"{0} 毫莫耳/公升"},"concentr-item":{displayName:"個項目","unitPattern-count-other":"{0} 個項目"},"concentr-permillion":{displayName:"百萬分率","unitPattern-count-other":"{0} 百萬分率"},"concentr-percent":{displayName:"百分比","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"千分比","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"莫耳","unitPattern-count-other":"{0} 莫耳"},"consumption-liter-per-kilometer":{displayName:"公升/公里","unitPattern-count-other":"{0} 升/公里"},"consumption-liter-per-100-kilometer":{displayName:"升/100 公里","unitPattern-count-other":"{0} 升/100 公里"},"consumption-mile-per-gallon":{displayName:"英里/加侖","unitPattern-count-other":"{0} 英里/加侖"},"consumption-mile-per-gallon-imperial":{displayName:"英里/英制加侖","unitPattern-count-other":"{0} 英里/英制加侖"},"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:"byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"世紀","unitPattern-count-other":"{0} 世紀"},"duration-decade":{displayName:"10 年","unitPattern-count-other":"{0}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:"安培","unitPattern-count-other":"{0} 安培"},"electric-milliampere":{displayName:"毫安培","unitPattern-count-other":"{0} 毫安培"},"electric-ohm":{displayName:"歐姆","unitPattern-count-other":"{0} 歐姆"},"electric-volt":{displayName:"伏特","unitPattern-count-other":"{0} 伏特"},"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:"N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"吉赫","unitPattern-count-other":"{0} 吉赫"},"frequency-megahertz":{displayName:"兆赫","unitPattern-count-other":"{0} 兆赫"},"frequency-kilohertz":{displayName:"千赫","unitPattern-count-other":"{0} 千赫"},"frequency-hertz":{displayName:"赫茲","unitPattern-count-other":"{0} 赫茲"},"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:"點","unitPattern-count-other":"{0} 點"},"length-solar-radius":{displayName:"R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"勒克斯","unitPattern-count-other":"{0} 勒克斯"},"light-candela":{displayName:"燭光","unitPattern-count-other":"{0} 燭光"},"light-lumen":{displayName:"流明","unitPattern-count-other":"{0} 流明"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"公噸","unitPattern-count-other":"{0} 公噸"},"mass-kilogram":{displayName:"公斤","unitPattern-count-other":"{0} 公斤",perUnitPattern:"{0}/公斤"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} 克",perUnitPattern:"{0}/克"},"mass-milligram":{displayName:"毫克","unitPattern-count-other":"{0} 毫克"},"mass-microgram":{displayName:"微克","unitPattern-count-other":"{0} 微克"},"mass-ton":{displayName:"美噸","unitPattern-count-other":"{0} 美噸"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0} 英石"},"mass-pound":{displayName:"磅","unitPattern-count-other":"{0} 磅",perUnitPattern:"{0}/磅"},"mass-ounce":{displayName:"盎司","unitPattern-count-other":"{0} 盎司",perUnitPattern:"{0}/盎司"},"mass-ounce-troy":{displayName:"金衡盎司","unitPattern-count-other":"{0} 金衡盎司"},"mass-carat":{displayName:"克拉","unitPattern-count-other":"{0} 克拉"},"mass-dalton":{displayName:"達爾頓","unitPattern-count-other":"{0} 達爾頓"},"mass-earth-mass":{displayName:"地球質量","unitPattern-count-other":"{0} 地球質量"},"mass-solar-mass":{displayName:"太陽質量","unitPattern-count-other":"{0} 太陽質量"},"mass-grain":{displayName:"格林","unitPattern-count-other":"{0} 格林"},"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:"毫米汞柱","unitPattern-count-other":"{0} 毫米汞柱"},"pressure-pound-force-per-square-inch":{displayName:"磅力/平方英寸","unitPattern-count-other":"{0} 磅力/平方英寸"},"pressure-inch-ofhg":{displayName:"英寸汞柱","unitPattern-count-other":"{0} 英寸汞柱"},"pressure-bar":{displayName:"巴","unitPattern-count-other":"{0} 巴"},"pressure-millibar":{displayName:"毫巴","unitPattern-count-other":"{0} 毫巴"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"帕","unitPattern-count-other":"{0} 帕"},"pressure-hectopascal":{displayName:"百帕","unitPattern-count-other":"{0} 百帕"},"pressure-kilopascal":{displayName:"千帕","unitPattern-count-other":"{0} 千帕"},"pressure-megapascal":{displayName:"兆帕","unitPattern-count-other":"{0} 兆帕"},"speed-kilometer-per-hour":{displayName:"公里/小時","unitPattern-count-other":"{0} 公里/小時"},"speed-meter-per-second":{displayName:"公尺/秒","unitPattern-count-other":"{0} 公尺/秒"},"speed-mile-per-hour":{displayName:"英里/小時","unitPattern-count-other":"{0} 英里/小時"},"speed-knot":{displayName:"節","unitPattern-count-other":"{0} 節"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"攝氏","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"華氏","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"克耳文","unitPattern-count-other":"{0} 克耳文"},"torque-pound-force-foot":{displayName:"磅英尺","unitPattern-count-other":"{0} 磅英尺"},"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:"英制甜品匙","unitPattern-count-other":"{0} 英制甜品匙"},"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:"英制夸脫","unitPattern-count-other":"{0} 英制夸脫"},coordinateUnit:{displayName:"方向",east:"東經{0}",north:"北緯{0}",south:"南緯{0}",west:"西經{0}"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"hB hb h 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","roc","chinese"],zh_TW={__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:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah: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:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日 E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"HH:mm",hms:"Bh:mm:ss",Hms:"HH:mm:ss",hmsv:"Bh:mm:ss [v]",Hmsv:"HH:mm:ss [v]",hmv:"Bh:mm [v]",Hmv:"HH:mm [v]",M:"M月",Md:"M/d",MEd:"M/d(E)",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/d(E)",yMEEEEd:"y年M月d日 EEEE",yMM:"y/MM",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日 E",yMMMM:"y年M月",yQQQ:"y年QQQ",yQQQQ:"y年QQQQ",MMMMW:"MMMM的第W週",yw:"Y年的第w週"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"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-dd, E – y-MM-dd, E",G:"GGGGGy-MM-dd, E – GGGGGy-MM-dd, E",M:"GGGGGy-MM-dd, E – y-MM-dd, E",y:"GGGGGy-MM-dd, E – y-MM-dd, E"},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時",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH – HH"},hm:{a:"ah:mm至ah:mm",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm – HH:mm [v]",m:"HH:mm – HH:mm [v]"},hv:{a:"ah時至ah時 [v]",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},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:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"y至y"},yM:{M:"y/M至y/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至M月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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],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:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah: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:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",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年QQQ",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:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]},"stand-alone":{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],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/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah: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:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"HH:mm",hms:"Bh:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",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年QQQ",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:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y",G:"G y至G y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M",G:"G y/M至G y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d",G:"G y/M/d至G y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE",G:"G y/M/dE至G y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日",G:"G y年M月d日至G y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E",G:"G y年M月d日E至G y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G 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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],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:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"}},"ca-persian":{dateFormats:{full:"G y年M月d日 EEEE",long:"G y年M月d日",medium:"G y年M月d日",short:"G y/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah: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:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"G y年",GyMd:"G y/M/d",GyMMM:"G y年M月",GyMMMd:"G y年M月d日",GyMMMEd:"G y年M月d日 E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日 E",MMMMd:"M月d日",ms:"mm:ss",y:"G y年",yyyy:"G y年",yyyyM:"G y/M",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/d(E)",yyyyMMM:"G y年M月",yyyyMMMd:"G y年M月d日",yyyyMMMEd:"G y年M月d日 E",yyyyMMMM:"G y年M月",yyyyQQQ:"G y年QQQ",yyyyQQQQ:"G y年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:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G 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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],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:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah: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:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",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年QQQ",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:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G 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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"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:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],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":"非數值","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":0,"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_TW as default,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* Helper class for working with bindings.
|
|
56
56
|
*
|
|
57
57
|
* @author SAP SE
|
|
58
|
-
* @version 1.
|
|
58
|
+
* @version 1.142.0
|
|
59
59
|
*
|
|
60
60
|
* @private
|
|
61
61
|
* @alias sap.ui.integration.util.BindingHelper
|
|
@@ -68,6 +68,7 @@ sap.ui.define([
|
|
|
68
68
|
var mFormatters = {
|
|
69
69
|
date: DateTimeFormatter.date,
|
|
70
70
|
dateTime: DateTimeFormatter.dateTime,
|
|
71
|
+
dateTimeWithTimezone: DateTimeFormatter.dateTimeWithTimezone,
|
|
71
72
|
currency: NumberFormatter.currency,
|
|
72
73
|
"float": NumberFormatter.float,
|
|
73
74
|
integer: NumberFormatter.integer,
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @extends sap.ui.base.Object
|
|
39
39
|
*
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.
|
|
41
|
+
* @version 1.142.0
|
|
42
42
|
*
|
|
43
43
|
* @constructor
|
|
44
44
|
* @param {sap.ui.integration.Host} oHost The Host which will be used for resolving destinations.
|
|
@@ -270,6 +270,9 @@ sap.ui.define([
|
|
|
270
270
|
|
|
271
271
|
return this.getUrl(sKey)
|
|
272
272
|
.then(function (sUrl) {
|
|
273
|
+
if (sUrl === undefined || sUrl === null) {
|
|
274
|
+
return Promise.reject("Destination '" + sKey + "' was resolved by the host with 'undefined' or 'null'.");
|
|
275
|
+
}
|
|
273
276
|
return this._replaceUrl(sString, sKey, sUrl);
|
|
274
277
|
}.bind(this));
|
|
275
278
|
};
|
|
@@ -278,6 +281,7 @@ sap.ui.define([
|
|
|
278
281
|
* @private
|
|
279
282
|
*/
|
|
280
283
|
Destinations.prototype._replaceUrl = function (sString, sKey, sUrl) {
|
|
284
|
+
|
|
281
285
|
const sSanitizedUrl = sUrl.trim().replace(/\/$/, ""); // remove any trailing spaces and slashes
|
|
282
286
|
|
|
283
287
|
if (this._sPrefix === "destinations") {
|