@openui5/sap.ui.integration 1.127.1 → 1.129.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/THIRDPARTY.txt +1 -1
- 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 +13 -1
- package/src/sap/ui/integration/Host.js +13 -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 +2 -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 +6 -2
- 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 +8 -4
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +14 -4
- 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 +5 -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/ComboBox.js +47 -0
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +7 -4
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +4 -4
- 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 +26 -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 +104 -82
- 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 +18 -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 +6 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +6 -6
- package/src/sap/ui/integration/util/Destinations.js +3 -2
- 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 +28 -7
- 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:"ajastu"},"year-wide":{displayName:"aasta","relative-type--1":"eelmine aasta","relative-type-0":"käesolev aasta","relative-type-1":"järgmine aasta","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} aasta pärast","relativeTimePattern-count-other":"{0} aasta pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} aasta eest","relativeTimePattern-count-other":"{0} aasta eest"}},"year-short":{displayName:"a","relative-type--1":"eelmine a","relative-type-0":"käesolev a","relative-type-1":"järgmine a","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} a pärast","relativeTimePattern-count-other":"{0} a pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} a eest","relativeTimePattern-count-other":"{0} a eest"}},"year-narrow":{displayName:"a","relative-type--1":"eelm. a","relative-type-0":"see a","relative-type-1":"järgm. a","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} a pärast","relativeTimePattern-count-other":"{0} a pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} a eest","relativeTimePattern-count-other":"{0} a eest"}},"quarter-wide":{displayName:"kvartal","relative-type--1":"eelmine kvartal","relative-type-0":"käesolev kvartal","relative-type-1":"järgmine kvartal","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} kvartali pärast","relativeTimePattern-count-other":"{0} kvartali pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kvartali eest","relativeTimePattern-count-other":"{0} kvartali eest"}},"quarter-short":{displayName:"kv","relative-type--1":"eelmine kv","relative-type-0":"käesolev kv","relative-type-1":"järgmine kv","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} kv pärast","relativeTimePattern-count-other":"{0} kv pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kv eest","relativeTimePattern-count-other":"{0} kv eest"}},"quarter-narrow":{displayName:"kv","relative-type--1":"eelmine kv","relative-type-0":"käesolev kv","relative-type-1":"järgmine kv","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} kv pärast","relativeTimePattern-count-other":"{0} kv pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kv eest","relativeTimePattern-count-other":"{0} kv eest"}},"month-wide":{displayName:"kuu","relative-type--1":"eelmine kuu","relative-type-0":"käesolev kuu","relative-type-1":"järgmine kuu","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} kuu pärast","relativeTimePattern-count-other":"{0} kuu pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kuu eest","relativeTimePattern-count-other":"{0} kuu eest"}},"month-short":{displayName:"k","relative-type--1":"eelm. kuu","relative-type-0":"see kuu","relative-type-1":"järgm. kuu","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} kuu pärast","relativeTimePattern-count-other":"{0} kuu pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kuu eest","relativeTimePattern-count-other":"{0} kuu eest"}},"month-narrow":{displayName:"k","relative-type--1":"eelm. k","relative-type-0":"see k","relative-type-1":"järgm. k","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} k pärast","relativeTimePattern-count-other":"{0} k pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} k eest","relativeTimePattern-count-other":"{0} k eest"}},"week-wide":{displayName:"nädal","relative-type--1":"eelmine nädal","relative-type-0":"käesolev nädal","relative-type-1":"järgmine nädal","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} nädala pärast","relativeTimePattern-count-other":"{0} nädala pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} nädala eest","relativeTimePattern-count-other":"{0} nädala eest"},relativePeriod:"{0} nädal"},"week-short":{displayName:"näd","relative-type--1":"eelm. näd","relative-type-0":"see näd","relative-type-1":"järgm. näd","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} näd pärast","relativeTimePattern-count-other":"{0} näd pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} näd eest","relativeTimePattern-count-other":"{0} näd eest"},relativePeriod:"{0} näd"},"week-narrow":{displayName:"näd","relative-type--1":"eelm. n","relative-type-0":"see n","relative-type-1":"järgm. n","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} näd pärast","relativeTimePattern-count-other":"{0} näd pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} näd eest","relativeTimePattern-count-other":"{0} näd eest"},relativePeriod:"{0} nädal"},"day-wide":{displayName:"päev","relative-type--2":"üleeile","relative-type--1":"eile","relative-type-0":"täna","relative-type-1":"homme","relative-type-2":"ülehomme","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} päeva pärast","relativeTimePattern-count-other":"{0} päeva pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} päeva eest","relativeTimePattern-count-other":"{0} päeva eest"}},"day-short":{displayName:"p","relative-type--2":"üleeile","relative-type--1":"eile","relative-type-0":"täna","relative-type-1":"homme","relative-type-2":"ülehomme","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} p pärast","relativeTimePattern-count-other":"{0} p pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} p eest","relativeTimePattern-count-other":"{0} p eest"}},"day-narrow":{displayName:"p","relative-type--2":"üleeile","relative-type--1":"eile","relative-type-0":"täna","relative-type-1":"homme","relative-type-2":"ülehomme","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} p pärast","relativeTimePattern-count-other":"{0} p pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} p eest","relativeTimePattern-count-other":"{0} p eest"}},weekday:{displayName:"nädalapäev"},"hour-wide":{displayName:"tund","relative-type-0":"praegusel tunnil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} tunni pärast","relativeTimePattern-count-other":"{0} tunni pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} tunni eest","relativeTimePattern-count-other":"{0} tunni eest"}},"hour-short":{displayName:"t","relative-type-0":"praegusel tunnil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} t pärast","relativeTimePattern-count-other":"{0} t pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} t eest","relativeTimePattern-count-other":"{0} t eest"}},"hour-narrow":{displayName:"t","relative-type-0":"praegusel tunnil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} t pärast","relativeTimePattern-count-other":"{0} t pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} t eest","relativeTimePattern-count-other":"{0} t eest"}},"minute-wide":{displayName:"minut","relative-type-0":"praegusel minutil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} minuti pärast","relativeTimePattern-count-other":"{0} minuti pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} minuti eest","relativeTimePattern-count-other":"{0} minuti eest"}},"minute-short":{displayName:"min","relative-type-0":"praegusel minutil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} min pärast","relativeTimePattern-count-other":"{0} min pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min eest","relativeTimePattern-count-other":"{0} min eest"}},"minute-narrow":{displayName:"min","relative-type-0":"praegusel minutil","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} min pärast","relativeTimePattern-count-other":"{0} min pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min eest","relativeTimePattern-count-other":"{0} min eest"}},"second-wide":{displayName:"sekund","relative-type-0":"nüüd","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} sekundi pärast","relativeTimePattern-count-other":"{0} sekundi pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sekundi eest","relativeTimePattern-count-other":"{0} sekundi eest"}},"second-short":{displayName:"sek","relative-type-0":"nüüd","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} sek pärast","relativeTimePattern-count-other":"{0} sek pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sek eest","relativeTimePattern-count-other":"{0} sek eest"}},"second-narrow":{displayName:"s","relative-type-0":"nüüd","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} s pärast","relativeTimePattern-count-other":"{0} s pärast"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} s eest","relativeTimePattern-count-other":"{0} s eest"}},zone:{displayName:"ajavöönd"}},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¥",EEK:"kr",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",THB:"฿",TWD:"NT$",USD:"$",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-one":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"Maa raskuskiirendus","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"pööre","unitPattern-count-one":"{0} pööre","unitPattern-count-other":"{0} pööret"},"angle-radian":{displayName:"radiaanid","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"kraadid","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"kaareminut","unitPattern-count-one":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"″","unitPattern-count-one":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hektarid","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"aakrid","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"ruutjardid","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ruutjalad","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"ruuttollid","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunamid","unitPattern-count-one":"{0} dunam","unitPattern-count-other":"{0} dunami"},"concentr-karat":{displayName:"karaat","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/l","unitPattern-count-one":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-item":{displayName:"üksus","unitPattern-count-one":"{0} üksus","unitPattern-count-other":"{0} üksust"},"concentr-permillion":{displayName:"osa/miljon","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"%","unitPattern-count-one":"{0}%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"‰","unitPattern-count-one":"{0}‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"promüriaad","unitPattern-count-one":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mool","unitPattern-count-one":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100-kilometer":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"miil/gallon","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"miil / gal imp.","unitPattern-count-one":"{0} mpg imp.","unitPattern-count-other":"{0} mpg imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"bait","unitPattern-count-one":"{0} bait","unitPattern-count-other":"{0} baiti"},"digital-bit":{displayName:"bitt","unitPattern-count-one":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"saj","unitPattern-count-one":"{0} saj","unitPattern-count-other":"{0} saj"},"duration-decade":{displayName:"dek","unitPattern-count-one":"{0} dek","unitPattern-count-other":"{0} dek"},"duration-year":{displayName:"aastad","unitPattern-count-one":"{0} a","unitPattern-count-other":"{0} a",perUnitPattern:"{0}/a"},"duration-quarter":{displayName:"kv","unitPattern-count-one":"{0} kv","unitPattern-count-other":"{0} kv",perUnitPattern:"{0}/kv"},"duration-month":{displayName:"kuud","unitPattern-count-one":"{0} kuu","unitPattern-count-other":"{0} kuud",perUnitPattern:"{0}/k"},"duration-week":{displayName:"näd","unitPattern-count-one":"{0} näd","unitPattern-count-other":"{0} näd",perUnitPattern:"{0}/näd"},"duration-day":{displayName:"päevad","unitPattern-count-one":"{0} päev","unitPattern-count-other":"{0} päeva",perUnitPattern:"{0}/ööp"},"duration-hour":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t",perUnitPattern:"{0}/t"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"sek","unitPattern-count-one":"{0} sek","unitPattern-count-other":"{0} sek",perUnitPattern:"{0}/sek"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"amprid","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"milliamprid","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"oomid","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"voldid","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-one":"{0} Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"džaulid","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kW-tund","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"elektronvolt","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Briti soojusühik","unitPattern-count-one":"{0} Btu","unitPattern-count-other":"{0} Btu"},"energy-therm-us":{displayName:"USA term","unitPattern-count-one":"{0} USA term","unitPattern-count-other":"{0} USA termi"},"force-pound-force":{displayName:"jõunael","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"njuuton","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh / 100 km","unitPattern-count-one":"{0} kWh / 100 km","unitPattern-count-other":"{0} kWh / 100 km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"emm","unitPattern-count-one":"{0} emm","unitPattern-count-other":"{0} emmi"},"graphics-pixel":{displayName:"pikslid","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"megapikslid","unitPattern-count-one":"{0} MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-one":"{0} dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"p","unitPattern-count-one":"{0} p","unitPattern-count-other":"{0} p"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"jardid","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"tollid","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"parsekid","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"valgusaastad","unitPattern-count-one":"{0} valgusa.","unitPattern-count-other":"{0} valgusa."},"length-astronomical-unit":{displayName:"aü","unitPattern-count-one":"{0} aü","unitPattern-count-other":"{0} aü"},"length-furlong":{displayName:"furlongid","unitPattern-count-one":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"süllad","unitPattern-count-one":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"punktid","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"Päikese raadiused","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"Päikese heledus","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"grammid","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"lüh t","unitPattern-count-one":"{0} lüh t","unitPattern-count-other":"{0} lüh t"},"mass-stone":{displayName:"kivid","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"naelad","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"ct","unitPattern-count-one":"{0} ct","unitPattern-count-other":"{0} ct"},"mass-dalton":{displayName:"daltonid","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"Maa massid","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"Päikese massid","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"graan","unitPattern-count-one":"{0} graan","unitPattern-count-other":"{0} graani"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"vatid","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hj","unitPattern-count-one":"{0} hj","unitPattern-count-other":"{0} hj"},"pressure-millimeter-ofhg":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"in Hg","unitPattern-count-one":"{0} in Hg","unitPattern-count-other":"{0} in Hg"},"pressure-bar":{displayName:"baar","unitPattern-count-one":"{0} baar","unitPattern-count-other":"{0} baari"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"kuupmiilid","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"kuupjardid","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"kuuptollid","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"liitrid","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"aakerjalg","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"buššelid","unitPattern-count-one":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"Imp. gal","unitPattern-count-one":"{0} gal Imp.","unitPattern-count-other":"{0} gal Imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"kvart","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pindid","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"tass","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-one":"{0} fl oz Imp.","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"spl","unitPattern-count-one":"{0} spl","unitPattern-count-other":"{0} spl"},"volume-teaspoon":{displayName:"tl","unitPattern-count-one":"{0} tl","unitPattern-count-other":"{0} tl"},"volume-barrel":{displayName:"barrel","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"dstspn","unitPattern-count-one":"{0} dstspn","unitPattern-count-other":"{0} dstspn"},"volume-dessert-spoon-imperial":{displayName:"ingl dl","unitPattern-count-one":"{0} ingl dl","unitPattern-count-other":"{0} ingl dl"},"volume-drop":{displayName:"tilk","unitPattern-count-one":"{0} tilk","unitPattern-count-other":"{0} tilka"},"volume-dram":{displayName:"drahm vedelikku","unitPattern-count-one":"{0} drahm vedelikku","unitPattern-count-other":"{0} drahmi vedelikku"},"volume-jigger":{displayName:"pits","unitPattern-count-one":"{0} pits","unitPattern-count-other":"{0} pitsi"},"volume-pinch":{displayName:"näputäis","unitPattern-count-one":"{0} näputäis","unitPattern-count-other":"{0} näputäit"},"volume-quart-imperial":{displayName:"ingl kvart","unitPattern-count-one":"{0} ingl kvart","unitPattern-count-other":"{0} ingl kvarti"},coordinateUnit:{displayName:"ilmakaar",east:"{0} ip",north:"{0} pl",south:"{0} ll",west:"{0} lp"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"i = 1 and v = 0"},timeData={_allowed:"H hB",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"23:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"12:00",_from:"05:00"},night1:{_before:"05:00",_from:"23:00"},noon:{_at:"12:00"}},et={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE, d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"dd.MM.yy"},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:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d.MM.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"M",Md:"d.M",MEd:"E, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"E, d.M.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"E, d. MMMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"MMMM (W. 'nädal')",yw:"w. 'nädal' (Y)"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y–M.y GGGGG",y:"M.y–M.y GGGGG"},GyMd:{d:"d.MM.y–d.MM.y GGGGG",G:"d.MM.y GGGGG – d.MM.y GGGGG",M:"d.MM.y–d.MM.y GGGGG",y:"d.MM.y–d.MM.y GGGGG"},GyMEd:{d:"E, d.MM.y – E, d.MM.y GGGGG",G:"E, d.MM.y GGGGG – E, d.MM.y GGGGG",M:"E, d.MM.y – E, d.MM.y GGGGG",y:"E, d.MM.y – E, d.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d.–d. MMM y G",G:"d. MMM y G – d. MMM y G",M:"d. MMM – d. MMM y G",y:"d. MMM y – d. MMM y G"},GyMMMEd:{d:"E, d. MMM – E, d. MMM y G",G:"E, d. MMM y G – E, d. MMM y G",M:"E, d. MMM – E, d. MMM y G",y:"E, d. MMM y – E, d. MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM – d. MMM"},MMMEd:{d:"E, d. MMM – E, d. MMM",M:"E, d. MMM – E, d. MMM"},y:{y:"y–y"},yM:{M:"MM.y–MM.y",y:"MM.y–MM.y"},yMd:{d:"dd.MM.y–dd.MM.y",M:"dd.MM.y–dd.MM.y",y:"dd.MM.y–dd.MM.y"},yMEd:{d:"E, dd.MM.y – E, dd.MM.y",M:"E, dd.MM.y – E, dd.MM.y",y:"E, dd.MM.y – E, dd.MM.y"},yMMM:{M:"MMM–MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM – d. MMM y",y:"d. MMM y – d. MMM y"},yMMMEd:{d:"E, d. MMM – E, d. MMM y",M:"E, d. MMM – E, d. MMM y",y:"E, d. MMM y – E, d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]},"stand-alone":{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]}},days:{format:{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]},"stand-alone":{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},narrow:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},wide:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"}},"stand-alone":{abbreviated:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},narrow:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},wide:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"}}},"era-wide":{0:"enne Kristust",1:"pärast Kristust"},"era-abbreviated":{0:"eKr",1:"pKr"},"era-narrow":{0:"eKr",1:"pKr"}},"ca-islamic":{dateFormats:{full:"EEEE, d. MMMM y G",long:"d. MMMM y G",medium:"dd.MM.y G",short:"dd.MM.y GGGGG"},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:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d.MM.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M",Md:"d.M",MEd:"E, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M.y G",yyyyMd:"d.M.y G",yyyyMEd:"E, d.M y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y–M.y GGGGG",y:"M.y–M.y GGGGG"},GyMd:{d:"d.MM.y–d.MM.y GGGGG",G:"d.MM.y GGGGG – d.MM.y GGGGG",M:"d.MM.y–d.MM.y GGGGG",y:"d.MM.y–d.MM.y GGGGG"},GyMEd:{d:"E, d.MM.y – E, d.MM.y GGGGG",G:"E, d.MM.y GGGGG – E, d.MM.y GGGGG",M:"E, d.MM.y – E, d.MM.y GGGGG",y:"E, d.MM.y – E, d.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y G – MMM y"},GyMMMd:{d:"d.–d. MMM y G",G:"d. MMM y G – d. MMM y G",M:"d. MMM y G – d. MMM",y:"d. MMM y G – d. MMM y"},GyMMMEd:{d:"E, d. MMM y G – E, d. MMM",G:"E, d. MMM y G – E, d. MMM y G",M:"E, d. MMM y G – E, d. MMM",y:"E, d. MMM y G – E, d. MMM y"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM – d. MMM"},MMMEd:{d:"E, d. MMM – E, d. MMM",M:"E, d. MMM – E, d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E, dd.MM.y – E, dd.MM.y G",M:"E, dd.MM.y – E, dd.MM.y G",y:"E, dd.MM.y – E, dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM – d. MMM y G",y:"d. MMM y – d. MMM y G"},yMMMEd:{d:"E, d. MMM – E, d. MMM y G",M:"E, d. MMM – E, d. MMM y G",y:"E, d. MMM y – E, d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]},"stand-alone":{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},narrow:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},wide:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"}},"stand-alone":{abbreviated:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},narrow:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},wide:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"}}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d. MMMM y G",long:"d. MMMM y G",medium:"dd.MM.y G",short:"dd.MM.y GGGGG"},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:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d.MM.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M",Md:"d.M",MEd:"E, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M.y G",yyyyMd:"d.M.y G",yyyyMEd:"E, d.M y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y–M.y GGGGG",y:"M.y–M.y GGGGG"},GyMd:{d:"d.MM.y–d.MM.y GGGGG",G:"d.MM.y GGGGG – d.MM.y GGGGG",M:"d.MM.y–d.MM.y GGGGG",y:"d.MM.y–d.MM.y GGGGG"},GyMEd:{d:"E, d.MM.y – E, d.MM.y GGGGG",G:"E, d.MM.y GGGGG – E, d.MM.y GGGGG",M:"E, d.MM.y – E, d.MM.y GGGGG",y:"E, d.MM.y – E, d.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y G – MMM y"},GyMMMd:{d:"d.–d. MMM y G",G:"d. MMM y G – d. MMM y G",M:"d. MMM y G – d. MMM",y:"d. MMM y G – d. MMM y"},GyMMMEd:{d:"E, d. MMM y G – E, d. MMM",G:"E, d. MMM y G – E, d. MMM y G",M:"E, d. MMM y G – E, d. MMM",y:"E, d. MMM y G – E, d. MMM y"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM – d. MMM"},MMMEd:{d:"E, d. MMM – E, d. MMM",M:"E, d. MMM – E, d. MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G",G:"MM.y G–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G",G:"dd.MM.y G–dd.MM.y G"},yMEd:{d:"E, dd.MM.y – E, dd.MM.y G",M:"E, dd.MM.y – E, dd.MM.y G",y:"E, dd.MM.y – E, dd.MM.y G",G:"E, dd.MM.y G – E, dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G",G:"MMM y G – MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM – d. MMM y G",y:"d. MMM y – d. MMM y G",G:"d. MMM y G – d. MMM y G"},yMMMEd:{d:"E, d. MMM – E, d. MMM y G",M:"E, d. MMM – E, d. MMM y G",y:"E, d. MMM y – E, d. MMM y G",G:"E, d. MMM y G – E, d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G",G:"MMMM y G – MMMM y G"}}},months:{format:{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]},"stand-alone":{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]}},days:{format:{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]},"stand-alone":{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},narrow:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},wide:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"}},"stand-alone":{abbreviated:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},narrow:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},wide:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"}}},"era-wide":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-abbreviated":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"EEEE, d. MMMM y G",long:"d. MMMM y G",medium:"dd.MM.y G",short:"dd.MM.y GGGGG"},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:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d.MM.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M",Md:"d.M",MEd:"E, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M.y G",yyyyMd:"d.M.y G",yyyyMEd:"E, d.M y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y–M.y GGGGG",y:"M.y–M.y GGGGG"},GyMd:{d:"d.MM.y–d.MM.y GGGGG",G:"d.MM.y GGGGG – d.MM.y GGGGG",M:"d.MM.y–d.MM.y GGGGG",y:"d.MM.y–d.MM.y GGGGG"},GyMEd:{d:"E, d.MM.y – E, d.MM.y GGGGG",G:"E, d.MM.y GGGGG – E, d.MM.y GGGGG",M:"E, d.MM.y – E, d.MM.y GGGGG",y:"E, d.MM.y – E, d.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y G – MMM y"},GyMMMd:{d:"d.–d. MMM y G",G:"d. MMM y G – d. MMM y G",M:"d. MMM y G – d. MMM",y:"d. MMM y G – d. MMM y"},GyMMMEd:{d:"E, d. MMM y G – E, d. MMM",G:"E, d. MMM y G – E, d. MMM y G",M:"E, d. MMM y G – E, d. MMM",y:"E, d. MMM y G – E, d. MMM y"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM – d. MMM"},MMMEd:{d:"E, d. MMM – E, d. MMM",M:"E, d. MMM – E, d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E, dd.MM.y – E, dd.MM.y G",M:"E, dd.MM.y – E, dd.MM.y G",y:"E, dd.MM.y – E, dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM – d. MMM y G",y:"d. MMM y – d. MMM y G"},yMMMEd:{d:"E, d. MMM – E, d. MMM y G",M:"E, d. MMM – E, d. MMM y G",y:"E, d. MMM y – E, d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]},"stand-alone":{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},narrow:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},wide:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"}},"stand-alone":{abbreviated:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},narrow:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},wide:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, d. MMMM y G",long:"d. MMMM y G",medium:"dd.MM.y G",short:"dd.MM.y GGGGG"},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:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d.MM.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E, d. MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"M",Md:"d.M",MEd:"E, d.M",MMM:"MMMM",MMMd:"d. MMM",MMMEd:"E, d. MMM",MMMMd:"d. MMMM",MMMMEd:"E, d. MMMM",mmss:"mm:ss",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M.y G",yyyyMd:"d.M.y G",yyyyMEd:"E, d.M y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E, d. MMMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M.y GGGGG – M.y GGGGG",M:"M.y–M.y GGGGG",y:"M.y–M.y GGGGG"},GyMd:{d:"d.MM.y–d.MM.y GGGGG",G:"d.MM.y GGGGG – d.MM.y GGGGG",M:"d.MM.y–d.MM.y GGGGG",y:"d.MM.y–d.MM.y GGGGG"},GyMEd:{d:"E, d.MM.y – E, d.MM.y GGGGG",G:"E, d.MM.y GGGGG – E, d.MM.y GGGGG",M:"E, d.MM.y – E, d.MM.y GGGGG",y:"E, d.MM.y – E, d.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM–MMM y G",y:"MMM y G – MMM y"},GyMMMd:{d:"d.–d. MMM y G",G:"d. MMM y G – d. MMM y G",M:"d. MMM y G – d. MMM",y:"d. MMM y G – d. MMM y"},GyMMMEd:{d:"E, d. MMM y G – E, d. MMM",G:"E, d. MMM y G – E, d. MMM y G",M:"E, d. MMM y G – E, d. MMM",y:"E, d. MMM y G – E, d. MMM y"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM – d. MMM"},MMMEd:{d:"E, d. MMM – E, d. MMM",M:"E, d. MMM – E, d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E, dd.MM.y – E, dd.MM.y G",M:"E, dd.MM.y – E, dd.MM.y G",y:"E, dd.MM.y – E, dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM – d. MMM y G",y:"d. MMM y – d. MMM y G"},yMMMEd:{d:"E, d. MMM – E, d. MMM y G",M:"E, d. MMM – E, d. MMM y G",y:"E, d. MMM y – E, d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]},"stand-alone":{abbreviated:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],wide:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]}},days:{format:{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]},"stand-alone":{abbreviated:["P","E","T","K","N","R","L"],narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],wide:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1.","2.","3.","4."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},narrow:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"},wide:{midnight:"keskööl",noon:"keskpäeval",morning1:"hommikul",afternoon1:"pärastlõunal",evening1:"õhtul",night1:"öösel"}},"stand-alone":{abbreviated:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},narrow:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"},wide:{midnight:"kesköö",noon:"keskpäev",morning1:"hommik",afternoon1:"pärastlõuna",evening1:"õhtu",night1:"öö"}}},"era-wide":{0:"BK"},"era-abbreviated":{0:"BK"},"era-narrow":{0:"BK"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 tuhat","1000-other":"0 tuhat","10000-one":"00 tuhat","10000-other":"00 tuhat","100000-one":"000 tuhat","100000-other":"000 tuhat","1000000-one":"0 miljon","1000000-other":"0 miljonit","10000000-one":"00 miljonit","10000000-other":"00 miljonit","100000000-one":"000 miljonit","100000000-other":"000 miljonit","1000000000-one":"0 miljard","1000000000-other":"0 miljardit","10000000000-one":"00 miljardit","10000000000-other":"00 miljardit","100000000000-one":"000 miljardit","100000000000-other":"000 miljardit","1000000000000-one":"0 triljon","1000000000000-other":"0 triljonit","10000000000000-one":"00 triljonit","10000000000000-other":"00 triljonit","100000000000000-one":"000 triljonit","100000000000000-other":"000 triljonit"},"decimalFormat-short":{"1000-one":"0 tuh","1000-other":"0 tuh","10000-one":"00 tuh","10000-other":"00 tuh","100000-one":"000 tuh","100000-other":"000 tuh","1000000-one":"0 mln","1000000-other":"0 mln","10000000-one":"00 mln","10000000-other":"00 mln","100000000-one":"000 mln","100000000-other":"000 mln","1000000000-one":"0 mld","1000000000-other":"0 mld","10000000000-one":"00 mld","10000000000-other":"00 mld","100000000000-one":"000 mld","100000000000-other":"000 mld","1000000000000-one":"0 trln","1000000000000-other":"0 trln","10000000000000-one":"00 trln","10000000000000-other":"00 trln","100000000000000-one":"000 trln","100000000000000-other":"000 trln"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"0 tuh ¤","1000-other":"0 tuh ¤","10000-one":"00 tuh ¤","10000-other":"00 tuh ¤","100000-one":"000 tuh ¤","100000-other":"000 tuh ¤","1000000-one":"0 mln ¤","1000000-other":"0 mln ¤","10000000-one":"00 mln ¤","10000000-other":"00 mln ¤","100000000-one":"000 mln ¤","100000000-other":"000 mln ¤","1000000000-one":"0 mld ¤","1000000000-other":"0 mld ¤","10000000000-one":"00 mld ¤","10000000000-other":"00 mld ¤","100000000000-one":"000 mld ¤","100000000000-other":"000 mld ¤","1000000000000-one":"0 trln ¤","1000000000000-other":"0 trln ¤","10000000000000-one":"00 trln ¤","10000000000000-other":"00 trln ¤","100000000000000-one":"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 tuh ¤","1000-other":"0 tuh ¤","10000-one":"00 tuh ¤","10000-other":"00 tuh ¤","100000-one":"000 tuh ¤","100000-other":"000 tuh ¤","1000000-one":"0 mln ¤","1000000-other":"0 mln ¤","10000000-one":"00 mln ¤","10000000-other":"00 mln ¤","100000000-one":"000 mln ¤","100000000-other":"000 mln ¤","1000000000-one":"0 mld ¤","1000000000-other":"0 mld ¤","10000000000-one":"00 mld ¤","10000000000-other":"00 mld ¤","100000000000-one":"000 mld ¤","100000000000-other":"000 mld ¤","1000000000000-one":"0 trln ¤","1000000000000-other":"0 trln ¤","10000000000000-one":"00 trln ¤","10000000000000-other":"00 trln ¤","100000000000000-one":"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,et 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="right-to-left",dateFields={era:{displayName:"دوره"},"year-wide":{displayName:"سال","relative-type--1":"سال گذشته","relative-type-0":"امسال","relative-type-1":"سال آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سال بعد","relativeTimePattern-count-other":"{0} سال بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سال پیش","relativeTimePattern-count-other":"{0} سال پیش"}},"year-short":{displayName:"سال","relative-type--1":"سال گذشته","relative-type-0":"امسال","relative-type-1":"سال آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سال بعد","relativeTimePattern-count-other":"{0} سال بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سال پیش","relativeTimePattern-count-other":"{0} سال پیش"}},"year-narrow":{displayName:"سال","relative-type--1":"سال گذشته","relative-type-0":"امسال","relative-type-1":"سال آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سال بعد","relativeTimePattern-count-other":"{0} سال بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سال پیش","relativeTimePattern-count-other":"{0} سال پیش"}},"quarter-wide":{displayName:"سهماهه","relative-type--1":"سهماههٔ گذشته","relative-type-0":"سهماههٔ کنونی","relative-type-1":"سهماههٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سهماههٔ بعد","relativeTimePattern-count-other":"{0} سهماههٔ بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سهماههٔ پیش","relativeTimePattern-count-other":"{0} سهماههٔ پیش"}},"quarter-short":{displayName:"سهماهه","relative-type--1":"سهماههٔ گذشته","relative-type-0":"سهماههٔ کنونی","relative-type-1":"سهماههٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سهماههٔ بعد","relativeTimePattern-count-other":"{0} سهماههٔ بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سهماههٔ پیش","relativeTimePattern-count-other":"{0} سهماههٔ پیش"}},"quarter-narrow":{displayName:"سهماهه","relative-type--1":"سهماههٔ گذشته","relative-type-0":"سهماههٔ کنونی","relative-type-1":"سهماههٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} سهماههٔ بعد","relativeTimePattern-count-other":"{0} سهماههٔ بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} سهماههٔ پیش","relativeTimePattern-count-other":"{0} سهماههٔ پیش"}},"month-wide":{displayName:"ماه","relative-type--1":"ماه گذشته","relative-type-0":"این ماه","relative-type-1":"ماه آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ماه بعد","relativeTimePattern-count-other":"{0} ماه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ماه پیش","relativeTimePattern-count-other":"{0} ماه پیش"}},"month-short":{displayName:"ماه","relative-type--1":"ماه گذشته","relative-type-0":"این ماه","relative-type-1":"ماه آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ماه بعد","relativeTimePattern-count-other":"{0} ماه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ماه پیش","relativeTimePattern-count-other":"{0} ماه پیش"}},"month-narrow":{displayName:"ماه","relative-type--1":"ماه گذشته","relative-type-0":"این ماه","relative-type-1":"ماه آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ماه بعد","relativeTimePattern-count-other":"{0} ماه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ماه پیش","relativeTimePattern-count-other":"{0} ماه پیش"}},"week-wide":{displayName:"هفته","relative-type--1":"هفتهٔ گذشته","relative-type-0":"این هفته","relative-type-1":"هفتهٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} هفته بعد","relativeTimePattern-count-other":"{0} هفته بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} هفته پیش","relativeTimePattern-count-other":"{0} هفته پیش"},relativePeriod:"هفتهٔ {0}"},"week-short":{displayName:"هفته","relative-type--1":"هفتهٔ گذشته","relative-type-0":"این هفته","relative-type-1":"هفتهٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} هفته بعد","relativeTimePattern-count-other":"{0} هفته بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} هفته پیش","relativeTimePattern-count-other":"{0} هفته پیش"},relativePeriod:"هفتهٔ {0}"},"week-narrow":{displayName:"هفته","relative-type--1":"هفتهٔ گذشته","relative-type-0":"این هفته","relative-type-1":"هفتهٔ آینده","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} هفته بعد","relativeTimePattern-count-other":"{0} هفته بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} هفته پیش","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-one":"{0} روز دیگر","relativeTimePattern-count-other":"{0} روز دیگر"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} روز پیش","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-one":"{0} روز دیگر","relativeTimePattern-count-other":"{0} روز دیگر"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} روز پیش","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-one":"{0} روز بعد","relativeTimePattern-count-other":"{0} روز بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} روز پیش","relativeTimePattern-count-other":"{0} روز پیش"}},weekday:{displayName:"روز هفته"},"hour-wide":{displayName:"ساعت","relative-type-0":"همین ساعت","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ساعت بعد","relativeTimePattern-count-other":"{0} ساعت بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ساعت پیش","relativeTimePattern-count-other":"{0} ساعت پیش"}},"hour-short":{displayName:"ساعت","relative-type-0":"همین ساعت","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ساعت بعد","relativeTimePattern-count-other":"{0} ساعت بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ساعت پیش","relativeTimePattern-count-other":"{0} ساعت پیش"}},"hour-narrow":{displayName:"ساعت","relative-type-0":"همین ساعت","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ساعت بعد","relativeTimePattern-count-other":"{0} ساعت بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ساعت پیش","relativeTimePattern-count-other":"{0} ساعت پیش"}},"minute-wide":{displayName:"دقیقه","relative-type-0":"همین دقیقه","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} دقیقه بعد","relativeTimePattern-count-other":"{0} دقیقه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} دقیقه پیش","relativeTimePattern-count-other":"{0} دقیقه پیش"}},"minute-short":{displayName:"دقیقه","relative-type-0":"همین دقیقه","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} دقیقه بعد","relativeTimePattern-count-other":"{0} دقیقه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} دقیقه پیش","relativeTimePattern-count-other":"{0} دقیقه پیش"}},"minute-narrow":{displayName:"دقیقه","relative-type-0":"همین دقیقه","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} دقیقه بعد","relativeTimePattern-count-other":"{0} دقیقه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} دقیقه پیش","relativeTimePattern-count-other":"{0} دقیقه پیش"}},"second-wide":{displayName:"ثانیه","relative-type-0":"اکنون","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ثانیه بعد","relativeTimePattern-count-other":"{0} ثانیه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ثانیه پیش","relativeTimePattern-count-other":"{0} ثانیه پیش"}},"second-short":{displayName:"ثانیه","relative-type-0":"اکنون","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ثانیه بعد","relativeTimePattern-count-other":"{0} ثانیه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ثانیه پیش","relativeTimePattern-count-other":"{0} ثانیه پیش"}},"second-narrow":{displayName:"ثانیه","relative-type-0":"اکنون","relativeTime-type-future":{"relativeTimePattern-count-one":"{0} ثانیه بعد","relativeTimePattern-count-other":"{0} ثانیه بعد"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ثانیه پیش","relativeTimePattern-count-other":"{0} ثانیه پیش"}},zone:{displayName:"منطقهٔ زمانی"}},timezoneNamesFormats={gmtFormat:"{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={AFN:"؋",AUD:"A$",BRL:"R$",CAD:"$CA",CNY:"¥CN",EUR:"€",GBP:"£",HKD:"$HK",ILS:"₪",INR:"₹",IRR:"ریال",JPY:"¥",KRW:"₩",MXN:"$MX",NZD:"$NZ",THB:"฿",TWD:"NT$",USD:"$",VND:"₫",XAF:"FCFA",XCD:"$EC",XOF:"فرانک CFA",XPF:"CFPF",XXX:"¤"},rtl=!0,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"سانتی{0}"},"10p-3":{unitPrefixPattern:"میلی{0}"},"10p-6":{unitPrefixPattern:"میکرو{0}"},"10p-9":{unitPrefixPattern:"نانو{0}"},"10p-12":{unitPrefixPattern:"پیکو{0}"},"10p-15":{unitPrefixPattern:"فمتو{0}"},"10p-18":{unitPrefixPattern:"آتو{0}"},"10p-21":{unitPrefixPattern:"زپتو{0}"},"10p-24":{unitPrefixPattern:"یوکتو{0}"},"10p1":{unitPrefixPattern:"دکا{0}"},"10p2":{unitPrefixPattern:"هکتو{0}"},"10p3":{unitPrefixPattern:"کیلو{0}"},"10p6":{unitPrefixPattern:"مگا{0}"},"10p9":{unitPrefixPattern:"گیگا{0}"},"10p12":{unitPrefixPattern:"ترا{0}"},"10p15":{unitPrefixPattern:"پتا{0}"},"10p18":{unitPrefixPattern:"اگزا{0}"},"10p21":{unitPrefixPattern:"زتا{0}"},"10p24":{unitPrefixPattern:"یوتا{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"گرانش","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"متر/مجذور ثانیه","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"دور","unitPattern-count-one":"{0} دور","unitPattern-count-other":"{0} دور"},"angle-radian":{displayName:"رادیان","unitPattern-count-one":"{0} رادیان","unitPattern-count-other":"{0} رادیان"},"angle-degree":{displayName:"درجه","unitPattern-count-one":"{0} درجه","unitPattern-count-other":"{0} درجه"},"angle-arc-minute":{displayName:"دقیقهٔ قوسی","unitPattern-count-one":"{0} د.قوسی","unitPattern-count-other":"{0} د.قوسی"},"angle-arc-second":{displayName:"ثانیهٔ قوسی","unitPattern-count-one":"{0} ث.قوسی","unitPattern-count-other":"{0} ث.قوسی"},"area-square-kilometer":{displayName:"کیلومتر مربع","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"هکتار","unitPattern-count-one":"{0} هک","unitPattern-count-other":"{0} هک"},"area-square-meter":{displayName:"متر مربع","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"مایل مربع","unitPattern-count-one":"{0} مایل مربع","unitPattern-count-other":"{0} مایل مربع",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"جریب","unitPattern-count-one":"{0} جریب","unitPattern-count-other":"{0} جریب"},"area-square-yard":{displayName:"یارد مربع","unitPattern-count-one":"{0} یارد مربع","unitPattern-count-other":"{0} یارد مربع"},"area-square-foot":{displayName:"فوت مربع","unitPattern-count-one":"{0} فوت مربع","unitPattern-count-other":"{0} فوت مربع"},"area-square-inch":{displayName:"اینچ مربع","unitPattern-count-one":"{0} اینچ مربع","unitPattern-count-other":"{0} اینچ مربع",perUnitPattern:"{0}/اینچ مربع"},"area-dunam":{displayName:"دونوم","unitPattern-count-one":"{0} دونوم","unitPattern-count-other":"{0} دونوم"},"concentr-karat":{displayName:"عیار","unitPattern-count-one":"{0} عیار","unitPattern-count-other":"{0} عیار"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"میلیگرم در دسیلیتر","unitPattern-count-one":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"میلیمول/لیتر","unitPattern-count-one":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-item":{displayName:"مورد","unitPattern-count-one":"{0} مورد","unitPattern-count-other":"{0} مورد"},"concentr-permillion":{displayName:"بخش/میلیون","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"درصد","unitPattern-count-one":"{0}٪","unitPattern-count-other":"{0}٪"},"concentr-permille":{displayName:"هزارم","unitPattern-count-one":"{0}‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"دههزارم","unitPattern-count-one":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"مول","unitPattern-count-one":"{0} مول","unitPattern-count-other":"{0} مول"},"consumption-liter-per-kilometer":{displayName:"لیتر/کیلومتر","unitPattern-count-one":"{0} ل./ک.م.","unitPattern-count-other":"{0} ل./ک.م."},"consumption-liter-per-100-kilometer":{displayName:"لیتر/۱۰۰ کیلومتر","unitPattern-count-one":"{0} ل./۱۰۰ ک.م.","unitPattern-count-other":"{0} ل./۱۰۰ ک.م."},"consumption-mile-per-gallon":{displayName:"مایل/گالن","unitPattern-count-one":"{0} مایل در گالن","unitPattern-count-other":"{0} مایل در گالن"},"consumption-mile-per-gallon-imperial":{displayName:"مایل/امپریال گالن","unitPattern-count-one":"{0} mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"پتابایت","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"ترابایت","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"ترابیت","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"گیگابیت","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"مگابیت","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"کیلوبایت","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"کیلوبیت","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"بایت","unitPattern-count-one":"{0} بایت","unitPattern-count-other":"{0} بایت"},"digital-bit":{displayName:"بیت","unitPattern-count-one":"{0} بیت","unitPattern-count-other":"{0} بیت"},"duration-century":{displayName:"سده","unitPattern-count-one":"{0} سده","unitPattern-count-other":"{0} سده"},"duration-decade":{displayName:"دهه","unitPattern-count-one":"{0} دهه","unitPattern-count-other":"{0} دهه"},"duration-year":{displayName:"سال","unitPattern-count-one":"{0} سال","unitPattern-count-other":"{0} سال",perUnitPattern:"{0}/سال"},"duration-quarter":{displayName:"سهماه","unitPattern-count-one":"{0} سهماهه","unitPattern-count-other":"{0} سهماهه",perUnitPattern:"{0}/سهماه"},"duration-month":{displayName:"ماه","unitPattern-count-one":"{0} ماه","unitPattern-count-other":"{0} ماه",perUnitPattern:"{0}/ماه"},"duration-week":{displayName:"هفته","unitPattern-count-one":"{0} هفته","unitPattern-count-other":"{0} هفته",perUnitPattern:"{0}/هفته"},"duration-day":{displayName:"روز","unitPattern-count-one":"{0} روز","unitPattern-count-other":"{0} روز",perUnitPattern:"{0}/روز"},"duration-hour":{displayName:"ساعت","unitPattern-count-one":"{0} ساعت","unitPattern-count-other":"{0} ساعت",perUnitPattern:"{0} در ساعت"},"duration-minute":{displayName:"دقیقه","unitPattern-count-one":"{0} دقیقه","unitPattern-count-other":"{0} دقیقه",perUnitPattern:"{0} در دقیقه"},"duration-second":{displayName:"ثانیه","unitPattern-count-one":"{0} ثانیه","unitPattern-count-other":"{0} ثانیه",perUnitPattern:"{0} در ثانیه"},"duration-millisecond":{displayName:"میلیثانیه","unitPattern-count-one":"{0} میلیثانیه","unitPattern-count-other":"{0} میلیثانیه"},"duration-microsecond":{displayName:"میکروثانیه","unitPattern-count-one":"{0}μs","unitPattern-count-other":"{0}μs"},"duration-nanosecond":{displayName:"نانوثانیه","unitPattern-count-one":"{0} نانوثانیه","unitPattern-count-other":"{0} نانوثانیه"},"electric-ampere":{displayName:"آمپر","unitPattern-count-one":"{0} آمپر","unitPattern-count-other":"{0} آمپر"},"electric-milliampere":{displayName:"میلیآمپر","unitPattern-count-one":"{0} میلیآمپر","unitPattern-count-other":"{0} میلیآمپر"},"electric-ohm":{displayName:"اهم","unitPattern-count-one":"{0} اهم","unitPattern-count-other":"{0} اهم"},"electric-volt":{displayName:"ولت","unitPattern-count-one":"{0} ولت","unitPattern-count-other":"{0} ولت"},"energy-kilocalorie":{displayName:"ک.کالری","unitPattern-count-one":"{0} ک.کالری","unitPattern-count-other":"{0} ک.کالری"},"energy-calorie":{displayName:"کالری","unitPattern-count-one":"{0} کالری","unitPattern-count-other":"{0} کالری"},"energy-foodcalorie":{displayName:"کالری","unitPattern-count-one":"{0} کالری","unitPattern-count-other":"{0} کالری"},"energy-kilojoule":{displayName:"ک.ژول","unitPattern-count-one":"{0} ک.ژول","unitPattern-count-other":"{0} ک.ژول"},"energy-joule":{displayName:"ژول","unitPattern-count-one":"{0} ژول","unitPattern-count-other":"{0} ژول"},"energy-kilowatt-hour":{displayName:"ک.واتساعت","unitPattern-count-one":"{0} ک.و.ساعت","unitPattern-count-other":"{0} ک.و.ساعت"},"energy-electronvolt":{displayName:"الکترونولت","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"بیتییو","unitPattern-count-one":"{0} بیتییو","unitPattern-count-other":"{0} بیتییو"},"energy-therm-us":{displayName:"ترم آمریکایی","unitPattern-count-one":"{0} ترم آمریکایی","unitPattern-count-other":"{0} ترم آمریکایی"},"force-pound-force":{displayName:"پوند-نیرو","unitPattern-count-one":"{0} پوند-نیرو","unitPattern-count-other":"{0} پوند-نیرو"},"force-newton":{displayName:"نیوتن","unitPattern-count-one":"{0} نیوتن","unitPattern-count-other":"{0} نیوتن"},"force-kilowatt-hour-per-100-kilometer":{displayName:"ک.وا.س/۱۰۰ ک.م","unitPattern-count-one":"{0} ک.وا.س/۱۰۰ ک.م","unitPattern-count-other":"{0} ک.وا.س/۱۰۰ ک.م"},"frequency-gigahertz":{displayName:"گیگاهرتز","unitPattern-count-one":"{0} گیگاهرتز","unitPattern-count-other":"{0} گیگاهرتز"},"frequency-megahertz":{displayName:"مگاهرتز","unitPattern-count-one":"{0} مگاهرتز","unitPattern-count-other":"{0} مگاهرتز"},"frequency-kilohertz":{displayName:"ک.هرتز","unitPattern-count-one":"{0} ک.هرتز","unitPattern-count-other":"{0} ک.هرتز"},"frequency-hertz":{displayName:"هرتز","unitPattern-count-one":"{0} هرتز","unitPattern-count-other":"{0} هرتز"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"پیکسل","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"مگاپیکسل","unitPattern-count-one":"{0} MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-one":"{0} dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-one":"{0} dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"نقطه","unitPattern-count-one":"{0} نقطه","unitPattern-count-other":"{0} نقطه"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"کیلومتر","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"متر","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"دس.م","unitPattern-count-one":"{0} دس.م","unitPattern-count-other":"{0} دس.م"},"length-centimeter":{displayName:"س.م","unitPattern-count-one":"{0} س.م","unitPattern-count-other":"{0} س.م",perUnitPattern:"{0}/س.م"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"ن.م","unitPattern-count-one":"{0} ن.م","unitPattern-count-other":"{0} ن.م"},"length-picometer":{displayName:"پ.م","unitPattern-count-one":"{0} پ.م","unitPattern-count-other":"{0} پ.م"},"length-mile":{displayName:"مایل","unitPattern-count-one":"{0} مایل","unitPattern-count-other":"{0} مایل"},"length-yard":{displayName:"یارد","unitPattern-count-one":"{0} یارد","unitPattern-count-other":"{0} یارد"},"length-foot":{displayName:"فوت","unitPattern-count-one":"{0} فوت","unitPattern-count-other":"{0} فوت",perUnitPattern:"{0}/فوت"},"length-inch":{displayName:"اینچ","unitPattern-count-one":"{0} اینچ","unitPattern-count-other":"{0} اینچ",perUnitPattern:"{0}/اینچ"},"length-parsec":{displayName:"پارسک","unitPattern-count-one":"{0} پارسک","unitPattern-count-other":"{0} پارسک"},"length-light-year":{displayName:"سال نوری","unitPattern-count-one":"{0} سال نوری","unitPattern-count-other":"{0} سال نوری"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} واحد نجومی","unitPattern-count-other":"{0} واحد نجومی"},"length-furlong":{displayName:"فرلانگ","unitPattern-count-one":"{0} فرلانگ","unitPattern-count-other":"{0} فرلانگ"},"length-fathom":{displayName:"فاتوم","unitPattern-count-one":"{0} فاتوم","unitPattern-count-other":"{0} فاتوم"},"length-nautical-mile":{displayName:"مایل دریایی","unitPattern-count-one":"{0} مایل دریایی","unitPattern-count-other":"{0} مایل دریایی"},"length-mile-scandinavian":{displayName:"مایل اسکاندیناوی","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"پوینت","unitPattern-count-one":"{0} پوینت","unitPattern-count-other":"{0} پوینت"},"length-solar-radius":{displayName:"شعاع خورشید","unitPattern-count-one":"{0} شعاع خورشید","unitPattern-count-other":"{0} شعاع خورشید"},"light-lux":{displayName:"لوکس","unitPattern-count-one":"{0} لوکس","unitPattern-count-other":"{0} لوکس"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"تابندگی خورشید","unitPattern-count-one":"{0} ☉L","unitPattern-count-other":"{0} ☉L"},"mass-tonne":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"کیلوگرم","unitPattern-count-one":"{0} کیلوگرم","unitPattern-count-other":"{0} کیلوگرم",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"گرم","unitPattern-count-one":"{0} گرم","unitPattern-count-other":"{0} گرم",perUnitPattern:"{0} در گرم"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} میلیگرم","unitPattern-count-other":"{0} میلیگرم"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} میکروگرم","unitPattern-count-other":"{0} میکروگرم"},"mass-ton":{displayName:"تن","unitPattern-count-one":"{0} تن","unitPattern-count-other":"{0} تن"},"mass-stone":{displayName:"سنگ","unitPattern-count-one":"{0} سنگ","unitPattern-count-other":"{0} سنگ"},"mass-pound":{displayName:"پوند","unitPattern-count-one":"{0} پوند","unitPattern-count-other":"{0} پوند",perUnitPattern:"{0} در پوند"},"mass-ounce":{displayName:"اونس","unitPattern-count-one":"{0} اونس","unitPattern-count-other":"{0} اونس",perUnitPattern:"{0} در اونس"},"mass-ounce-troy":{displayName:"اونس تروا","unitPattern-count-one":"{0} اونس تروا","unitPattern-count-other":"{0} اونس تروا"},"mass-carat":{displayName:"قیراط","unitPattern-count-one":"{0} قیراط","unitPattern-count-other":"{0} قیراط"},"mass-dalton":{displayName:"دالتون","unitPattern-count-one":"{0} دالتون","unitPattern-count-other":"{0} دالتون"},"mass-earth-mass":{displayName:"جرم زمین","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} ⊕M"},"mass-solar-mass":{displayName:"جرم خورشید","unitPattern-count-one":"{0} ☉M","unitPattern-count-other":"{0} ☉M"},"mass-grain":{displayName:"دانه","unitPattern-count-one":"{0} دانه","unitPattern-count-other":"{0} دانه"},"power-gigawatt":{displayName:"گیگاوات","unitPattern-count-one":"{0} گیگاوات","unitPattern-count-other":"{0} گیگاوات"},"power-megawatt":{displayName:"مگاوات","unitPattern-count-one":"{0} مگاوات","unitPattern-count-other":"{0} مگاوات"},"power-kilowatt":{displayName:"ک.وات","unitPattern-count-one":"{0} ک.وات","unitPattern-count-other":"{0} ک.وات"},"power-watt":{displayName:"وات","unitPattern-count-one":"{0} وات","unitPattern-count-other":"{0} وات"},"power-milliwatt":{displayName:"میلیوات","unitPattern-count-one":"{0} میلیوات","unitPattern-count-other":"{0} میلیوات"},"power-horsepower":{displayName:"اسب بخار","unitPattern-count-one":"{0} اسب بخار","unitPattern-count-other":"{0} اسب بخار"},"pressure-millimeter-ofhg":{displayName:"میلیمتر جیوه","unitPattern-count-one":"{0} مم جیوه","unitPattern-count-other":"{0} مم جیوه"},"pressure-pound-force-per-square-inch":{displayName:"پوند در اینچ مربع","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"اینچ جیوه","unitPattern-count-one":"{0} اینچ جیوه","unitPattern-count-other":"{0} اینچ جیوه"},"pressure-bar":{displayName:"بار","unitPattern-count-one":"{0} بار","unitPattern-count-other":"{0} بار"},"pressure-millibar":{displayName:"میلیبار","unitPattern-count-one":"{0} میلیبار","unitPattern-count-other":"{0} میلیبار"},"pressure-atmosphere":{displayName:"اتمسفر","unitPattern-count-one":"{0} اتمسفر","unitPattern-count-other":"{0} اتمسفر"},"pressure-pascal":{displayName:"پاسکال","unitPattern-count-one":"{0} پاسکال","unitPattern-count-other":"{0} پاسکال"},"pressure-hectopascal":{displayName:"هکتوپاسکال","unitPattern-count-one":"{0} هکتوپاسکال","unitPattern-count-other":"{0} هکتوپاسکال"},"pressure-kilopascal":{displayName:"ک.پاسکال","unitPattern-count-one":"{0} ک.پاسکال","unitPattern-count-other":"{0} ک.پاسکال"},"pressure-megapascal":{displayName:"مگاپاسکال","unitPattern-count-one":"{0} مگاپاسکال","unitPattern-count-other":"{0} مگاپاسکال"},"speed-kilometer-per-hour":{displayName:"کیلومتر در ساعت","unitPattern-count-one":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"متر در ثانیه","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"مایل در ساعت","unitPattern-count-one":"{0} mph","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"گره","unitPattern-count-one":"{0} گره","unitPattern-count-other":"{0} گره"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"درجهٔ سلسیوس","unitPattern-count-one":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"درجهٔ فارنهایت","unitPattern-count-one":"{0}°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"درجهٔ کلوین","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"پوند-فوت","unitPattern-count-one":"{0} پوند-فوت","unitPattern-count-other":"{0} پوند-فوت"},"torque-newton-meter":{displayName:"نیوتنمتر","unitPattern-count-one":"{0} نیوتنمتر","unitPattern-count-other":"{0} نیوتنمتر"},"volume-cubic-kilometer":{displayName:"کیلومتر مکعب","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"متر مکعب","unitPattern-count-one":"{0}m³","unitPattern-count-other":"{0}m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0} /cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0}mi³","unitPattern-count-other":"{0}mi³"},"volume-cubic-yard":{displayName:"یارد مکعب","unitPattern-count-one":"{0}yd³","unitPattern-count-other":"{0}yd³"},"volume-cubic-foot":{displayName:"فوت مکعب","unitPattern-count-one":"{0}ft³","unitPattern-count-other":"{0}ft³"},"volume-cubic-inch":{displayName:"اینچ مکعب","unitPattern-count-one":"{0}in³","unitPattern-count-other":"{0}in³"},"volume-megaliter":{displayName:"مگالیتر","unitPattern-count-one":"{0}ML","unitPattern-count-other":"{0}ML"},"volume-hectoliter":{displayName:"hL","unitPattern-count-one":"{0}hL","unitPattern-count-other":"{0}hL"},"volume-liter":{displayName:"لیتر","unitPattern-count-one":"{0}L","unitPattern-count-other":"{0}L",perUnitPattern:"{0}/L"},"volume-deciliter":{displayName:"dL","unitPattern-count-one":"{0}dL","unitPattern-count-other":"{0}dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-one":"{0}cL","unitPattern-count-other":"{0}cL"},"volume-milliliter":{displayName:"میلیلیتر","unitPattern-count-one":"{0} میلیلیتر","unitPattern-count-other":"{0} میلیلیتر"},"volume-pint-metric":{displayName:"پاینت متریک","unitPattern-count-one":"{0} پاینت متریک","unitPattern-count-other":"{0} پاینت متریک"},"volume-cup-metric":{displayName:"پیمانهٔ متریک","unitPattern-count-one":"{0} پیمانهٔ متریک","unitPattern-count-other":"{0} پیمانهٔ متریک"},"volume-acre-foot":{displayName:"جریب فوت","unitPattern-count-one":"{0} جریب فوت","unitPattern-count-other":"{0} جریب فوت"},"volume-bushel":{displayName:"بوشل","unitPattern-count-one":"{0} بوشل","unitPattern-count-other":"{0} بوشل"},"volume-gallon":{displayName:"گالن","unitPattern-count-one":"{0} گالن","unitPattern-count-other":"{0} گالن",perUnitPattern:"{0} در گالن"},"volume-gallon-imperial":{displayName:"گالن امپریال","unitPattern-count-one":"{0} گالن امپریال","unitPattern-count-other":"{0} گالن امپریال",perUnitPattern:"{0}/گالن امپریال"},"volume-quart":{displayName:"کوارت","unitPattern-count-one":"{0} کوارت","unitPattern-count-other":"{0} کوارت"},"volume-pint":{displayName:"پاینت","unitPattern-count-one":"{0} پاینت","unitPattern-count-other":"{0} پاینت"},"volume-cup":{displayName:"پیمانه","unitPattern-count-one":"{0} پیمانه","unitPattern-count-other":"{0} پیمانه"},"volume-fluid-ounce":{displayName:"اونس سیال","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"اونس سیال انگلیسی","unitPattern-count-one":"{0} fl oz Imp","unitPattern-count-other":"{0} fl oz Imp"},"volume-tablespoon":{displayName:"قاشق غ.","unitPattern-count-one":"{0} ق.غ.خ","unitPattern-count-other":"{0} قاشق غ."},"volume-teaspoon":{displayName:"قاشق چ.","unitPattern-count-one":"{0} ق.چ.","unitPattern-count-other":"{0} ق.چ."},"volume-barrel":{displayName:"بشکه","unitPattern-count-one":"{0} بشکه","unitPattern-count-other":"{0} بشکه"},"volume-dessert-spoon":{displayName:"قاشق دسرخوری","unitPattern-count-one":"{0} ق.دس.خ.","unitPattern-count-other":"{0} ق.دس.خ."},"volume-dessert-spoon-imperial":{displayName:"قاشق دسرخوری انگلیسی","unitPattern-count-one":"{0} ق.دس. انگلیسی","unitPattern-count-other":"{0} ق.دس. انگلیسی"},"volume-drop":{displayName:"قطره","unitPattern-count-one":"{0} قطره","unitPattern-count-other":"{0} قطره"},"volume-dram":{displayName:"درم سیال","unitPattern-count-one":"{0} درم سیال","unitPattern-count-other":"{0} درم سیال"},"volume-jigger":{displayName:"گیلاس","unitPattern-count-one":"{0} گیلاس","unitPattern-count-other":"{0} گیلاس"},"volume-pinch":{displayName:"سرانگشت","unitPattern-count-one":"{0} سرانگشت","unitPattern-count-other":"{0} سرانگشت"},"volume-quart-imperial":{displayName:"کوارت انگلیسی","unitPattern-count-one":"{0} کوارت انگلیسی","unitPattern-count-other":"{0} کوارت انگلیسی"},coordinateUnit:{displayName:"جهت",east:"{0} شرقی",north:"{0} شمالی",south:"{0} جنوبی",west:"{0} غربی"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"i = 0 or n = 1"},timeData={_allowed:"hB H",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},morning1:{_before:"04:00",_from:"01:00"},morning2:{_before:"12:00",_from:"04:00"},night1:{_before:"24:00",_from:"19:00"},night2:{_before:"01:00",_from:"00:00"}},calendarPreference=["persian","gregorian","islamic","islamic-civil","islamic-tbla"],fa={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"y/M/d"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss (z)",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}، ساعت {0}",long:"{1}، ساعت {0}",medium:"{1}، {0}",short:"{1}، {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"y/M/d GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"H",HHmmZ:"HH:mm (Z)",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"H:mm:ss v",hmv:"h:mm a v",Hmv:"H:mm v",M:"L",Md:"M/d",MEd:"E M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"E d LLL",MMMMd:"d LLLL",MMMMEd:"E d LLLL",mmss:"mm:ss",ms:"m:ss",y:"y",yM:"y/M",yMd:"y/M/d",yMEd:"E y/M/d",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"E d MMM y",yMMMM:"MMMM y",yMMMMEEEEd:"EEEE d MMMM y",yQQQ:"QQQQ y",yQQQQ:"QQQQ y",MMMMW:"هفتهٔ Wم LLLL",yw:"هفتهٔ wم Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{1} {0}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} ({1})",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} تا {1}",Bh:{B:"h B تا h B",h:"h تا h B"},Bhm:{B:"h:mm B تا h:mm B",h:"h:mm تا h:mm B",m:"h:mm تا h:mm B"},d:{d:"d تا d"},Gy:{G:"y G تا y G",y:"y تا y G"},GyM:{G:"y/M GGGGG تا y/M GGGGG",M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},GyMd:{d:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},GyMEd:{d:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},GyMMM:{G:"MMM y G تا MMM y G",M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},GyMMMd:{d:"d تا d MMM y G",G:"d MMM y G تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},GyMMMEd:{d:"E d LLL تا E d MMM y G",G:"E d MMM y G تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},h:{a:"h a تا h a",h:"h تا h a"},H:{H:"H تا H"},hm:{a:"h:mm a تا h:mm a",h:"h:mm تا h:mm a",m:"h:mm تا h:mm a"},Hm:{H:"H:mm تا H:mm",m:"H:mm تا H:mm"},hmv:{a:"h:mm a تا h:mm a v",h:"h:mm تا h:mm a v",m:"h:mm تا h:mm a v"},Hmv:{H:"H:mm تا H:mm v",m:"H:mm تا H:mm v"},hv:{a:"h a تا h a v",h:"h تا h a v"},Hv:{H:"H تا H v"},M:{M:"M تا M"},Md:{d:"M/d تا M/d",M:"M/d تا M/d"},MEd:{d:"E M/d تا E M/d",M:"E M/d تا E M/d"},MMM:{M:"LLL تا LLL"},MMMd:{d:"d تا d LLL",M:"d LLL تا d LLL"},MMMEd:{d:"E d LLL تا E d LLL",M:"E d LLL تا E d LLL"},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:"E y/M/d تا E y/M/d",M:"E y/M/d تا E y/M/d",y:"E y/M/d تا E y/M/d"},yMMM:{M:"LLL تا MMM y",y:"MMM y تا MMM y"},yMMMd:{d:"d تا d MMM y",M:"d LLL تا d MMM y",y:"d MMM y تا d MMM y"},yMMMEd:{d:"E d LLL تا E d MMM y",M:"E d LLL تا E d MMM y",y:"E d MMM y تا E d MMM y"},yMMMM:{M:"LLLL تا MMMM y",y:"MMMM y تا MMMM y"}}},months:{format:{abbreviated:[["ژانویه","ژانویهٔ"],["فوریه","فوریهٔ"],"مارس","آوریل",["مه","مهٔ"],"ژوئن",["ژوئیه","ژوئیهٔ"],"اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویهٔ","فوریهٔ","مارس","آوریل","مهٔ","ژوئن","ژوئیهٔ","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]},"stand-alone":{abbreviated:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]}},days:{format:{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]},"stand-alone":{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}},quarters:{format:{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]},"stand-alone":{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]}},dayPeriods:{format:{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]},"stand-alone":{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]}},flexibleDayPeriods:{format:{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"بعدازظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}},"stand-alone":{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}}},"era-wide":{0:"قبل از میلاد",1:"میلادی"},"era-abbreviated":{0:"ق.م.",1:"م."},"era-narrow":{0:"ق",1:"م"}},"ca-islamic":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"y/M/d G"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss (z)",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}، ساعت {0}",long:"{1}، ساعت {0}",medium:"{1}، {0}",short:"{1}، {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E dم",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"M/d/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"H",HHmmZ:"HH:mm (Z)",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",HmZ:"HH:mm (Z)",M:"L",Md:"M/d",MEd:"E M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"E d LLL",MMMMd:"d LLLL",MMMMEd:"E d LLLL",ms:"mm:ss",y:"y G",yM:"y/M G",yMEd:"E y/M/d G",yMMM:"MMM y",yMMMEd:"E d MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y G",yQQQQ:"QQQQ y G",yyyy:"y G",yyyyM:"y/M GGGGG",yyyyMd:"y/M/d GGGGG",yyyyMEd:"E y/M/d GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{1} {0}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} ({1})",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} تا {1}",Bh:{B:"h B تا h B",h:"h تا h B"},Bhm:{B:"h:mm B تا h:mm B",h:"h:mm تا h:mm B",m:"h:mm تا h:mm B"},d:{d:"d تا d"},Gy:{G:"y G تا y G",y:"y تا y G"},GyM:{G:"y/M GGGGG تا y/M GGGGG",M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},GyMd:{d:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},GyMEd:{d:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},GyMMM:{G:"MMM y G تا MMM y G",M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},GyMMMd:{d:"d تا d MMM y G",G:"d MMM y G تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},GyMMMEd:{d:"E d LLL تا E d MMM y G",G:"E d MMM y G تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},h:{a:"h a تا h a",h:"h تا h a"},H:{H:"H تا H"},hm:{a:"h:mm a تا h:mm a",h:"h:mm تا h:mm a",m:"h:mm تا h:mm a"},Hm:{H:"H:mm تا H:mm",m:"H:mm تا H:mm"},hmv:{a:"h:mm a تا h:mm a (v)",h:"h:mm تا h:mm a (v)",m:"h:mm تا h:mm a (v)"},Hmv:{H:"H:mm تا H:mm (v)",m:"H:mm تا H:mm (v)"},hv:{a:"h a تا h a (v)",h:"h تا h a (v)"},Hv:{H:"H تا H (v)"},M:{M:"M تا M"},Md:{d:"M/d تا M/d",M:"M/d تا M/d"},MEd:{d:"E M/d تا E M/d",M:"E M/d تا E M/d"},MMM:{M:"LLL تا LLL"},MMMd:{d:"d تا d LLL",M:"d LLL تا d LLL"},MMMEd:{d:"E d LLL تا E d LLL",M:"E d LLL تا E d LLL"},y:{y:"y تا y G"},yM:{M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},yMd:{d:"y/M/d تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},yMEd:{d:"E y/M/d تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},yMMM:{M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},yMMMd:{d:"d تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},yMMMEd:{d:"E d LLL تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},yMMMM:{M:"LLLL تا MMMM y G",y:"MMMM y تا MMMM y G"}}},months:{format:{abbreviated:["محرم","صفر","ربیعالاول","ربیعالثانی","جمادیالاول","جمادیالثانی","رجب","شعبان","رمضان","شوال","ذیقعدهٔ","ذیحجهٔ"],narrow:["م","ص","ر","ر","ج","ج","ر","ش","ر","ش","ذ","ذ"],wide:["محرم","صفر","ربیعالاول","ربیعالثانی","جمادیالاول","جمادیالثانی","رجب","شعبان","رمضان","شوال","ذیقعدهٔ","ذیحجهٔ"]},"stand-alone":{abbreviated:["محرم","صفر","ربیعالاول","ربیعالثانی","جمادیالاول","جمادیالثانی","رجب","شعبان","رمضان","شوال","ذیقعده","ذیحجه"],narrow:["م","ص","ر","ر","ج","ج","ر","ش","ر","ش","ذ","ذ"],wide:["محرم","صفر","ربیعالاول","ربیعالثانی","جمادیالاول","جمادیالثانی","رجب","شعبان","رمضان","شوال","ذیقعده","ذیحجه"]}},days:{format:{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]},"stand-alone":{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}},quarters:{format:{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]},"stand-alone":{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]}},dayPeriods:{format:{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]},"stand-alone":{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]}},flexibleDayPeriods:{format:{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"بعدازظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}},"stand-alone":{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}}},"era-wide":{0:"هجری قمری"},"era-abbreviated":{0:"ه.ق."},"era-narrow":{0:"ه.ق."}},"ca-japanese":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"y/M/d GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss (z)",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}، ساعت {0}",long:"{1}، ساعت {0}",medium:"{1}، {0}",short:"{1}، {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E dم",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"M/d/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"H",HHmmZ:"HH:mm (Z)",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"M/d",MEd:"E M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"E d LLL",MMMMd:"d LLLL",MMMMEd:"E d LLLL",ms:"m:ss",y:"y G",yyyy:"y G",yyyyM:"y/M GGGGG",yyyyMd:"y/M/d GGGGG",yyyyMEd:"E y/M/d GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"y MMMM G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{1} {0}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} ({1})",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} تا {1}",Bh:{B:"h B تا h B",h:"h تا h B"},Bhm:{B:"h:mm B تا h:mm B",h:"h:mm تا h:mm B",m:"h:mm تا h:mm B"},d:{d:"d تا d"},Gy:{G:"y G تا y G",y:"y تا y G"},GyM:{G:"y/M GGGGG تا y/M GGGGG",M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},GyMd:{d:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},GyMEd:{d:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},GyMMM:{G:"MMM y G تا MMM y G",M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},GyMMMd:{d:"d تا d MMM y G",G:"d MMM y G تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},GyMMMEd:{d:"E d LLL تا E d MMM y G",G:"E d MMM y G تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},h:{a:"h a تا h a",h:"h تا h a"},H:{H:"H تا H"},hm:{a:"h:mm a تا h:mm a",h:"h:mm تا h:mm a",m:"h:mm تا h:mm a"},Hm:{H:"H:mm تا H:mm",m:"H:mm تا H:mm"},hmv:{a:"h:mm a تا h:mm a (v)",h:"h:mm تا h:mm a (v)",m:"h:mm تا h:mm a (v)"},Hmv:{H:"H:mm تا H:mm (v)",m:"H:mm تا H:mm (v)"},hv:{a:"h a تا h a (v)",h:"h تا h a (v)"},Hv:{H:"H تا H (v)"},M:{M:"M تا M"},Md:{d:"M/d تا M/d",M:"M/d تا M/d"},MEd:{d:"E M/d تا E M/d",M:"E M/d تا E M/d"},MMM:{M:"LLL تا LLL"},MMMd:{d:"d تا d LLL",M:"d LLL تا d LLL"},MMMEd:{d:"E d LLL تا E d LLL",M:"E d LLL تا E d LLL"},y:{y:"y تا y G",G:"y G تا y G"},yM:{M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG",G:"y/M GGGGG تا y/M GGGGG"},yMd:{d:"y/M/d تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG"},yMEd:{d:"E y/M/d تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG"},yMMM:{M:"LLL تا MMM y G",y:"MMM y تا MMM y G",G:"MMM y G تا MMM y G"},yMMMd:{d:"d تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G",G:"d MMM y G تا d MMM y G"},yMMMEd:{d:"E d LLL تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G",G:"E d MMM y G تا E d MMM y G"},yMMMM:{M:"LLLL تا MMMM y G",y:"MMMM y تا MMMM y G",G:"MMMM y G تا MMMM y G"}}},months:{format:{abbreviated:[["ژانویه","ژانویهٔ"],["فوریه","فوریهٔ"],"مارس","آوریل",["مه","مهٔ"],"ژوئن",["ژوئیه","ژوئیهٔ"],"اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویهٔ","فوریهٔ","مارس","آوریل","مهٔ","ژوئن","ژوئیهٔ","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]},"stand-alone":{abbreviated:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]}},days:{format:{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]},"stand-alone":{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}},quarters:{format:{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]},"stand-alone":{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]}},dayPeriods:{format:{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]},"stand-alone":{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]}},flexibleDayPeriods:{format:{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"بعدازظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}},"stand-alone":{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}}},"era-wide":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"هیسی",236:"ریوا"},"era-abbreviated":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"هیسی",236:"ریوا"},"era-narrow":{232:"M",233:"T",234:"S",235:"ه",236:"ر"}},"ca-persian":{dateFormats:{full:"y MMMM d, EEEE",long:"d MMMM y",medium:"d MMM y",short:"y/M/d"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss (z)",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}، ساعت {0}",long:"{1}، ساعت {0}",medium:"{1}، {0}",short:"{1}، {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E dم",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"M/d/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"H",HHmmZ:"HH:mm (Z)",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"M/d",MEd:"E M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"E d LLL",MMMMd:"d LLLL",MMMMEd:"E d LLLL",ms:"m:ss",y:"y",yyyy:"y",yyyyM:"y/M",yyyyMd:"y/M/d",yyyyMEd:"E y/M/d",yyyyMMM:"MMM y",yyyyMMMd:"d MMM y",yyyyMMMEd:"E d MMM y",yyyyMMMM:"y MMMM",yyyyQQQ:"QQQQ y",yyyyQQQQ:"QQQQ y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{1} {0}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} ({1})",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} تا {1}",Bh:{B:"h B تا h B",h:"h تا h B"},Bhm:{B:"h:mm B تا h:mm B",h:"h:mm تا h:mm B",m:"h:mm تا h:mm B"},d:{d:"d تا d"},Gy:{G:"y G تا y G",y:"y تا y G"},GyM:{G:"y/M GGGGG تا y/M GGGGG",M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},GyMd:{d:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},GyMEd:{d:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},GyMMM:{G:"MMM y G تا MMM y G",M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},GyMMMd:{d:"d تا d MMM y G",G:"d MMM y G تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},GyMMMEd:{d:"E d LLL تا E d MMM y G",G:"E d MMM y G تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},h:{a:"h a تا h a",h:"h تا h a"},H:{H:"H تا H"},hm:{a:"h:mm a تا h:mm a",h:"h:mm تا h:mm a",m:"h:mm تا h:mm a"},Hm:{H:"H:mm تا H:mm",m:"H:mm تا H:mm"},hmv:{a:"h:mm a تا h:mm a (v)",h:"h:mm تا h:mm a (v)",m:"h:mm تا h:mm a (v)"},Hmv:{H:"H:mm تا H:mm (v)",m:"H:mm تا H:mm (v)"},hv:{a:"h a تا h a (v)",h:"h تا h a (v)"},Hv:{H:"H تا H (v)"},M:{M:"M تا M"},Md:{d:"M/d تا M/d",M:"M/d تا M/d"},MEd:{d:"E M/d تا E M/d",M:"E M/d تا E M/d"},MMM:{M:"LLL تا LLL"},MMMd:{d:"d تا d LLL",M:"d LLL تا d LLL"},MMMEd:{d:"E d LLL تا E d LLL",M:"E d LLL تا E d LLL"},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:"E y/M/d تا E y/M/d",M:"E y/M/d تا E y/M/d",y:"E y/M/d تا E y/M/d"},yMMM:{M:"LLL تا MMM y",y:"MMM y تا MMM y"},yMMMd:{d:"d تا d MMM y",M:"d LLL تا d MMM y",y:"d MMM y تا d MMM y"},yMMMEd:{d:"E d LLL تا E d MMM y",M:"E d LLL تا E d MMM y",y:"E d MMM y تا E d MMM y"},yMMMM:{M:"LLLL تا MMMM y",y:"MMMM y تا MMMM y"}}},months:{format:{abbreviated:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"],narrow:["ف","ا","خ","ت","م","ش","م","آ","آ","د","ب","ا"],wide:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"]},"stand-alone":{abbreviated:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"],narrow:["ف","ا","خ","ت","م","ش","م","آ","آ","د","ب","ا"],wide:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"]}},days:{format:{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]},"stand-alone":{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}},quarters:{format:{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]},"stand-alone":{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]}},dayPeriods:{format:{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]},"stand-alone":{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]}},flexibleDayPeriods:{format:{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"بعدازظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}},"stand-alone":{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}}},"era-wide":{0:"هجری شمسی"},"era-abbreviated":{0:"ه.ش."},"era-narrow":{0:"ه.ش."}},"ca-buddhist":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"y/M/d GGGGG"},timeFormats:{full:"H:mm:ss (zzzz)",long:"H:mm:ss (z)",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1}، ساعت {0}",long:"{1}، ساعت {0}",medium:"{1}، {0}",short:"{1}، {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E dم",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"M/d/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"H",HHmmZ:"HH:mm (Z)",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"M/d",MEd:"E M/d",MMM:"LLL",MMMd:"d LLL",MMMEd:"E d LLL",MMMMd:"d LLLL",MMMMEd:"E d LLLL",ms:"m:ss",y:"y G",yyyy:"y G",yyyyM:"y/M GGGGG",yyyyMd:"y/M/d GGGGG",yyyyMEd:"E y/M/d GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"y MMMM G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{1} {0}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} ({1})",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} تا {1}",Bh:{B:"h B تا h B",h:"h تا h B"},Bhm:{B:"h:mm B تا h:mm B",h:"h:mm تا h:mm B",m:"h:mm تا h:mm B"},d:{d:"d تا d"},Gy:{G:"y G تا y G",y:"y تا y G"},GyM:{G:"y/M GGGGG تا y/M GGGGG",M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},GyMd:{d:"y/M/d تا y/M/d GGGGG",G:"y/M/d GGGGG تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},GyMEd:{d:"E y/M/d تا E y/M/d GGGGG",G:"E y/M/d GGGGG تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},GyMMM:{G:"MMM y G تا MMM y G",M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},GyMMMd:{d:"d تا d MMM y G",G:"d MMM y G تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},GyMMMEd:{d:"E d LLL تا E d MMM y G",G:"E d MMM y G تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},h:{a:"h a تا h a",h:"h تا h a"},H:{H:"H تا H"},hm:{a:"h:mm a تا h:mm a",h:"h:mm تا h:mm a",m:"h:mm تا h:mm a"},Hm:{H:"H:mm تا H:mm",m:"H:mm تا H:mm"},hmv:{a:"h:mm a تا h:mm a (v)",h:"h:mm تا h:mm a (v)",m:"h:mm تا h:mm a (v)"},Hmv:{H:"H:mm تا H:mm (v)",m:"H:mm تا H:mm (v)"},hv:{a:"h a تا h a (v)",h:"h تا h a (v)"},Hv:{H:"H تا H (v)"},M:{M:"M تا M"},Md:{d:"M/d تا M/d",M:"M/d تا M/d"},MEd:{d:"E M/d تا E M/d",M:"E M/d تا E M/d"},MMM:{M:"LLL تا LLL"},MMMd:{d:"d تا d LLL",M:"d LLL تا d LLL"},MMMEd:{d:"E d LLL تا E d LLL",M:"E d LLL تا E d LLL"},y:{y:"y تا y G"},yM:{M:"y/M تا y/M GGGGG",y:"y/M تا y/M GGGGG"},yMd:{d:"y/M/d تا y/M/d GGGGG",M:"y/M/d تا y/M/d GGGGG",y:"y/M/d تا y/M/d GGGGG"},yMEd:{d:"E y/M/d تا E y/M/d GGGGG",M:"E y/M/d تا E y/M/d GGGGG",y:"E y/M/d تا E y/M/d GGGGG"},yMMM:{M:"LLL تا MMM y G",y:"MMM y تا MMM y G"},yMMMd:{d:"d تا d MMM y G",M:"d LLL تا d MMM y G",y:"d MMM y تا d MMM y G"},yMMMEd:{d:"E d LLL تا E d MMM y G",M:"E d LLL تا E d MMM y G",y:"E d MMM y تا E d MMM y G"},yMMMM:{M:"LLLL تا MMMM y G",y:"MMMM y تا MMMM y G"}}},months:{format:{abbreviated:[["ژانویه","ژانویهٔ"],["فوریه","فوریهٔ"],"مارس","آوریل",["مه","مهٔ"],"ژوئن",["ژوئیه","ژوئیهٔ"],"اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویهٔ","فوریهٔ","مارس","آوریل","مهٔ","ژوئن","ژوئیهٔ","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]},"stand-alone":{abbreviated:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],narrow:["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],wide:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]}},days:{format:{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]},"stand-alone":{abbreviated:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],narrow:["ی","د","س","چ","پ","ج","ش"],short:["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"],wide:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}},quarters:{format:{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]},"stand-alone":{abbreviated:["سم۱","سم۲","سم۳","سم۴"],narrow:["۱","۲","۳","۴"],wide:["سهماههٔ اول","سهماههٔ دوم","سهماههٔ سوم","سهماههٔ چهارم"]}},dayPeriods:{format:{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]},"stand-alone":{abbreviated:["ق.ظ.","ب.ظ."],narrow:["ق","ب"],wide:["قبلازظهر","بعدازظهر"]}},flexibleDayPeriods:{format:{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"بعدازظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}},"stand-alone":{abbreviated:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"},narrow:{morning1:"ب",morning2:"ص",afternoon1:"ظ",afternoon2:"ع",night1:"ش",night2:"ن"},wide:{morning1:"بامداد",morning2:"صبح",afternoon1:"ظهر",afternoon2:"عصر",night1:"شب",night2:"نیمهشب"}}},"era-wide":{0:"تقویم بودایی"},"era-abbreviated":{0:"تقویم بودایی"},"era-narrow":{0:"تقویم بودایی"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 هزار","1000-other":"0 هزار","10000-one":"00 هزار","10000-other":"00 هزار","100000-one":"000 هزار","100000-other":"000 هزار","1000000-one":"0 میلیون","1000000-other":"0 میلیون","10000000-one":"00 میلیون","10000000-other":"00 میلیون","100000000-one":"000 میلیون","100000000-other":"000 میلیون","1000000000-one":"0 میلیارد","1000000000-other":"0 میلیارد","10000000000-one":"00 میلیارد","10000000000-other":"00 میلیارد","100000000000-one":"000 میلیارد","100000000000-other":"000 میلیارد","1000000000000-one":"0 هزارمیلیارد","1000000000000-other":"0 هزارمیلیارد","10000000000000-one":"00 هزارمیلیارد","10000000000000-other":"00 هزارمیلیارد","100000000000000-one":"000 هزارمیلیارد","100000000000000-other":"000 هزارمیلیارد"},"decimalFormat-short":{"1000-one":"0 هزار","1000-other":"0 هزار","10000-one":"00 هزار","10000-other":"00 هزار","100000-one":"000 هزار","100000-other":"000 هزار","1000000-one":"0 میلیون","1000000-other":"0 میلیون","10000000-one":"00 میلیون","10000000-other":"00 میلیون","100000000-one":"000 میلیون","100000000-other":"000 میلیون","1000000000-one":"0 میلیارد","1000000000-other":"0 میلیارد","10000000000-one":"00 میلیارد","10000000000-other":"00 میلیارد","100000000000-one":"000 میلیارد","100000000000-other":"000 میلیارد","1000000000000-one":"0 تریلیون","1000000000000-other":"0 تریلیون","10000000000000-one":"00 تریلیون","10000000000000-other":"00 تریلیون","100000000000000-one":"000 تریلیون","100000000000000-other":"000 تریلیون"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"0 هزار ¤","1000-other":"0 هزار ¤","10000-one":"00 هزار ¤","10000-other":"00 هزار ¤","100000-one":"000 هزار ¤","100000-other":"000 هزار ¤","1000000-one":"0 میلیون ¤","1000000-other":"0 میلیون ¤","10000000-one":"00 میلیون ¤","10000000-other":"00 میلیون ¤","100000000-one":"000 میلیون ¤","100000000-other":"000 میلیون ¤","1000000000-one":"0 میلیارد ¤","1000000000-other":"0 میلیارد ¤","10000000000-one":"00 میلیارد ¤","10000000000-other":"00 میلیارد ¤","100000000000-one":"000 میلیارد ¤","100000000000-other":"000 میلیارد ¤","1000000000000-one":"0 هزارمیلیارد ¤","1000000000000-other":"0 هزارمیلیارد ¤","10000000000000-one":"00 هزارمیلیارد ¤","10000000000000-other":"00 هزارمیلیارد ¤","100000000000000-one":"000 هزارمیلیارد ¤","100000000000000-other":"000 هزارمیلیارد ¤"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"−","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"ناعدد","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,units:units,"lenient-scope-number":{minusSign:"-‐‒–⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 هزار ¤","1000-other":"0 هزار ¤","10000-one":"00 هزار ¤","10000-other":"00 هزار ¤","100000-one":"000 هزار ¤","100000-other":"000 هزار ¤","1000000-one":"0 میلیون ¤","1000000-other":"0 میلیون ¤","10000000-one":"00 میلیون ¤","10000000-other":"00 میلیون ¤","100000000-one":"000 میلیون ¤","100000000-other":"000 میلیون ¤","1000000000-one":"0 میلیارد ¤","1000000000-other":"0 میلیارد ¤","10000000000-one":"00 میلیارد ¤","10000000000-other":"00 میلیارد ¤","100000000000-one":"000 میلیارد ¤","100000000000-other":"000 میلیارد ¤","1000000000000-one":"0 هزارمیلیارد ¤","1000000000000-other":"0 هزارمیلیارد ¤","10000000000000-one":"00 هزارمیلیارد ¤","10000000000000-other":"00 هزارمیلیارد ¤","100000000000000-one":"000 هزارمیلیارد ¤","100000000000000-other":"000 هزارمیلیارد ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":6,"weekData-weekendStart":5,"weekData-weekendEnd":5,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,fa as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
|