@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:"아카드어",ale:"알류트어",alt:"남부 알타이어",am:"암하라어",an:"아라곤어",ang:"고대 영어",ann:"오볼로어",anp:"앙가어",ar:"아랍어",ar_001:"현대 표준 아랍어",arc:"아람어",arn:"마푸둥군어",arp:"아라파호어",arq:"알제리 아랍어",ars:"아랍어(나즈디)",arw:"아라와크어",ary:"모로코 아랍어",arz:"이집트 아랍어",as:"아삼어",asa:"아수어",ast:"아스투리아어",atj:"아티카메쿠어",av:"아바릭어",awa:"아와히어",ay:"아이마라어",az:"아제르바이잔어","az_alt-short":"아제리어",ba:"바슈키르어",bal:"발루치어",ban:"발리어",bas:"바사어",bax:"바문어",bbj:"고말라어",be:"벨라루스어",bej:"베자어",bem:"벰바어",bez:"베나어",bfd:"바푸트어",bg:"불가리아어",bgn:"서부 발로치어",bho:"호즈푸리어",bi:"비슬라마어",bik:"비콜어",bin:"비니어",bkm:"콤어",bla:"식시카어",bm:"밤바라어",bn:"벵골어",bo:"티베트어",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:"콥트어",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:"저지 소르비아어",dua:"두알라어",dum:"중세 네덜란드어",dv:"디베히어",dyo:"졸라 포니어",dyu:"드율라어",dz:"종카어",dzg:"다장가어",ebu:"엠부어",ee:"에웨어",efi:"이픽어",egy:"고대 이집트어",eka:"이카죽어",el:"그리스어",elx:"엘람어",en:"영어",enm:"중세 영어",eo:"에스페란토어",es:"스페인어",es_ES:"스페인어(유럽)",et:"에스토니아어",eu:"바스크어",ewo:"이원도어",fa:"페르시아어",fa_AF:"다리어",fan:"팡그어",fat:"판티어",ff:"풀라어",fi:"핀란드어",fil:"필리핀어",fj:"피지어",fo:"페로어",fon:"폰어",fr:"프랑스어",frc:"케이준 프랑스어",frm:"중세 프랑스어",fro:"고대 프랑스어",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:"구자라트어",guz:"구시어",gv:"맹크스어",gwi:"그위친어",ha:"하우사어",hai:"하이다어",hak:"하카어",haw:"하와이어",hax:"남부 하이다어",he:"히브리어",hi:"힌디어","hi_Latn-alt-variant":"힝글리시",hif:"피지 힌디어",hil:"헤리가뇬어",hit:"하타이트어",hmn:"히몸어",ho:"히리 모투어",hr:"크로아티아어",hsb:"고지 소르비아어",hsn:"샹어",ht:"아이티어",hu:"헝가리어",hup:"후파어",hur:"할코멜렘어",hy:"아르메니아어",hz:"헤레로어",ia:"인터링구아",iba:"이반어",ibb:"이비비오어",id:"인도네시아어",ie:"인테르링구에",ig:"이그보어",ii:"쓰촨 이어",ik:"이누피아크어",ikt:"캐나다 서부 이누크티투트어",ilo:"이로코어",inh:"인귀시어",io:"이도어",is:"아이슬란드어",it:"이탈리아어",iu:"이눅티투트어",ja:"일본어",jbo:"로반어",jgo:"응곰바어",jmc:"마차메어",jpr:"유대-페르시아어",jrb:"유대-아라비아어",jv:"자바어",ka:"조지아어",kaa:"카라칼파크어",kab:"커바일어",kac:"카친어",kaj:"까꼬토끄어",kam:"캄바어",kaw:"카위어",kbd:"카바르디어",kbl:"카넴부어",kcg:"티얍어",kde:"마콘데어",kea:"크리올어",kfo:"코로어",kg:"콩고어",kgp:"카잉강어",kha:"카시어",kho:"호탄어",khq:"코이라 친니어",khw:"코와르어",ki:"키쿠유어",kj:"쿠안야마어",kk:"카자흐어",kkj:"카코어",kl:"그린란드어",kln:"칼렌진어",km:"크메르어",kmb:"킴분두어",kn:"칸나다어",ko:"한국어",koi:"코미페르먀크어",kok:"코카니어",kos:"코스라이엔어",kpe:"크펠레어",kr:"칸누리어",krc:"카라챠이-발카르어",krl:"카렐리야어",kru:"쿠르크어",ks:"카슈미르어",ksb:"샴발라어",ksf:"바피아어",ksh:"콜로그니안어",ku:"쿠르드어",kum:"쿠믹어",kut:"쿠테네어",kv:"코미어",kw:"콘월어",kwk:"곽왈라어",ky:"키르기스어",la:"라틴어",lad:"라디노어",lag:"랑기어",lah:"라한다어",lam:"람바어",lb:"룩셈부르크어",lez:"레즈기안어",lfn:"링구아 프랑카 노바",lg:"간다어",li:"림버거어",lil:"릴루엣어",lkt:"라코타어",ln:"링갈라어",lo:"라오어",lol:"몽고어",lou:"루이지애나 크리올어",loz:"로지어",lrc:"북부 루리어",lsm:"사미아어",lt:"리투아니아어",lu:"루바-카탄가어",lua:"루바-룰루아어",lui:"루이세노어",lun:"룬다어",luo:"루오어",lus:"루샤이어",luy:"루야어",lv:"라트비아어",mad:"마두라어",maf:"마파어",mag:"마가히어",mai:"마이틸리어",mak:"마카사어",man:"만딩고어",mas:"마사이어",mde:"마바어",mdf:"모크샤어",mdr:"만다르어",men:"멘데어",mer:"메루어",mfe:"모리스얀어",mg:"말라가시어",mga:"중세 아일랜드어",mgh:"마크후와-메토어",mgo:"메타어",mh:"마셜어",mi:"마오리어",mic:"미크맥어",min:"미낭카바우어",mk:"마케도니아어",ml:"말라얄람어",mn:"몽골어",mnc:"만주어",mni:"마니푸리어",moe:"이누아문",moh:"모호크어",mos:"모시어",mr:"마라티어",mrj:"서부 마리어",ms:"말레이어",mt:"몰타어",mua:"문당어",mul:"다중 언어",mus:"크리크어",mwl:"미란데어",mwr:"마르와리어",my:"버마어",mye:"미예네어",myv:"엘즈야어",mzn:"마잔데라니어",na:"나우루어",nan:"민난어",nap:"나폴리어",naq:"나마어",nb:"노르웨이어(보크말)",nd:"북부 은데벨레어",nds:"저지 독일어",nds_NL:"저지 색슨어",ne:"네팔어",new:"네와르어",ng:"느동가어",nia:"니아스어",niu:"니웨언어",nl:"네덜란드어",nl_BE:"플라망어",nmg:"크와시오어",nn:"노르웨이어(니노르스크)",nnh:"느기엠본어",no:"노르웨이어",nog:"노가이어",non:"고대 노르웨이어",nqo:"응코어",nr:"남부 은데벨레어",nso:"북부 소토어",nus:"누에르어",nv:"나바호어",nwc:"고전 네와르어",ny:"냔자어",nym:"니암웨지어",nyn:"니안콜어",nyo:"뉴로어",nzi:"느지마어",oc:"오크어",oj:"오지브와어",ojb:"북서부 오지브와어",ojc:"중앙 오지브와어",ojs:"오지 크리어",ojw:"서부 오지브와어",oka:"오카나간어",om:"오로모어",or:"오리야어",os:"오세트어",osa:"오세이지어",ota:"오스만 터키어",pa:"펀잡어",pag:"판가시난어",pal:"팔레비어",pam:"팜팡가어",pap:"파피아먼토어",pau:"팔라우어",pcm:"나이지리아 피진어",peo:"고대 페르시아어",phn:"페니키아어",pi:"팔리어",pis:"피진어",pl:"폴란드어",pnt:"폰틱어",pon:"폼페이어",pqm:"말리시트 파사마쿼디어",prg:"프러시아어",pro:"고대 프로방스어",ps:"파슈토어",pt:"포르투갈어",pt_PT:"포르투갈어(유럽)",qu:"케추아어",quc:"키체어",raj:"라자스탄어",rap:"라파뉴이",rar:"라로통가어",rhg:"로힝야어",rm:"로만시어",rn:"룬디어",ro:"루마니아어",ro_MD:"몰도바어",rof:"롬보어",rom:"집시어",ru:"러시아어",rue:"루신어",rup:"아로마니아어",rw:"르완다어",rwk:"르와어",sa:"산스크리트어",sad:"산다웨어",sah:"야쿠트어",sam:"사마리아 아랍어",saq:"삼부루어",sas:"사사크어",sat:"산탈리어",sba:"느감바이어",sbp:"상구어",sc:"사르디니아어",scn:"시칠리아어",sco:"스코틀랜드어",sd:"신디어",sdh:"남부 쿠르드어",se:"북부 사미어",see:"세네카어",seh:"세나어",sel:"셀쿠프어",ses:"코이야보로 세니어",sg:"산고어",sga:"고대 아일랜드어",sh:"세르비아-크로아티아어",shi:"타셸히트어",shn:"샨어",shu:"차디언 아라비아어",si:"싱할라어",sid:"시다모어",sk:"슬로바키아어",sl:"슬로베니아어",slh:"남부 루슈트시드어",sm:"사모아어",sma:"남부 사미어",smj:"룰레 사미어",smn:"이나리 사미어",sms:"스콜트 사미어",sn:"쇼나어",snk:"소닌케어",so:"소말리아어",sog:"소그디엔어",sq:"알바니아어",sr:"세르비아어",srn:"스라난 통가어",srr:"세레르어",ss:"시스와티어",ssy:"사호어",st:"남부 소토어",str:"해안 살리시어",su:"순다어",suk:"수쿠마어",sus:"수수어",sux:"수메르어",sv:"스웨덴어",sw:"스와힐리어",sw_CD:"콩고 스와힐리어",swb:"코모로어",syc:"고전 시리아어",syr:"시리아어",ta:"타밀어",tce:"남부 투톤어",te:"텔루구어",tem:"팀니어",teo:"테조어",ter:"테레노어",tet:"테툼어",tg:"타지크어",tgx:"타기시어",th:"태국어",tht:"탈탄어",ti:"티그리냐어",tig:"티그레어",tiv:"티브어",tk:"투르크멘어",tkl:"토켈라우제도어",tkr:"차후르어",tl:"타갈로그어",tlh:"클링온어",tli:"틀링깃족어",tly:"탈리쉬어",tmh:"타마섹어",tn:"츠와나어",to:"통가어",tog:"니아사 통가어",tok:"도기 보나",tpi:"토크 피신어",tr:"터키어",trv:"타로코어",ts:"총가어",tsi:"트심시안어",tt:"타타르어",ttm:"북부 투톤어",tum:"툼부카어",tvl:"투발루어",tw:"트위어",twq:"타사와크어",ty:"타히티어",tyv:"투비니안어",tzm:"중앙 모로코 타마지트어",udm:"우드말트어",ug:"위구르어",uga:"유가리틱어",uk:"우크라이나어",umb:"움분두어",und:"알 수 없는 언어",ur:"우르두어",uz:"우즈베크어",vai:"바이어",ve:"벤다어",vi:"베트남어",vo:"볼라퓌크어",vot:"보틱어",vun:"분조어",wa:"왈론어",wae:"월저어",wal:"월라이타어",war:"와라이어",was:"와쇼어",wbp:"왈피리어",wo:"월로프어",wuu:"우어",xal:"칼미크어",xh:"코사어",xog:"소가어",yao:"야오족어",yap:"얍페세어",yav:"양본어",ybb:"옘바어",yi:"이디시어",yo:"요루바어",yrl:"넨가투어",yue:"광둥어","yue_alt-menu":"중국어(광둥어)",za:"주앙어",zap:"사포테크어",zbl:"블리스 심볼",zen:"제나가어",zgh:"표준 모로코 타마지트어",zh:"중국어","zh_alt-menu":"중국어(만다린)","zh_Hans-alt-long":"중국어(만다린, 간체)","zh_Hant-alt-long":"중국어(만다린, 번체)",zu:"줄루어",zun:"주니어",zxx:"언어 관련 내용 없음",zza:"자자어"},scripts={Adlm:"아들람 문자",Afak:"아파카 문자",Aghb:"코카시안 알바니아 문자",Arab:"아랍 문자","Arab-alt-variant":"페르소-아라비아 문자",Aran:"나스탈리크체",Armi:"아랍제국 문자",Armn:"아르메니아 문자",Avst:"아베스타 문자",Bali:"발리 문자",Bamu:"바뭄 문자",Bass:"바사바흐 문자",Batk:"바타크 문자",Beng:"벵골 문자",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:"글라골 문자",Goth:"고트 문자",Gran:"그란타 문자",Grek:"그리스 문자",Gujr:"구자라트 문자",Guru:"구르무키 문자",Hanb:"주음 자모",Hang:"한글",Hani:"한자",Hano:"하누누 문자",Hans:"간체","Hans-alt-stand-alone":"한자 간체",Hant:"번체","Hant-alt-stand-alone":"한자 번체",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:"마니교 문자",Maya:"마야 상형 문자",Mend:"멘데 문자",Merc:"메로에 필기체",Mero:"메로에 문자",Mlym:"말라얄람 문자",Mong:"몽골 문자",Moon:"문 문자",Mroo:"므로 문자",Mtei:"메이테이 마옉 문자",Mymr:"미얀마 문자",Narb:"옛 북부 아라비아 문자",Nbat:"나바테아 문자",Nkgb:"나시 게바 문자",Nkoo:"응코 문자",Nshu:"누슈 문자",Ogam:"오검 문자",Olck:"올 치키 문자",Orkh:"오르혼어",Orya:"오리야 문자",Osma:"오스마니아 문자",Palm:"팔미라 문자",Perm:"고대 페름 문자",Phag:"파스파 문자",Phli:"명문 팔라비 문자",Phlp:"솔터 팔라비 문자",Phlv:"북 팔라비 문자",Phnx:"페니키아 문자",Plrd:"폴라드 표음 문자",Prti:"명문 파라티아 문자",Qaag:"저지 문자",Rjng:"레장 문자",Rohg:"하니피 문자",Roro:"롱고롱고",Runr:"룬 문자",Samr:"사마리아 문자",Sara:"사라티",Sarb:"옛 남부 아라비아 문자",Saur:"사우라슈트라 문자",Sgnw:"수화 문자",Shaw:"샤비안 문자",Shrd:"사라다 문자",Sidd:"실담자",Sind:"쿠다와디 문자",Sinh:"신할라 문자",Sora:"소라 솜펭 문자",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:"이 문자",Zinh:"구전 문자",Zmth:"수학 기호",Zsye:"이모티콘",Zsym:"기호",Zxxx:"구전",Zyyy:"일반 문자",Zzzz:"알 수 없는 문자"},territories={142:"아시아",143:"중앙 아시아",145:"서아시아",150:"유럽",151:"동유럽",154:"북유럽",155:"서유럽",202:"사하라 사막 이남 아프리카",419:"라틴 아메리카","001":"세계","002":"아프리카","003":"북아메리카","005":"남아메리카","009":"오세아니아","011":"서부 아프리카","013":"중앙 아메리카","014":"동부 아프리카","015":"북부 아프리카","017":"중부 아프리카","018":"남부 아프리카","019":"아메리카 대륙","021":"북부 아메리카","029":"카리브 제도","030":"동아시아","034":"남아시아","035":"동남아시아","039":"남유럽","053":"오스트랄라시아","054":"멜라네시아","057":"미크로네시아 지역","061":"폴리네시아",AC:"어센션섬",AD:"안도라",AE:"아랍에미리트",AF:"아프가니스탄",AG:"앤티가 바부다",AI:"앵귈라",AL:"알바니아",AM:"아르메니아",AO:"앙골라",AQ:"남극 대륙",AR:"아르헨티나",AS:"아메리칸 사모아",AT:"오스트리아",AU:"오스트레일리아",AW:"아루바",AX:"올란드 제도",AZ:"아제르바이잔",BA:"보스니아 헤르체고비나",BB:"바베이도스",BD:"방글라데시",BE:"벨기에",BF:"부르키나파소",BG:"불가리아",BH:"바레인",BI:"부룬디",BJ:"베냉",BL:"생바르텔레미",BM:"버뮤다",BN:"브루나이",BO:"볼리비아",BQ:"네덜란드령 카리브",BR:"브라질",BS:"바하마",BT:"부탄",BV:"부베섬",BW:"보츠와나",BY:"벨라루스",BZ:"벨리즈",CA:"캐나다",CC:"코코스 제도",CD:"콩고-킨샤사","CD-alt-variant":"콩고민주공화국",CF:"중앙 아프리카 공화국",CG:"콩고-브라자빌","CG-alt-variant":"콩고 공화국",CH:"스위스",CI:"코트디부아르","CI-alt-variant":"아이보리 코스트",CK:"쿡 제도",CL:"칠레",CM:"카메룬",CN:"중국",CO:"콜롬비아",CP:"클리퍼턴섬",CR:"코스타리카",CU:"쿠바",CV:"카보베르데",CW:"퀴라소",CX:"크리스마스섬",CY:"키프로스",CZ:"체코","CZ-alt-variant":"체코 공화국",DE:"독일",DG:"디에고 가르시아",DJ:"지부티",DK:"덴마크",DM:"도미니카",DO:"도미니카 공화국",DZ:"알제리",EA:"세우타 및 멜리야",EC:"에콰도르",EE:"에스토니아",EG:"이집트",EH:"서사하라",ER:"에리트리아",ES:"스페인",ET:"에티오피아",EU:"유럽 연합",EZ:"유로존",FI:"핀란드",FJ:"피지",FK:"포클랜드 제도","FK-alt-variant":"포클랜드 제도(말비나스 군도)",FM:"미크로네시아",FO:"페로 제도",FR:"프랑스",GA:"가봉",GB:"영국","GB-alt-short":"영국",GD:"그레나다",GE:"조지아",GF:"프랑스령 기아나",GG:"건지",GH:"가나",GI:"지브롤터",GL:"그린란드",GM:"감비아",GN:"기니",GP:"과들루프",GQ:"적도 기니",GR:"그리스",GS:"사우스조지아 사우스샌드위치 제도",GT:"과테말라",GU:"괌",GW:"기니비사우",GY:"가이아나",HK:"홍콩","HK-alt-short":"홍콩",HM:"허드 맥도널드 제도",HN:"온두라스",HR:"크로아티아",HT:"아이티",HU:"헝가리",IC:"카나리아 제도",ID:"인도네시아",IE:"아일랜드",IL:"이스라엘",IM:"맨섬",IN:"인도",IO:"영국령 인도양 식민지",IQ:"이라크",IR:"이란",IS:"아이슬란드",IT:"이탈리아",JE:"저지",JM:"자메이카",JO:"요르단",JP:"일본",KE:"케냐",KG:"키르기스스탄",KH:"캄보디아",KI:"키리바시",KM:"코모로",KN:"세인트키츠 네비스",KP:"북한",KR:"대한민국",KW:"쿠웨이트",KY:"케이맨 제도",KZ:"카자흐스탄",LA:"라오스",LB:"레바논",LC:"세인트루시아",LI:"리히텐슈타인",LK:"스리랑카",LR:"라이베리아",LS:"레소토",LT:"리투아니아",LU:"룩셈부르크",LV:"라트비아",LY:"리비아",MA:"모로코",MC:"모나코",MD:"몰도바",ME:"몬테네그로",MF:"생마르탱",MG:"마다가스카르",MH:"마셜 제도",MK:"북마케도니아",ML:"말리",MM:"미얀마",MN:"몽골",MO:"마카오","MO-alt-short":"마카오",MP:"북마리아나제도",MQ:"마르티니크",MR:"모리타니",MS:"몬트세라트",MT:"몰타",MU:"모리셔스",MV:"몰디브",MW:"말라위",MX:"멕시코",MY:"말레이시아",MZ:"모잠비크",NA:"나미비아",NC:"뉴칼레도니아",NE:"니제르",NF:"노퍽섬",NG:"나이지리아",NI:"니카라과",NL:"네덜란드",NO:"노르웨이",NP:"네팔",NR:"나우루",NU:"니우에",NZ:"뉴질랜드","NZ-alt-variant":"뉴질랜드",OM:"오만",PA:"파나마",PE:"페루",PF:"프랑스령 폴리네시아",PG:"파푸아뉴기니",PH:"필리핀",PK:"파키스탄",PL:"폴란드",PM:"생피에르 미클롱",PN:"핏케언 제도",PR:"푸에르토리코",PS:"팔레스타인 지구","PS-alt-short":"팔레스타인",PT:"포르투갈",PW:"팔라우",PY:"파라과이",QA:"카타르",QO:"오세아니아 외곽",RE:"레위니옹",RO:"루마니아",RS:"세르비아",RU:"러시아",RW:"르완다",SA:"사우디아라비아",SB:"솔로몬 제도",SC:"세이셸",SD:"수단",SE:"스웨덴",SG:"싱가포르",SH:"세인트헬레나",SI:"슬로베니아",SJ:"스발바르제도-얀마웬섬",SK:"슬로바키아",SL:"시에라리온",SM:"산마리노",SN:"세네갈",SO:"소말리아",SR:"수리남",SS:"남수단",ST:"상투메 프린시페",SV:"엘살바도르",SX:"신트마르턴",SY:"시리아",SZ:"에스와티니","SZ-alt-variant":"스와질란드",TA:"트리스탄다쿠나",TC:"터크스 케이커스 제도",TD:"차드",TF:"프랑스령 남방 지역",TG:"토고",TH:"태국",TJ:"타지키스탄",TK:"토켈라우",TL:"동티모르","TL-alt-variant":"티모르레스테",TM:"투르크메니스탄",TN:"튀니지",TO:"통가",TR:"튀르키예","TR-alt-variant":"튀르키예",TT:"트리니다드 토바고",TV:"투발루",TW:"대만",TZ:"탄자니아",UA:"우크라이나",UG:"우간다",UM:"미국령 해외 제도",UN:"국제연합","UN-alt-short":"유엔",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:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF",XXX:"¤"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"g-force","unitPattern-count-other":"{0}G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-other":"{0}m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-other":"{0}rev"},"angle-radian":{displayName:"rad","unitPattern-count-other":"{0}rad"},"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:"km²","unitPattern-count-other":"{0}km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-other":"{0}ha"},"area-square-meter":{displayName:"m²","unitPattern-count-other":"{0}m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-other":"{0}cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-other":"{0}mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"ac","unitPattern-count-other":"{0}ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-other":"{0}yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-other":"{0}ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-other":"{0}in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"두남","unitPattern-count-other":"{0}두남"},"concentr-karat":{displayName:"kt","unitPattern-count-other":"{0}kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0}mg/dL"},"concentr-millimole-per-liter":{displayName:"mmol/L","unitPattern-count-other":"{0}mmol/L"},"concentr-item":{displayName:"항목","unitPattern-count-other":"{0}개 항목"},"concentr-permillion":{displayName:"ppm","unitPattern-count-other":"{0}ppm"},"concentr-percent":{displayName:"%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0}mol"},"consumption-liter-per-kilometer":{displayName:"L/km","unitPattern-count-other":"{0}L/km"},"consumption-liter-per-100-kilometer":{displayName:"L/100km","unitPattern-count-other":"{0}L/100km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-other":"{0}mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mpg Imp.","unitPattern-count-other":"{0}mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0}PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0}TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0}Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0}GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0}Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0}MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0}Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0}kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0}kb"},"digital-byte":{displayName:"byte","unitPattern-count-other":"{0}byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0}bit"},"duration-century":{displayName:"C","unitPattern-count-other":"{0}C"},"duration-decade":{displayName:"dec","unitPattern-count-other":"{0}dec"},"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}/h"},"duration-minute":{displayName:"분","unitPattern-count-other":"{0}분",perUnitPattern:"{0}/min"},"duration-second":{displayName:"초","unitPattern-count-other":"{0}초",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"밀리초","unitPattern-count-other":"{0}ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-other":"{0}μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-other":"{0}ns"},"electric-ampere":{displayName:"amp","unitPattern-count-other":"{0}A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0}mA"},"electric-ohm":{displayName:"ohm","unitPattern-count-other":"{0}Ω"},"electric-volt":{displayName:"V","unitPattern-count-other":"{0}V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-other":"{0}kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-other":"{0}cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-other":"{0}Cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-other":"{0}kJ"},"energy-joule":{displayName:"줄","unitPattern-count-other":"{0}줄"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-other":"{0}kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-other":"{0}eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-other":"{0}Btu"},"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:"GHz","unitPattern-count-other":"{0}GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0}MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0}kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0}Hz"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0}em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0}px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0}MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0}ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0}ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-other":"{0}dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-other":"{0}dpi"},"graphics-dot":{displayName:"px","unitPattern-count-other":"{0}dot"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0}R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-other":"{0}km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-other":"{0}m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-other":"{0}dm"},"length-centimeter":{displayName:"cm","unitPattern-count-other":"{0}cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-other":"{0}mm"},"length-micrometer":{displayName:"μm","unitPattern-count-other":"{0}μm"},"length-nanometer":{displayName:"nm","unitPattern-count-other":"{0}nm"},"length-picometer":{displayName:"pm","unitPattern-count-other":"{0}pm"},"length-mile":{displayName:"mi","unitPattern-count-other":"{0}mi"},"length-yard":{displayName:"yd","unitPattern-count-other":"{0}yd"},"length-foot":{displayName:"ft","unitPattern-count-other":"{0}ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-other":"{0}in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-other":"{0}pc"},"length-light-year":{displayName:"ly","unitPattern-count-other":"{0}ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-other":"{0}au"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0}fur"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0}fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-other":"{0}nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-other":"{0}smi"},"length-point":{displayName:"pt","unitPattern-count-other":"{0}pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-other":"{0}R☉"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0}lx"},"light-candela":{displayName:"cd","unitPattern-count-other":"{0}cd"},"light-lumen":{displayName:"lm","unitPattern-count-other":"{0}lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0}L☉"},"mass-tonne":{displayName:"t","unitPattern-count-other":"{0}t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0}kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"그램","unitPattern-count-other":"{0}g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0}mg"},"mass-microgram":{displayName:"μg","unitPattern-count-other":"{0}μg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0}tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0}st"},"mass-pound":{displayName:"lb","unitPattern-count-other":"{0}lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0}oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0}oz t"},"mass-carat":{displayName:"CD","unitPattern-count-other":"{0}CD"},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0}Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0}M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-other":"{0}M☉"},"mass-grain":{displayName:"grain","unitPattern-count-other":"{0}grain"},"power-gigawatt":{displayName:"GW","unitPattern-count-other":"{0}GW"},"power-megawatt":{displayName:"MW","unitPattern-count-other":"{0}MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-other":"{0}kW"},"power-watt":{displayName:"w","unitPattern-count-other":"{0}W"},"power-milliwatt":{displayName:"mW","unitPattern-count-other":"{0}mW"},"power-horsepower":{displayName:"hp","unitPattern-count-other":"{0}hp"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-other":"{0}mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0}psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-other":"{0}inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-other":"{0}bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0}mb"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0}atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-other":"{0}Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0}hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0}kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0}MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0}km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0}m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0}mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0}kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0}K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0}lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-other":"{0}N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-other":"{0}km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-other":"{0}m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-other":"{0}cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-other":"{0}mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-other":"{0}yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-other":"{0}ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-other":"{0}in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-other":"{0}ML"},"volume-hectoliter":{displayName:"hL","unitPattern-count-other":"{0}hL"},"volume-liter":{displayName:"리터","unitPattern-count-other":"{0}L",perUnitPattern:"{0}/L"},"volume-deciliter":{displayName:"dL","unitPattern-count-other":"{0}dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-other":"{0}cL"},"volume-milliliter":{displayName:"mL","unitPattern-count-other":"{0}mL"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-other":"{0}mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-other":"{0}mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-other":"{0}ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0}bu"},"volume-gallon":{displayName:"gal","unitPattern-count-other":"{0}gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"Imp. gal","unitPattern-count-other":"{0}gal Imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"qt","unitPattern-count-other":"{0}qt"},"volume-pint":{displayName:"pt","unitPattern-count-other":"{0}pt"},"volume-cup":{displayName:"컵","unitPattern-count-other":"{0}컵"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-other":"{0}fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-other":"{0}fl oz Imp."},"volume-tablespoon":{displayName:"tbsp","unitPattern-count-other":"{0}tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-other":"{0}tsp"},"volume-barrel":{displayName:"bbl","unitPattern-count-other":"{0}bbl"},"volume-dessert-spoon":{displayName:"dstspn","unitPattern-count-other":"{0}dstspn"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp","unitPattern-count-other":"{0}dstspn Imp"},"volume-drop":{displayName:"drop","unitPattern-count-other":"{0}drop"},"volume-dram":{displayName:"dram fluid","unitPattern-count-other":"{0}dram fl"},"volume-jigger":{displayName:"jigger","unitPattern-count-other":"{0}jigger"},"volume-pinch":{displayName:"pinch","unitPattern-count-other":"{0}pinch"},"volume-quart-imperial":{displayName:"qt Imp","unitPattern-count-other":"{0}qt Imp."},coordinateUnit:{displayName:"쪽",east:"{0}E",north:"{0}N",south:"{0}S",west:"{0}W"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"h H hB hb",_preferred:"h"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"21:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"06:00",_from:"03:00"},morning2:{_before:"12:00",_from:"06:00"},night1:{_before:"03:00",_from:"21:00"},noon:{_at:"12:00"}},calendarPreference=["gregorian","dangi"],ko={__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:"yy. M. d."},timeFormats:{full:"a h시 m분 s초 zzzz",long:"a h시 m분 s초 z",medium:"a h:mm:ss",short:"a h:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"B h시",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d일",E:"ccc",EBhm:"(E) B h:mm",EBhms:"(E) B h:mm:ss",Ed:"d일 (E)",EEEEd:"d일 EEEE",Ehm:"(E) a h:mm",EHm:"(E) HH:mm",Ehms:"(E) a h:mm:ss",EHms:"(E) HH:mm:ss",Gy:"G y년",GyMd:"GGGGG y/M/d",GyMMM:"G y년 MMM",GyMMMd:"G y년 MMM d일",GyMMMEd:"G y년 MMM d일 (E)",GyMMMEEEEd:"G y년 MMM d일 EEEE",h:"a h시",H:"H시",HHmmss:"HH:mm:ss",hm:"a h:mm",Hm:"HH:mm",hms:"a h:mm:ss",Hms:"H시 m분 s초",hmsv:"a h:mm:ss v",Hmsv:"H시 m분 s초 v",hmv:"a h:mm v",Hmv:"HH:mm v",M:"M월",Md:"M. d.",MEd:"M. d. (E)",MEEEEd:"M. d. EEEE",MMM:"LLL",MMMd:"MMM d일",MMMEd:"MMM d일 (E)",MMMEEEEd:"MMM d일 EEEE",MMMMd:"MMMM d일",mmss:"mm:ss",ms:"mm:ss",y:"y년",yM:"y. M.",yMd:"y. M. d.",yMEd:"y. M. d. (E)",yMEEEEd:"y. M. d. EEEE",yMM:"y. M.",yMMM:"y년 MMM",yMMMd:"y년 MMM d일",yMMMEd:"y년 MMM d일 (E)",yMMMEEEEd:"y년 MMM d일 EEEE",yMMMM:"y년 MMMM",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:"B h시 ~ B h시",h:"B h시~h시"},Bhm:{B:"B h:mm~B h:mm",h:"B h:mm ~ h:mm",m:"B h:mm ~ h:mm"},d:{d:"d일~d일"},Gy:{G:"G y년 ~ G y년",y:"G y년~y년"},GyM:{G:"GGGGG y년 M월 ~ GGGGG y년 M월",M:"GGGGG y년 M월 ~ GGGGG y년 M월",y:"GGGGG y년 M월 ~ y년 M월"},GyMd:{d:"GGGGG y년 M월 d일 ~ y년 M월 d일",G:"GGGGG y년 M월 d일 ~ GGGGG y년 M월 d일",M:"GGGGG y년 M월 d일 ~ y년 M월 d일",y:"GGGGG y년 M월 d일 ~ y년 M월 d일"},GyMEd:{d:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",G:"GGGGG y년 M월 d일 E요일 ~ GGGGG y년 M월 d일 E요일",M:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",y:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 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:"a h시 ~ a h시",h:"a h시 ~ h시"},H:{H:"H ~ H시"},hm:{a:"a h:mm ~ a h:mm",h:"a h:mm~h:mm",m:"a h:mm~h:mm"},Hm:{H:"HH:mm ~ HH:mm",m:"HH:mm ~ HH:mm"},hmv:{a:"a h:mm ~ a h:mm v",h:"a h:mm~h:mm v",m:"a h:mm~h:mm v"},Hmv:{H:"HH:mm ~ HH:mm v",m:"HH:mm ~ HH:mm v"},hv:{a:"a h시 ~ a h시(v)",h:"a h시 ~ 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:"MMM~MMM"},MMMd:{d:"MMM 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. d. (E) ~ y. M. d. (E)",M:"y. M. d. (E) ~ y. M. d. (E)",y:"y. M. d. (E) ~ y. M. d. (E)"},yMMM:{M:"y년 M월~M월",y:"y년 M월 ~ y년 M월"},yMMMd:{d:"y년 M월 d일~d일",M:"y년 M월 d일 ~ M월 d일",y:"y년 M월 d일 ~ y년 M월 d일"},yMMMEd:{d:"y년 M월 d일 (E) ~ d일 (E)",M:"y년 M월 d일 (E) ~ M월 d일 (E)",y:"y년 M월 d일 (E) ~ y년 M월 d일 (E)"},yMMMEEEEd:{d:"y년 M월 d일 EEEE ~ d일 EEEE",M:"y년 M월 d일 EEEE ~ M월 d일 EEEE",y:"y년 M월 d일 EEEE ~ y년 M월 d일 EEEE"},yMMMM:{M:"y년 MMMM ~ MMMM",y:"y년 MMMM ~ y년 MMMM"}}},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/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]},"stand-alone":{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}},"stand-alone":{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}}},"era-wide":{0:"기원전",1:"서기"},"era-abbreviated":{0:"BC",1:"AD"},"era-narrow":{0:"BC",1:"AD"}},"ca-islamic":{dateFormats:{full:"G y년 M월 d일 EEEE",long:"G y년 M월 d일",medium:"G y. M. d.",short:"G y. M. d."},timeFormats:{full:"a h시 m분 s초 zzzz",long:"a h시 m분 s초 z",medium:"a h:mm:ss",short:"a h:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"B h시",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d일",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d일 (E)",EEEEd:"d일 EEEE",Ehm:"E a h:mm",EHm:"E HH:mm",Ehms:"E a h:mm:ss",EHms:"E HH:mm:ss",Gy:"G y년",GyMd:"GGGGG y/M/d",GyMMM:"G y년 M월",GyMMMd:"G y년 M월 d일",GyMMMEd:"G y년 M월 d일 (E)",GyMMMEEEEd:"G y년 M월 d일 EEEE",h:"a h시",H:"H시",HHmmss:"HH:mm:ss",hm:"a h:mm",Hm:"HH:mm",hms:"a h:mm:ss",Hms:"HH:mm:ss",M:"M월",Md:"M. d.",MEd:"M. d. (E)",MEEEEd:"M. d. EEEE",MMM:"LLL",MMMd:"M월 d일",MMMEd:"M월 d일 (E)",MMMEEEEd:"M월 d일 EEEE",MMMMd:"MMMM 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)",yyyyMEEEEd:"G y. M. d. EEEE",yyyyMMM:"G y년 M월",yyyyMMMd:"G y년 M월 d일",yyyyMMMEd:"G y년 M월 d일 (E)",yyyyMMMEEEEd:"G y년 M월 d일 EEEE",yyyyMMMM:"G y년 MMMM",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:"B h시 ~ B h시",h:"B h시 ~ h시"},Bhm:{B:"B h:mm ~ B h:mm",h:"B h:mm ~ h:mm",m:"B h:mm ~ h:mm"},d:{d:"d일 ~ d일"},Gy:{G:"G y년 ~ G y년",y:"G y년~y년"},GyM:{G:"GGGGG y년 M월 ~ GGGGG y년 M월",M:"GGGGG y년 M월 ~ y년 M월",y:"GGGGG y년 M월 ~ y년 M월"},GyMd:{d:"GGGGG y년 M월 d일 ~ y년 M월 d일",G:"GGGGG y년 M월 d일 ~ GGGGG y년 M월 d일",M:"GGGGG y년 M월 d일 ~ y년 M월 d일",y:"GGGGG y년 M월 d일 ~ y년 M월 d일"},GyMEd:{d:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",G:"GGGGG y년 M월 d일 E요일 ~ GGGGG y년 M월 d일 E요일",M:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",y:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},GyMMM:{G:"G y년 M월 ~ G y년 M월",M:"G y년 M월 ~ y년 M월",y:"G y년 M월 ~ y년 M월"},GyMMMd:{d:"G y년 M월 d일 ~ d일",G:"G y년 M월 d일 ~ y년 M월 d일",M:"G y년 M월 d일 ~ M월 d일",y:"G y년 M월 d일 ~ y년 M월 d일"},GyMMMEd:{d:"G y년 M월 d일 e요일 – M월 d일 e요일",G:"G y년 M월 d일 E요일 ~ G y년 M월 d일 E요일",M:"G y년 M월 d일 E요일 ~ M월 d일 E요일",y:"G y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},h:{a:"a h시 ~ a h시",h:"a h시 ~ h시"},H:{H:"HH ~ HH시"},hm:{a:"a h:mm ~ a h:mm",h:"a h:mm~h:mm",m:"a h:mm~h:mm"},Hm:{H:"HH:mm ~ HH:mm",m:"HH:mm ~ HH:mm"},hmv:{a:"a h:mm ~ a h:mm v",h:"a h:mm~h:mm v",m:"a h:mm~h:mm v"},Hmv:{H:"HH:mm ~ HH:mm v",m:"HH:mm ~ HH:mm v"},hv:{a:"a h시 ~ a h시(v)",h:"a h시 ~ 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:"M월 ~ M월"},MMMd:{d:"M월 d일 ~ d일",M:"M월 d일 ~ M월 d일"},MMMEd:{d:"M월 d일 (E) ~ d일 (E)",M:"M월 d일 (E) ~ M월 d일 (E)"},MMMEEEEd:{d:"M월 d일 EEEE ~ d일 EEEE",M:"M월 d일 EEEE ~ M월 d일 EEEE"},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. d. (E) ~ y. M. d. (E)",M:"G y. M. d. (E) ~ y. M. d. (E)",y:"G y. M. d. (E) ~ y. M. d. (E)"},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)"},yMMMEEEEd:{d:"G y년 M월 d일 EEEE ~ d일 EEEE",M:"G y년 M월 d일 EEEE ~ M월 d일 EEEE",y:"G y년 M월 d일 EEEE ~ y년 M월 d일 EEEE"},yMMMM:{M:"G y년 MM월 ~ MM월",y:"G y년 MM월 ~ y년 MM월"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["무하람","사파르","라비 알 아왈","라비 알 쎄니","주마다 알 아왈","주마다 알 쎄니","라잡","쉐아반","라마단","쉐왈","듀 알 까다","듀 알 히자"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["무하람","사파르","라비 알 아왈","라비 알 쎄니","주마다 알 아왈","주마다 알 쎄니","라잡","쉐아반","라마단","쉐왈","듀 알 까다","듀 알 히자"]}},days:{format:{abbreviated:["일","월","화","수","목","금","토"],narrow:["일","월","화","수","목","금","토"],short:["일","월","화","수","목","금","토"],wide:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},"stand-alone":{abbreviated:["일","월","화","수","목","금","토"],narrow:["일","월","화","수","목","금","토"],short:["일","월","화","수","목","금","토"],wide:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]}},quarters:{format:{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]},"stand-alone":{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}},"stand-alone":{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}}},"era-wide":{0:"히즈라력"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"G y년 M월 d일 EEEE",long:"G y년 M월 d일",medium:"G y. M. d.",short:"G y. M. d."},timeFormats:{full:"a h시 m분 s초 zzzz",long:"a h시 m분 s초 z",medium:"a h:mm:ss",short:"a h:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"B h시",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d일",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d일 (E)",EEEEd:"d일 EEEE",Ehm:"E a h:mm",EHm:"E HH:mm",Ehms:"E a h:mm:ss",EHms:"E HH:mm:ss",Gy:"G y년",GyMd:"GGGGG y/M/d",GyMMM:"G y년 MMM",GyMMMd:"G y년 MMM d일",GyMMMEd:"G y년 MMM d일 (E)",GyMMMEEEEd:"G y년 MMM d일 EEEE",h:"a h시",H:"H시",HHmmss:"HH:mm:ss",hm:"a h:mm",Hm:"HH:mm",hms:"a h:mm:ss",Hms:"HH:mm:ss",M:"M월",Md:"M. d.",MEd:"M. d. (E)",MEEEEd:"M. d. EEEE",MMM:"LLL",MMMd:"MMM d일",MMMEd:"MMM d일 (E)",MMMEEEEd:"MMM d일 EEEE",MMMMd:"MMMM 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)",yyyyMEEEEd:"G y. M. d. EEEE",yyyyMMM:"G y년 MMM",yyyyMMMd:"G y년 MMM d일",yyyyMMMEd:"G y년 MMM d일 (E)",yyyyMMMEEEEd:"G y년 MMM d일 EEEE",yyyyMMMM:"G y년 MMMM",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:"B h시 ~ B h시",h:"B h시 ~ h시"},Bhm:{B:"B h:mm ~ B h:mm",h:"B h:mm ~ h:mm",m:"B h:mm ~ h:mm"},d:{d:"d일 ~ d일"},Gy:{G:"G y년 ~ G y년",y:"G y년~y년"},GyM:{G:"GGGGG y년 M월 ~ GGGGG y년 M월",M:"GGGGG y년 M월 ~ y년 M월",y:"GGGGG y년 M월 ~ y년 M월"},GyMd:{d:"GGGGG y년 M월 d일 ~ y년 M월 d일",G:"GGGGG y년 M월 d일 ~ GGGGG y년 M월 d일",M:"GGGGG y년 M월 d일 ~ y년 M월 d일",y:"GGGGG y년 M월 d일 ~ y년 M월 d일"},GyMEd:{d:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",G:"GGGGG y년 M월 d일 E요일 ~ GGGGG y년 M월 d일 E요일",M:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",y:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},GyMMM:{G:"G y년 M월 ~ G y년 M월",M:"G y년 M월 ~ y년 M월",y:"G y년 M월 ~ y년 M월"},GyMMMd:{d:"G y년 M월 d일 ~ d일",G:"G y년 M월 d일 ~ y년 M월 d일",M:"G y년 M월 d일 ~ M월 d일",y:"G y년 M월 d일 ~ y년 M월 d일"},GyMMMEd:{d:"G y년 M월 d일 e요일 – M월 d일 e요일",G:"G y년 M월 d일 E요일 ~ G y년 M월 d일 E요일",M:"G y년 M월 d일 E요일 ~ M월 d일 E요일",y:"G y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},h:{a:"a h시 ~ a h시",h:"a h시 ~ h시"},H:{H:"HH ~ HH시"},hm:{a:"a h:mm ~ a h:mm",h:"a h:mm~h:mm",m:"a h:mm~h:mm"},Hm:{H:"HH:mm ~ HH:mm",m:"HH:mm ~ HH:mm"},hmv:{a:"a h:mm ~ a h:mm v",h:"a h:mm~h:mm v",m:"a h:mm~h:mm v"},Hmv:{H:"HH:mm ~ HH:mm v",m:"HH:mm ~ HH:mm v"},hv:{a:"a h시 ~ a h시(v)",h:"a h시 ~ 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:"M월 ~ M월"},MMMd:{d:"M월 d일 ~ d일",M:"M월 d일 ~ M월 d일"},MMMEd:{d:"M월 d일 (E) ~ d일 (E)",M:"M월 d일 (E) ~ M월 d일 (E)"},MMMEEEEd:{d:"M월 d일 EEEE ~ d일 EEEE",M:"M월 d일 EEEE ~ M월 d일 EEEE"},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. d. (E) ~ y. M. d. (E)",M:"G y. M. d. (E) ~ y. M. d. (E)",y:"G y. M. d. (E) ~ y. M. d. (E)",G:"G y. M. d. (E) ~ G y. M. d. (E)"},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)"},yMMMEEEEd:{d:"G y년 M월 d일 EEEE ~ d일 EEEE",M:"G y년 M월 d일 EEEE ~ M월 d일 EEEE",y:"G y년 M월 d일 EEEE ~ y년 M월 d일 EEEE",G:"G y년 M월 d일 EEEE ~ G y년 M월 d일 EEEE"},yMMMM:{M:"G y년 MM월 ~ MM월",y:"G y년 MM월 ~ y년 MM월",G:"G y년 MM월 ~ G y년 MM월"}}},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/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]},"stand-alone":{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}},"stand-alone":{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}}},"era-wide":{232:"메이지",233:"다이쇼",234:"쇼와",235:"헤이세이",236:"레이와"},"era-abbreviated":{232:"메이지",233:"다이쇼",234:"쇼와",235:"헤이세이",236:"레이와"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"G y년 M월 d일 EEEE",long:"G y년 M월 d일",medium:"G y. M. d.",short:"G y. M. d."},timeFormats:{full:"a h시 m분 s초 zzzz",long:"a h시 m분 s초 z",medium:"a h:mm:ss",short:"a h:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"B h시",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d일",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d일 (E)",EEEEd:"d일 EEEE",Ehm:"E a h:mm",EHm:"E HH:mm",Ehms:"E a h:mm:ss",EHms:"E HH:mm:ss",Gy:"G y년",GyMd:"GGGGG y/M/d",GyMMM:"G y년 M월",GyMMMd:"G y년 M월 d일",GyMMMEd:"G y년 M월 d일 (E)",GyMMMEEEEd:"G y년 M월 d일 EEEE",h:"a h시",H:"H시",HHmmss:"HH:mm:ss",hm:"a h:mm",Hm:"HH:mm",hms:"a h:mm:ss",Hms:"HH:mm:ss",M:"M월",Md:"M. d.",MEd:"M. d. (E)",MEEEEd:"M. d. EEEE",MMM:"LLL",MMMd:"M월 d일",MMMEd:"M월 d일 (E)",MMMEEEEd:"M월 d일 EEEE",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)",yyyyMEEEEd:"G y. M. d. EEEE",yyyyMMM:"G y년 M월",yyyyMMMd:"G y년 M월 d일",yyyyMMMEd:"G y년 M월 d일 (E)",yyyyMMMEEEEd:"G y년 M월 d일 EEEE",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:"B h시 ~ B h시",h:"B h시 ~ h시"},Bhm:{B:"B h:mm ~ B h:mm",h:"B h:mm ~ h:mm",m:"B h:mm ~ h:mm"},d:{d:"d일 ~ d일"},Gy:{G:"G y년 ~ G y년",y:"G y년~y년"},GyM:{G:"GGGGG y년 M월 ~ GGGGG y년 M월",M:"GGGGG y년 M월 ~ y년 M월",y:"GGGGG y년 M월 ~ y년 M월"},GyMd:{d:"GGGGG y년 M월 d일 ~ y년 M월 d일",G:"GGGGG y년 M월 d일 ~ GGGGG y년 M월 d일",M:"GGGGG y년 M월 d일 ~ y년 M월 d일",y:"GGGGG y년 M월 d일 ~ y년 M월 d일"},GyMEd:{d:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",G:"GGGGG y년 M월 d일 E요일 ~ GGGGG y년 M월 d일 E요일",M:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",y:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},GyMMM:{G:"G y년 M월 ~ G y년 M월",M:"G y년 M월 ~ y년 M월",y:"G y년 M월 ~ y년 M월"},GyMMMd:{d:"G y년 M월 d일 ~ d일",G:"G y년 M월 d일 ~ y년 M월 d일",M:"G y년 M월 d일 ~ M월 d일",y:"G y년 M월 d일 ~ y년 M월 d일"},GyMMMEd:{d:"G y년 M월 d일 e요일 – M월 d일 e요일",G:"G y년 M월 d일 E요일 ~ G y년 M월 d일 E요일",M:"G y년 M월 d일 E요일 ~ M월 d일 E요일",y:"G y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},h:{a:"a h시 ~ a h시",h:"a h시 ~ h시"},H:{H:"HH ~ HH시"},hm:{a:"a h:mm ~ a h:mm",h:"a h:mm~h:mm",m:"a h:mm~h:mm"},Hm:{H:"HH:mm ~ HH:mm",m:"HH:mm ~ HH:mm"},hmv:{a:"a h:mm ~ a h:mm v",h:"a h:mm~h:mm v",m:"a h:mm~h:mm v"},Hmv:{H:"HH:mm ~ HH:mm v",m:"HH:mm ~ HH:mm v"},hv:{a:"a h시 ~ a h시(v)",h:"a h시 ~ 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:"M월 ~ M월"},MMMd:{d:"M월 d일 ~ d일",M:"M월 d일 ~ M월 d일"},MMMEd:{d:"M월 d일 (E) ~ d일 (E)",M:"M월 d일 (E) ~ M월 d일 (E)"},MMMEEEEd:{d:"M월 d일 EEEE ~ d일 EEEE",M:"M월 d일 EEEE ~ M월 d일 EEEE"},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. d. (E) ~ y. M. d. (E)",M:"G y. M. d. (E) ~ y. M. d. (E)",y:"G y. M. d. (E) ~ y. M. d. (E)"},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)"},yMMMEEEEd:{d:"G y년 M월 d일 EEEE ~ d일 EEEE",M:"G y년 M월 d일 EEEE ~ M월 d일 EEEE",y:"G y년 M월 d일 EEEE ~ y년 M월 d일 EEEE"},yMMMM:{M:"G y년 MM월 ~ MM월",y:"G y년 MM월 ~ y년 MM월"}}},months:{format:{abbreviated:["화르바딘","오르디베헤쉬트","호르다드","티르","모르다드","샤흐리바르","메흐르","아반","아자르","다이","바흐만","에스판드"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["화르바딘","오르디베헤쉬트","호르다드","티르","모르다드","샤흐리바르","메흐르","아반","아자르","다이","바흐만","에스판드"]},"stand-alone":{abbreviated:["화르바딘","오르디베헤쉬트","호르다드","티르","모르다드","샤흐리바르","메흐르","아반","아자르","다이","바흐만","에스판드"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["화르바딘","오르디베헤쉬트","호르다드","티르","모르다드","샤흐리바르","메흐르","아반","아자르","다이","바흐만","에스판드"]}},days:{format:{abbreviated:["일","월","화","수","목","금","토"],narrow:["일","월","화","수","목","금","토"],short:["일","월","화","수","목","금","토"],wide:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},"stand-alone":{abbreviated:["일","월","화","수","목","금","토"],narrow:["일","월","화","수","목","금","토"],short:["일","월","화","수","목","금","토"],wide:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]}},quarters:{format:{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]},"stand-alone":{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}},"stand-alone":{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"G y년 M월 d일 EEEE",long:"G y년 M월 d일",medium:"G y. M. d.",short:"G y. M. d."},timeFormats:{full:"a h시 m분 s초 zzzz",long:"a h시 m분 s초 z",medium:"a h:mm:ss",short:"a h:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"B h시",Bhm:"B h:mm",Bhms:"B h:mm:ss",d:"d일",E:"ccc",EBhm:"E B h:mm",EBhms:"E B h:mm:ss",Ed:"d일 (E)",EEEEd:"d일 EEEE",Ehm:"E a h:mm",EHm:"E HH:mm",Ehms:"E a h:mm:ss",EHms:"E HH:mm:ss",Gy:"G y년",GyMd:"GGGGG y/M/d",GyMMM:"G y년 MMM",GyMMMd:"G y년 MMM d일",GyMMMEd:"G y년 MMM d일 (E)",GyMMMEEEEd:"G y년 MMM d일 EEEE",h:"a h시",H:"H시",HHmmss:"HH:mm:ss",hm:"a h:mm",Hm:"HH:mm",hms:"a h:mm:ss",Hms:"HH:mm:ss",M:"M월",Md:"M. d.",MEd:"M. d. (E)",MEEEEd:"M. d. EEEE",MMM:"LLL",MMMd:"MMM d일",MMMEd:"MMM d일 (E)",MMMEEEEd:"MMM d일 EEEE",MMMMd:"MMMM 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)",yyyyMEEEEd:"G y. M. d. EEEE",yyyyMMM:"G y년 MMM",yyyyMMMd:"G y년 MMM d일",yyyyMMMEd:"G y년 MMM d일 (E)",yyyyMMMEEEEd:"G y년 MMM d일 EEEE",yyyyMMMM:"G y년 MMMM",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:"B h시 ~ B h시",h:"B h시 ~ h시"},Bhm:{B:"B h:mm ~ B h:mm",h:"B h:mm ~ h:mm",m:"B h:mm ~ h:mm"},d:{d:"d일 ~ d일"},Gy:{G:"G y년 ~ G y년",y:"G y년~y년"},GyM:{G:"GGGGG y년 M월 ~ GGGGG y년 M월",M:"GGGGG y년 M월 ~ y년 M월",y:"GGGGG y년 M월 ~ y년 M월"},GyMd:{d:"GGGGG y년 M월 d일 ~ y년 M월 d일",G:"GGGGG y년 M월 d일 ~ GGGGG y년 M월 d일",M:"GGGGG y년 M월 d일 ~ y년 M월 d일",y:"GGGGG y년 M월 d일 ~ y년 M월 d일"},GyMEd:{d:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",G:"GGGGG y년 M월 d일 E요일 ~ GGGGG y년 M월 d일 E요일",M:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일",y:"GGGGG y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},GyMMM:{G:"G y년 M월 ~ G y년 M월",M:"G y년 M월 ~ y년 M월",y:"G y년 M월 ~ y년 M월"},GyMMMd:{d:"G y년 M월 d일 ~ d일",G:"G y년 M월 d일 ~ y년 M월 d일",M:"G y년 M월 d일 ~ M월 d일",y:"G y년 M월 d일 ~ y년 M월 d일"},GyMMMEd:{d:"G y년 M월 d일 e요일 – M월 d일 e요일",G:"G y년 M월 d일 E요일 ~ G y년 M월 d일 E요일",M:"G y년 M월 d일 E요일 ~ M월 d일 E요일",y:"G y년 M월 d일 E요일 ~ y년 M월 d일 E요일"},h:{a:"a h시 ~ a h시",h:"a h시 ~ h시"},H:{H:"HH ~ HH시"},hm:{a:"a h:mm ~ a h:mm",h:"a h:mm~h:mm",m:"a h:mm~h:mm"},Hm:{H:"HH:mm ~ HH:mm",m:"HH:mm ~ HH:mm"},hmv:{a:"a h:mm ~ a h:mm v",h:"a h:mm~h:mm v",m:"a h:mm~h:mm v"},Hmv:{H:"HH:mm ~ HH:mm v",m:"HH:mm ~ HH:mm v"},hv:{a:"a h시 ~ a h시(v)",h:"a h시 ~ 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:"M월 ~ M월"},MMMd:{d:"M월 d일 ~ d일",M:"M월 d일 ~ M월 d일"},MMMEd:{d:"M월 d일 (E) ~ d일 (E)",M:"M월 d일 (E) ~ M월 d일 (E)"},MMMEEEEd:{d:"M월 d일 EEEE ~ d일 EEEE",M:"M월 d일 EEEE ~ M월 d일 EEEE"},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. d. (E) ~ y. M. d. (E)",M:"G y. M. d. (E) ~ y. M. d. (E)",y:"G y. M. d. (E) ~ y. M. d. (E)"},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)"},yMMMEEEEd:{d:"G y년 M월 d일 EEEE ~ d일 EEEE",M:"G y년 M월 d일 EEEE ~ M월 d일 EEEE",y:"G y년 M월 d일 EEEE ~ y년 M월 d일 EEEE"},yMMMM:{M:"G y년 MM월 ~ MM월",y:"G y년 MM월 ~ y년 MM월"}}},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/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]},"stand-alone":{abbreviated:["1분기","2분기","3분기","4분기"],narrow:["1","2","3","4"],wide:["제 1/4분기","제 2/4분기","제 3/4분기","제 4/4분기"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["오전","오후"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}},"stand-alone":{abbreviated:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},narrow:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"},wide:{midnight:"자정",noon:"정오",morning1:"새벽",morning2:"오전",afternoon1:"오후",evening1:"저녁",night1:"밤"}}},"era-wide":{0:"불기"},"era-abbreviated":{0:"불기"},"era-narrow":{0:"불기"}},dateFields:dateFields,timezoneNames:timezoneNames,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-other":"0천","10000-other":"0만","100000-other":"00만","1000000-other":"000만","10000000-other":"0000만","100000000-other":"0억","1000000000-other":"00억","10000000000-other":"000억","100000000000-other":"0000억","1000000000000-other":"0조","10000000000000-other":"00조","100000000000000-other":"000조"},"decimalFormat-short":{"1000-other":"0천","10000-other":"0만","100000-other":"00만","1000000-other":"000만","10000000-other":"0000만","100000000-other":"0억","1000000000-other":"00억","10000000000-other":"000억","100000000000-other":"0000억","1000000000000-other":"0조","10000000000000-other":"00조","100000000000000-other":"000조"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-other":"¤ 0천","10000-other":"¤ 0만","100000-other":"¤ 00만","1000000-other":"¤ 000만","10000000-other":"¤ 0000만","100000000-other":"¤ 0억","1000000000-other":"¤ 00억","10000000000-other":"¤ 000억","100000000000-other":"¤ 0000억","1000000000000-other":"¤ 0조","10000000000000-other":"¤ 00조","100000000000000-other":"¤ 000조"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,"listPattern-standard-wide":{2:"{0} 및 {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} 및 {1}"},"listPattern-or-wide":{2:"{0} 또는 {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} 또는 {1}"},"listPattern-or-short":{2:"{0} 또는 {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} 또는 {1}"},"listPattern-standard-short":{2:"{0} 및 {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} 및 {1}"},units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0천 ¤","10000-other":"0만 ¤","100000-other":"00만 ¤","1000000-other":"000만 ¤","10000000-other":"0000만 ¤","100000000-other":"0억 ¤","1000000000-other":"00억 ¤","10000000000-other":"000억 ¤","100000000000-other":"0000억 ¤","1000000000000-other":"0조 ¤","10000000000000-other":"00조 ¤","100000000000000-other":"000조 ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":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,ko as default,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};
|