@openui5/sap.ui.integration 1.127.0 → 1.128.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/package.json +7 -7
- package/src/sap/ui/integration/.library +1 -1
- 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 +5 -4
- 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 +76 -17
- 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 +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +13 -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/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.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 +4 -4
- 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/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/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
- 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/i18n/i18n_en_US_sappsd.properties +16 -16
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
- 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/i18n/i18n_en_US_sappsd.properties +5 -5
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
- 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/library.js +58 -3
- 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/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +6 -1
- package/src/sap/ui/integration/themes/base/Card.less +148 -3
- package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
- package/src/sap/ui/integration/themes/base/library.source.less +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.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 +1 -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 +1 -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/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/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +10 -6
- package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
- package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
- package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +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",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:"시간대"}},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,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,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,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,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|
|
@@ -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",orientation="left-to-right",dateFields={era:{displayName:"era"},"year-wide":{displayName:"metai","relative-type--1":"praėjusiais metais","relative-type-0":"šiais metais","relative-type-1":"kitais metais","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} metų","relativeTimePattern-count-few":"po {0} metų","relativeTimePattern-count-many":"po {0} metų","relativeTimePattern-count-other":"po {0} metų"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} metus","relativeTimePattern-count-few":"prieš {0} metus","relativeTimePattern-count-many":"prieš {0} metų","relativeTimePattern-count-other":"prieš {0} metų"}},"year-short":{displayName:"m.","relative-type--1":"praėjusiais metais","relative-type-0":"šiais metais","relative-type-1":"kitais metais","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} m.","relativeTimePattern-count-few":"po {0} m.","relativeTimePattern-count-many":"po {0} m.","relativeTimePattern-count-other":"po {0} m."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} m.","relativeTimePattern-count-few":"prieš {0} m.","relativeTimePattern-count-many":"prieš {0} m.","relativeTimePattern-count-other":"prieš {0} m."}},"year-narrow":{displayName:"m.","relative-type--1":"praėjusiais metais","relative-type-0":"šiais metais","relative-type-1":"kitais metais","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} m.","relativeTimePattern-count-few":"po {0} m.","relativeTimePattern-count-many":"po {0} m.","relativeTimePattern-count-other":"po {0} m."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} m.","relativeTimePattern-count-few":"prieš {0} m.","relativeTimePattern-count-many":"prieš {0} m.","relativeTimePattern-count-other":"prieš {0} m."}},"quarter-wide":{displayName:"ketvirtis","relative-type--1":"praėjęs ketvirtis","relative-type-0":"šis ketvirtis","relative-type-1":"kitas ketvirtis","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} ketvirčio","relativeTimePattern-count-few":"po {0} ketvirčių","relativeTimePattern-count-many":"po {0} ketvirčio","relativeTimePattern-count-other":"po {0} ketvirčių"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} ketvirtį","relativeTimePattern-count-few":"prieš {0} ketvirčius","relativeTimePattern-count-many":"prieš {0} ketvirčio","relativeTimePattern-count-other":"prieš {0} ketvirčių"}},"quarter-short":{displayName:"ketv.","relative-type--1":"praėjęs ketvirtis","relative-type-0":"šis ketvirtis","relative-type-1":"kitas ketvirtis","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} ketv.","relativeTimePattern-count-few":"po {0} ketv.","relativeTimePattern-count-many":"po {0} ketv.","relativeTimePattern-count-other":"po {0} ketv."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} ketv.","relativeTimePattern-count-few":"prieš {0} ketv.","relativeTimePattern-count-many":"prieš {0} ketv.","relativeTimePattern-count-other":"prieš {0} ketv."}},"quarter-narrow":{displayName:"ketv.","relative-type--1":"praėjęs ketvirtis","relative-type-0":"šis ketvirtis","relative-type-1":"kitas ketvirtis","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} ketv.","relativeTimePattern-count-few":"po {0} ketv.","relativeTimePattern-count-many":"po {0} ketv.","relativeTimePattern-count-other":"po {0} ketv."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} ketv.","relativeTimePattern-count-few":"prieš {0} ketv.","relativeTimePattern-count-many":"prieš {0} ketv.","relativeTimePattern-count-other":"prieš {0} ketv."}},"month-wide":{displayName:"mėnuo","relative-type--1":"praėjusį mėnesį","relative-type-0":"šį mėnesį","relative-type-1":"kitą mėnesį","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} mėnesio","relativeTimePattern-count-few":"po {0} mėnesių","relativeTimePattern-count-many":"po {0} mėnesio","relativeTimePattern-count-other":"po {0} mėnesių"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} mėnesį","relativeTimePattern-count-few":"prieš {0} mėnesius","relativeTimePattern-count-many":"prieš {0} mėnesio","relativeTimePattern-count-other":"prieš {0} mėnesių"}},"month-short":{displayName:"mėn.","relative-type--1":"praėjusį mėnesį","relative-type-0":"šį mėnesį","relative-type-1":"kitą mėnesį","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} mėn.","relativeTimePattern-count-few":"po {0} mėn.","relativeTimePattern-count-many":"po {0} mėn.","relativeTimePattern-count-other":"po {0} mėn."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} mėn.","relativeTimePattern-count-few":"prieš {0} mėn.","relativeTimePattern-count-many":"prieš {0} mėn.","relativeTimePattern-count-other":"prieš {0} mėn."}},"month-narrow":{displayName:"mėn.","relative-type--1":"praėjusį mėnesį","relative-type-0":"šį mėnesį","relative-type-1":"kitą mėnesį","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} mėn.","relativeTimePattern-count-few":"po {0} mėn.","relativeTimePattern-count-many":"po {0} mėn.","relativeTimePattern-count-other":"po {0} mėn."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} mėn.","relativeTimePattern-count-few":"prieš {0} mėn.","relativeTimePattern-count-many":"prieš {0} mėn.","relativeTimePattern-count-other":"prieš {0} mėn."}},"week-wide":{displayName:"savaitė","relative-type--1":"praėjusią savaitę","relative-type-0":"šią savaitę","relative-type-1":"kitą savaitę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} savaitės","relativeTimePattern-count-few":"po {0} savaičių","relativeTimePattern-count-many":"po {0} savaitės","relativeTimePattern-count-other":"po {0} savaičių"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} savaitę","relativeTimePattern-count-few":"prieš {0} savaites","relativeTimePattern-count-many":"prieš {0} savaitės","relativeTimePattern-count-other":"prieš {0} savaičių"},relativePeriod:"{0} savaitę"},"week-short":{displayName:"sav.","relative-type--1":"praėjusią savaitę","relative-type-0":"šią savaitę","relative-type-1":"kitą savaitę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} sav.","relativeTimePattern-count-few":"po {0} sav.","relativeTimePattern-count-many":"po {0} sav.","relativeTimePattern-count-other":"po {0} sav."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} sav.","relativeTimePattern-count-few":"prieš {0} sav.","relativeTimePattern-count-many":"prieš {0} sav.","relativeTimePattern-count-other":"prieš {0} sav."},relativePeriod:"{0} savaitę"},"week-narrow":{displayName:"sav.","relative-type--1":"praėjusią savaitę","relative-type-0":"šią savaitę","relative-type-1":"kitą savaitę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} sav.","relativeTimePattern-count-few":"po {0} sav.","relativeTimePattern-count-many":"po {0} sav.","relativeTimePattern-count-other":"po {0} sav."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} sav.","relativeTimePattern-count-few":"prieš {0} sav.","relativeTimePattern-count-many":"prieš {0} sav.","relativeTimePattern-count-other":"prieš {0} sav."},relativePeriod:"{0} savaitę"},"day-wide":{displayName:"diena","relative-type--2":"užvakar","relative-type--1":"vakar","relative-type-0":"šiandien","relative-type-1":"rytoj","relative-type-2":"poryt","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} dienos","relativeTimePattern-count-few":"po {0} dienų","relativeTimePattern-count-many":"po {0} dienos","relativeTimePattern-count-other":"po {0} dienų"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} dieną","relativeTimePattern-count-few":"prieš {0} dienas","relativeTimePattern-count-many":"prieš {0} dienos","relativeTimePattern-count-other":"prieš {0} dienų"}},"day-short":{displayName:"d.","relative-type--2":"užvakar","relative-type--1":"vakar","relative-type-0":"šiandien","relative-type-1":"rytoj","relative-type-2":"poryt","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} d.","relativeTimePattern-count-few":"po {0} d.","relativeTimePattern-count-many":"po {0} d.","relativeTimePattern-count-other":"po {0} d."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} d.","relativeTimePattern-count-few":"prieš {0} d.","relativeTimePattern-count-many":"prieš {0} d.","relativeTimePattern-count-other":"prieš {0} d."}},"day-narrow":{displayName:"d.","relative-type--2":"užvakar","relative-type--1":"vakar","relative-type-0":"šiandien","relative-type-1":"rytoj","relative-type-2":"poryt","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} d.","relativeTimePattern-count-few":"po {0} d.","relativeTimePattern-count-many":"po {0} d.","relativeTimePattern-count-other":"po {0} d."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} d.","relativeTimePattern-count-few":"prieš {0} d.","relativeTimePattern-count-many":"prieš {0} d.","relativeTimePattern-count-other":"prieš {0} d."}},weekday:{displayName:"savaitės diena"},"hour-wide":{displayName:"valanda","relative-type-0":"šią valandą","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} valandos","relativeTimePattern-count-few":"po {0} valandų","relativeTimePattern-count-many":"po {0} valandos","relativeTimePattern-count-other":"po {0} valandų"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} valandą","relativeTimePattern-count-few":"prieš {0} valandas","relativeTimePattern-count-many":"prieš {0} valandos","relativeTimePattern-count-other":"prieš {0} valandų"}},"hour-short":{displayName:"val.","relative-type-0":"šią valandą","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} val.","relativeTimePattern-count-few":"po {0} val.","relativeTimePattern-count-many":"po {0} val.","relativeTimePattern-count-other":"po {0} val."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} val.","relativeTimePattern-count-few":"prieš {0} val.","relativeTimePattern-count-many":"prieš {0} val.","relativeTimePattern-count-other":"prieš {0} val."}},"hour-narrow":{displayName:"h","relative-type-0":"šią valandą","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} val.","relativeTimePattern-count-few":"po {0} val.","relativeTimePattern-count-many":"po {0} val.","relativeTimePattern-count-other":"po {0} val."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} val.","relativeTimePattern-count-few":"prieš {0} val.","relativeTimePattern-count-many":"prieš {0} val.","relativeTimePattern-count-other":"prieš {0} val."}},"minute-wide":{displayName:"minutė","relative-type-0":"šią minutę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} minutės","relativeTimePattern-count-few":"po {0} minučių","relativeTimePattern-count-many":"po {0} minutės","relativeTimePattern-count-other":"po {0} minučių"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} minutę","relativeTimePattern-count-few":"prieš {0} minutes","relativeTimePattern-count-many":"prieš {0} minutės","relativeTimePattern-count-other":"prieš {0} minučių"}},"minute-short":{displayName:"min.","relative-type-0":"šią minutę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} min.","relativeTimePattern-count-few":"po {0} min.","relativeTimePattern-count-many":"po {0} min.","relativeTimePattern-count-other":"po {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} min.","relativeTimePattern-count-few":"prieš {0} min.","relativeTimePattern-count-many":"prieš {0} min.","relativeTimePattern-count-other":"prieš {0} min."}},"minute-narrow":{displayName:"min.","relative-type-0":"šią minutę","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} min.","relativeTimePattern-count-few":"po {0} min.","relativeTimePattern-count-many":"po {0} min.","relativeTimePattern-count-other":"po {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} min.","relativeTimePattern-count-few":"prieš {0} min.","relativeTimePattern-count-many":"prieš {0} min.","relativeTimePattern-count-other":"prieš {0} min."}},"second-wide":{displayName:"sekundė","relative-type-0":"dabar","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} sekundės","relativeTimePattern-count-few":"po {0} sekundžių","relativeTimePattern-count-many":"po {0} sekundės","relativeTimePattern-count-other":"po {0} sekundžių"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} sekundę","relativeTimePattern-count-few":"prieš {0} sekundes","relativeTimePattern-count-many":"prieš {0} sekundės","relativeTimePattern-count-other":"prieš {0} sekundžių"}},"second-short":{displayName:"sek.","relative-type-0":"dabar","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} sek.","relativeTimePattern-count-few":"po {0} sek.","relativeTimePattern-count-many":"po {0} sek.","relativeTimePattern-count-other":"po {0} sek."},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} sek.","relativeTimePattern-count-few":"prieš {0} sek.","relativeTimePattern-count-many":"prieš {0} sek.","relativeTimePattern-count-other":"prieš {0} sek."}},"second-narrow":{displayName:"s","relative-type-0":"dabar","relativeTime-type-future":{"relativeTimePattern-count-one":"po {0} s","relativeTimePattern-count-few":"po {0} s","relativeTimePattern-count-many":"po {0} s","relativeTimePattern-count-other":"po {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"prieš {0} s","relativeTimePattern-count-few":"prieš {0} s","relativeTimePattern-count-many":"prieš {0} s","relativeTimePattern-count-other":"prieš {0} s"}},zone:{displayName:"laiko juosta"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0 %"},currencyFormat={standard:"#,##0.00 ¤",accounting:"#,##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 ¤"},miscPattern={approximately:"~{0}",atLeast:"≥{0}",atMost:"≤{0}",range:"{0}–{1}"},currencySymbols={EUR:"€",XXX:"¤"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-few":"{0}²","compoundUnitPattern1-count-many":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-few":"{0}³","compoundUnitPattern1-count-many":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-few":"{0} G","unitPattern-count-many":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-few":"{0} m/s²","unitPattern-count-many":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"apsisuk.","unitPattern-count-one":"{0} apsisuk.","unitPattern-count-few":"{0} apsisuk.","unitPattern-count-many":"{0} apsisuk.","unitPattern-count-other":"{0} apsisuk."},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-few":"{0} rad","unitPattern-count-many":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"laipsniai","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-many":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"kampo minutės","unitPattern-count-one":"{0}′","unitPattern-count-few":"{0}′","unitPattern-count-many":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"kampo sekundės","unitPattern-count-one":"{0}″","unitPattern-count-few":"{0}″","unitPattern-count-many":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"kv. km","unitPattern-count-one":"{0} kv. km","unitPattern-count-few":"{0} kv. km","unitPattern-count-many":"{0} kv. km","unitPattern-count-other":"{0} kv. km",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hektarai","unitPattern-count-one":"{0} ha","unitPattern-count-few":"{0} ha","unitPattern-count-many":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"kv. m","unitPattern-count-one":"{0} kv. m","unitPattern-count-few":"{0} kv. m","unitPattern-count-many":"{0} kv. m","unitPattern-count-other":"{0} kv. m",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-few":"{0} cm²","unitPattern-count-many":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"kv. mylios","unitPattern-count-one":"{0} kv. my","unitPattern-count-few":"{0} kv. my","unitPattern-count-many":"{0} kv. my","unitPattern-count-other":"{0} kv. my",perUnitPattern:"{0}/my²"},"area-acre":{displayName:"akrai","unitPattern-count-one":"{0} akr.","unitPattern-count-few":"{0} akr.","unitPattern-count-many":"{0} akr.","unitPattern-count-other":"{0} akr."},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-few":"{0} yd²","unitPattern-count-many":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"kv. pėda","unitPattern-count-one":"{0} kv. pėda","unitPattern-count-few":"{0} kv. pėdos","unitPattern-count-many":"{0} kv. pėdos","unitPattern-count-other":"{0} kv. pėdų"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-few":"{0} in²","unitPattern-count-many":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunamai","unitPattern-count-one":"{0} dunamas","unitPattern-count-few":"{0} dunamai","unitPattern-count-many":"{0} dunamo","unitPattern-count-other":"{0} dunamų"},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-few":"{0} kt","unitPattern-count-many":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-few":"{0} mg/dl","unitPattern-count-many":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/l","unitPattern-count-one":"{0} mmol/l","unitPattern-count-few":"{0} mmol/l","unitPattern-count-many":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-item":{displayName:"elementas","unitPattern-count-one":"{0} elem.","unitPattern-count-few":"{0} elem.","unitPattern-count-many":"{0} elem.","unitPattern-count-other":"{0} elem."},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-few":"{0} ppm","unitPattern-count-many":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"procentas","unitPattern-count-one":"{0} %","unitPattern-count-few":"{0} %","unitPattern-count-many":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"promilė","unitPattern-count-one":"{0} ‰","unitPattern-count-few":"{0} ‰","unitPattern-count-many":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0}‱","unitPattern-count-few":"{0}‱","unitPattern-count-many":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-few":"{0} mol","unitPattern-count-many":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-few":"{0} l/km","unitPattern-count-many":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100-kilometer":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-few":"{0} l/100 km","unitPattern-count-many":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"my/gal","unitPattern-count-one":"{0} my/gal","unitPattern-count-few":"{0} my/gal","unitPattern-count-many":"{0} my/gal","unitPattern-count-other":"{0} my/gal"},"consumption-mile-per-gallon-imperial":{displayName:"my/imp. g","unitPattern-count-one":"{0} my/imp. g","unitPattern-count-few":"{0} my/imp. g","unitPattern-count-many":"{0} my/imp. g","unitPattern-count-other":"{0} my/imp. g"},"digital-petabyte":{displayName:"Petabaitas","unitPattern-count-one":"{0} PB","unitPattern-count-few":"{0} PB","unitPattern-count-many":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-few":"{0} TB","unitPattern-count-many":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-few":"{0} Tb","unitPattern-count-many":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-few":"{0} GB","unitPattern-count-many":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-few":"{0} Gb","unitPattern-count-many":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-few":"{0} MB","unitPattern-count-many":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-few":"{0} Mb","unitPattern-count-many":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-few":"{0} kB","unitPattern-count-many":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-few":"{0} kb","unitPattern-count-many":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-one":"{0} B","unitPattern-count-few":"{0} B","unitPattern-count-many":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"bitai","unitPattern-count-one":"{0} b","unitPattern-count-few":"{0} b","unitPattern-count-many":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"a.","unitPattern-count-one":"{0} a.","unitPattern-count-few":"{0} a.","unitPattern-count-many":"{0} a.","unitPattern-count-other":"{0} a."},"duration-decade":{displayName:"dekados","unitPattern-count-one":"{0} dek.","unitPattern-count-few":"{0} dek.","unitPattern-count-many":"{0} dek.","unitPattern-count-other":"{0} dek."},"duration-year":{displayName:"metai","unitPattern-count-one":"{0} m.","unitPattern-count-few":"{0} m.","unitPattern-count-many":"{0} m.","unitPattern-count-other":"{0} m.",perUnitPattern:"{0}/m."},"duration-quarter":{displayName:"ketv.","unitPattern-count-one":"{0} ketv.","unitPattern-count-few":"{0} ketv.","unitPattern-count-many":"{0} ketv.","unitPattern-count-other":"{0} ketv.",perUnitPattern:"{0}/ketv."},"duration-month":{displayName:"mėnesiai","unitPattern-count-one":"{0} mėn.","unitPattern-count-few":"{0} mėn.","unitPattern-count-many":"{0} mėn.","unitPattern-count-other":"{0} mėn.",perUnitPattern:"{0}/mėn."},"duration-week":{displayName:"savaitės","unitPattern-count-one":"{0} sav.","unitPattern-count-few":"{0} sav.","unitPattern-count-many":"{0} sav.","unitPattern-count-other":"{0} sav.",perUnitPattern:"{0}/sav."},"duration-day":{displayName:"dienos","unitPattern-count-one":"{0} d.","unitPattern-count-few":"{0} d.","unitPattern-count-many":"{0} d.","unitPattern-count-other":"{0} d.",perUnitPattern:"{0}/d."},"duration-hour":{displayName:"valandos","unitPattern-count-one":"{0} val.","unitPattern-count-few":"{0} val.","unitPattern-count-many":"{0} val.","unitPattern-count-other":"{0} val.",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min.","unitPattern-count-one":"{0} min.","unitPattern-count-few":"{0} min.","unitPattern-count-many":"{0} min.","unitPattern-count-other":"{0} min.",perUnitPattern:"{0}/min."},"duration-second":{displayName:"sek.","unitPattern-count-one":"{0} sek.","unitPattern-count-few":"{0} sek.","unitPattern-count-many":"{0} sek.","unitPattern-count-other":"{0} sek.",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"milisek.","unitPattern-count-one":"{0} ms","unitPattern-count-few":"{0} ms","unitPattern-count-many":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-few":"{0} μs","unitPattern-count-many":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"nanosek.","unitPattern-count-one":"{0} ns","unitPattern-count-few":"{0} ns","unitPattern-count-many":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-few":"{0} A","unitPattern-count-many":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-few":"{0} mA","unitPattern-count-many":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-few":"{0} Ω","unitPattern-count-many":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-few":"{0} V","unitPattern-count-many":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-many":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-few":"{0} kJ","unitPattern-count-many":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-few":"{0} J","unitPattern-count-many":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-few":"{0} kWh","unitPattern-count-many":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-many":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-one":"{0} Btu","unitPattern-count-few":"{0} Btu","unitPattern-count-many":"{0} Btu","unitPattern-count-other":"{0} Btu"},"energy-therm-us":{displayName:"JAV terma","unitPattern-count-one":"{0} JAV terma","unitPattern-count-few":"{0} JAV termos","unitPattern-count-many":"{0} JAV termos","unitPattern-count-other":"{0} JAV termų"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-many":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-many":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-one":"{0} kWh/100km","unitPattern-count-few":"{0} kWh/100km","unitPattern-count-many":"{0} kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-few":"{0} GHz","unitPattern-count-many":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-few":"{0} MHz","unitPattern-count-many":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-few":"{0} kHz","unitPattern-count-many":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-few":"{0} Hz","unitPattern-count-many":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"tipografinis emas","unitPattern-count-one":"{0} em","unitPattern-count-few":"{0} em","unitPattern-count-many":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"pikseliai","unitPattern-count-one":"{0} p","unitPattern-count-few":"{0} p","unitPattern-count-many":"{0} p","unitPattern-count-other":"{0} p"},"graphics-megapixel":{displayName:"megapikseliai","unitPattern-count-one":"{0} MP","unitPattern-count-few":"{0} MP","unitPattern-count-many":"{0} MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"pikseliai centimetre","unitPattern-count-one":"{0} p/cm","unitPattern-count-few":"{0} p/cm","unitPattern-count-many":"{0} p/cm","unitPattern-count-other":"{0} p/cm"},"graphics-pixel-per-inch":{displayName:"pikseliai colyje","unitPattern-count-one":"{0} ppi","unitPattern-count-few":"{0} ppi","unitPattern-count-many":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"taškai centimetre","unitPattern-count-one":"{0} tšk./cm","unitPattern-count-few":"{0} tšk./cm","unitPattern-count-many":"{0} tšk./cm","unitPattern-count-other":"{0} tšk./cm"},"graphics-dot-per-inch":{displayName:"taškai colyje","unitPattern-count-one":"{0} tšk./in","unitPattern-count-few":"{0} tšk./in","unitPattern-count-many":"{0} tšk./in","unitPattern-count-other":"{0} tšk./in"},"graphics-dot":{displayName:"tšk.","unitPattern-count-one":"{0} tšk.","unitPattern-count-few":"{0} tšk.","unitPattern-count-many":"{0} tšk.","unitPattern-count-other":"{0} tšk."},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-few":"{0} R⊕","unitPattern-count-many":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-few":"{0} km","unitPattern-count-many":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-few":"{0} m","unitPattern-count-many":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-few":"{0} dm","unitPattern-count-many":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-few":"{0} cm","unitPattern-count-many":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-few":"{0} mm","unitPattern-count-many":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-few":"{0} μm","unitPattern-count-many":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-few":"{0} nm","unitPattern-count-many":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-few":"{0} pm","unitPattern-count-many":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-few":"{0} mi","unitPattern-count-many":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-few":"{0} yd","unitPattern-count-many":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"pėda","unitPattern-count-one":"{0} ft","unitPattern-count-few":"{0} ft","unitPattern-count-many":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"coliai","unitPattern-count-one":"{0} in","unitPattern-count-few":"{0} in","unitPattern-count-many":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-few":"{0} pc","unitPattern-count-many":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"šviesmečiai","unitPattern-count-one":"{0} šm.","unitPattern-count-few":"{0} šm.","unitPattern-count-many":"{0} šm.","unitPattern-count-other":"{0} šm."},"length-astronomical-unit":{displayName:"AV","unitPattern-count-one":"{0} AV","unitPattern-count-few":"{0} AV","unitPattern-count-many":"{0} AV","unitPattern-count-other":"{0} AV"},"length-furlong":{displayName:"fur","unitPattern-count-one":"{0} fur","unitPattern-count-few":"{0} fur","unitPattern-count-many":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fth","unitPattern-count-one":"{0} fth","unitPattern-count-few":"{0} fth","unitPattern-count-many":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"M","unitPattern-count-one":"{0} M","unitPattern-count-few":"{0} M","unitPattern-count-many":"{0} M","unitPattern-count-other":"{0} M"},"length-mile-scandinavian":{displayName:"IM","unitPattern-count-one":"{0} IM","unitPattern-count-few":"{0} IM","unitPattern-count-many":"{0} IM","unitPattern-count-other":"{0} IM"},"length-point":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-many":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-few":"{0} lx","unitPattern-count-many":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-few":"{0} cd","unitPattern-count-many":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-few":"{0} lm","unitPattern-count-many":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-many":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"mt","unitPattern-count-one":"{0} mt","unitPattern-count-few":"{0} mt","unitPattern-count-many":"{0} mt","unitPattern-count-other":"{0} mt"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-few":"{0} kg","unitPattern-count-many":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-few":"{0} g","unitPattern-count-many":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-few":"{0} mg","unitPattern-count-many":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-few":"{0} μg","unitPattern-count-many":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-many":"{0} t","unitPattern-count-other":"{0} t"},"mass-stone":{displayName:"st","unitPattern-count-one":"{0} st","unitPattern-count-few":"{0} st","unitPattern-count-many":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-few":"{0} lb","unitPattern-count-many":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-few":"{0} oz","unitPattern-count-many":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"ozt","unitPattern-count-one":"{0} ozt","unitPattern-count-few":"{0} ozt","unitPattern-count-many":"{0} ozt","unitPattern-count-other":"{0} ozt"},"mass-carat":{displayName:"ct","unitPattern-count-one":"{0} ct","unitPattern-count-few":"{0} ct","unitPattern-count-many":"{0} ct","unitPattern-count-other":"{0} ct"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-many":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-many":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-many":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"grūdas","unitPattern-count-one":"{0} grūdas","unitPattern-count-few":"{0} grūdai","unitPattern-count-many":"{0} grūdo","unitPattern-count-other":"{0} grūdų"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-few":"{0} GW","unitPattern-count-many":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-few":"{0} MW","unitPattern-count-many":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-few":"{0} kW","unitPattern-count-many":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-few":"{0} W","unitPattern-count-many":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-few":"{0} mW","unitPattern-count-many":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"AG","unitPattern-count-one":"{0} AG","unitPattern-count-few":"{0} AG","unitPattern-count-many":"{0} AG","unitPattern-count-other":"{0} AG"},"pressure-millimeter-ofhg":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-few":"{0} mm Hg","unitPattern-count-many":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-force-per-square-inch":{displayName:"lb in²","unitPattern-count-one":"{0} lb in²","unitPattern-count-few":"{0} lb in²","unitPattern-count-many":"{0} lb in²","unitPattern-count-other":"{0} lb in²"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-many":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"baras","unitPattern-count-one":"{0} ba","unitPattern-count-few":"{0} ba","unitPattern-count-many":"{0} ba","unitPattern-count-other":"{0} ba"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-few":"{0} mbar","unitPattern-count-many":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-few":"{0} atm","unitPattern-count-many":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"paskaliai","unitPattern-count-one":"{0} Pa","unitPattern-count-few":"{0} Pa","unitPattern-count-many":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-few":"{0} hPa","unitPattern-count-many":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-many":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-many":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/val.","unitPattern-count-one":"{0} km/val.","unitPattern-count-few":"{0} km/val.","unitPattern-count-many":"{0} km/val.","unitPattern-count-other":"{0} km/val."},"speed-meter-per-second":{displayName:"m/sek.","unitPattern-count-one":"{0} m/sek.","unitPattern-count-few":"{0} m/sek.","unitPattern-count-many":"{0} m/sek.","unitPattern-count-other":"{0} m/sek."},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-few":"{0} mi/h","unitPattern-count-many":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"mazgas","unitPattern-count-one":"{0} KN","unitPattern-count-few":"{0} KN","unitPattern-count-many":"{0} KN","unitPattern-count-other":"{0} KN"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-many":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0}°C","unitPattern-count-few":"{0}°C","unitPattern-count-many":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0}°F","unitPattern-count-few":"{0}°F","unitPattern-count-many":"{0}°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-few":"{0} K","unitPattern-count-many":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-few":"{0} lbf⋅ft","unitPattern-count-many":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N-m","unitPattern-count-one":"{0} N-m","unitPattern-count-few":"{0} N-m","unitPattern-count-many":"{0} N-m","unitPattern-count-other":"{0} N-m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-few":"{0} km³","unitPattern-count-many":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-few":"{0} m³","unitPattern-count-many":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-few":"{0} cm³","unitPattern-count-many":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-few":"{0} mi³","unitPattern-count-many":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-few":"{0} yd³","unitPattern-count-many":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-few":"{0} ft³","unitPattern-count-many":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-few":"{0} in³","unitPattern-count-many":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-many":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-few":"{0} hl","unitPattern-count-many":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"litrai","unitPattern-count-one":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-many":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-few":"{0} dl","unitPattern-count-many":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-few":"{0} cl","unitPattern-count-many":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-many":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-few":"{0} mpt","unitPattern-count-many":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mat. puodelis","unitPattern-count-one":"{0} mat. puodelis","unitPattern-count-few":"{0} mat. puodeliai","unitPattern-count-many":"{0} mat. puodelio","unitPattern-count-other":"{0} mat. puodelių"},"volume-acre-foot":{displayName:"pėda akre","unitPattern-count-one":"{0} ft akre","unitPattern-count-few":"{0} ft akre","unitPattern-count-many":"{0} ft akre","unitPattern-count-other":"{0} ft akre"},"volume-bushel":{displayName:"bu","unitPattern-count-one":"{0} bu","unitPattern-count-few":"{0} bu","unitPattern-count-many":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-few":"{0} gal","unitPattern-count-many":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"imp. galonas","unitPattern-count-one":"{0} imp. galonas","unitPattern-count-few":"{0} imp. galonai","unitPattern-count-many":"{0} imp. galono","unitPattern-count-other":"{0} imp. galonų",perUnitPattern:"{0}/imp. galone"},"volume-quart":{displayName:"kvortos","unitPattern-count-one":"{0} kvorta","unitPattern-count-few":"{0} kvortos","unitPattern-count-many":"{0} kvortos","unitPattern-count-other":"{0} kvortų"},"volume-pint":{displayName:"pintos","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"stikl.","unitPattern-count-one":"{0} stikl.","unitPattern-count-few":"{0} stikl.","unitPattern-count-many":"{0} stikl.","unitPattern-count-other":"{0} stikl."},"volume-fluid-ounce":{displayName:"skysčio oz","unitPattern-count-one":"{0} skysčio oz","unitPattern-count-few":"{0} skysčio oz","unitPattern-count-many":"{0} skysčio oz","unitPattern-count-other":"{0} skysčio oz"},"volume-fluid-ounce-imperial":{displayName:"imp. skysčio uncija","unitPattern-count-one":"{0} imp. fl oz","unitPattern-count-few":"{0} imp. fl oz","unitPattern-count-many":"{0} imp. fl oz","unitPattern-count-other":"{0} imp. fl oz"},"volume-tablespoon":{displayName:"v. š.","unitPattern-count-one":"{0} v. š.","unitPattern-count-few":"{0} v. š.","unitPattern-count-many":"{0} v. š.","unitPattern-count-other":"{0} v. š."},"volume-teaspoon":{displayName:"a. š.","unitPattern-count-one":"{0} a. š.","unitPattern-count-few":"{0} a. š.","unitPattern-count-many":"{0} a. š.","unitPattern-count-other":"{0} a. š."},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-many":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"des. š.","unitPattern-count-one":"{0} des. š.","unitPattern-count-few":"{0} des. š.","unitPattern-count-many":"{0} des. š.","unitPattern-count-other":"{0} des. š."},"volume-dessert-spoon-imperial":{displayName:"imp. des. š.","unitPattern-count-one":"{0} imp. des. š.","unitPattern-count-few":"{0} imp. des. š.","unitPattern-count-many":"{0} imp. des. š.","unitPattern-count-other":"{0} imp. des. š."},"volume-drop":{displayName:"laš.","unitPattern-count-one":"{0} laš.","unitPattern-count-few":"{0} laš.","unitPattern-count-many":"{0} laš.","unitPattern-count-other":"{0} laš."},"volume-dram":{displayName:"sk. drach.","unitPattern-count-one":"{0} sk. drach.","unitPattern-count-few":"{0} sk. drach.","unitPattern-count-many":"{0} sk. drach.","unitPattern-count-other":"{0} sk. drach."},"volume-jigger":{displayName:"džigeris","unitPattern-count-one":"{0} džigeris","unitPattern-count-few":"{0} džigeriai","unitPattern-count-many":"{0} džigerio","unitPattern-count-other":"{0} džigerio"},"volume-pinch":{displayName:"žiupsn.","unitPattern-count-one":"{0} žiupsn.","unitPattern-count-few":"{0} žiupsn.","unitPattern-count-many":"{0} žiupsn.","unitPattern-count-other":"{0} žiupsn."},"volume-quart-imperial":{displayName:"imp. kv.","unitPattern-count-one":"{0} imp. kv.","unitPattern-count-few":"{0} imp. kv.","unitPattern-count-many":"{0} imp. kv.","unitPattern-count-other":"{0} imp. kv."},coordinateUnit:{displayName:"kryptis",east:"{0} R",north:"{0} Š",south:"{0} P",west:"{0} V"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"n % 10 = 1 and n % 100 != 11..19",few:"n % 10 = 2..9 and n % 100 != 11..19",many:"f != 0"},timeData={_allowed:"H h hb hB",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"24:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"12:00",_from:"06:00"},night1:{_before:"06:00",_from:"00:00"},noon:{_at:"12:00"}},lt={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"y 'm'. MMMM d 'd'., EEEE",long:"y 'm'. MMMM d 'd'.",medium:"y-MM-dd",short:"y-MM-dd"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"dd",E:"ccc",EBhm:"h:mm B, E",EBhms:"h:mm:ss B, E",Ed:"d, E",Ehm:"hh:mm a, E",EHm:"HH:mm, E",Ehms:"hh:mm:ss a, E",EHms:"HH:mm:ss, E",Gy:"y 'm'. G",GyMd:"y-MM-dd G",GyMMM:"y-MM G",GyMMMd:"y-MM-dd G",GyMMMEd:"y-MM-dd G, E",GyMMMM:"y 'm'. G, LLLL",GyMMMMd:"y 'm'. G MMMM d 'd'.",GyMMMMEd:"y 'm'. G MMMM d 'd'., E",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",hmsv:"hh:mm:ss a; v",Hmsv:"HH:mm:ss; v",hmv:"hh:mm a; v",Hmv:"HH:mm; v",M:"MM",Md:"MM-d",MEd:"MM-dd, E",MMdd:"MM-dd",MMM:"MM",MMMd:"MM-dd",MMMEd:"MM-dd, E",MMMM:"LLLL",MMMMd:"MMMM d 'd'.",MMMMEd:"MMMM d 'd'., E",ms:"mm:ss",y:"y",yM:"y-MM",yMd:"y-MM-dd",yMEd:"y-MM-dd, E",yMMM:"y-MM",yMMMd:"y-MM-dd",yMMMEd:"y-MM-dd, E",yMMMM:"y 'm'. LLLL",yMMMMd:"y 'm'. MMMM d 'd'.",yMMMMEd:"y 'm'. MMMM d 'd'., E",yQQQ:"y QQQ",yQQQQ:"y QQQQ",MMMMW:"MMMM W 'sav'.",yw:"Y w 'sav'."},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"hh–hh B"},Bhm:{B:"hh:mm B–hh:mm B",h:"hh:mm–hh:mm B",m:"hh:mm–hh:mm B"},d:{d:"dd–dd"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",h:"hh–hh a"},H:{H:"HH–HH"},hm:{a:"hh:mm a–hh:mm a",h:"hh:mm–hh:mm a",m:"hh:mm–hh:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"hh:mm a–hh:mm a v",h:"hh:mm–hh:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"hh–hh a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"MM-dd – MM-dd",M:"MM-dd – MM-dd"},MEd:{d:"MM-dd, E – MM-dd, E",M:"MM-dd, E – MM-dd, E"},MMM:{M:"LLL–LLL"},MMMd:{d:"MMM d–d",M:"MMM d – MMM d"},MMMEd:{d:"MMM d, E – MMM d, E",M:"MMM d, E – MMM d, E"},MMMM:{M:"LLLL–LLLL"},MMMMd:{d:"MMMM d–d",M:"MMMM d – MMMM d"},MMMMEd:{d:"MMMM d, E – MMMM d, E",M:"MMMM d, E – MMMM d, E"},y:{y:"y–y"},yM:{M:"y-MM – y-MM",y:"y-MM – y-MM"},yMd:{d:"y-MM-dd – y-MM-dd",M:"y-MM-dd – y-MM-dd",y:"y-MM-dd – y-MM-dd"},yMEd:{d:"y-MM-dd, E – y-MM-dd, E",M:"y-MM-dd, E – y-MM-dd, E",y:"y-MM-dd, E – y-MM-dd, E"},yMMM:{M:"y MMM–MMM",y:"y MMM – y MMM"},yMMMd:{d:"y MMM d–d",M:"y MMM d – MMM d",y:"y MMM d – y MMM d"},yMMMEd:{d:"y MMM d, E – MMM d, E",M:"y MMM d, E – MMM d, E",y:"y MMM d, E – y MMM d, E"},yMMMM:{M:"y LLLL–LLLL",y:"y LLLL – y LLLL"},yMMMMd:{d:"y MMMM d–d",M:"y MMMM d – MMMM d",y:"y MMMM d – y MMMM d"},yMMMMEd:{d:"y MMMM d, E – MMMM d, E",M:"y MMMM d, E. – MMMM d, E.",y:"y MMMM d, E. – y MMMM d, E."}}},months:{format:{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio"]},"stand-alone":{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"]}},days:{format:{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]},"stand-alone":{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]}},quarters:{format:{abbreviated:["I k.","II k.","III k.","IV k."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},"stand-alone":{abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]}},dayPeriods:{format:{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]},"stand-alone":{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"}},"stand-alone":{abbreviated:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"}}},"era-wide":{0:"prieš Kristų",1:"po Kristaus"},"era-abbreviated":{0:"pr. Kr.",1:"po Kr."},"era-narrow":{0:"pr. Kr.",1:"po Kr."}},"ca-islamic":{dateFormats:{full:"y MMMM d G, EEEE",long:"y MMMM d G",medium:"y MMM d G",short:"y-MM-dd G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"h:mm B, E",EBhms:"h:mm:ss B, E",Ed:"d, E",Ehm:"h:mm a, E",EHm:"HH:mm, E",Ehms:"h:mm:ss a, E",EHms:"HH:mm:ss, E",Gy:"y G",GyMd:"y-MM-dd G",GyMMM:"y MMM G",GyMMMd:"y MMM d G",GyMMMEd:"y MMM d G, E",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"LL",Md:"MM-dd",MEd:"MM-dd, E",MMdd:"MM.dd",MMM:"LLL",MMMd:"MMM-d",MMMEd:"MMM-d, E",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"y MM G",yyyyMd:"y-MM-dd G",yyyyMEd:"y-MM-dd G, E",yyyyMMM:"y MMM G",yyyyMMMd:"y MMM d G",yyyyMMMEd:"y MMM d G, E",yyyyMMMM:"G y MMMM",yyyyQQQ:"y G QQQ",yyyyQQQQ:"y G QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a–h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"hh:mm a–hh:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"hh:mm a–hh:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a–h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"MM-dd–MM-dd",M:"MM-dd–MM-dd"},MEd:{d:"MM-dd, E – MM-dd, E",M:"MM-dd, E – MM-dd, E"},MMM:{M:"MMM–MMM"},MMMd:{d:"MMM d–d",M:"MMM d–MMM d"},MMMEd:{d:"MMM d, E – MMM d, E",M:"MMM d, E – MMM d, E"},y:{y:"y–y G"},yM:{M:"y-MM – y-MM G",y:"y-MM – y-MM G"},yMd:{d:"y-MM-dd–y-MM-dd G",M:"y-MM-dd– y-MM-dd G",y:"y-MM-dd – y-MM-dd G"},yMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMM:{M:"y MMM–MMM G",y:"y-MM – y-MM G"},yMMMd:{d:"y 'm'. MMM d 'd'.–d 'd'. G",M:"y-MM-dd – MM-d G",y:"y-MM-dd – y-MM-dd G"},yMMMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMMM:{M:"y LLLL – y LLLL G",y:"y LLLL – y LLLL G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]},"stand-alone":{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]}},quarters:{format:{abbreviated:["I k.","II k.","III k.","IV k."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},"stand-alone":{abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]}},dayPeriods:{format:{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]},"stand-alone":{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"}},"stand-alone":{abbreviated:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"}}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"y MMMM d G, EEEE",long:"y MMMM d G",medium:"y MMM d G",short:"y-MM-dd G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"h:mm B, E",EBhms:"h:mm:ss B, E",Ed:"d, E",Ehm:"h:mm a, E",EHm:"HH:mm, E",Ehms:"h:mm:ss a, E",EHms:"HH:mm:ss, E",Gy:"y G",GyMd:"y-MM-dd G",GyMMM:"y MMM G",GyMMMd:"y MMM d G",GyMMMEd:"y MMM d G, E",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"LL",Md:"MM-dd",MEd:"MM-dd, E",MMdd:"MM.dd",MMM:"LLL",MMMd:"MMM-d",MMMEd:"MMM-d, E",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"y MM G",yyyyMd:"y-MM-dd G",yyyyMEd:"y-MM-dd G, E",yyyyMMM:"y MMM G",yyyyMMMd:"y MMM d G",yyyyMMMEd:"y MMM d G, E",yyyyMMMM:"G y MMMM",yyyyQQQ:"y G QQQ",yyyyQQQQ:"y G QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a–h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"hh:mm a–hh:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"hh:mm a–hh:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a–h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"MM-dd–MM-dd",M:"MM-dd–MM-dd"},MEd:{d:"MM-dd, E – MM-dd, E",M:"MM-dd, E – MM-dd, E"},MMM:{M:"MMM–MMM"},MMMd:{d:"MMM d–d",M:"MMM d–MMM d"},MMMEd:{d:"MMM d, E – MMM d, E",M:"MMM d, E – MMM d, E"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"y-MM – y-MM G",y:"y-MM – y-MM G",G:"y-MM G – y-MM G"},yMd:{d:"y-MM-dd–y-MM-dd G",M:"y-MM-dd– y-MM-dd G",y:"y-MM-dd – y-MM-dd G",G:"y-MM-dd G – y-MM-dd G"},yMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E",G:"y-MM-dd G, E – y-MM-dd G, E"},yMMM:{M:"y MMM–MMM G",y:"y-MM – y-MM G",G:"y-MM G – y-MM G"},yMMMd:{d:"y 'm'. MMM d 'd'.–d 'd'. G",M:"y-MM-dd – MM-d G",y:"y-MM-dd – y-MM-dd G",G:"y-MM-dd G – y-MM-dd G"},yMMMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E",G:"y-MM-dd G, E – y-MM-dd G, E"},yMMMM:{M:"y LLLL – y LLLL G",y:"y LLLL – y LLLL G",G:"y LLLL G – y LLLL G"}}},months:{format:{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio"]},"stand-alone":{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"]}},days:{format:{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]},"stand-alone":{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]}},quarters:{format:{abbreviated:["I k.","II k.","III k.","IV k."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},"stand-alone":{abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]}},dayPeriods:{format:{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]},"stand-alone":{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"}},"stand-alone":{abbreviated:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"}}},"era-wide":{232:"Meidži",233:"Taišo",234:"Šova",235:"Heisei",236:"Reiwa"},"era-abbreviated":{232:"Meidži",233:"Taišo",234:"Šova",235:"Heisei",236:"Reiwa"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"y MMMM d G, EEEE",long:"y MMMM d G",medium:"y MMM d G",short:"y-MM-dd G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"h:mm B, E",EBhms:"h:mm:ss B, E",Ed:"d, E",Ehm:"h:mm a, E",EHm:"HH:mm, E",Ehms:"h:mm:ss a, E",EHms:"HH:mm:ss, E",Gy:"y G",GyMd:"y-MM-dd G",GyMMM:"y MMM G",GyMMMd:"y MMM d G",GyMMMEd:"y MMM d G, E",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"LL",Md:"MM-dd",MEd:"MM-dd, E",MMdd:"MM.dd",MMM:"LLL",MMMd:"MMM-d",MMMEd:"MMM-d, E",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"y MM G",yyyyMd:"y-MM-dd G",yyyyMEd:"y-MM-dd G, E",yyyyMMM:"y MMM G",yyyyMMMd:"y MMM d G",yyyyMMMEd:"y MMM d G, E",yyyyMMMM:"G y MMMM",yyyyQQQ:"y G QQQ",yyyyQQQQ:"y G QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a–h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"hh:mm a–hh:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"hh:mm a–hh:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a–h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"MM-dd–MM-dd",M:"MM-dd–MM-dd"},MEd:{d:"MM-dd, E – MM-dd, E",M:"MM-dd, E – MM-dd, E"},MMM:{M:"MMM–MMM"},MMMd:{d:"MMM d–d",M:"MMM d–MMM d"},MMMEd:{d:"MMM d, E – MMM d, E",M:"MMM d, E – MMM d, E"},y:{y:"y–y G"},yM:{M:"y-MM – y-MM G",y:"y-MM – y-MM G"},yMd:{d:"y-MM-dd–y-MM-dd G",M:"y-MM-dd– y-MM-dd G",y:"y-MM-dd – y-MM-dd G"},yMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMM:{M:"y MMM–MMM G",y:"y-MM – y-MM G"},yMMMd:{d:"y 'm'. MMM d 'd'.–d 'd'. G",M:"y-MM-dd – MM-d G",y:"y-MM-dd – y-MM-dd G"},yMMMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMMM:{M:"y LLLL – y LLLL G",y:"y LLLL – y LLLL G"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]},"stand-alone":{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]}},quarters:{format:{abbreviated:["I k.","II k.","III k.","IV k."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},"stand-alone":{abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]}},dayPeriods:{format:{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]},"stand-alone":{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"}},"stand-alone":{abbreviated:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"y MMMM d G, EEEE",long:"y MMMM d G",medium:"y MMM d G",short:"y-MM-dd G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"h:mm B, E",EBhms:"h:mm:ss B, E",Ed:"d, E",Ehm:"h:mm a, E",EHm:"HH:mm, E",Ehms:"h:mm:ss a, E",EHms:"HH:mm:ss, E",Gy:"y G",GyMd:"y-MM-dd G",GyMMM:"y MMM G",GyMMMd:"y MMM d G",GyMMMEd:"y MMM d G, E",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"LL",Md:"MM-dd",MEd:"MM-dd, E",MMdd:"MM.dd",MMM:"LLL",MMMd:"MMM-d",MMMEd:"MMM-d, E",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"y MM G",yyyyMd:"y-MM-dd G",yyyyMEd:"y-MM-dd G, E",yyyyMMM:"y MMM G",yyyyMMMd:"y MMM d G",yyyyMMMEd:"y MMM d G, E",yyyyMMMM:"G y MMMM",yyyyQQQ:"y G QQQ",yyyyQQQQ:"y G QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a–h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"hh:mm a–hh:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"hh:mm a–hh:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a–h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"MM-dd–MM-dd",M:"MM-dd–MM-dd"},MEd:{d:"MM-dd, E – MM-dd, E",M:"MM-dd, E – MM-dd, E"},MMM:{M:"MMM–MMM"},MMMd:{d:"MMM d–d",M:"MMM d–MMM d"},MMMEd:{d:"MMM d, E – MMM d, E",M:"MMM d, E – MMM d, E"},y:{y:"y–y G"},yM:{M:"y-MM – y-MM G",y:"y-MM – y-MM G"},yMd:{d:"y-MM-dd–y-MM-dd G",M:"y-MM-dd– y-MM-dd G",y:"y-MM-dd – y-MM-dd G"},yMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMM:{M:"y MMM–MMM G",y:"y-MM – y-MM G"},yMMMd:{d:"y 'm'. MMM d 'd'.–d 'd'. G",M:"y-MM-dd – MM-d G",y:"y-MM-dd – y-MM-dd G"},yMMMEd:{d:"y-MM-dd G, E – y-MM-dd G, E",M:"y-MM-dd G, E – y-MM-dd G, E",y:"y-MM-dd G, E – y-MM-dd G, E"},yMMMM:{M:"y LLLL – y LLLL G",y:"y LLLL – y LLLL G"}}},months:{format:{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio"]},"stand-alone":{abbreviated:["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],wide:["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"]}},days:{format:{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]},"stand-alone":{abbreviated:["sk","pr","an","tr","kt","pn","št"],narrow:["S","P","A","T","K","P","Š"],short:["Sk","Pr","An","Tr","Kt","Pn","Št"],wide:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"]}},quarters:{format:{abbreviated:["I k.","II k.","III k.","IV k."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},"stand-alone":{abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],narrow:["1","2","3","4"],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]}},dayPeriods:{format:{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]},"stand-alone":{abbreviated:["priešpiet","popiet"],narrow:["pr. p.","pop."],wide:["priešpiet","popiet"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"perpiet",morning1:"rytas",afternoon1:"popietė",evening1:"vakaras",night1:"naktis"}},"stand-alone":{abbreviated:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},narrow:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"},wide:{midnight:"vidurnaktis",noon:"vidurdienis",morning1:"rytas",afternoon1:"diena",evening1:"vakaras",night1:"naktis"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 tūkstantis","1000-few":"0 tūkstančiai","1000-many":"0 tūkstančio","1000-other":"0 tūkstančių","10000-one":"00 tūkstantis","10000-few":"00 tūkstančiai","10000-many":"00 tūkstančio","10000-other":"00 tūkstančių","100000-one":"000 tūkstantis","100000-few":"000 tūkstančiai","100000-many":"000 tūkstančio","100000-other":"000 tūkstančių","1000000-one":"0 milijonas","1000000-few":"0 milijonai","1000000-many":"0 milijono","1000000-other":"0 milijonų","10000000-one":"00 milijonas","10000000-few":"00 milijonai","10000000-many":"00 milijono","10000000-other":"00 milijonų","100000000-one":"000 milijonas","100000000-few":"000 milijonai","100000000-many":"000 milijono","100000000-other":"000 milijonų","1000000000-one":"0 milijardas","1000000000-few":"0 milijardai","1000000000-many":"0 milijardo","1000000000-other":"0 milijardų","10000000000-one":"00 milijardas","10000000000-few":"00 milijardai","10000000000-many":"00 milijardo","10000000000-other":"00 milijardų","100000000000-one":"000 milijardas","100000000000-few":"000 milijardai","100000000000-many":"000 milijardo","100000000000-other":"000 milijardų","1000000000000-one":"0 trilijonas","1000000000000-few":"0 trilijonai","1000000000000-many":"0 trilijono","1000000000000-other":"0 trilijonų","10000000000000-one":"00 trilijonas","10000000000000-few":"00 trilijonai","10000000000000-many":"00 trilijono","10000000000000-other":"00 trilijonų","100000000000000-one":"000 trilijonas","100000000000000-few":"000 trilijonai","100000000000000-many":"000 trilijono","100000000000000-other":"000 trilijonų"},"decimalFormat-short":{"1000-one":"0 tūkst'.'","1000-few":"0 tūkst'.'","1000-many":"0 tūkst'.'","1000-other":"0 tūkst'.'","10000-one":"00 tūkst'.'","10000-few":"00 tūkst'.'","10000-many":"00 tūkst'.'","10000-other":"00 tūkst'.'","100000-one":"000 tūkst'.'","100000-few":"000 tūkst'.'","100000-many":"000 tūkst'.'","100000-other":"000 tūkst'.'","1000000-one":"0 mln'.'","1000000-few":"0 mln'.'","1000000-many":"0 mln'.'","1000000-other":"0 mln'.'","10000000-one":"00 mln'.'","10000000-few":"00 mln'.'","10000000-many":"00 mln'.'","10000000-other":"00 mln'.'","100000000-one":"000 mln'.'","100000000-few":"000 mln'.'","100000000-many":"000 mln'.'","100000000-other":"000 mln'.'","1000000000-one":"0 mlrd'.'","1000000000-few":"0 mlrd'.'","1000000000-many":"0 mlrd'.'","1000000000-other":"0 mlrd'.'","10000000000-one":"00 mlrd'.'","10000000000-few":"00 mlrd'.'","10000000000-many":"00 mlrd'.'","10000000000-other":"00 mlrd'.'","100000000000-one":"000 mlrd'.'","100000000000-few":"000 mlrd'.'","100000000000-many":"000 mlrd'.'","100000000000-other":"000 mlrd'.'","1000000000000-one":"0 trln'.'","1000000000000-few":"0 trln'.'","1000000000000-many":"0 trln'.'","1000000000000-other":"0 trln'.'","10000000000000-one":"00 trln'.'","10000000000000-few":"00 trln'.'","10000000000000-many":"00 trln'.'","10000000000000-other":"00 trln'.'","100000000000000-one":"000 trln'.'","100000000000000-few":"000 trln'.'","100000000000000-many":"000 trln'.'","100000000000000-other":"000 trln'.'"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"0 tūkst'.' ¤","1000-few":"0 tūkst'.' ¤","1000-many":"0 tūkst'.' ¤","1000-other":"0 tūkst'.' ¤","10000-one":"00 tūkst'.' ¤","10000-few":"00 tūkst'.' ¤","10000-many":"00 tūkst'.' ¤","10000-other":"00 tūkst'.' ¤","100000-one":"000 tūkst'.' ¤","100000-few":"000 tūkst'.' ¤","100000-many":"000 tūkst'.' ¤","100000-other":"000 tūkst'.' ¤","1000000-one":"0 mln'.' ¤","1000000-few":"0 mln'.' ¤","1000000-many":"0 mln'.' ¤","1000000-other":"0 mln'.' ¤","10000000-one":"00 mln'.' ¤","10000000-few":"00 mln'.' ¤","10000000-many":"00 mln'.' ¤","10000000-other":"00 mln'.' ¤","100000000-one":"000 mln'.' ¤","100000000-few":"000 mln'.' ¤","100000000-many":"000 mln'.' ¤","100000000-other":"000 mln'.' ¤","1000000000-one":"0 mlrd'.' ¤","1000000000-few":"0 mlrd'.' ¤","1000000000-many":"0 mlrd'.' ¤","1000000000-other":"0 mlrd'.' ¤","10000000000-one":"00 mlrd'.' ¤","10000000000-few":"00 mlrd'.' ¤","10000000000-many":"00 mlrd'.' ¤","10000000000-other":"00 mlrd'.' ¤","100000000000-one":"000 mlrd'.' ¤","100000000000-few":"000 mlrd'.' ¤","100000000000-many":"000 mlrd'.' ¤","100000000000-other":"000 mlrd'.' ¤","1000000000000-one":"0 trln'.' ¤","1000000000000-few":"0 trln'.' ¤","1000000000000-many":"0 trln'.' ¤","1000000000000-other":"0 trln'.' ¤","10000000000000-one":"00 trln'.' ¤","10000000000000-few":"00 trln'.' ¤","10000000000000-many":"00 trln'.' ¤","10000000000000-other":"00 trln'.' ¤","100000000000000-one":"000 trln'.' ¤","100000000000000-few":"000 trln'.' ¤","100000000000000-many":"000 trln'.' ¤","100000000000000-other":"000 trln'.' ¤"},"symbols-latn-decimal":",","symbols-latn-group":" ","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"−","symbols-latn-approximatelySign":"∼","symbols-latn-exponential":"×10^","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tūkst'.' ¤","1000-few":"0 tūkst'.' ¤","1000-many":"0 tūkst'.' ¤","1000-other":"0 tūkst'.' ¤","10000-one":"00 tūkst'.' ¤","10000-few":"00 tūkst'.' ¤","10000-many":"00 tūkst'.' ¤","10000-other":"00 tūkst'.' ¤","100000-one":"000 tūkst'.' ¤","100000-few":"000 tūkst'.' ¤","100000-many":"000 tūkst'.' ¤","100000-other":"000 tūkst'.' ¤","1000000-one":"0 mln'.' ¤","1000000-few":"0 mln'.' ¤","1000000-many":"0 mln'.' ¤","1000000-other":"0 mln'.' ¤","10000000-one":"00 mln'.' ¤","10000000-few":"00 mln'.' ¤","10000000-many":"00 mln'.' ¤","10000000-other":"00 mln'.' ¤","100000000-one":"000 mln'.' ¤","100000000-few":"000 mln'.' ¤","100000000-many":"000 mln'.' ¤","100000000-other":"000 mln'.' ¤","1000000000-one":"0 mlrd'.' ¤","1000000000-few":"0 mlrd'.' ¤","1000000000-many":"0 mlrd'.' ¤","1000000000-other":"0 mlrd'.' ¤","10000000000-one":"00 mlrd'.' ¤","10000000000-few":"00 mlrd'.' ¤","10000000000-many":"00 mlrd'.' ¤","10000000000-other":"00 mlrd'.' ¤","100000000000-one":"000 mlrd'.' ¤","100000000000-few":"000 mlrd'.' ¤","100000000000-many":"000 mlrd'.' ¤","100000000000-other":"000 mlrd'.' ¤","1000000000000-one":"0 trln'.' ¤","1000000000000-few":"0 trln'.' ¤","1000000000000-many":"0 trln'.' ¤","1000000000000-other":"0 trln'.' ¤","10000000000000-one":"00 trln'.' ¤","10000000000000-few":"00 trln'.' ¤","10000000000000-many":"00 trln'.' ¤","10000000000000-other":"00 trln'.' ¤","100000000000000-one":"000 trln'.' ¤","100000000000000-few":"000 trln'.' ¤","100000000000000-many":"000 trln'.' ¤","100000000000000-other":"000 trln'.' ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules};export{__buildtime,__license,__version,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,lt as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|