@openui5/sap.ui.integration 1.107.1 → 1.108.1
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 +3 -3
- package/src/sap/ui/integration/.library +7 -7
- 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 +3 -3
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +3 -2
- package/src/sap/ui/integration/cards/Header.js +2 -4
- package/src/sap/ui/integration/cards/ListContent.js +3 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +32 -17
- package/src/sap/ui/integration/cards/TableContent.js +3 -2
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +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/adaptivecards/elements/hostConfig.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +9 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +11 -2
- 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 +10 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +35 -12
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
- 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/Paginator.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +0 -160
- 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/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +3 -3
- 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/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle.properties +4 -1
- package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
- package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
- package/src/sap/ui/integration/messagebundle_da.properties +3 -1
- package/src/sap/ui/integration/messagebundle_de.properties +3 -1
- package/src/sap/ui/integration/messagebundle_el.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
- package/src/sap/ui/integration/messagebundle_et.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
- package/src/sap/ui/integration/messagebundle_id.properties +3 -1
- package/src/sap/ui/integration/messagebundle_it.properties +3 -1
- package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
- package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
- package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_no.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_th.properties +2 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
- 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/sap-ui-integration-define-nojQuery.js +57 -6
- package/src/sap/ui/integration/schemas/sap-card.json +31 -2
- package/src/sap/ui/integration/themes/base/AdaptiveCard.less +8 -0
- package/src/sap/ui/integration/themes/base/library.source.less +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +9 -14
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +1 -0
- 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/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +3 -3
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Forms.js +42 -7
- 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 +14 -3
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +61 -11
- 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 +2 -2
- 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 +66 -31
- package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export default{__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:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"Afar",ab:"Abkhaz",ace:"Aceh",ach:"Acoli",ada:"Adangme",ady:"Adygei",ae:"Avesta",aeb:"Arab Tunisia",af:"Afrikaans",afh:"Afrihili",agq:"Aghem",ain:"Ainu",ak:"Akan",akk:"Akkadia",akz:"Alabama",ale:"Aleut",alt:"Altai Selatan",am:"Amharik",an:"Aragon",ang:"Inggris Kuno",anp:"Angika",ar:"Arab",ar_001:"Arab Standar Modern",arc:"Aram",arn:"Mapuche",arp:"Arapaho",arq:"Arab Aljazair",ars:"Arab Najdi",arw:"Arawak",ary:"Arab Maroko",arz:"Arab Mesir",as:"Assam",asa:"Asu",ase:"Bahasa Isyarat Amerika",ast:"Asturia",av:"Avar",awa:"Awadhi",ay:"Aymara",az:"Azerbaijani","az_alt-short":"Azeri",ba:"Bashkir",bal:"Baluchi",ban:"Bali",bar:"Bavaria",bas:"Basa",bax:"Bamun",bbc:"Batak Toba",bbj:"Ghomala",be:"Belarusia",bej:"Beja",bem:"Bemba",bew:"Betawi",bez:"Bena",bfd:"Bafut",bg:"Bulgaria",bgn:"Balochi Barat",bho:"Bhojpuri",bi:"Bislama",bik:"Bikol",bin:"Bini",bjn:"Banjar",bkm:"Kom",bla:"Siksika",bm:"Bambara",bn:"Bengali",bo:"Tibet",br:"Breton",bra:"Braj",brx:"Bodo",bs:"Bosnia",bss:"Akoose",bua:"Buriat",bug:"Bugis",bum:"Bulu",byn:"Blin",byv:"Medumba",ca:"Katalan",cad:"Kado",car:"Karib",cay:"Cayuga",cch:"Atsam",ccp:"Chakma",ce:"Chechen",ceb:"Cebuano",cgg:"Kiga",ch:"Chamorro",chb:"Chibcha",chg:"Chagatai",chk:"Chuuke",chm:"Mari",chn:"Jargon Chinook",cho:"Koktaw",chp:"Chipewyan",chr:"Cherokee",chy:"Cheyenne",ckb:"Kurdi Sorani",co:"Korsika",cop:"Koptik",cr:"Kree",crh:"Tatar Krimea",crs:"Seselwa Kreol Prancis",cs:"Cheska",csb:"Kashubia",cu:"Bahasa Gereja Slavonia",cv:"Chuvash",cy:"Welsh",da:"Dansk",dak:"Dakota",dar:"Dargwa",dav:"Taita",de:"Jerman",de_AT:"Jerman (Austria)",de_CH:"Jerman Tinggi (Swiss)",del:"Delaware",den:"Slave",dgr:"Dogrib",din:"Dinka",dje:"Zarma",doi:"Dogri",dsb:"Sorbia Hilir",dua:"Duala",dum:"Belanda Abad Pertengahan",dv:"Divehi",dyo:"Jola-Fonyi",dyu:"Dyula",dz:"Dzongkha",dzg:"Dazaga",ebu:"Embu",ee:"Ewe",efi:"Efik",egy:"Mesir Kuno",eka:"Ekajuk",el:"Yunani",elx:"Elam",en:"Inggris",en_AU:"Inggris (Australia)",en_CA:"Inggris (Kanada)",en_GB:"Inggris (Inggris)","en_GB-alt-short":"Inggris (U.K.)",en_US:"Inggris (Amerika Serikat)","en_US-alt-short":"Inggris (A.S.)",enm:"Inggris Abad Pertengahan",eo:"Esperanto",es:"Spanyol",es_419:"Spanyol (Amerika Latin)",es_ES:"Spanyol (Eropa)",es_MX:"Spanyol (Meksiko)",et:"Esti",eu:"Basque",ewo:"Ewondo",fa:"Persia",fan:"Fang",fat:"Fanti",ff:"Fula",fi:"Suomi",fil:"Filipino",fj:"Fiji",fo:"Faroe",fon:"Fon",fr:"Prancis",fr_CA:"Perancis (Kanada)",fr_CH:"Perancis (Swiss)",frc:"Prancis Cajun",frm:"Prancis Abad Pertengahan",fro:"Prancis Kuno",frp:"Arpitan",frr:"Frisia Utara",frs:"Frisia Timur",fur:"Friuli",fy:"Frisia Barat",ga:"Irlandia",gaa:"Ga",gag:"Gagauz",gay:"Gayo",gba:"Gbaya",gd:"Gaelik Skotlandia",gez:"Geez",gil:"Gilbert",gl:"Galisia",glk:"Gilaki",gmh:"Jerman Abad Pertengahan",gn:"Guarani",goh:"Jerman Kuno",gon:"Gondi",gor:"Gorontalo",got:"Gotik",grb:"Grebo",grc:"Yunani Kuno",gsw:"Jerman (Swiss)",gu:"Gujarat",guz:"Gusii",gv:"Manx",gwi:"Gwich’in",ha:"Hausa",hai:"Haida",haw:"Hawaii",he:"Ibrani",hi:"Hindi",hif:"Hindi Fiji",hil:"Hiligaynon",hit:"Hitit",hmn:"Hmong",ho:"Hiri Motu",hr:"Kroasia",hsb:"Sorbia Hulu",ht:"Kreol Haiti",hu:"Hungaria",hup:"Hupa",hy:"Armenia",hz:"Herero",ia:"Interlingua",iba:"Iban",ibb:"Ibibio",id:"Indonesia",ie:"Interlingue",ig:"Igbo",ii:"Sichuan Yi",ik:"Inupiak",ilo:"Iloko",inh:"Ingushetia",io:"Ido",is:"Islandia",it:"Italia",iu:"Inuktitut",ja:"Jepang",jbo:"Lojban",jgo:"Ngomba",jmc:"Machame",jpr:"Ibrani-Persia",jrb:"Ibrani-Arab",jv:"Jawa",ka:"Georgia",kaa:"Kara-Kalpak",kab:"Kabyle",kac:"Kachin",kaj:"Jju",kam:"Kamba",kaw:"Kawi",kbd:"Kabardi",kbl:"Kanembu",kcg:"Tyap",kde:"Makonde",kea:"Kabuverdianu",ken:"Kenyang",kfo:"Koro",kg:"Kongo",kha:"Khasi",kho:"Khotan",khq:"Koyra Chiini",ki:"Kikuyu",kj:"Kuanyama",kk:"Kazakh",kkj:"Kako",kl:"Kalaallisut",kln:"Kalenjin",km:"Khmer",kmb:"Kimbundu",kn:"Kannada",ko:"Korea",koi:"Komi-Permyak",kok:"Konkani",kos:"Kosre",kpe:"Kpelle",kr:"Kanuri",krc:"Karachai Balkar",kri:"Krio",krl:"Karelia",kru:"Kuruk",ks:"Kashmir",ksb:"Shambala",ksf:"Bafia",ksh:"Dialek Kolsch",ku:"Kurdi",kum:"Kumyk",kut:"Kutenai",kv:"Komi",kw:"Kornish",ky:"Kirgiz",la:"Latin",lad:"Ladino",lag:"Langi",lah:"Lahnda",lam:"Lamba",lb:"Luksemburg",lez:"Lezghia",lg:"Ganda",li:"Limburgia",lij:"Liguria",lkt:"Lakota",ln:"Lingala",lo:"Lao",lol:"Mongo",lou:"Kreol Louisiana",loz:"Lozi",lrc:"Luri Utara",lt:"Lituavi",lu:"Luba-Katanga",lua:"Luba-Lulua",lui:"Luiseno",lun:"Lunda",luo:"Luo",lus:"Mizo",luy:"Luyia",lv:"Latvi",lzz:"Laz",mad:"Madura",maf:"Mafa",mag:"Magahi",mai:"Maithili",mak:"Makasar",man:"Mandingo",mas:"Masai",mde:"Maba",mdf:"Moksha",mdr:"Mandar",men:"Mende",mer:"Meru",mfe:"Morisien",mg:"Malagasi",mga:"Irlandia Abad Pertengahan",mgh:"Makhuwa-Meetto",mgo:"Meta’",mh:"Marshall",mi:"Maori",mic:"Mikmak",min:"Minangkabau",mk:"Makedonia",ml:"Malayalam",mn:"Mongolia",mnc:"Manchuria",mni:"Manipuri",moh:"Mohawk",mos:"Mossi",mr:"Marathi",ms:"Melayu",mt:"Malta",mua:"Mundang",mul:"Beberapa Bahasa",mus:"Bahasa Muskogee",mwl:"Miranda",mwr:"Marwari",mwv:"Mentawai",my:"Burma",mye:"Myene",myv:"Eryza",mzn:"Mazanderani",na:"Nauru",nap:"Neapolitan",naq:"Nama",nb:"Bokmål Norwegia",nd:"Ndebele Utara",nds:"Jerman Rendah",nds_NL:"Jerman Rendah (Belanda)",ne:"Nepali",new:"Newari",ng:"Ndonga",nia:"Nias",niu:"Niuea",nl:"Belanda",nl_BE:"Belanda (Belgia)",nmg:"Kwasio",nn:"Nynorsk Norwegia",nnh:"Ngiemboon",no:"Norwegia",nog:"Nogai",non:"Norse Kuno",nqo:"N’Ko",nr:"Ndebele Selatan",nso:"Sotho Utara",nus:"Nuer",nv:"Navajo",nwc:"Newari Klasik",ny:"Nyanja",nym:"Nyamwezi",nyn:"Nyankole",nyo:"Nyoro",nzi:"Nzima",oc:"Ositania",oj:"Ojibwa",om:"Oromo",or:"Oriya",os:"Ossetia",osa:"Osage",ota:"Turki Osmani",pa:"Punjabi",pag:"Pangasina",pal:"Pahlevi",pam:"Pampanga",pap:"Papiamento",pau:"Palau",pcm:"Pidgin Nigeria",pdc:"Jerman Pennsylvania",peo:"Persia Kuno",phn:"Funisia",pi:"Pali",pl:"Polski",pon:"Pohnpeia",prg:"Prusia",pro:"Provencal Lama",ps:"Pashto","ps_alt-variant":"Pushto",pt:"Portugis",pt_BR:"Portugis (Brasil)",pt_PT:"Portugis (Eropa)",qu:"Quechua",quc:"Kʼicheʼ",raj:"Rajasthani",rap:"Rapanui",rar:"Rarotonga",rm:"Reto-Roman",rn:"Rundi",ro:"Rumania",ro_MD:"Moldavia",rof:"Rombo",rom:"Romani",root:"Root",rtm:"Rotuma",ru:"Rusia",rup:"Aromania",rw:"Kinyarwanda",rwk:"Rwa",sa:"Sanskerta",sad:"Sandawe",sah:"Sakha",sam:"Aram Samaria",saq:"Samburu",sas:"Sasak",sat:"Santali",sba:"Ngambai",sbp:"Sangu",sc:"Sardinia",scn:"Sisilia",sco:"Skotlandia",sd:"Sindhi",sdh:"Kurdi Selatan",se:"Sami Utara",see:"Seneca",seh:"Sena",sei:"Seri",sel:"Selkup",ses:"Koyraboro Senni",sg:"Sango",sga:"Irlandia Kuno",sh:"Serbo-Kroasia",shi:"Tachelhit",shn:"Shan",shu:"Arab Suwa",si:"Sinhala",sid:"Sidamo",sk:"Slovak",sl:"Sloven",sli:"Silesia Rendah",sly:"Selayar",sm:"Samoa",sma:"Sami Selatan",smj:"Lule Sami",smn:"Inari Sami",sms:"Skolt Sami",sn:"Shona",snk:"Soninke",so:"Somalia",sog:"Sogdien",sq:"Albania",sr:"Serbia",srn:"Sranan Tongo",srr:"Serer",ss:"Swati",ssy:"Saho",st:"Sotho Selatan",su:"Sunda",suk:"Sukuma",sus:"Susu",sux:"Sumeria",sv:"Swedia",sw:"Swahili",sw_CD:"Swahili (Kongo)",swb:"Komoria",syc:"Suriah Klasik",syr:"Suriah",szl:"Silesia",ta:"Tamil",tcy:"Tulu",te:"Telugu",tem:"Timne",teo:"Teso",ter:"Tereno",tet:"Tetun",tg:"Tajik",th:"Thai",ti:"Tigrinya",tig:"Tigre",tiv:"Tiv",tk:"Turkmen",tkl:"Tokelau",tl:"Tagalog",tlh:"Klingon",tli:"Tlingit",tmh:"Tamashek",tn:"Tswana",to:"Tonga",tog:"Nyasa Tonga",tpi:"Tok Pisin",tr:"Turki",tru:"Turoyo",trv:"Taroko",ts:"Tsonga",tsi:"Tsimshia",tt:"Tatar",ttt:"Tat Muslim",tum:"Tumbuka",tvl:"Tuvalu",tw:"Twi",twq:"Tasawaq",ty:"Tahiti",tyv:"Tuvinia",tzm:"Tamazight Maroko Tengah",udm:"Udmurt",ug:"Uyghur","ug_alt-variant":"Uighur",uga:"Ugarit",uk:"Ukraina",umb:"Umbundu",und:"Bahasa Tidak Dikenal",ur:"Urdu",uz:"Uzbek",vai:"Vai",ve:"Venda",vec:"Venesia",vi:"Vietnam",vo:"Volapuk",vot:"Votia",vun:"Vunjo",wa:"Walloon",wae:"Walser",wal:"Walamo",war:"Warai",was:"Washo",wbp:"Warlpiri",wo:"Wolof",xal:"Kalmuk",xh:"Xhosa",xog:"Soga",yao:"Yao",yap:"Yapois",yav:"Yangben",ybb:"Yemba",yi:"Yiddish",yo:"Yoruba",yue:"Kanton",za:"Zhuang",zap:"Zapotek",zbl:"Blissymbol",zen:"Zenaga",zgh:"Tamazight Maroko Standar",zh:"Tionghoa",zh_Hans:"Tionghoa (Aksara Sederhana)",zh_Hant:"Tionghoa (Aksara Tradisional)",zu:"Zulu",zun:"Zuni",zxx:"Tidak ada konten linguistik",zza:"Zaza"},scripts:{Adlm:"Adlm",Afak:"Afaka",Aghb:"Albania Kaukasia",Ahom:"Ahom",Arab:"Arab","Arab-alt-variant":"Arab Persia",Armi:"Aram Imperial",Armn:"Armenia",Avst:"Avesta",Bali:"Bali",Bamu:"Bamum",Bass:"Bassa Vah",Batk:"Batak",Beng:"Bengali",Bhks:"Bhks",Blis:"Blissymbol",Bopo:"Bopomofo",Brah:"Brahmi",Brai:"Braille",Bugi:"Bugis",Buhd:"Buhid",Cakm:"Chakma",Cans:"Simbol Aborigin Kanada Kesatuan",Cari:"Karia",Cham:"Cham",Cher:"Cherokee",Cirt:"Cirth",Copt:"Koptik",Cprt:"Siprus",Cyrl:"Sirilik",Cyrs:"Gereja Slavonia Sirilik Lama",Deva:"Devanagari",Dogr:"Dogr",Dsrt:"Deseret",Dupl:"Stenografi Duployan",Egyd:"Demotik Mesir",Egyh:"Hieratik Mesir",Egyp:"Hieroglip Mesir",Elba:"Elba",Elym:"Elym",Ethi:"Etiopia",Geok:"Georgian Khutsuri",Geor:"Georgia",Glag:"Glagolitic",Gong:"Gong",Gonm:"Gonm",Goth:"Gothic",Gran:"Grantha",Grek:"Yunani",Gujr:"Gujarat",Guru:"Gurmukhi",Hanb:"Han dengan Bopomofo",Hang:"Hangul",Hani:"Han",Hano:"Hanunoo",Hans:"Sederhana","Hans-alt-stand-alone":"Han Sederhana",Hant:"Tradisional","Hant-alt-stand-alone":"Han Tradisional",Hatr:"Hatr",Hebr:"Ibrani",Hira:"Hiragana",Hluw:"Hieroglif Anatolia",Hmng:"Pahawh Hmong",Hmnp:"Hmnp",Hrkt:"Katakana atau Hiragana",Hung:"Hungaria Kuno",Inds:"Indus",Ital:"Italia Lama",Jamo:"Jamo",Java:"Jawa",Jpan:"Jepang",Jurc:"Jurchen",Kali:"Kayah Li",Kana:"Katakana",Khar:"Kharoshthi",Khmr:"Khmer",Khoj:"Khojki",Knda:"Kannada",Kore:"Korea",Kpel:"Kpelle",Kthi:"Kaithi",Lana:"Lanna",Laoo:"Laos",Latf:"Latin Fraktur",Latg:"Latin Gaelik",Latn:"Latin",Lepc:"Lepcha",Limb:"Limbu",Lina:"Linear A",Linb:"Linear B",Lisu:"Lisu",Loma:"Loma",Lyci:"Lycia",Lydi:"Lydia",Mahj:"Mahj",Maka:"Maka",Mand:"Mandae",Mani:"Manikhei",Marc:"Marc",Maya:"Hieroglip Maya",Medf:"Medf",Mend:"Mende",Merc:"Kursif Meroitik",Mero:"Meroitik",Mlym:"Malayalam",Modi:"Modi",Mong:"Mongolia",Moon:"Moon",Mroo:"Mro",Mtei:"Meitei Mayek",Mult:"Mult",Mymr:"Myanmar",Nand:"Nand",Narb:"Arab Utara Kuno",Nbat:"Nabataea",Newa:"Newa",Nkgb:"Naxi Geba",Nkoo:"N’Ko",Nshu:"Nushu",Ogam:"Ogham",Olck:"Chiki Lama",Orkh:"Orkhon",Orya:"Oriya",Osge:"Osge",Osma:"Osmanya",Palm:"Palmira",Pauc:"Pauc",Perm:"Permik Kuno",Phag:"Phags-pa",Phli:"Pahlevi",Phlp:"Mazmur Pahlevi",Phlv:"Kitab Pahlevi",Phnx:"Phoenix",Plrd:"Fonetik Pollard",Prti:"Prasasti Parthia",Qaag:"Qaag",Rjng:"Rejang",Rohg:"Rohg",Roro:"Rongorongo",Runr:"Runik",Samr:"Samaria",Sara:"Sarati",Sarb:"Arab Selatan Kuno",Saur:"Saurashtra",Sgnw:"Tulisan Isyarat",Shaw:"Shavia",Shrd:"Sharada",Sidd:"Siddham",Sind:"Khudawadi",Sinh:"Sinhala",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora Sompeng",Soyo:"Soyo",Sund:"Sunda",Sylo:"Syloti Nagri",Syrc:"Suriah",Syre:"Suriah Estrangelo",Syrj:"Suriah Barat",Syrn:"Suriah Timur",Tagb:"Tagbanwa",Takr:"Takri",Tale:"Tai Le",Talu:"Tai Lue Baru",Taml:"Tamil",Tang:"Tangut",Tavt:"Tai Viet",Telu:"Telugu",Teng:"Tenghwar",Tfng:"Tifinagh",Tglg:"Tagalog",Thaa:"Thaana",Thai:"Thai",Tibt:"Tibet",Tirh:"Tirhuta",Ugar:"Ugaritik",Vaii:"Vai",Visp:"Ucapan Terlihat",Wara:"Varang Kshiti",Wcho:"Wcho",Wole:"Woleai",Xpeo:"Persia Kuno",Xsux:"Cuneiform Sumero-Akkadia",Yiii:"Yi",Zanb:"Zanb",Zinh:"Warisan",Zmth:"Notasi Matematika",Zsye:"Emoji",Zsym:"Simbol",Zxxx:"Tidak Tertulis",Zyyy:"Umum",Zzzz:"Skrip Tak Dikenal"},territories:{142:"Asia",143:"Asia Tengah",145:"Asia Bagian Barat",150:"Eropa",151:"Eropa Bagian Timur",154:"Eropa Bagian Utara",155:"Eropa Bagian Barat",202:"Afrika Sub-Sahara",419:"Amerika Latin","001":"Dunia","002":"Afrika","003":"Amerika Utara","005":"Amerika Selatan","009":"Oseania","011":"Afrika Bagian Barat","013":"Amerika Tengah","014":"Afrika Bagian Timur","015":"Afrika Bagian Utara","017":"Afrika Bagian Tengah","018":"Afrika Bagian Selatan","019":"Amerika","021":"Amerika Bagian Utara","029":"Kepulauan Karibia","030":"Asia Bagian Timur","034":"Asia Bagian Selatan","035":"Asia Tenggara","039":"Eropa Bagian Selatan","053":"Australasia","054":"Melanesia","057":"Wilayah Mikronesia","061":"Polinesia",AC:"Pulau Ascension",AD:"Andorra",AE:"Uni Emirat Arab",AF:"Afganistan",AG:"Antigua dan Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antartika",AR:"Argentina",AS:"Samoa Amerika",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Kepulauan Aland",AZ:"Azerbaijan",BA:"Bosnia dan Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Belgia",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrain",BI:"Burundi",BJ:"Benin",BL:"Saint Barthélemy",BM:"Bermuda",BN:"Brunei",BO:"Bolivia",BQ:"Belanda Karibia",BR:"Brasil",BS:"Bahama",BT:"Bhutan",BV:"Pulau Bouvet",BW:"Botswana",BY:"Belarus",BZ:"Belize",CA:"Kanada",CC:"Kepulauan Cocos (Keeling)",CD:"Kongo - Kinshasa","CD-alt-variant":"Kongo (RDK)",CF:"Republik Afrika Tengah",CG:"Kongo - Brazzaville","CG-alt-variant":"Kongo (Republik)",CH:"Swiss",CI:"Pantai Gading","CI-alt-variant":"Pantai Gading (Ivory Coast)",CK:"Kepulauan Cook",CL:"Cile",CM:"Kamerun",CN:"Tiongkok",CO:"Kolombia",CP:"Pulau Clipperton",CR:"Kosta Rika",CU:"Kuba",CV:"Tanjung Verde",CW:"Curaçao",CX:"Pulau Christmas",CY:"Siprus",CZ:"Ceko","CZ-alt-variant":"Republik Ceko",DE:"Jerman",DG:"Diego Garcia",DJ:"Jibuti",DK:"Denmark",DM:"Dominika",DO:"Republik Dominika",DZ:"Aljazair",EA:"Ceuta dan Melilla",EC:"Ekuador",EE:"Estonia",EG:"Mesir",EH:"Sahara Barat",ER:"Eritrea",ES:"Spanyol",ET:"Etiopia",EU:"Uni Eropa",EZ:"Zona Euro",FI:"Finlandia",FJ:"Fiji",FK:"Kepulauan Malvinas","FK-alt-variant":"Kepulauan Malvinas (Falkland)",FM:"Mikronesia",FO:"Kepulauan Faroe",FR:"Prancis",GA:"Gabon",GB:"Inggris Raya","GB-alt-short":"UK",GD:"Grenada",GE:"Georgia",GF:"Guyana Prancis",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Grinlandia",GM:"Gambia",GN:"Guinea",GP:"Guadeloupe",GQ:"Guinea Ekuatorial",GR:"Yunani",GS:"Georgia Selatan & Kep. Sandwich Selatan",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Pulau Heard dan Kepulauan McDonald",HN:"Honduras",HR:"Kroasia",HT:"Haiti",HU:"Hungaria",IC:"Kepulauan Canary",ID:"Indonesia",IE:"Irlandia",IL:"Israel",IM:"Pulau Man",IN:"India",IO:"Wilayah Inggris di Samudra Hindia",IQ:"Irak",IR:"Iran",IS:"Islandia",IT:"Italia",JE:"Jersey",JM:"Jamaika",JO:"Yordania",JP:"Jepang",KE:"Kenya",KG:"Kirgistan",KH:"Kamboja",KI:"Kiribati",KM:"Komoro",KN:"Saint Kitts dan Nevis",KP:"Korea Utara",KR:"Korea Selatan",KW:"Kuwait",KY:"Kepulauan Cayman",KZ:"Kazakstan",LA:"Laos",LB:"Lebanon",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Lituania",LU:"Luksemburg",LV:"Latvia",LY:"Libia",MA:"Maroko",MC:"Monako",MD:"Moldova",ME:"Montenegro",MF:"Saint Martin",MG:"Madagaskar",MH:"Kepulauan Marshall",MK:"Makedonia Utara","MK-alt-variant":"MK",ML:"Mali",MM:"Myanmar (Burma)",MN:"Mongolia",MO:"Makau","MO-alt-short":"Makau",MP:"Kepulauan Mariana Utara",MQ:"Martinik",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maladewa",MW:"Malawi",MX:"Meksiko",MY:"Malaysia",MZ:"Mozambik",NA:"Namibia",NC:"Kaledonia Baru",NE:"Niger",NF:"Kepulauan Norfolk",NG:"Nigeria",NI:"Nikaragua",NL:"Belanda",NO:"Norwegia",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Selandia Baru",OM:"Oman",PA:"Panama",PE:"Peru",PF:"Polinesia Prancis",PG:"Papua Nugini",PH:"Filipina",PK:"Pakistan",PL:"Polandia",PM:"Saint Pierre dan Miquelon",PN:"Kepulauan Pitcairn",PR:"Puerto Riko",PS:"Wilayah Palestina","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palau",PY:"Paraguay",QA:"Qatar",QO:"Oseania Luar",RE:"Réunion",RO:"Rumania",RS:"Serbia",RU:"Rusia",RW:"Rwanda",SA:"Arab Saudi",SB:"Kepulauan Solomon",SC:"Seychelles",SD:"Sudan",SE:"Swedia",SG:"Singapura",SH:"Saint Helena",SI:"Slovenia",SJ:"Kepulauan Svalbard dan Jan Mayen",SK:"Slovakia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Suriname",SS:"Sudan Selatan",ST:"Sao Tome dan Principe",SV:"El Salvador",SX:"Sint Maarten",SY:"Suriah",SZ:"eSwatini","SZ-alt-variant":"Swaziland",TA:"Tristan da Cunha",TC:"Kepulauan Turks dan Caicos",TD:"Cad",TF:"Wilayah Kutub Selatan Prancis",TG:"Togo",TH:"Thailand",TJ:"Tajikistan",TK:"Tokelau",TL:"Timor Leste","TL-alt-variant":"TL",TM:"Turkimenistan",TN:"Tunisia",TO:"Tonga",TR:"Turki",TT:"Trinidad dan Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzania",UA:"Ukraina",UG:"Uganda",UM:"Kepulauan Terluar A.S.",UN:"Perserikatan Bangsa-Bangsa","UN-alt-short":"PBB",US:"Amerika Serikat","US-alt-short":"A.S.",UY:"Uruguay",UZ:"Uzbekistan",VA:"Vatikan",VC:"Saint Vincent dan Grenadines",VE:"Venezuela",VG:"Kepulauan Virgin Inggris",VI:"Kepulauan Virgin A.S.",VN:"Vietnam",VU:"Vanuatu",WF:"Kepulauan Wallis dan Futuna",WS:"Samoa",XA:"Aksen Asing",XB:"Pseudo-Bidi",XK:"Kosovo",YE:"Yaman",YT:"Mayotte",ZA:"Afrika Selatan",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"Wilayah Tidak Dikenal"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, dd 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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM 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:"L",Md:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",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 MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"'minggu' 'ke'-W MMMM",yw:"'minggu' 'ke'-w 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/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:"M–M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},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:"M/y – M/y",y:"M/y – M/y"},yMd:{d:"d/M/y – d/M/y",M:"d/M/y – d/M/y",y:"d/M/y – d/M/y"},yMEd:{d:"E, d/M/y – E, d/M/y",M:"E, d/M/y – E, d/M/y",y:"E, d/M/y – E, d/M/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:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},"stand-alone":{abbreviated:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]}},days:{format:{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},"stand-alone":{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"Sebelum Masehi",1:"Masehi"},"era-abbreviated":{0:"SM",1:"M"},"era-narrow":{0:"SM",1:"M"}},"ca-islamic":{dateFormats:{full:"EEEE, dd MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"d/M/y GGGGG"},timeFormats:{full:"HH.mm.ss zzzz",long:"HH.mm.ss z",medium:"HH.mm.ss",short:"HH.mm"},dateTimeFormats:{full:"{1} 'pukul' {0}",long:"{1} 'pukul' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"L",Md:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",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 MMM 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/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:"M – M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},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:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},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.","Syaw.","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","Sya’ban","Ramadhan","Syawal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Syaw.","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","Sya’ban","Ramadhan","Syawal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]}},days:{format:{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},"stand-alone":{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"H"},"era-abbreviated":{0:"H"},"era-narrow":{0:"H"}},"ca-japanese":{dateFormats:{full:"EEEE, dd MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"d/M/y GGGGG"},timeFormats:{full:"HH.mm.ss zzzz",long:"HH.mm.ss z",medium:"HH.mm.ss",short:"HH.mm"},dateTimeFormats:{full:"{1} 'pukul' {0}",long:"{1} 'pukul' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"L",Md:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",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 MMM 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/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:"M–M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},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:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG",G:"M/y GGGGG – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG"},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:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},"stand-alone":{abbreviated:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]}},days:{format:{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},"stand-alone":{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"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, dd MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH.mm.ss zzzz",long:"HH.mm.ss z",medium:"HH.mm.ss",short:"HH.mm"},dateTimeFormats:{full:"{1} 'pukul' {0}",long:"{1} 'pukul' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"L",Md:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",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 MMM 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/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:"M–M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},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:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},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:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},"stand-alone":{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE, dd MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"d/M/y GGGGG"},timeFormats:{full:"HH.mm.ss zzzz",long:"HH.mm.ss z",medium:"HH.mm.ss",short:"HH.mm"},dateTimeFormats:{full:"{1} 'pukul' {0}",long:"{1} 'pukul' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E, d MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"L",Md:"d/M",MEd:"E, d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",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 MMM 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y GGGGG – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/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:"M – M"},Md:{d:"d/M – d/M",M:"d/M – d/M"},MEd:{d:"E, d/M – E, d/M",M:"E, d/M – E, d/M"},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:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},yMd:{d:"d/M/y – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},yMEd:{d:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E, d/M/y – E, d/M/y GGGGG"},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:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},"stand-alone":{abbreviated:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]}},days:{format:{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},"stand-alone":{abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"tahun","relative-type--1":"tahun lalu","relative-type-0":"tahun ini","relative-type-1":"tahun depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} tahun"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} tahun yang lalu"}},"year-short":{displayName:"thn.","relative-type--1":"tahun lalu","relative-type-0":"tahun ini","relative-type-1":"tahun depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} thn"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} thn lalu"}},"year-narrow":{displayName:"thn.","relative-type--1":"tahun lalu","relative-type-0":"tahun ini","relative-type-1":"tahun depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} thn"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} thn lalu"}},"quarter-wide":{displayName:"kuartal","relative-type--1":"Kuartal lalu","relative-type-0":"kuartal ini","relative-type-1":"kuartal berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} kuartal"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} kuartal yang lalu"}},"quarter-short":{displayName:"krtl.","relative-type--1":"Kuartal lalu","relative-type-0":"kuartal ini","relative-type-1":"kuartal berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} krtl."},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} krtl. lalu"}},"quarter-narrow":{displayName:"krtl.","relative-type--1":"Kuartal lalu","relative-type-0":"kuartal ini","relative-type-1":"kuartal berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} krtl."},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} krtl. lalu"}},"month-wide":{displayName:"bulan","relative-type--1":"bulan lalu","relative-type-0":"bulan ini","relative-type-1":"bulan berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} bulan"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} bulan yang lalu"}},"month-short":{displayName:"bln.","relative-type--1":"bulan lalu","relative-type-0":"bulan ini","relative-type-1":"bulan berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} bln"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} bln lalu"}},"month-narrow":{displayName:"bln.","relative-type--1":"bulan lalu","relative-type-0":"bulan ini","relative-type-1":"bulan berikutnya","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} bln"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} bln lalu"}},"week-wide":{displayName:"minggu","relative-type--1":"minggu lalu","relative-type-0":"minggu ini","relative-type-1":"minggu depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} minggu"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} minggu yang lalu"},relativePeriod:"minggu ke-{0}"},"week-short":{displayName:"mgg.","relative-type--1":"minggu lalu","relative-type-0":"minggu ini","relative-type-1":"minggu depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} mgg"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} mgg lalu"},relativePeriod:"mgg ke-{0}"},"week-narrow":{displayName:"mgg.","relative-type--1":"minggu lalu","relative-type-0":"minggu ini","relative-type-1":"minggu depan","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} mgg"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} mgg lalu"},relativePeriod:"mgg ke-{0}"},"day-wide":{displayName:"hari","relative-type--2":"kemarin dulu","relative-type--1":"kemarin","relative-type-0":"hari ini","relative-type-1":"besok","relative-type-2":"lusa","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} hari"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} hari yang lalu"}},"day-short":{displayName:"h","relative-type--2":"kemarin dulu","relative-type--1":"kemarin","relative-type-0":"hari ini","relative-type-1":"besok","relative-type-2":"lusa","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} h lalu"}},"day-narrow":{displayName:"h","relative-type--2":"kemarin dulu","relative-type--1":"kemarin","relative-type-0":"hari ini","relative-type-1":"besok","relative-type-2":"lusa","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} h lalu"}},weekday:{displayName:"hari dalam seminggu"},"hour-wide":{displayName:"Jam","relative-type-0":"jam ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} jam"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} jam yang lalu"}},"hour-short":{displayName:"jam","relative-type-0":"jam ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} jam"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} jam lalu"}},"hour-narrow":{displayName:"j","relative-type-0":"jam ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} jam"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} jam lalu"}},"minute-wide":{displayName:"menit","relative-type-0":"menit ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} menit"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} menit yang lalu"}},"minute-short":{displayName:"mnt.","relative-type-0":"menit ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} mnt"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} mnt lalu"}},"minute-narrow":{displayName:"m","relative-type-0":"menit ini","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} mnt"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} mnt lalu"}},"second-wide":{displayName:"detik","relative-type-0":"sekarang","relativeTime-type-future":{"relativeTimePattern-count-other":"dalam {0} detik"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} detik yang lalu"}},"second-short":{displayName:"dtk.","relative-type-0":"sekarang","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} dtk"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} dtk lalu"}},"second-narrow":{displayName:"d","relative-type-0":"sekarang","relativeTime-type-future":{"relativeTimePattern-count-other":"dlm {0} dtk"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} dtk lalu"}},zone:{displayName:"zona waktu"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-other":"0 ribu","10000-other":"00 ribu","100000-other":"000 ribu","1000000-other":"0 juta","10000000-other":"00 juta","100000000-other":"000 juta","1000000000-other":"0 miliar","10000000000-other":"00 miliar","100000000000-other":"000 miliar","1000000000000-other":"0 triliun","10000000000000-other":"00 triliun","100000000000000-other":"000 triliun"},"decimalFormat-short":{"1000-other":"0 rb","10000-other":"00 rb","100000-other":"000 rb","1000000-other":"0 jt","10000000-other":"00 jt","100000000-other":"000 jt","1000000000-other":"0 M","10000000000-other":"00 M","100000000000-other":"000 M","1000000000000-other":"0 T","10000000000000-other":"00 T","100000000000000-other":"000 T"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"¤#,##0.00",accounting:"¤#,##0.00",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤"},miscPattern:{approximately:"~{0}",atLeast:"≥{0}",atMost:"≤{0}",range:"{0}–{1}"},"currencyFormat-short":{"1000-other":"¤0 rb","10000-other":"¤00 rb","100000-other":"¤000 rb","1000000-other":"¤0 jt","10000000-other":"¤00 jt","100000000-other":"¤000 jt","1000000000-other":"¤0 M","10000000000-other":"¤00 M","100000000000-other":"¤000 M","1000000000000-other":"¤0 T","10000000000000-other":"¤00 T","100000000000000-other":"¤000 T"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":".",currencySymbols:{AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",IDR:"Rp",ILS:"₪",INR:"Rs",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",THB:"฿",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0} dan {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0}, dan {1}"},"listPattern-or-wide":{2:"{0} atau {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0}, atau {1}"},"listPattern-or-short":{2:"{0} atau {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0}, atau {1}"},"listPattern-standard-short":{2:"{0} dan {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0}, dan {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"g-force","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"meter/dtk²","unitPattern-count-other":"{0} m/dtk²"},"angle-revolution":{displayName:"rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"radian","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"derajat","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"mnt busur","unitPattern-count-other":"{0} mnt busur"},"angle-arc-second":{displayName:"dtk busur","unitPattern-count-other":"{0} dtk busur"},"area-square-kilometer":{displayName:"km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hektar","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"meter²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mil persegi","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"acre","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yard²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"kaki persegi","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"inci²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunam","unitPattern-count-other":"{0} dunam"},"concentr-karat":{displayName:"karat","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"millimol/liter","unitPattern-count-other":"{0} mmol/L"},"concentr-part-per-million":{displayName:"bagian/juta","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"persen","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"permil","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"permyriad","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"liter/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100kilometers":{displayName:"L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mil/gal","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mil/gal Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PByte","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TByte","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tbit","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GByte","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gbit","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MByte","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mbit","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kByte","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kbit","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"abad","unitPattern-count-other":"{0} abad"},"duration-year":{displayName:"tahun","unitPattern-count-other":"{0} thn",perUnitPattern:"{0}/thn"},"duration-month":{displayName:"bulan","unitPattern-count-other":"{0} bln",perUnitPattern:"{0}/bln"},"duration-week":{displayName:"minggu","unitPattern-count-other":"{0} mgg",perUnitPattern:"{0}/mgg"},"duration-day":{displayName:"hari","unitPattern-count-other":"{0} hr",perUnitPattern:"{0}/hr"},"duration-hour":{displayName:"jam","unitPattern-count-other":"{0} j",perUnitPattern:"{0}/j"},"duration-minute":{displayName:"mnt","unitPattern-count-other":"{0} mnt",perUnitPattern:"{0}/mnt"},"duration-second":{displayName:"dtk","unitPattern-count-other":"{0} dtk",perUnitPattern:"{0}/dtk"},"duration-millisecond":{displayName:"milidtk","unitPattern-count-other":"{0} md"},"duration-microsecond":{displayName:"μdtk","unitPattern-count-other":"{0} μd"},"duration-nanosecond":{displayName:"nanodtk","unitPattern-count-other":"{0} ndtk"},"electric-ampere":{displayName:"amp","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"miliamp","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"ohm","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"volt","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kkal","unitPattern-count-other":"{0} kkal"},"energy-calorie":{displayName:"kal","unitPattern-count-other":"{0} kal"},"energy-foodcalorie":{displayName:"Kal","unitPattern-count-other":"{0} Kal"},"energy-kilojoule":{displayName:"kilojoule","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"joule","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kW-jam","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"elektronvolt","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-other":"{0} Btu"},"force-pound-force":{displayName:"pound gaya","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"meter","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µmeter","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mil","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yard","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"kaki","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"inci","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"parsec","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"thn cahaya","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"sa","unitPattern-count-other":"{0} sa"},"length-furlong":{displayName:"furlong","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"dp","unitPattern-count-other":"{0} dp"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"poin","unitPattern-count-other":"{0} p"},"length-solar-radius":{displayName:"radius Matahari","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lux","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"luminositas matahari","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"gram","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"ton","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"stone","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"pon","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"ons","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz troy","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"karat","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"dalton","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"massa Bumi","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"massa Matahari","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"watt","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"in Hg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/jam","unitPattern-count-other":"{0} kph"},"speed-meter-per-second":{displayName:"meter/dtk","unitPattern-count-other":"{0} m/dtk"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yard³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"inci³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hL","unitPattern-count-other":"{0} hL"},"volume-liter":{displayName:"liter","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dL","unitPattern-count-other":"{0} dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-other":"{0} cL"},"volume-milliliter":{displayName:"mL","unitPattern-count-other":"{0} mL"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal Imp.","unitPattern-count-other":"{0} gal Imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pint","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"cup","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"sdm","unitPattern-count-other":"{0} sdm"},"volume-teaspoon":{displayName:"sdt","unitPattern-count-other":"{0} sdt"},"volume-barrel":{displayName:"barrel","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"arah",east:"{0}T",north:"{0}U",south:"{0}S",west:"{0}B"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0 rb ¤","10000-other":"00 rb ¤","100000-other":"000 rb ¤","1000000-other":"0 jt ¤","10000000-other":"00 jt ¤","100000000-other":"000 jt ¤","1000000000-other":"0 M ¤","10000000000-other":"00 M ¤","100000000000-other":"000 M ¤","1000000000000-other":"0 T ¤","10000000000000-other":"00 T ¤","100000000000000-other":"000 T ¤"},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:{},"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H",_preferred:"H"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}}};
|
|
2
|
+
//# sourceMappingURL=id-4e1f336f.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"id-4e1f336f.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export default{__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:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"afar",ab:"abcaso",ace:"accinese",ach:"acioli",ada:"adangme",ady:"adyghe",ae:"avestan",aeb:"arabo tunisino",af:"afrikaans",afh:"afrihili",agq:"aghem",ain:"ainu",ak:"akan",akk:"accado",akz:"alabama",ale:"aleuto",aln:"albanese ghego",alt:"altai meridionale",am:"amarico",an:"aragonese",ang:"inglese antico",anp:"angika",ar:"arabo",ar_001:"arabo moderno standard",arc:"aramaico",arn:"mapudungun",aro:"araona",arp:"arapaho",arq:"arabo algerino",ars:"arabo najd",arw:"aruaco",ary:"arabo marocchino",arz:"arabo egiziano",as:"assamese",asa:"asu",ase:"lingua dei segni americana",ast:"asturiano",av:"avaro",avk:"kotava",awa:"awadhi",ay:"aymara",az:"azerbaigiano","az_alt-short":"azero",ba:"baschiro",bal:"beluci",ban:"balinese",bar:"bavarese",bas:"basa",bax:"bamun",bbc:"batak toba",bbj:"ghomala",be:"bielorusso",bej:"begia",bem:"wemba",bew:"betawi",bez:"bena",bfd:"bafut",bfq:"badaga",bg:"bulgaro",bgn:"beluci occidentale",bho:"bhojpuri",bi:"bislama",bik:"bicol",bin:"bini",bjn:"banjar",bkm:"kom",bla:"siksika",bm:"bambara",bn:"bengalese",bo:"tibetano",bpy:"bishnupriya",bqi:"bakhtiari",br:"bretone",bra:"braj",brh:"brahui",brx:"bodo",bs:"bosniaco",bss:"akoose",bua:"buriat",bug:"bugi",bum:"bulu",byn:"blin",byv:"medumba",ca:"catalano",cad:"caddo",car:"caribico",cay:"cayuga",cch:"atsam",ccp:"chakma",ce:"ceceno",ceb:"cebuano",cgg:"chiga",ch:"chamorro",chb:"chibcha",chg:"ciagataico",chk:"chuukese",chm:"mari",chn:"gergo chinook",cho:"choctaw",chp:"chipewyan",chr:"cherokee",chy:"cheyenne",ckb:"curdo sorani",co:"corso",cop:"copto",cps:"capiznon",cr:"cree",crh:"turco crimeo",crs:"creolo delle Seychelles",cs:"ceco",csb:"kashubian",cu:"slavo della Chiesa",cv:"ciuvascio",cy:"gallese",da:"danese",dak:"dakota",dar:"dargwa",dav:"taita",de:"tedesco",de_AT:"tedesco austriaco",de_CH:"alto tedesco svizzero",del:"delaware",den:"slave",dgr:"dogrib",din:"dinca",dje:"zarma",doi:"dogri",dsb:"basso sorabo",dtp:"dusun centrale",dua:"duala",dum:"olandese medio",dv:"divehi",dyo:"jola-fony",dyu:"diula",dz:"dzongkha",dzg:"dazaga",ebu:"embu",ee:"ewe",efi:"efik",egl:"emiliano",egy:"egiziano antico",eka:"ekajuka",el:"greco",elx:"elamitico",en:"inglese",en_AU:"inglese australiano",en_CA:"inglese canadese",en_GB:"inglese britannico","en_GB-alt-short":"inglese (GB)",en_US:"inglese americano","en_US-alt-short":"inglese (USA)",enm:"inglese medio",eo:"esperanto",es:"spagnolo",es_419:"spagnolo latinoamericano",es_ES:"spagnolo europeo",es_MX:"spagnolo messicano",esu:"yupik centrale",et:"estone",eu:"basco",ewo:"ewondo",ext:"estremegno",fa:"persiano",fan:"fang",fat:"fanti",ff:"fulah",fi:"finlandese",fil:"filippino",fit:"finlandese del Tornedalen",fj:"figiano",fo:"faroese",fon:"fon",fr:"francese",fr_CA:"francese canadese",fr_CH:"francese svizzero",frc:"francese cajun",frm:"francese medio",fro:"francese antico",frp:"francoprovenzale",frr:"frisone settentrionale",frs:"frisone orientale",fur:"friulano",fy:"frisone occidentale",ga:"irlandese",gaa:"ga",gag:"gagauzo",gan:"gan",gay:"gayo",gba:"gbaya",gbz:"dari zoroastriano",gd:"gaelico scozzese",gez:"geez",gil:"gilbertese",gl:"galiziano",glk:"gilaki",gmh:"tedesco medio alto",gn:"guaraní",goh:"tedesco antico alto",gom:"konkani goano",gon:"gondi",gor:"gorontalo",got:"gotico",grb:"grebo",grc:"greco antico",gsw:"tedesco svizzero",gu:"gujarati",guc:"wayuu",guz:"gusii",gv:"mannese",gwi:"gwichʼin",ha:"hausa",hai:"haida",hak:"hakka",haw:"hawaiano",he:"ebraico",hi:"hindi",hif:"hindi figiano",hil:"ilongo",hit:"hittite",hmn:"hmong",ho:"hiri motu",hr:"croato",hsb:"alto sorabo",hsn:"xiang",ht:"haitiano",hu:"ungherese",hup:"hupa",hy:"armeno",hz:"herero",ia:"interlingua",iba:"iban",ibb:"ibibio",id:"indonesiano",ie:"interlingue",ig:"igbo",ii:"sichuan yi",ik:"inupiak",ilo:"ilocano",inh:"ingush",io:"ido",is:"islandese",it:"italiano",iu:"inuktitut",izh:"ingrico",ja:"giapponese",jam:"creolo giamaicano",jbo:"lojban",jgo:"ngamambo",jmc:"machame",jpr:"giudeo persiano",jrb:"giudeo arabo",jut:"jutlandico",jv:"giavanese",ka:"georgiano",kaa:"kara-kalpak",kab:"cabilo",kac:"kachin",kaj:"kai",kam:"kamba",kaw:"kawi",kbd:"cabardino",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"capoverdiano",kfo:"koro",kg:"kongo",kgp:"kaingang",kha:"khasi",kho:"khotanese",khq:"koyra chiini",khw:"khowar",ki:"kikuyu",kiu:"kirmanjki",kj:"kuanyama",kk:"kazako",kkj:"kako",kl:"groenlandese",kln:"kalenjin",km:"khmer",kmb:"kimbundu",kn:"kannada",ko:"coreano",koi:"permiaco",kok:"konkani",kos:"kosraean",kpe:"kpelle",kr:"kanuri",krc:"karachay-Balkar",krl:"careliano",kru:"kurukh",ks:"kashmiri",ksb:"shambala",ksf:"bafia",ksh:"coloniese",ku:"curdo",kum:"kumyk",kut:"kutenai",kv:"komi",kw:"cornico",ky:"kirghiso",la:"latino",lad:"giudeo-spagnolo",lag:"langi",lah:"lahnda",lam:"lamba",lb:"lussemburghese",lez:"lesgo",lfn:"Lingua Franca Nova",lg:"ganda",li:"limburghese",lij:"ligure",liv:"livone",lkt:"lakota",lmo:"lombardo",ln:"lingala",lo:"lao",lol:"lolo bantu",lou:"creolo della Louisiana",loz:"lozi",lrc:"luri settentrionale",lt:"lituano",ltg:"letgallo",lu:"luba-katanga",lua:"luba-lulua",lui:"luiseno",lun:"lunda",luo:"luo",lus:"lushai",luy:"luyia",lv:"lettone",lzh:"cinese classico",lzz:"laz",mad:"madurese",maf:"mafa",mag:"magahi",mai:"maithili",mak:"makasar",man:"mandingo",mas:"masai",mde:"maba",mdf:"moksha",mdr:"mandar",men:"mende",mer:"meru",mfe:"creolo mauriziano",mg:"malgascio",mga:"irlandese medio",mgh:"makhuwa-meetto",mgo:"meta’",mh:"marshallese",mi:"maori",mic:"micmac",min:"menangkabau",mk:"macedone",ml:"malayalam",mn:"mongolo",mnc:"manchu",mni:"manipuri",moh:"mohawk",mos:"mossi",mr:"marathi",mrj:"mari occidentale",ms:"malese",mt:"maltese",mua:"mundang",mul:"multilingua",mus:"creek",mwl:"mirandese",mwr:"marwari",mwv:"mentawai",my:"birmano",mye:"myene",myv:"erzya",mzn:"mazandarani",na:"nauru",nan:"min nan",nap:"napoletano",naq:"nama",nb:"norvegese bokmål",nd:"ndebele del nord",nds:"basso tedesco",nds_NL:"basso tedesco olandese",ne:"nepalese",new:"newari",ng:"ndonga",nia:"nias",niu:"niue",njo:"ao",nl:"olandese",nl_BE:"fiammingo",nmg:"kwasio",nn:"norvegese nynorsk",nnh:"ngiemboon",no:"norvegese",nog:"nogai",non:"norse antico",nov:"novial",nqo:"n’ko",nr:"ndebele del sud",nso:"sotho del nord",nus:"nuer",nv:"navajo",nwc:"newari classico",ny:"nyanja",nym:"nyamwezi",nyn:"nyankole",nyo:"nyoro",nzi:"nzima",oc:"occitano",oj:"ojibwa",om:"oromo",or:"odia",os:"ossetico",osa:"osage",ota:"turco ottomano",pa:"punjabi",pag:"pangasinan",pal:"pahlavi",pam:"pampanga",pap:"papiamento",pau:"palau",pcd:"piccardo",pcm:"pidgin nigeriano",pdc:"tedesco della Pennsylvania",peo:"persiano antico",pfl:"tedesco palatino",phn:"fenicio",pi:"pali",pl:"polacco",pms:"piemontese",pnt:"pontico",pon:"ponape",prg:"prussiano",pro:"provenzale antico",ps:"pashto",pt:"portoghese",pt_BR:"portoghese brasiliano",pt_PT:"portoghese europeo",qu:"quechua",quc:"k’iche’",qug:"quechua dell’altopiano del Chimborazo",raj:"rajasthani",rap:"rapanui",rar:"rarotonga",rgn:"romagnolo",rif:"tarifit",rm:"romancio",rn:"rundi",ro:"rumeno",ro_MD:"moldavo",rof:"rombo",rom:"romani",root:"root",rtm:"rotumano",ru:"russo",rue:"ruteno",rug:"roviana",rup:"arumeno",rw:"kinyarwanda",rwk:"rwa",sa:"sanscrito",sad:"sandawe",sah:"yakut",sam:"aramaico samaritano",saq:"samburu",sas:"sasak",sat:"santali",saz:"saurashtra",sba:"ngambay",sbp:"sangu",sc:"sardo",scn:"siciliano",sco:"scozzese",sd:"sindhi",sdc:"sassarese",sdh:"curdo meridionale",se:"sami del nord",see:"seneca",seh:"sena",sei:"seri",sel:"selkup",ses:"koyraboro senni",sg:"sango",sga:"irlandese antico",sgs:"samogitico",sh:"serbo-croato",shi:"tashelhit",shn:"shan",shu:"arabo ciadiano",si:"singalese",sid:"sidamo",sk:"slovacco",sl:"sloveno",sli:"tedesco slesiano",sly:"selayar",sm:"samoano",sma:"sami del sud",smj:"sami di Lule",smn:"sami di Inari",sms:"sami skolt",sn:"shona",snk:"soninke",so:"somalo",sog:"sogdiano",sq:"albanese",sr:"serbo",srn:"sranan tongo",srr:"serer",ss:"swati",ssy:"saho",st:"sotho del sud",stq:"saterfriesisch",su:"sundanese",suk:"sukuma",sus:"susu",sux:"sumero",sv:"svedese",sw:"swahili",sw_CD:"swahili del Congo",swb:"comoriano",syc:"siriaco classico",syr:"siriaco",szl:"slesiano",ta:"tamil",tcy:"tulu",te:"telugu",tem:"temne",teo:"teso",ter:"tereno",tet:"tetum",tg:"tagico",th:"thai",ti:"tigrino",tig:"tigre",tiv:"tiv",tk:"turcomanno",tkl:"tokelau",tkr:"tsakhur",tl:"tagalog",tlh:"klingon",tli:"tlingit",tly:"taliscio",tmh:"tamashek",tn:"tswana",to:"tongano",tog:"nyasa del Tonga",tpi:"tok pisin",tr:"turco",tru:"turoyo",trv:"taroko",ts:"tsonga",tsd:"zaconico",tsi:"tsimshian",tt:"tataro",ttt:"tat islamico",tum:"tumbuka",tvl:"tuvalu",tw:"ci",twq:"tasawaq",ty:"taitiano",tyv:"tuvinian",tzm:"tamazight",udm:"udmurt",ug:"uiguro",uga:"ugaritico",uk:"ucraino",umb:"mbundu",und:"lingua imprecisata",ur:"urdu",uz:"uzbeco",vai:"vai",ve:"venda",vec:"veneto",vep:"vepso",vi:"vietnamita",vls:"fiammingo occidentale",vo:"volapük",vot:"voto",vro:"võro",vun:"vunjo",wa:"vallone",wae:"walser",wal:"walamo",war:"waray",was:"washo",wbp:"warlpiri",wo:"wolof",wuu:"wu",xal:"kalmyk",xh:"xhosa",xmf:"mengrelio",xog:"soga",yao:"yao (bantu)",yap:"yapese",yav:"yangben",ybb:"yemba",yi:"yiddish",yo:"yoruba",yrl:"nheengatu",yue:"cantonese",za:"zhuang",zap:"zapotec",zbl:"blissymbol",zea:"zelandese",zen:"zenaga",zgh:"tamazight del Marocco standard",zh:"cinese",zh_Hans:"cinese semplificato",zh_Hant:"cinese tradizionale",zu:"zulu",zun:"zuni",zxx:"nessun contenuto linguistico",zza:"zaza"},scripts:{Adlm:"Adlm",Afak:"afaka",Aghb:"Aghb",Ahom:"Ahom",Arab:"arabo","Arab-alt-variant":"arabo-persiano",Armi:"aramaico imperiale",Armn:"armeno",Avst:"avestico",Bali:"balinese",Bamu:"bamum",Bass:"Bassa Vah",Batk:"batak",Beng:"bengalese",Bhks:"Bhks",Blis:"simboli bliss",Bopo:"bopomofo",Brah:"brahmi",Brai:"braille",Bugi:"buginese",Buhd:"buhid",Cakm:"chakma",Cans:"simboli aborigeni canadesi unificati",Cari:"carian",Cham:"cham",Cher:"cherokee",Cirt:"cirth",Copt:"copto",Cprt:"cipriota",Cyrl:"cirillico",Cyrs:"cirillico antica chiesa slavonica",Deva:"devanagari",Dogr:"Dogr",Dsrt:"deseret",Dupl:"stenografia duployan",Egyd:"egiziano demotico",Egyh:"ieratico egiziano",Egyp:"geroglifici egiziani",Elba:"Elba",Elym:"Elym",Ethi:"etiope",Geok:"kutsuri",Geor:"georgiano",Glag:"glagolitico",Gong:"Gong",Gonm:"Gonm",Goth:"gotico",Gran:"grantha",Grek:"greco",Gujr:"gujarati",Guru:"gurmukhi",Hanb:"hanb",Hang:"hangul",Hani:"han",Hano:"hanunoo",Hans:"semplificato","Hans-alt-stand-alone":"han semplificato",Hant:"tradizionale","Hant-alt-stand-alone":"han tradizionale",Hatr:"Hatr",Hebr:"ebraico",Hira:"hiragana",Hluw:"geroglifici anatolici",Hmng:"pahawn hmong",Hmnp:"Hmnp",Hrkt:"katanaka o hiragana",Hung:"antico ungherese",Inds:"indu",Ital:"italico antico",Jamo:"jamo",Java:"javanese",Jpan:"giapponese",Jurc:"jurchen",Kali:"kayah li",Kana:"katakana",Khar:"kharoshthi",Khmr:"khmer",Khoj:"khojki",Knda:"kannada",Kore:"coreano",Kpel:"Kpelle",Kthi:"kaithi",Lana:"lanna",Laoo:"lao",Latf:"variante fraktur del latino",Latg:"variante gaelica del latino",Latn:"latino",Lepc:"lepcha",Limb:"limbu",Lina:"lineare A",Linb:"lineare B",Lisu:"lisu",Loma:"loma",Lyci:"lyci",Lydi:"lydi",Mahj:"Mahj",Maka:"Maka",Mand:"mandaico",Mani:"manicheo",Marc:"Marc",Maya:"geroglifici maya",Medf:"Medf",Mend:"mende",Merc:"corsivo meroitico",Mero:"meroitico",Mlym:"malayalam",Modi:"Modi",Mong:"mongolo",Moon:"moon",Mroo:"mro",Mtei:"meetei mayek",Mult:"Mult",Mymr:"birmano",Nand:"Nand",Narb:"arabo settentrionale antico",Nbat:"nabateo",Newa:"Newa",Nkgb:"geba naxi",Nkoo:"n’ko",Nshu:"nushu",Ogam:"ogham",Olck:"ol chiki",Orkh:"orkhon",Orya:"oriya",Osge:"Osge",Osma:"osmanya",Palm:"palmireno",Pauc:"Pauc",Perm:"permico antico",Phag:"phags-pa",Phli:"pahlavi delle iscrizioni",Phlp:"pahlavi psalter",Phlv:"pahlavi book",Phnx:"fenicio",Plrd:"fonetica di pollard",Prti:"partico delle iscrizioni",Qaag:"Qaag",Rjng:"rejang",Rohg:"Rohg",Roro:"rongorongo",Runr:"runico",Samr:"samaritano",Sara:"sarati",Sarb:"arabo meridionale antico",Saur:"saurashtra",Sgnw:"linguaggio dei segni",Shaw:"shaviano",Shrd:"sharada",Sidd:"Sidd",Sind:"khudawadi",Sinh:"singalese",Sogd:"Sogd",Sogo:"Sogo",Sora:"sora sompeng",Soyo:"Soyo",Sund:"sundanese",Sylo:"syloti nagri",Syrc:"siriano",Syre:"siriaco estrangelo",Syrj:"siriaco occidentale",Syrn:"siriaco orientale",Tagb:"tagbanwa",Takr:"takri",Tale:"tai le",Talu:"tai lue",Taml:"tamil",Tang:"tangut",Tavt:"tai viet",Telu:"telugu",Teng:"tengwar",Tfng:"tifinagh",Tglg:"tagalog",Thaa:"thaana",Thai:"thailandese",Tibt:"tibetano",Tirh:"tirhuta",Ugar:"ugarita",Vaii:"vaii",Visp:"alfabeto visivo",Wara:"varang kshiti",Wcho:"Wcho",Wole:"woleai",Xpeo:"persiano antico",Xsux:"sumero-accadiano cuneiforme",Yiii:"yi",Zanb:"Zanb",Zinh:"ereditato",Zmth:"notazione matematica",Zsye:"emoji",Zsym:"simboli",Zxxx:"non scritto",Zyyy:"comune",Zzzz:"scrittura sconosciuta"},territories:{142:"Asia",143:"Asia centrale",145:"Asia occidentale",150:"Europa",151:"Europa orientale",154:"Europa settentrionale",155:"Europa occidentale",202:"Africa subsahariana",419:"America Latina","001":"Mondo","002":"Africa","003":"Nord America","005":"America del Sud","009":"Oceania","011":"Africa occidentale","013":"America Centrale","014":"Africa orientale","015":"Nordafrica","017":"Africa centrale","018":"Africa del Sud","019":"Americhe","021":"America del Nord","029":"Caraibi","030":"Asia orientale","034":"Asia del Sud","035":"Sud-est asiatico","039":"Europa meridionale","053":"Australasia","054":"Melanesia","057":"Regione micronesiana","061":"Polinesia",AC:"Isola Ascensione",AD:"Andorra",AE:"Emirati Arabi Uniti",AF:"Afghanistan",AG:"Antigua e Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antartide",AR:"Argentina",AS:"Samoa americane",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Isole Åland",AZ:"Azerbaigian",BA:"Bosnia ed Erzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Belgio",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrein",BI:"Burundi",BJ:"Benin",BL:"Saint-Barthélemy",BM:"Bermuda",BN:"Brunei",BO:"Bolivia",BQ:"Caraibi olandesi",BR:"Brasile",BS:"Bahamas",BT:"Bhutan",BV:"Isola Bouvet",BW:"Botswana",BY:"Bielorussia",BZ:"Belize",CA:"Canada",CC:"Isole Cocos (Keeling)",CD:"Congo - Kinshasa","CD-alt-variant":"Congo (RDC)",CF:"Repubblica Centrafricana",CG:"Congo-Brazzaville","CG-alt-variant":"Congo (Repubblica)",CH:"Svizzera",CI:"Costa d’Avorio","CI-alt-variant":"Côte d’Ivoire",CK:"Isole Cook",CL:"Cile",CM:"Camerun",CN:"Cina",CO:"Colombia",CP:"Isola di Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Capo Verde",CW:"Curaçao",CX:"Isola Christmas",CY:"Cipro",CZ:"Cechia","CZ-alt-variant":"Repubblica Ceca",DE:"Germania",DG:"Diego Garcia",DJ:"Gibuti",DK:"Danimarca",DM:"Dominica",DO:"Repubblica Dominicana",DZ:"Algeria",EA:"Ceuta e Melilla",EC:"Ecuador",EE:"Estonia",EG:"Egitto",EH:"Sahara occidentale",ER:"Eritrea",ES:"Spagna",ET:"Etiopia",EU:"Unione Europea",EZ:"Eurozona",FI:"Finlandia",FJ:"Figi",FK:"Isole Falkland","FK-alt-variant":"Isole Falkland (Isole Malvine)",FM:"Micronesia",FO:"Isole Fær Øer",FR:"Francia",GA:"Gabon",GB:"Regno Unito","GB-alt-short":"UK",GD:"Grenada",GE:"Georgia",GF:"Guyana francese",GG:"Guernsey",GH:"Ghana",GI:"Gibilterra",GL:"Groenlandia",GM:"Gambia",GN:"Guinea",GP:"Guadalupa",GQ:"Guinea Equatoriale",GR:"Grecia",GS:"Georgia del Sud e Sandwich australi",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Isole Heard e McDonald",HN:"Honduras",HR:"Croazia",HT:"Haiti",HU:"Ungheria",IC:"Isole Canarie",ID:"Indonesia",IE:"Irlanda",IL:"Israele",IM:"Isola di Man",IN:"India",IO:"Territorio britannico dell’Oceano Indiano",IQ:"Iraq",IR:"Iran",IS:"Islanda",IT:"Italia",JE:"Jersey",JM:"Giamaica",JO:"Giordania",JP:"Giappone",KE:"Kenya",KG:"Kirghizistan",KH:"Cambogia",KI:"Kiribati",KM:"Comore",KN:"Saint Kitts e Nevis",KP:"Corea del Nord",KR:"Corea del Sud",KW:"Kuwait",KY:"Isole Cayman",KZ:"Kazakistan",LA:"Laos",LB:"Libano",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Lituania",LU:"Lussemburgo",LV:"Lettonia",LY:"Libia",MA:"Marocco",MC:"Monaco",MD:"Moldavia",ME:"Montenegro",MF:"Saint Martin",MG:"Madagascar",MH:"Isole Marshall",MK:"Macedonia del Nord","MK-alt-variant":"MK",ML:"Mali",MM:"Myanmar (Birmania)",MN:"Mongolia",MO:"Macao","MO-alt-short":"Macao",MP:"Isole Marianne settentrionali",MQ:"Martinica",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldive",MW:"Malawi",MX:"Messico",MY:"Malaysia",MZ:"Mozambico",NA:"Namibia",NC:"Nuova Caledonia",NE:"Niger",NF:"Isola Norfolk",NG:"Nigeria",NI:"Nicaragua",NL:"Paesi Bassi",NO:"Norvegia",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nuova Zelanda",OM:"Oman",PA:"Panamá",PE:"Perù",PF:"Polinesia francese",PG:"Papua Nuova Guinea",PH:"Filippine",PK:"Pakistan",PL:"Polonia",PM:"Saint-Pierre e Miquelon",PN:"Isole Pitcairn",PR:"Portorico",PS:"Territori palestinesi","PS-alt-short":"Palestina",PT:"Portogallo",PW:"Palau",PY:"Paraguay",QA:"Qatar",QO:"Oceania lontana",RE:"Riunione",RO:"Romania",RS:"Serbia",RU:"Russia",RW:"Ruanda",SA:"Arabia Saudita",SB:"Isole Salomone",SC:"Seychelles",SD:"Sudan",SE:"Svezia",SG:"Singapore",SH:"Sant’Elena",SI:"Slovenia",SJ:"Svalbard e Jan Mayen",SK:"Slovacchia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Suriname",SS:"Sud Sudan",ST:"São Tomé e Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Siria",SZ:"Swaziland","SZ-alt-variant":"Regno di eSwatini",TA:"Tristan da Cunha",TC:"Isole Turks e Caicos",TD:"Ciad",TF:"Terre australi francesi",TG:"Togo",TH:"Thailandia",TJ:"Tagikistan",TK:"Tokelau",TL:"Timor Est","TL-alt-variant":"TL",TM:"Turkmenistan",TN:"Tunisia",TO:"Tonga",TR:"Turchia",TT:"Trinidad e Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzania",UA:"Ucraina",UG:"Uganda",UM:"Altre isole americane del Pacifico",UN:"Nazioni Unite","UN-alt-short":"ONU",US:"Stati Uniti","US-alt-short":"USA",UY:"Uruguay",UZ:"Uzbekistan",VA:"Città del Vaticano",VC:"Saint Vincent e Grenadine",VE:"Venezuela",VG:"Isole Vergini Britanniche",VI:"Isole Vergini Americane",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis e Futuna",WS:"Samoa",XA:"pseudo-accenti",XB:"pseudo-bidi",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"Sudafrica",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"Regione sconosciuta"},orientation:"left-to-right","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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM 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:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",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 MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"'settimana' W 'di' MMMM",yw:"'settimana' w 'del' 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/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E d/M/y – E d/M/y GGGGG",G:"E d/M/y – E d/M/y GGGGG",M:"E d/M/y – E d/M/y GGGGG",y:"E d/M/y – E d/M/y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"G y MMM d–d",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 – d E 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:"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:"dd–dd MMM",M:"dd MMM – dd MMM"},MMMEd:{d:"E dd – E dd MMM",M:"E dd MMM – E dd 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:"dd–dd MMM y",M:"dd MMM – dd MMM y",y:"dd MMM y – dd MMM y"},yMMMEd:{d:"E d – 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:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},"stand-alone":{abbreviated:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]}},days:{format:{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},"stand-alone":{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]}},"era-wide":{0:"avanti Cristo",1:"dopo Cristo"},"era-abbreviated":{0:"a.C.",1:"d.C."},"era-narrow":{0:"aC",1:"dC"}},"ca-islamic":{dateFormats:{full:"EEEE d MMMM y G",long:"dd MMMM y G",medium:"dd MMM y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'alle' {0}",long:"{1} 'alle' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y 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":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E d/M/y – E d/M/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:"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:"dd–dd MMM",M:"dd MMM – dd MMM"},MMMEd:{d:"E dd – E dd MMM",M:"E dd MMM – E dd 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:"dd–dd MMM y G",M:"dd MMM – dd MMM y G",y:"dd MMM y – dd MMM y G"},yMMMEd:{d:"E d – 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:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},"stand-alone":{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE d MMMM y G",long:"dd MMMM y G",medium:"dd MMM y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'alle' {0}",long:"{1} 'alle' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y 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":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E d/M/y – E d/M/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:"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:"dd–dd MMM",M:"dd MMM – dd MMM"},MMMEd:{d:"E dd – E dd MMM",M:"E dd MMM – E dd 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:"dd–dd MMM y G",M:"dd MMM – dd MMM y G",y:"dd MMM y – dd MMM y G",G:"dd MMM y G – dd MMM y G"},yMMMEd:{d:"E d – 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:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},"stand-alone":{abbreviated:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]}},days:{format:{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},"stand-alone":{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]}},"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:"dd MMMM y G",medium:"dd MMM y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'alle' {0}",long:"{1} 'alle' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y 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":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E d/M/y – E d/M/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:"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:"dd–dd MMM",M:"dd MMM – dd MMM"},MMMEd:{d:"E dd – E dd MMM",M:"E dd MMM – E dd 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:"dd–dd MMM y G",M:"dd MMM – dd MMM y G",y:"dd MMM y – dd MMM y G"},yMMMEd:{d:"E d – 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:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},"stand-alone":{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE d MMMM y G",long:"dd MMMM y G",medium:"dd MMM y G",short:"dd/MM/yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} 'alle' {0}",long:"{1} 'alle' {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",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"hh a",H:"HH",hm:"hh:mm a",Hm:"HH:mm",hms:"hh:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d/M/y GGGGG",yyyyMEd:"E d/M/y 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":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d/M/y – d/M/y GGGGG",G:"d/M/y GGGGG – d/M/y GGGGG",M:"d/M/y – d/M/y GGGGG",y:"d/M/y – d/M/y GGGGG"},GyMEd:{d:"E, d/M/y – E, d/M/y GGGGG",G:"E, d/M/y – E, d/M/y GGGGG",M:"E, d/M/y – E, d/M/y GGGGG",y:"E d/M/y – E d/M/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:"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:"dd–dd MMM",M:"dd MMM – dd MMM"},MMMEd:{d:"E dd – E dd MMM",M:"E dd MMM – E dd 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:"dd–dd MMM y G",M:"dd MMM – dd MMM y G",y:"dd MMM y – dd MMM y G"},yMMMEd:{d:"E d – 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:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},"stand-alone":{abbreviated:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]}},days:{format:{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},"stand-alone":{abbreviated:["dom","lun","mar","mer","gio","ven","sab"],narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]}},quarters:{format:{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},"stand-alone":{abbreviated:["T1","T2","T3","T4"],narrow:["1","2","3","4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["m.","p."],wide:["AM","PM"]}},"era-wide":{0:"EB"},"era-abbreviated":{0:"EB"},"era-narrow":{0:"EB"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"anno","relative-type--1":"anno scorso","relative-type-0":"quest’anno","relative-type-1":"anno prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} anno","relativeTimePattern-count-other":"tra {0} anni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} anno fa","relativeTimePattern-count-other":"{0} anni fa"}},"year-short":{displayName:"anno","relative-type--1":"anno scorso","relative-type-0":"quest’anno","relative-type-1":"anno prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} anno","relativeTimePattern-count-other":"tra {0} anni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} anno fa","relativeTimePattern-count-other":"{0} anni fa"}},"year-narrow":{displayName:"anno","relative-type--1":"anno scorso","relative-type-0":"quest’anno","relative-type-1":"anno prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} anno","relativeTimePattern-count-other":"tra {0} anni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} anno fa","relativeTimePattern-count-other":"{0} anni fa"}},"quarter-wide":{displayName:"trimestre","relative-type--1":"trimestre scorso","relative-type-0":"questo trimestre","relative-type-1":"trimestre prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} trimestre","relativeTimePattern-count-other":"tra {0} trimestri"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} trimestre fa","relativeTimePattern-count-other":"{0} trimestri fa"}},"quarter-short":{displayName:"trim.","relative-type--1":"trim. scorso","relative-type-0":"questo trim.","relative-type-1":"trim. prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} trim.","relativeTimePattern-count-other":"tra {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} trim. fa","relativeTimePattern-count-other":"{0} trim. fa"}},"quarter-narrow":{displayName:"trim.","relative-type--1":"trim. scorso","relative-type-0":"questo trim.","relative-type-1":"trim. prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} trim.","relativeTimePattern-count-other":"tra {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} trim. fa","relativeTimePattern-count-other":"{0} trim. fa"}},"month-wide":{displayName:"mese","relative-type--1":"mese scorso","relative-type-0":"questo mese","relative-type-1":"mese prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} mese","relativeTimePattern-count-other":"tra {0} mesi"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mese fa","relativeTimePattern-count-other":"{0} mesi fa"}},"month-short":{displayName:"mese","relative-type--1":"mese scorso","relative-type-0":"questo mese","relative-type-1":"mese prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} mese","relativeTimePattern-count-other":"tra {0} mesi"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mese fa","relativeTimePattern-count-other":"{0} mesi fa"}},"month-narrow":{displayName:"mese","relative-type--1":"mese scorso","relative-type-0":"questo mese","relative-type-1":"mese prossimo","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} mese","relativeTimePattern-count-other":"tra {0} mesi"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mese fa","relativeTimePattern-count-other":"{0} mesi fa"}},"week-wide":{displayName:"settimana","relative-type--1":"settimana scorsa","relative-type-0":"questa settimana","relative-type-1":"settimana prossima","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} settimana","relativeTimePattern-count-other":"tra {0} settimane"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} settimana fa","relativeTimePattern-count-other":"{0} settimane fa"},relativePeriod:"la settimana del {0}"},"week-short":{displayName:"sett.","relative-type--1":"settimana scorsa","relative-type-0":"questa settimana","relative-type-1":"settimana prossima","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} sett.","relativeTimePattern-count-other":"tra {0} sett."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sett. fa","relativeTimePattern-count-other":"{0} sett. fa"},relativePeriod:"la settimana del {0}"},"week-narrow":{displayName:"sett.","relative-type--1":"settimana scorsa","relative-type-0":"questa settimana","relative-type-1":"settimana prossima","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} sett.","relativeTimePattern-count-other":"tra {0} sett."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sett. fa","relativeTimePattern-count-other":"{0} sett. fa"},relativePeriod:"la settimana del {0}"},"day-wide":{displayName:"giorno","relative-type--2":"l’altro ieri","relative-type--1":"ieri","relative-type-0":"oggi","relative-type-1":"domani","relative-type-2":"dopodomani","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} giorno","relativeTimePattern-count-other":"tra {0} giorni"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} giorno fa","relativeTimePattern-count-other":"{0} giorni fa"}},"day-short":{displayName:"g","relative-type--2":"l’altro ieri","relative-type--1":"ieri","relative-type-0":"oggi","relative-type-1":"domani","relative-type-2":"dopodomani","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} g","relativeTimePattern-count-other":"tra {0} gg"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} g fa","relativeTimePattern-count-other":"{0} gg fa"}},"day-narrow":{displayName:"g","relative-type--2":"l’altro ieri","relative-type--1":"ieri","relative-type-0":"oggi","relative-type-1":"domani","relative-type-2":"dopodomani","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} g","relativeTimePattern-count-other":"tra {0} gg"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} g fa","relativeTimePattern-count-other":"{0} gg fa"}},weekday:{displayName:"giorno della settimana"},"hour-wide":{displayName:"ora","relative-type-0":"quest’ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} ora","relativeTimePattern-count-other":"tra {0} ore"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} ora fa","relativeTimePattern-count-other":"{0} ore fa"}},"hour-short":{displayName:"h.","relative-type-0":"quest’ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} h","relativeTimePattern-count-other":"tra {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} h fa","relativeTimePattern-count-other":"{0} h fa"}},"hour-narrow":{displayName:"h","relative-type-0":"quest’ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} h","relativeTimePattern-count-other":"tra {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} h fa","relativeTimePattern-count-other":"{0} h fa"}},"minute-wide":{displayName:"minuto","relative-type-0":"questo minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} minuto","relativeTimePattern-count-other":"tra {0} minuti"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} minuto fa","relativeTimePattern-count-other":"{0} minuti fa"}},"minute-short":{displayName:"min","relative-type-0":"questo minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} min","relativeTimePattern-count-other":"tra {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min fa","relativeTimePattern-count-other":"{0} min fa"}},"minute-narrow":{displayName:"min","relative-type-0":"questo minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} min","relativeTimePattern-count-other":"tra {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min fa","relativeTimePattern-count-other":"{0} min fa"}},"second-wide":{displayName:"secondo","relative-type-0":"ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} secondo","relativeTimePattern-count-other":"tra {0} secondi"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} secondo fa","relativeTimePattern-count-other":"{0} secondi fa"}},"second-short":{displayName:"s","relative-type-0":"ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} s","relativeTimePattern-count-other":"tra {0} sec."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} s fa","relativeTimePattern-count-other":"{0} sec. fa"}},"second-narrow":{displayName:"s","relative-type-0":"ora","relativeTime-type-future":{"relativeTimePattern-count-one":"tra {0} s","relativeTimePattern-count-other":"tra {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} s fa","relativeTimePattern-count-other":"{0} s fa"}},zone:{displayName:"fuso orario"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 mille","1000-other":"0 mila","10000-one":"00 mila","10000-other":"00 mila","100000-one":"000 mila","100000-other":"000 mila","1000000-one":"0 milione","1000000-other":"0 milioni","10000000-one":"00 milioni","10000000-other":"00 milioni","100000000-one":"000 milioni","100000000-other":"000 milioni","1000000000-one":"0 miliardo","1000000000-other":"0 miliardi","10000000000-one":"00 miliardi","10000000000-other":"00 miliardi","100000000000-one":"000 miliardi","100000000000-other":"000 miliardi","1000000000000-one":"0 mille miliardi","1000000000000-other":"0 mila miliardi","10000000000000-one":"00 mila miliardi","10000000000000-other":"00 mila miliardi","100000000000000-one":"000 mila miliardi","100000000000000-other":"000 mila miliardi"},"decimalFormat-short":{"1000-one":"0","1000-other":"0","10000-one":"0","10000-other":"0","100000-one":"0","100000-other":"0","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 Mrd","1000000000-other":"0 Mrd","10000000000-one":"00 Mrd","10000000000-other":"00 Mrd","100000000000-one":"000 Mrd","100000000000-other":"000 Mrd","1000000000000-one":"0 Bln","1000000000000-other":"0 Bln","10000000000000-one":"00 Bln","10000000000000-other":"00 Bln","100000000000000-one":"000 Bln","100000000000000-other":"000 Bln"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤"},miscPattern:{approximately:"~{0}",atLeast:"≥{0}",atMost:"≤{0}",range:"{0}-{1}"},"currencyFormat-short":{"1000-one":"0","1000-other":"0","10000-one":"0","10000-other":"0","100000-one":"0","100000-other":"0","1000000-one":"0 Mio ¤","1000000-other":"0 Mio ¤","10000000-one":"00 Mio ¤","10000000-other":"00 Mio ¤","100000000-one":"000 Mio ¤","100000000-other":"000 Mio ¤","1000000000-one":"0 Mrd ¤","1000000000-other":"0 Mrd ¤","10000000000-one":"00 Mrd ¤","10000000000-other":"00 Mrd ¤","100000000000-one":"000 Mrd ¤","100000000000-other":"000 Mrd ¤","1000000000000-one":"0 Bln ¤","1000000000000-other":"0 Bln ¤","10000000000000-one":"00 Bln ¤","10000000000000-other":"00 Bln ¤","100000000000000-one":"000 Bln ¤","100000000000000-other":"000 Bln ¤"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:{AUD:"A$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",ILS:"₪",INR:"₹",NZD:"NZ$",THB:"฿",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF",XXX:"¤"},rtl:!1,"listPattern-standard-wide":{2:"{0} e {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} e {1}"},"listPattern-or-wide":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-or-short":{2:"{0} o {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} o {1}"},"listPattern-standard-short":{2:"{0} e {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} e {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"forza g","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"riv","unitPattern-count-one":"{0} riv","unitPattern-count-other":"{0} riv"},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"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:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ettari","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:"acri","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"piedi quadrati","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunum","unitPattern-count-one":"{0} dunum","unitPattern-count-other":"{0} dunum"},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-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-part-per-million":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"percento","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:"mol","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-100kilometers":{displayName:"L/100km","unitPattern-count-one":"{0} L/100km","unitPattern-count-other":"{0} L/100km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mi/Imp gal","unitPattern-count-one":"{0} mi/Imp gal","unitPattern-count-other":"{0} mi/Imp gal"},"digital-petabyte":{displayName:"PByte","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:"byte","unitPattern-count-one":"{0} byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"sec.","unitPattern-count-one":"{0} sec.","unitPattern-count-other":"{0} secc."},"duration-year":{displayName:"anni","unitPattern-count-one":"{0} anno","unitPattern-count-other":"{0} anni",perUnitPattern:"{0}/anno"},"duration-month":{displayName:"mesi","unitPattern-count-one":"{0} mese","unitPattern-count-other":"{0} mesi",perUnitPattern:"{0}/mese"},"duration-week":{displayName:"settimane","unitPattern-count-one":"{0} settimana","unitPattern-count-other":"{0} settimane",perUnitPattern:"{0}/settimana"},"duration-day":{displayName:"giorni","unitPattern-count-one":"{0} giorno","unitPattern-count-other":"{0} giorni",perUnitPattern:"{0}/giorno"},"duration-hour":{displayName:"h","unitPattern-count-one":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-other":"{0} s",perUnitPattern:"{0}/s"},"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:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","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:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-other":"{0} BTU"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"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"},"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:"miglia","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"iarde","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:"in","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"al","unitPattern-count-one":"{0} al","unitPattern-count-other":"{0} al"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-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:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","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-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{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:"grammi","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:"tn","unitPattern-count-one":"{0} tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","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:"ozt","unitPattern-count-one":"{0} ozt","unitPattern-count-other":"{0} ozt"},"mass-carat":{displayName:"carati","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"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:"W","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:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"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-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-foot":{displayName:"lb-ft","unitPattern-count-one":"{0} lb-ft","unitPattern-count-other":"{0} lb-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:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","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:"in³","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:"l","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:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"staia","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:"Gal imp.","unitPattern-count-one":"{0} gal imp.","unitPattern-count-other":"{0} gal imp.",perUnitPattern:"{0}/gal imp."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"c","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:"fl oz imp.","unitPattern-count-one":"{0} fl oz imp.","unitPattern-count-other":"{0} fl oz imp."},"volume-tablespoon":{displayName:"tbsp","unitPattern-count-one":"{0} tbsp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-one":"{0} tsp","unitPattern-count-other":"{0} tsp"},"volume-barrel":{displayName:"barrel","unitPattern-count-one":"{0} barrel","unitPattern-count-other":"{0} barrel"},coordinateUnit:{displayName:"punto",east:"{0}E",north:"{0}N",south:"{0}S",west:"{0}O"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0","1000-other":"0","10000-one":"0","10000-other":"0","100000-one":"0","100000-other":"0","1000000-one":"0 Mio ¤","1000000-other":"0 Mio ¤","10000000-one":"00 Mio ¤","10000000-other":"00 Mio ¤","100000000-one":"000 Mio ¤","100000000-other":"000 Mio ¤","1000000000-one":"0 Mrd ¤","1000000000-other":"0 Mrd ¤","10000000000-one":"00 Mrd ¤","10000000000-other":"00 Mrd ¤","100000000000-one":"000 Mrd ¤","100000000000-other":"000 Mrd ¤","1000000000000-one":"0 Bln ¤","1000000000000-other":"0 Bln ¤","10000000000000-one":"00 Bln ¤","10000000000000-other":"00 Bln ¤","100000000000000-one":"000 Bln ¤","100000000000000-other":"000 Bln ¤"},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"},"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H hB",_preferred:"H"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}}};
|
|
2
|
+
//# sourceMappingURL=it-2f7ca2cc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"it-2f7ca2cc.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|