@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:"abchaski",ace:"aceh",ach:"aczoli",ada:"adangme",ady:"adygejski",ae:"awestyjski",aeb:"tunezyjski arabski",af:"afrikaans",afh:"afrihili",agq:"aghem",ain:"ajnu",ak:"akan",akk:"akadyjski",akz:"alabama",ale:"aleucki",aln:"albański gegijski",alt:"południowoałtajski",am:"amharski",an:"aragoński",ang:"staroangielski",anp:"angika",ar:"arabski",ar_001:"współczesny arabski",arc:"aramejski",arn:"mapudungun",aro:"araona",arp:"arapaho",arq:"algierski arabski",ars:"arabski nadżdyjski",arw:"arawak",ary:"marokański arabski",arz:"egipski arabski",as:"asamski",asa:"asu",ase:"amerykański język migowy",ast:"asturyjski",av:"awarski",avk:"kotava",awa:"awadhi",ay:"ajmara",az:"azerbejdżański","az_alt-short":"azerski",ba:"baszkirski",bal:"beludżi",ban:"balijski",bar:"bawarski",bas:"basaa",bax:"bamum",bbc:"batak toba",bbj:"ghomala",be:"białoruski",bej:"bedża",bem:"bemba",bew:"betawi",bez:"bena",bfd:"bafut",bfq:"badaga",bg:"bułgarski",bgn:"beludżi północny",bho:"bhodżpuri",bi:"bislama",bik:"bikol",bin:"bini",bjn:"banjar",bkm:"kom",bla:"siksika",bm:"bambara",bn:"bengalski",bo:"tybetański",bpy:"bisznuprija-manipuri",bqi:"bachtiarski",br:"bretoński",bra:"bradź",brh:"brahui",brx:"bodo",bs:"bośniacki",bss:"akoose",bua:"buriacki",bug:"bugijski",bum:"bulu",byn:"blin",byv:"medumba",ca:"kataloński",cad:"kaddo",car:"karaibski",cay:"kajuga",cch:"atsam",ccp:"czakma",ce:"czeczeński",ceb:"cebuano",cgg:"chiga",ch:"czamorro",chb:"czibcza",chg:"czagatajski",chk:"chuuk",chm:"maryjski",chn:"żargon czinucki",cho:"czoktawski",chp:"czipewiański",chr:"czirokeski",chy:"czejeński",ckb:"sorani",co:"korsykański",cop:"koptyjski",cps:"capiznon",cr:"kri",crh:"krymskotatarski",crs:"kreolski seszelski",cs:"czeski",csb:"kaszubski",cu:"cerkiewnosłowiański",cv:"czuwaski",cy:"walijski",da:"duński",dak:"dakota",dar:"dargwijski",dav:"taita",de:"niemiecki",de_AT:"austriacki niemiecki",de_CH:"szwajcarski wysokoniemiecki",del:"delaware",den:"slave",dgr:"dogrib",din:"dinka",dje:"dżerma",doi:"dogri",dsb:"dolnołużycki",dtp:"dusun centralny",dua:"duala",dum:"średniowieczny niderlandzki",dv:"malediwski",dyo:"diola",dyu:"diula",dz:"dzongkha",dzg:"dazaga",ebu:"embu",ee:"ewe",efi:"efik",egl:"emilijski",egy:"staroegipski",eka:"ekajuk",el:"grecki",elx:"elamicki",en:"angielski",en_AU:"australijski angielski",en_CA:"kanadyjski angielski",en_GB:"brytyjski angielski","en_GB-alt-short":"angielski (Wlk. Bryt.)",en_US:"amerykański angielski","en_US-alt-short":"angielski (USA)",enm:"średnioangielski",eo:"esperanto",es:"hiszpański",es_419:"amerykański hiszpański",es_ES:"europejski hiszpański",es_MX:"meksykański hiszpański",esu:"yupik środkowosyberyjski",et:"estoński",eu:"baskijski",ewo:"ewondo",ext:"estremadurski",fa:"perski",fan:"fang",fat:"fanti",ff:"fulani",fi:"fiński",fil:"filipino",fit:"meänkieli",fj:"fidżijski",fo:"farerski",fon:"fon",fr:"francuski",fr_CA:"kanadyjski francuski",fr_CH:"szwajcarski francuski",frc:"cajuński",frm:"średniofrancuski",fro:"starofrancuski",frp:"franko-prowansalski",frr:"północnofryzyjski",frs:"wschodniofryzyjski",fur:"friulski",fy:"zachodniofryzyjski",ga:"irlandzki",gaa:"ga",gag:"gagauski",gan:"gan",gay:"gayo",gba:"gbaya",gbz:"zaratusztriański dari",gd:"szkocki gaelicki",gez:"gyyz",gil:"gilbertański",gl:"galicyjski",glk:"giliański",gmh:"średnio-wysoko-niemiecki",gn:"guarani",goh:"staro-wysoko-niemiecki",gom:"konkani (Goa)",gon:"gondi",gor:"gorontalo",got:"gocki",grb:"grebo",grc:"starogrecki",gsw:"szwajcarski niemiecki",gu:"gudżarati",guc:"wayúu",gur:"frafra",guz:"gusii",gv:"manx",gwi:"gwichʼin",ha:"hausa",hai:"haida",hak:"hakka",haw:"hawajski",he:"hebrajski",hi:"hindi",hif:"hindi fidżyjskie",hil:"hiligaynon",hit:"hetycki",hmn:"hmong",ho:"hiri motu",hr:"chorwacki",hsb:"górnołużycki",hsn:"xiang",ht:"kreolski haitański",hu:"węgierski",hup:"hupa",hy:"ormiański",hz:"herero",ia:"interlingua",iba:"iban",ibb:"ibibio",id:"indonezyjski",ie:"interlingue",ig:"igbo",ii:"syczuański",ik:"inupiak",ilo:"ilokano",inh:"inguski",io:"ido",is:"islandzki",it:"włoski",iu:"inuktitut",izh:"ingryjski",ja:"japoński",jam:"jamajski",jbo:"lojban",jgo:"ngombe",jmc:"machame",jpr:"judeo-perski",jrb:"judeoarabski",jut:"jutlandzki",jv:"jawajski",ka:"gruziński",kaa:"karakałpacki",kab:"kabylski",kac:"kaczin",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"kabardyjski",kbl:"kanembu",kcg:"tyap",kde:"makonde",kea:"kreolski Wysp Zielonego Przylądka",ken:"kenyang",kfo:"koro",kg:"kongo",kgp:"kaingang",kha:"khasi",kho:"chotański",khq:"koyra chiini",khw:"khowar",ki:"kikuju",kiu:"kirmandżki",kj:"kwanyama",kk:"kazachski",kkj:"kako",kl:"grenlandzki",kln:"kalenjin",km:"khmerski",kmb:"kimbundu",kn:"kannada",ko:"koreański",koi:"komi-permiacki",kok:"konkani",kos:"kosrae",kpe:"kpelle",kr:"kanuri",krc:"karaczajsko-bałkarski",kri:"krio",krj:"kinaraya",krl:"karelski",kru:"kurukh",ks:"kaszmirski",ksb:"sambala",ksf:"bafia",ksh:"gwara kolońska",ku:"kurdyjski",kum:"kumycki",kut:"kutenai",kv:"komi",kw:"kornijski",ky:"kirgiski",la:"łaciński",lad:"ladyński",lag:"langi",lah:"lahnda",lam:"lamba",lb:"luksemburski",lez:"lezgijski",lfn:"Lingua Franca Nova",lg:"ganda",li:"limburski",lij:"liguryjski",liv:"liwski",lkt:"lakota",lmo:"lombardzki",ln:"lingala",lo:"laotański",lol:"mongo",lou:"kreolski luizjański",loz:"lozi",lrc:"luryjski północny",lt:"litewski",ltg:"łatgalski",lu:"luba-katanga",lua:"luba-lulua",lui:"luiseno",lun:"lunda",luo:"luo",lus:"mizo",luy:"luhya",lv:"łotewski",lzh:"chiński klasyczny",lzz:"lazyjski",mad:"madurski",maf:"mafa",mag:"magahi",mai:"maithili",mak:"makasar",man:"mandingo",mas:"masajski",mde:"maba",mdf:"moksza",mdr:"mandar",men:"mende",mer:"meru",mfe:"kreolski Mauritiusa",mg:"malgaski",mga:"średnioirlandzki",mgh:"makua",mgo:"meta",mh:"marszalski",mi:"maoryjski",mic:"mikmak",min:"minangkabu",mk:"macedoński",ml:"malajalam",mn:"mongolski",mnc:"manchu",mni:"manipuri",moh:"mohawk",mos:"mossi",mr:"marathi",mrj:"zachodniomaryjski",ms:"malajski",mt:"maltański",mua:"mundang",mul:"wiele języków",mus:"krik",mwl:"mirandyjski",mwr:"marwari",mwv:"mentawai",my:"birmański",mye:"myene",myv:"erzja",mzn:"mazanderański",na:"nauruański",nan:"minnański",nap:"neapolitański",naq:"nama",nb:"norweski (bokmål)",nd:"ndebele północny",nds:"dolnoniemiecki",nds_NL:"dolnosaksoński",ne:"nepalski",new:"newarski",ng:"ndonga",nia:"nias",niu:"niue",njo:"ao",nl:"niderlandzki",nl_BE:"flamandzki",nmg:"ngumba",nn:"norweski (nynorsk)",nnh:"ngiemboon",no:"norweski",nog:"nogajski",non:"staronordyjski",nov:"novial",nqo:"n’ko",nr:"ndebele południowy",nso:"sotho północny",nus:"nuer",nv:"nawaho",nwc:"newarski klasyczny",ny:"njandża",nym:"niamwezi",nyn:"nyankole",nyo:"nyoro",nzi:"nzema",oc:"oksytański",oj:"odżibwa",om:"oromo",or:"orija",os:"osetyjski",osa:"osage",ota:"osmańsko-turecki",pa:"pendżabski",pag:"pangasinan",pal:"pahlavi",pam:"pampango",pap:"papiamento",pau:"palau",pcd:"pikardyjski",pcm:"pidżyn nigeryjski",pdc:"pensylwański",pdt:"plautdietsch",peo:"staroperski",pfl:"palatynacki",phn:"fenicki",pi:"palijski",pl:"polski",pms:"piemoncki",pnt:"pontyjski",pon:"ponpejski",prg:"pruski",pro:"staroprowansalski",ps:"paszto","ps_alt-variant":"pasztuński",pt:"portugalski",pt_BR:"brazylijski portugalski",pt_PT:"europejski portugalski",qu:"keczua",quc:"kicze",qug:"keczua górski (Chimborazo)",raj:"radźasthani",rap:"rapanui",rar:"rarotonga",rgn:"romagnol",rif:"tarifit",rm:"retoromański",rn:"rundi",ro:"rumuński",ro_MD:"mołdawski",rof:"rombo",rom:"cygański",root:"język rdzenny",rtm:"rotumański",ru:"rosyjski",rue:"rusiński",rug:"roviana",rup:"arumuński",rw:"kinya-ruanda",rwk:"rwa",sa:"sanskryt",sad:"sandawe",sah:"jakucki",sam:"samarytański aramejski",saq:"samburu",sas:"sasak",sat:"santali",saz:"saurasztryjski",sba:"ngambay",sbp:"sangu",sc:"sardyński",scn:"sycylijski",sco:"scots",sd:"sindhi",sdc:"sassarski",sdh:"południowokurdyjski",se:"północnolapoński",see:"seneka",seh:"sena",sei:"seri",sel:"selkupski",ses:"koyraboro senni",sg:"sango",sga:"staroirlandzki",sgs:"żmudzki",sh:"serbsko-chorwacki",shi:"tashelhiyt",shn:"szan",shu:"arabski (Czad)",si:"syngaleski",sid:"sidamo",sk:"słowacki",sl:"słoweński",sli:"dolnośląski",sly:"selayar",sm:"samoański",sma:"południowolapoński",smj:"lule",smn:"inari",sms:"skolt",sn:"shona",snk:"soninke",so:"somalijski",sog:"sogdyjski",sq:"albański",sr:"serbski",srn:"sranan tongo",srr:"serer",ss:"suazi",ssy:"saho",st:"sotho południowy",stq:"fryzyjski saterlandzki",su:"sundajski",suk:"sukuma",sus:"susu",sux:"sumeryjski",sv:"szwedzki",sw:"suahili",sw_CD:"kongijski suahili",swb:"komoryjski",syc:"syriacki",syr:"syryjski",szl:"śląski",ta:"tamilski",tcy:"tulu",te:"telugu",tem:"temne",teo:"ateso",ter:"tereno",tet:"tetum",tg:"tadżycki",th:"tajski",ti:"tigrinia",tig:"tigre",tiv:"tiw",tk:"turkmeński",tkl:"tokelau",tkr:"cachurski",tl:"tagalski",tlh:"klingoński",tli:"tlingit",tly:"tałyski",tmh:"tamaszek",tn:"setswana",to:"tonga",tog:"tonga (Niasa)",tpi:"tok pisin",tr:"turecki",tru:"turoyo",trv:"taroko",ts:"tsonga",tsd:"cakoński",tsi:"tsimshian",tt:"tatarski",ttt:"tacki",tum:"tumbuka",tvl:"tuvalu",tw:"twi",twq:"tasawaq",ty:"tahitański",tyv:"tuwiński",tzm:"tamazight (Atlas Środkowy)",udm:"udmurcki",ug:"ujgurski",uga:"ugarycki",uk:"ukraiński",umb:"umbundu",und:"nieznany język",ur:"urdu",uz:"uzbecki",vai:"wai",ve:"venda",vec:"wenecki",vep:"wepski",vi:"wietnamski",vls:"zachodnioflamandzki",vmf:"meński frankoński",vo:"wolapik",vot:"wotiacki",vro:"võro",vun:"vunjo",wa:"waloński",wae:"walser",wal:"wolayta",war:"waraj",was:"washo",wbp:"warlpiri",wo:"wolof",wuu:"wu",xal:"kałmucki",xh:"khosa",xmf:"megrelski",xog:"soga",yao:"yao",yap:"japski",yav:"yangben",ybb:"yemba",yi:"jidysz",yo:"joruba",yrl:"nheengatu",yue:"kantoński",za:"czuang",zap:"zapotecki",zbl:"bliss",zea:"zelandzki",zen:"zenaga",zgh:"standardowy marokański tamazight",zh:"chiński",zh_Hans:"chiński uproszczony",zh_Hant:"chiński tradycyjny",zu:"zulu",zun:"zuni",zxx:"brak treści o charakterze językowym",zza:"zazaki"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"arabskie","Arab-alt-variant":"perso-arabskie",Armi:"armi",Armn:"ormiańskie",Avst:"awestyjskie",Bali:"balijskie",Bamu:"bamun",Bass:"Bass",Batk:"batak",Beng:"bengalskie",Bhks:"Bhks",Blis:"symbole Blissa",Bopo:"bopomofo",Brah:"brahmi",Brai:"Braille’a",Bugi:"bugińskie",Buhd:"buhid",Cakm:"chakma",Cans:"zunifikowane symbole kanadyjskich autochtonów",Cari:"karyjskie",Cham:"czamskie",Cher:"czirokeski",Cirt:"cirth",Copt:"koptyjskie",Cprt:"cypryjskie",Cyrl:"cyrylica",Cyrs:"cyrylica staro-cerkiewno-słowiańska",Deva:"dewanagari",Dogr:"Dogr",Dsrt:"deseret",Dupl:"Dupl",Egyd:"egipskie demotyczne",Egyh:"egipskie hieratyczne",Egyp:"hieroglify egipskie",Elba:"Elba",Elym:"Elym",Ethi:"etiopskie",Geok:"gruzińskie chucuri",Geor:"gruzińskie",Glag:"głagolica",Gong:"Gong",Gonm:"Gonm",Goth:"gotyckie",Gran:"Gran",Grek:"greckie",Gujr:"gudźarackie",Guru:"gurmukhi",Hanb:"hanb",Hang:"hangyl",Hani:"han",Hano:"hanunoo",Hans:"uproszczone","Hans-alt-stand-alone":"uproszczone han",Hant:"tradycyjne","Hant-alt-stand-alone":"tradycyjne han",Hatr:"Hatr",Hebr:"hebrajskie",Hira:"hiragana",Hluw:"Hluw",Hmng:"pahawh hmong",Hmnp:"Hmnp",Hrkt:"sylabariusze japońskie",Hung:"starowęgierskie",Inds:"indus",Ital:"starowłoskie",Jamo:"jamo",Java:"jawajskie",Jpan:"japońskie",Kali:"kayah li",Kana:"katakana",Khar:"charosti",Khmr:"khmerskie",Khoj:"Khoj",Knda:"kannada",Kore:"koreańskie",Kthi:"kaithi",Lana:"lanna",Laoo:"laotańskie",Latf:"łaciński - fraktura",Latg:"łaciński - odmiana gaelicka",Latn:"łacińskie",Lepc:"lepcha",Limb:"limbu",Lina:"linearne A",Linb:"linearne B",Lisu:"Lisu",Lyci:"likijskie",Lydi:"lidyjskie",Mahj:"Mahj",Maka:"Maka",Mand:"mandejskie",Mani:"manichejskie",Marc:"Marc",Maya:"hieroglify Majów",Medf:"Medf",Mend:"Mend",Merc:"Merc",Mero:"meroickie",Mlym:"malajalam",Modi:"Modi",Mong:"mongolskie",Moon:"Moon’a",Mroo:"Mroo",Mtei:"meitei mayek",Mult:"Mult",Mymr:"birmańskie",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"n’ko",Nshu:"Nshu",Ogam:"ogham",Olck:"ol chiki",Orkh:"orchońskie",Orya:"orija",Osge:"Osge",Osma:"osmanya",Palm:"Palm",Pauc:"Pauc",Perm:"staropermskie",Phag:"phags-pa",Phli:"inskrypcyjne pahlawi",Phlp:"pahlawi psałterzowy",Phlv:"pahlawi książkowy",Phnx:"fenicki",Plrd:"fonetyczny Pollard’a",Prti:"partyjski inskrypcyjny",Qaag:"Qaag",Rjng:"rejang",Rohg:"Rohg",Roro:"rongorongo",Runr:"runiczne",Samr:"samarytański",Sara:"sarati",Sarb:"Sarb",Saur:"saurashtra",Sgnw:"pismo znakowe",Shaw:"shawa",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"syngaleskie",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"sundajskie",Sylo:"syloti nagri",Syrc:"syryjski",Syre:"syriacki estrangelo",Syrj:"syryjski (odmiana zachodnia)",Syrn:"syryjski (odmiana wschodnia)",Tagb:"tagbanwa",Takr:"Takr",Tale:"tai le",Talu:"nowy tai lue",Taml:"tamilskie",Tang:"Tang",Tavt:"tai viet",Telu:"telugu",Teng:"tengwar",Tfng:"tifinagh (berberski)",Tglg:"tagalog",Thaa:"thaana",Thai:"tajskie",Tibt:"tybetańskie",Tirh:"Tirh",Ugar:"ugaryckie",Vaii:"vai",Visp:"Visible Speech",Wara:"Wara",Wcho:"Wcho",Xpeo:"staroperskie",Xsux:"klinowe sumero-akadyjskie",Yiii:"yi",Zanb:"Zanb",Zinh:"dziedziczone",Zmth:"notacja matematyczna",Zsye:"Emoji",Zsym:"symbole",Zxxx:"język bez systemu pisma",Zyyy:"wspólne",Zzzz:"nieznany skrypt"},territories:{142:"Azja",143:"Azja Środkowa",145:"Azja Zachodnia",150:"Europa",151:"Europa Wschodnia",154:"Europa Północna",155:"Europa Zachodnia",202:"Afryka Subsaharyjska",419:"Ameryka Łacińska","001":"świat","002":"Afryka","003":"Ameryka Północna","005":"Ameryka Południowa","009":"Oceania","011":"Afryka Zachodnia","013":"Ameryka Środkowa","014":"Afryka Wschodnia","015":"Afryka Północna","017":"Afryka Środkowa","018":"Afryka Południowa","019":"Ameryka","021":"Ameryka Północna (USA, Kanada)","029":"Karaiby","030":"Azja Wschodnia","034":"Azja Południowa","035":"Azja Południowo-Wschodnia","039":"Europa Południowa","053":"Australazja","054":"Melanezja","057":"Region Mikronezji","061":"Polinezja",AC:"Wyspa Wniebowstąpienia",AD:"Andora",AE:"Zjednoczone Emiraty Arabskie",AF:"Afganistan",AG:"Antigua i Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antarktyda",AR:"Argentyna",AS:"Samoa Amerykańskie",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Wyspy Alandzkie",AZ:"Azerbejdżan",BA:"Bośnia i Hercegowina",BB:"Barbados",BD:"Bangladesz",BE:"Belgia",BF:"Burkina Faso",BG:"Bułgaria",BH:"Bahrajn",BI:"Burundi",BJ:"Benin",BL:"Saint-Barthélemy",BM:"Bermudy",BN:"Brunei",BO:"Boliwia",BQ:"Niderlandy Karaibskie",BR:"Brazylia",BS:"Bahamy",BT:"Bhutan",BV:"Wyspa Bouveta",BW:"Botswana",BY:"Białoruś",BZ:"Belize",CA:"Kanada",CC:"Wyspy Kokosowe",CD:"Demokratyczna Republika Konga","CD-alt-variant":"Kongo (DRK)",CF:"Republika Środkowoafrykańska",CG:"Kongo","CG-alt-variant":"Republika Konga",CH:"Szwajcaria",CI:"Côte d’Ivoire","CI-alt-variant":"Wybrzeże Kości Słoniowej",CK:"Wyspy Cooka",CL:"Chile",CM:"Kamerun",CN:"Chiny",CO:"Kolumbia",CP:"Wyspa Clippertona",CR:"Kostaryka",CU:"Kuba",CV:"Republika Zielonego Przylądka",CW:"Curaçao",CX:"Wyspa Bożego Narodzenia",CY:"Cypr",CZ:"Czechy","CZ-alt-variant":"Republika Czeska",DE:"Niemcy",DG:"Diego Garcia",DJ:"Dżibuti",DK:"Dania",DM:"Dominika",DO:"Dominikana",DZ:"Algieria",EA:"Ceuta i Melilla",EC:"Ekwador",EE:"Estonia",EG:"Egipt",EH:"Sahara Zachodnia",ER:"Erytrea",ES:"Hiszpania",ET:"Etiopia",EU:"Unia Europejska",EZ:"strefa euro",FI:"Finlandia",FJ:"Fidżi",FK:"Falklandy","FK-alt-variant":"Falklandy (Malwiny)",FM:"Mikronezja",FO:"Wyspy Owcze",FR:"Francja",GA:"Gabon",GB:"Wielka Brytania","GB-alt-short":"Wlk. Bryt.",GD:"Grenada",GE:"Gruzja",GF:"Gujana Francuska",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Grenlandia",GM:"Gambia",GN:"Gwinea",GP:"Gwadelupa",GQ:"Gwinea Równikowa",GR:"Grecja",GS:"Georgia Południowa i Sandwich Południowy",GT:"Gwatemala",GU:"Guam",GW:"Gwinea Bissau",GY:"Gujana",HK:"Hongkong","HK-alt-short":"Hongkong",HM:"Wyspy Heard i McDonalda",HN:"Honduras",HR:"Chorwacja",HT:"Haiti",HU:"Węgry",IC:"Wyspy Kanaryjskie",ID:"Indonezja",IE:"Irlandia",IL:"Izrael",IM:"Wyspa Man",IN:"Indie",IO:"Brytyjskie Terytorium Oceanu Indyjskiego",IQ:"Irak",IR:"Iran",IS:"Islandia",IT:"Włochy",JE:"Jersey",JM:"Jamajka",JO:"Jordania",JP:"Japonia",KE:"Kenia",KG:"Kirgistan",KH:"Kambodża",KI:"Kiribati",KM:"Komory",KN:"Saint Kitts i Nevis",KP:"Korea Północna",KR:"Korea Południowa",KW:"Kuwejt",KY:"Kajmany",KZ:"Kazachstan",LA:"Laos",LB:"Liban",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Litwa",LU:"Luksemburg",LV:"Łotwa",LY:"Libia",MA:"Maroko",MC:"Monako",MD:"Mołdawia",ME:"Czarnogóra",MF:"Saint-Martin",MG:"Madagaskar",MH:"Wyspy Marshalla",MK:"Macedonia Północna","MK-alt-variant":"MK",ML:"Mali",MM:"Mjanma (Birma)",MN:"Mongolia",MO:"Makau","MO-alt-short":"Makau",MP:"Mariany Północne",MQ:"Martynika",MR:"Mauretania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Malediwy",MW:"Malawi",MX:"Meksyk",MY:"Malezja",MZ:"Mozambik",NA:"Namibia",NC:"Nowa Kaledonia",NE:"Niger",NF:"Norfolk",NG:"Nigeria",NI:"Nikaragua",NL:"Holandia",NO:"Norwegia",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nowa Zelandia",OM:"Oman",PA:"Panama",PE:"Peru",PF:"Polinezja Francuska",PG:"Papua-Nowa Gwinea",PH:"Filipiny",PK:"Pakistan",PL:"Polska",PM:"Saint-Pierre i Miquelon",PN:"Pitcairn",PR:"Portoryko",PS:"Terytoria Palestyńskie","PS-alt-short":"Palestyna",PT:"Portugalia",PW:"Palau",PY:"Paragwaj",QA:"Katar",QO:"Oceania — wyspy dalekie",RE:"Reunion",RO:"Rumunia",RS:"Serbia",RU:"Rosja",RW:"Rwanda",SA:"Arabia Saudyjska",SB:"Wyspy Salomona",SC:"Seszele",SD:"Sudan",SE:"Szwecja",SG:"Singapur",SH:"Wyspa Świętej Heleny",SI:"Słowenia",SJ:"Svalbard i Jan Mayen",SK:"Słowacja",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Surinam",SS:"Sudan Południowy",ST:"Wyspy Świętego Tomasza i Książęca",SV:"Salwador",SX:"Sint Maarten",SY:"Syria",SZ:"Eswatini","SZ-alt-variant":"Suazi",TA:"Tristan da Cunha",TC:"Turks i Caicos",TD:"Czad",TF:"Francuskie Terytoria Południowe i Antarktyczne",TG:"Togo",TH:"Tajlandia",TJ:"Tadżykistan",TK:"Tokelau",TL:"Timor Wschodni","TL-alt-variant":"Timor-Leste",TM:"Turkmenistan",TN:"Tunezja",TO:"Tonga",TR:"Turcja",TT:"Trynidad i Tobago",TV:"Tuvalu",TW:"Tajwan",TZ:"Tanzania",UA:"Ukraina",UG:"Uganda",UM:"Dalekie Wyspy Mniejsze Stanów Zjednoczonych",UN:"Organizacja Narodów Zjednoczonych","UN-alt-short":"ONZ",US:"Stany Zjednoczone","US-alt-short":"USA",UY:"Urugwaj",UZ:"Uzbekistan",VA:"Watykan",VC:"Saint Vincent i Grenadyny",VE:"Wenezuela",VG:"Brytyjskie Wyspy Dziewicze",VI:"Wyspy Dziewicze Stanów Zjednoczonych",VN:"Wietnam",VU:"Vanuatu",WF:"Wallis i Futuna",WS:"Samoa",XA:"Pseudoakcenty",XB:"Pseudodwukierunkowe",XK:"Kosowo",YE:"Jemen",YT:"Majotta",ZA:"Republika Południowej Afryki",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"Nieznany region"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd.MM.y"},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",GyMMMM:"LLLL y G",GyMMMMd:"d MMMM y G",GyMMMMEd:"E, d MMMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"d.MM",MEd:"E, d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",MMMMEd:"E, d MMMM",ms:"mm:ss",y:"y",yM:"MM.y",yMd:"d.MM.y",yMEd:"E, d.MM.y",yMMM:"LLL y",yMMMd:"d MMM y",yMMMEd:"E, d MMM y",yMMMM:"LLLL y",yMMMMd:"d MMMM y",yMMMMEd:"E, d MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"MMMM, 'tydz'. W",yw:"Y, 'tydz'. w"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}–{1}",Bh:{B:"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:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM–E, dd.MM",M:"E, dd.MM–E, dd.MM"},MMM:{M:"LLL–LLL"},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"},MMMMd:{d:"d–d MMMM",M:"d MMMM – d MMMM"},MMMMEd:{d:"E, d MMMM – E, d MMMM",M:"E, d MMMM – E, d MMMM"},y:{y:"y–y"},yM:{M:"MM.y–MM.y",y:"MM.y–MM.y"},yMd:{d:"dd–dd.MM.y",M:"dd.MM–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:"LLL–LLL y",y:"LLL y–LLL y"},yMMMd:{d:"d–d MMM y",M:"d MMM–d MMM y",y:"d MMM y–d MMM y"},yMMMEd:{d:"E, d–E, d MMM y",M:"E, d MMM y–E, d MMM y",y:"E, d MMM y–E, d MMM y"},yMMMM:{M:"LLLL–LLLL y",y:"LLLL y–LLLL y"},yMMMMd:{d:"d–d MMMM y",M:"d MMMM – d MMMM y",y:"d MMMM y – d MMMM y"},yMMMMEd:{d:"E, d – E, d MMMM y",M:"E, d MMMM – E, d MMMM y",y:"E, d MMMM y – E, d MMMM y"}}},months:{format:{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["s","l","m","k","m","c","l","s","w","p","l","g"],wide:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]},"stand-alone":{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["S","L","M","K","M","C","L","S","W","P","L","G"],wide:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]}},days:{format:{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["n","p","w","ś","c","p","s"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},"stand-alone":{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["N","P","W","Ś","C","P","S"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]}},quarters:{format:{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]},"stand-alone":{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]}},"era-wide":{0:"przed naszą erą",1:"naszej ery"},"era-abbreviated":{0:"p.n.e.",1:"n.e."},"era-narrow":{0:"p.n.e.",1:"n.e."}},"ca-islamic":{dateFormats:{full:"EEEE, d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd.MM.y G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"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:"LLL 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.MM",MEd:"E, d.MM",MMdd:"d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM.y G",yyyyMd:"d.MM.y G",yyyyMEd:"E, d.MM.y G",yyyyMM:"MM.y G",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 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:"MM.y GGGGG – MM.y GGGGG",M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},GyMd:{d:"dd.MM.y – dd.MM.y GGGGG",G:"dd.MM.y GGGGG – dd.MM.y GGGGG",M:"dd.MM.y – dd.MM.y GGGGG",y:"dd.MM.y – dd.MM.y GGGGG"},GyMEd:{d:"E, dd.MM.y – E, dd.MM.y GGGGG",G:"E, dd.MM.y GGGGG – E, dd.MM.y GGGGG",M:"E, dd.MM.y – E, dd.MM.y GGGGG",y:"E, dd.MM.y – E, dd.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"LLL–LLL"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},yMd:{d:"dd–dd.MM.y GGGGG",M:"dd.MM–dd.MM.y GGGGG",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 GGGGG"},yMMM:{M:"LLL–LLL y G",y:"LLL y – LLL 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 – 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:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Dżu. I","Dżu. II","Ra.","Sza.","Ram.","Szaw.","Zu al-k.","Zu al-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Dżumada I","Dżumada II","Radżab","Szaban","Ramadan","Szawwal","Zu al-kada","Zu al-hidżdża"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Dżu. I","Dżu. II","Ra.","Sza.","Ram.","Szaw.","Zu al-k.","Zu al-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Dżumada I","Dżumada II","Radżab","Szaban","Ramadan","Szawwal","Zu al-kada","Zu al-hidżdża"]}},days:{format:{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["n","p","w","ś","c","p","s"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},"stand-alone":{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["N","P","W","Ś","C","P","S"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]}},quarters:{format:{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]},"stand-alone":{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["a","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:"d MMMM y G",medium:"d MMM y G",short:"dd.MM.y G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"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:"LLL 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.MM",MEd:"E, d.MM",MMdd:"d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM.y G",yyyyMd:"d.MM.y G",yyyyMEd:"E, d.MM.y G",yyyyMM:"MM.y G",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 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:"MM.y GGGGG – MM.y GGGGG",M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},GyMd:{d:"dd.MM.y – dd.MM.y GGGGG",G:"dd.MM.y GGGGG – dd.MM.y GGGGG",M:"dd.MM.y – dd.MM.y GGGGG",y:"dd.MM.y – dd.MM.y GGGGG"},GyMEd:{d:"E, dd.MM.y – E, dd.MM.y GGGGG",G:"E, dd.MM.y GGGGG – E, dd.MM.y GGGGG",M:"E, dd.MM.y – E, dd.MM.y GGGGG",y:"E, dd.MM.y – E, dd.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"LLL–LLL"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG",G:"MM.y GGGGG – MM.y GGGGG"},yMd:{d:"dd–dd.MM.y GGGGG",M:"dd.MM–dd.MM.y GGGGG",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 GGGGG",G:"E, dd.MM.y GGGGG – E, dd.MM.y GGGGG"},yMMM:{M:"LLL–LLL y G",y:"LLL y – LLL y G",G:"LLL y G – LLL 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 – 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:"LLLL–LLLL y G",y:"LLLL y – LLLL y G",G:"LLLL y G – LLLL y G"}}},months:{format:{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["s","l","m","k","m","c","l","s","w","p","l","g"],wide:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]},"stand-alone":{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["S","L","M","K","M","C","L","S","W","P","L","G"],wide:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]}},days:{format:{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["n","p","w","ś","c","p","s"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},"stand-alone":{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["N","P","W","Ś","C","P","S"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]}},quarters:{format:{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]},"stand-alone":{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["a","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:"d MMMM y G",medium:"d MMM y G",short:"dd.MM.y G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"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:"LLL 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.MM",MEd:"E, d.MM",MMdd:"d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM.y G",yyyyMd:"d.MM.y G",yyyyMEd:"E, d.MM.y G",yyyyMM:"MM.y G",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 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:"MM.y GGGGG – MM.y GGGGG",M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},GyMd:{d:"dd.MM.y – dd.MM.y GGGGG",G:"dd.MM.y GGGGG – dd.MM.y GGGGG",M:"dd.MM.y – dd.MM.y GGGGG",y:"dd.MM.y – dd.MM.y GGGGG"},GyMEd:{d:"E, dd.MM.y – E, dd.MM.y GGGGG",G:"E, dd.MM.y GGGGG – E, dd.MM.y GGGGG",M:"E, dd.MM.y – E, dd.MM.y GGGGG",y:"E, dd.MM.y – E, dd.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"LLL–LLL"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},yMd:{d:"dd–dd.MM.y GGGGG",M:"dd.MM–dd.MM.y GGGGG",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 GGGGG"},yMMM:{M:"LLL–LLL y G",y:"LLL y – LLL 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 – 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:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["Farwardin","Ordibeheszt","Chordād","Tir","Mordād","Szahriwar","Mehr","Ābān","Āsar","Déi","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farwardin","Ordibeheszt","Chordād","Tir","Mordād","Szahriwar","Mehr","Ābān","Āsar","Déi","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farwardin","Ordibeheszt","Chordād","Tir","Mordād","Szahriwar","Mehr","Ābān","Āsar","Déi","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farwardin","Ordibeheszt","Chordād","Tir","Mordād","Szahriwar","Mehr","Ābān","Āsar","Déi","Bahman","Esfand"]}},days:{format:{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["n","p","w","ś","c","p","s"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},"stand-alone":{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["N","P","W","Ś","C","P","S"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]}},quarters:{format:{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]},"stand-alone":{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["a","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:"d MMMM y G",medium:"d MMM y G",short:"dd.MM.y G"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1}, {0}",long:"{1}, {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"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:"LLL 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.MM",MEd:"E, d.MM",MMdd:"d.MM",MMM:"LLL",MMMd:"d MMM",MMMEd:"E, d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM.y G",yyyyMd:"d.MM.y G",yyyyMEd:"E, d.MM.y G",yyyyMM:"MM.y G",yyyyMMM:"LLL y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E, d MMM y G",yyyyMMMM:"LLLL 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:"MM.y GGGGG – MM.y GGGGG",M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},GyMd:{d:"dd.MM.y – dd.MM.y GGGGG",G:"dd.MM.y GGGGG – dd.MM.y GGGGG",M:"dd.MM.y – dd.MM.y GGGGG",y:"dd.MM.y – dd.MM.y GGGGG"},GyMEd:{d:"E, dd.MM.y – E, dd.MM.y GGGGG",G:"E, dd.MM.y GGGGG – E, dd.MM.y GGGGG",M:"E, dd.MM.y – E, dd.MM.y GGGGG",y:"E, dd.MM.y – E, dd.MM.y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E, d MMM – E, d MMM y G",G:"E, d MMM y G – E, d MMM y G",M:"E, d MMM – E, d MMM y G",y:"E, d MMM y – E, d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"MM–MM"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E, dd.MM – E, dd.MM",M:"E, dd.MM – E, dd.MM"},MMM:{M:"LLL–LLL"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E, d MMM – E, d MMM",M:"E, d MMM – E, d MMM"},y:{y:"y–y G"},yM:{M:"MM.y – MM.y GGGGG",y:"MM.y – MM.y GGGGG"},yMd:{d:"dd–dd.MM.y GGGGG",M:"dd.MM–dd.MM.y GGGGG",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 GGGGG"},yMMM:{M:"LLL–LLL y G",y:"LLL y – LLL 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 – 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:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["s","l","m","k","m","c","l","s","w","p","l","g"],wide:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]},"stand-alone":{abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],narrow:["S","L","M","K","M","C","L","S","W","P","L","G"],wide:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]}},days:{format:{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["n","p","w","ś","c","p","s"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},"stand-alone":{abbreviated:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],narrow:["N","P","W","Ś","C","P","S"],short:["nie","pon","wto","śro","czw","pią","sob"],wide:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]}},quarters:{format:{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]},"stand-alone":{abbreviated:["I kw.","II kw.","III kw.","IV kw."],narrow:["1","2","3","4"],wide:["I kwartał","II kwartał","III kwartał","IV kwartał"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]}},"era-wide":{0:"e.b."},"era-abbreviated":{0:"e.b."},"era-narrow":{0:"e.b."}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"rok","relative-type--1":"w zeszłym roku","relative-type-0":"w tym roku","relative-type-1":"w przyszłym roku","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} rok","relativeTimePattern-count-few":"za {0} lata","relativeTimePattern-count-many":"za {0} lat","relativeTimePattern-count-other":"za {0} roku"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} rok temu","relativeTimePattern-count-few":"{0} lata temu","relativeTimePattern-count-many":"{0} lat temu","relativeTimePattern-count-other":"{0} roku temu"}},"year-short":{displayName:"r.","relative-type--1":"w zeszłym roku","relative-type-0":"w tym roku","relative-type-1":"w przyszłym roku","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} rok","relativeTimePattern-count-few":"za {0} lata","relativeTimePattern-count-many":"za {0} lat","relativeTimePattern-count-other":"za {0} roku"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} rok temu","relativeTimePattern-count-few":"{0} lata temu","relativeTimePattern-count-many":"{0} lat temu","relativeTimePattern-count-other":"{0} roku temu"}},"year-narrow":{displayName:"r.","relative-type--1":"w zeszłym roku","relative-type-0":"w tym roku","relative-type-1":"w przyszłym roku","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} rok","relativeTimePattern-count-few":"za {0} lata","relativeTimePattern-count-many":"za {0} lat","relativeTimePattern-count-other":"za {0} roku"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} rok temu","relativeTimePattern-count-few":"{0} lata temu","relativeTimePattern-count-many":"{0} lat temu","relativeTimePattern-count-other":"{0} roku temu"}},"quarter-wide":{displayName:"kwartał","relative-type--1":"w zeszłym kwartale","relative-type-0":"w tym kwartale","relative-type-1":"w przyszłym kwartale","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kwartał","relativeTimePattern-count-few":"za {0} kwartały","relativeTimePattern-count-many":"za {0} kwartałów","relativeTimePattern-count-other":"za {0} kwartału"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kwartał temu","relativeTimePattern-count-few":"{0} kwartały temu","relativeTimePattern-count-many":"{0} kwartałów temu","relativeTimePattern-count-other":"{0} kwartału temu"}},"quarter-short":{displayName:"kw.","relative-type--1":"w zeszłym kwartale","relative-type-0":"w tym kwartale","relative-type-1":"w przyszłym kwartale","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kw.","relativeTimePattern-count-few":"za {0} kw.","relativeTimePattern-count-many":"za {0} kw.","relativeTimePattern-count-other":"za {0} kw."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kw. temu","relativeTimePattern-count-few":"{0} kw. temu","relativeTimePattern-count-many":"{0} kw. temu","relativeTimePattern-count-other":"{0} kw. temu"}},"quarter-narrow":{displayName:"kw.","relative-type--1":"w zeszłym kwartale","relative-type-0":"w tym kwartale","relative-type-1":"w przyszłym kwartale","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} kw.","relativeTimePattern-count-few":"za {0} kw.","relativeTimePattern-count-many":"za {0} kw.","relativeTimePattern-count-other":"za {0} kw."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kw. temu","relativeTimePattern-count-few":"{0} kw. temu","relativeTimePattern-count-many":"{0} kw. temu","relativeTimePattern-count-other":"{0} kw. temu"}},"month-wide":{displayName:"miesiąc","relative-type--1":"w zeszłym miesiącu","relative-type-0":"w tym miesiącu","relative-type-1":"w przyszłym miesiącu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} miesiąc","relativeTimePattern-count-few":"za {0} miesiące","relativeTimePattern-count-many":"za {0} miesięcy","relativeTimePattern-count-other":"za {0} miesiąca"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} miesiąc temu","relativeTimePattern-count-few":"{0} miesiące temu","relativeTimePattern-count-many":"{0} miesięcy temu","relativeTimePattern-count-other":"{0} miesiąca temu"}},"month-short":{displayName:"mies.","relative-type--1":"w zeszłym miesiącu","relative-type-0":"w tym miesiącu","relative-type-1":"w przyszłym miesiącu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} mies.","relativeTimePattern-count-few":"za {0} mies.","relativeTimePattern-count-many":"za {0} mies.","relativeTimePattern-count-other":"za {0} mies."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mies. temu","relativeTimePattern-count-few":"{0} mies. temu","relativeTimePattern-count-many":"{0} mies. temu","relativeTimePattern-count-other":"{0} mies. temu"}},"month-narrow":{displayName:"mc","relative-type--1":"w zeszłym miesiącu","relative-type-0":"w tym miesiącu","relative-type-1":"w przyszłym miesiącu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} mies.","relativeTimePattern-count-few":"za {0} mies.","relativeTimePattern-count-many":"za {0} mies.","relativeTimePattern-count-other":"za {0} mies."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mies. temu","relativeTimePattern-count-few":"{0} mies. temu","relativeTimePattern-count-many":"{0} mies. temu","relativeTimePattern-count-other":"{0} mies. temu"}},"week-wide":{displayName:"tydzień","relative-type--1":"w zeszłym tygodniu","relative-type-0":"w tym tygodniu","relative-type-1":"w przyszłym tygodniu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tydzień","relativeTimePattern-count-few":"za {0} tygodnie","relativeTimePattern-count-many":"za {0} tygodni","relativeTimePattern-count-other":"za {0} tygodnia"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} tydzień temu","relativeTimePattern-count-few":"{0} tygodnie temu","relativeTimePattern-count-many":"{0} tygodni temu","relativeTimePattern-count-other":"{0} tygodnia temu"},relativePeriod:"tydzień {0}"},"week-short":{displayName:"tydz.","relative-type--1":"w zeszłym tygodniu","relative-type-0":"w tym tygodniu","relative-type-1":"w przyszłym tygodniu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tydz.","relativeTimePattern-count-few":"za {0} tyg.","relativeTimePattern-count-many":"za {0} tyg.","relativeTimePattern-count-other":"za {0} tyg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} tydz. temu","relativeTimePattern-count-few":"{0} tyg. temu","relativeTimePattern-count-many":"{0} tyg. temu","relativeTimePattern-count-other":"{0} tyg. temu"},relativePeriod:"tydzień {0}"},"week-narrow":{displayName:"tydz.","relative-type--1":"w zeszłym tygodniu","relative-type-0":"w tym tygodniu","relative-type-1":"w przyszłym tygodniu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} tydz.","relativeTimePattern-count-few":"za {0} tyg.","relativeTimePattern-count-many":"za {0} tyg.","relativeTimePattern-count-other":"za {0} tyg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} tydz. temu","relativeTimePattern-count-few":"{0} tyg. temu","relativeTimePattern-count-many":"{0} tyg. temu","relativeTimePattern-count-other":"{0} tyg. temu"},relativePeriod:"tydzień {0}"},"day-wide":{displayName:"dzień","relative-type--2":"przedwczoraj","relative-type--1":"wczoraj","relative-type-0":"dzisiaj","relative-type-1":"jutro","relative-type-2":"pojutrze","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} dzień","relativeTimePattern-count-few":"za {0} dni","relativeTimePattern-count-many":"za {0} dni","relativeTimePattern-count-other":"za {0} dnia"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dzień temu","relativeTimePattern-count-few":"{0} dni temu","relativeTimePattern-count-many":"{0} dni temu","relativeTimePattern-count-other":"{0} dnia temu"}},"day-short":{displayName:"dzień","relative-type--2":"przedwczoraj","relative-type--1":"wczoraj","relative-type-0":"dzisiaj","relative-type-1":"jutro","relative-type-2":"pojutrze","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} dzień","relativeTimePattern-count-few":"za {0} dni","relativeTimePattern-count-many":"za {0} dni","relativeTimePattern-count-other":"za {0} dnia"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dzień temu","relativeTimePattern-count-few":"{0} dni temu","relativeTimePattern-count-many":"{0} dni temu","relativeTimePattern-count-other":"{0} dnia temu"}},"day-narrow":{displayName:"dzień","relative-type--2":"przedwczoraj","relative-type--1":"wczoraj","relative-type-0":"dzisiaj","relative-type-1":"jutro","relative-type-2":"pojutrze","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} dzień","relativeTimePattern-count-few":"za {0} dni","relativeTimePattern-count-many":"za {0} dni","relativeTimePattern-count-other":"za {0} dnia"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dzień temu","relativeTimePattern-count-few":"{0} dni temu","relativeTimePattern-count-many":"{0} dni temu","relativeTimePattern-count-other":"{0} dnia temu"}},weekday:{displayName:"dzień tygodnia"},"hour-wide":{displayName:"godzina","relative-type-0":"ta godzina","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} godzinę","relativeTimePattern-count-few":"za {0} godziny","relativeTimePattern-count-many":"za {0} godzin","relativeTimePattern-count-other":"za {0} godziny"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} godzinę temu","relativeTimePattern-count-few":"{0} godziny temu","relativeTimePattern-count-many":"{0} godzin temu","relativeTimePattern-count-other":"{0} godziny temu"}},"hour-short":{displayName:"godz.","relative-type-0":"ta godzina","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} godz.","relativeTimePattern-count-few":"za {0} godz.","relativeTimePattern-count-many":"za {0} godz.","relativeTimePattern-count-other":"za {0} godz."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} godz. temu","relativeTimePattern-count-few":"{0} godz. temu","relativeTimePattern-count-many":"{0} godz. temu","relativeTimePattern-count-other":"{0} godz. temu"}},"hour-narrow":{displayName:"g.","relative-type-0":"ta godzina","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} g.","relativeTimePattern-count-few":"za {0} g.","relativeTimePattern-count-many":"za {0} g.","relativeTimePattern-count-other":"za {0} g."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} g. temu","relativeTimePattern-count-few":"{0} g. temu","relativeTimePattern-count-many":"{0} g. temu","relativeTimePattern-count-other":"{0} g. temu"}},"minute-wide":{displayName:"minuta","relative-type-0":"ta minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} minutę","relativeTimePattern-count-few":"za {0} minuty","relativeTimePattern-count-many":"za {0} minut","relativeTimePattern-count-other":"za {0} minuty"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} minutę temu","relativeTimePattern-count-few":"{0} minuty temu","relativeTimePattern-count-many":"{0} minut temu","relativeTimePattern-count-other":"{0} minuty temu"}},"minute-short":{displayName:"min","relative-type-0":"ta minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} min","relativeTimePattern-count-few":"za {0} min","relativeTimePattern-count-many":"za {0} min","relativeTimePattern-count-other":"za {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min temu","relativeTimePattern-count-few":"{0} min temu","relativeTimePattern-count-many":"{0} min temu","relativeTimePattern-count-other":"{0} min temu"}},"minute-narrow":{displayName:"min","relative-type-0":"ta minuta","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} min","relativeTimePattern-count-few":"za {0} min","relativeTimePattern-count-many":"za {0} min","relativeTimePattern-count-other":"za {0} min"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min temu","relativeTimePattern-count-few":"{0} min temu","relativeTimePattern-count-many":"{0} min temu","relativeTimePattern-count-other":"{0} min temu"}},"second-wide":{displayName:"sekunda","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} sekundę","relativeTimePattern-count-few":"za {0} sekundy","relativeTimePattern-count-many":"za {0} sekund","relativeTimePattern-count-other":"za {0} sekundy"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sekundę temu","relativeTimePattern-count-few":"{0} sekundy temu","relativeTimePattern-count-many":"{0} sekund temu","relativeTimePattern-count-other":"{0} sekundy temu"}},"second-short":{displayName:"sek.","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} sek.","relativeTimePattern-count-few":"za {0} sek.","relativeTimePattern-count-many":"za {0} sek.","relativeTimePattern-count-other":"za {0} sek."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sek. temu","relativeTimePattern-count-few":"{0} sek. temu","relativeTimePattern-count-many":"{0} sek. temu","relativeTimePattern-count-other":"{0} sek. temu"}},"second-narrow":{displayName:"s","relative-type-0":"teraz","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} s","relativeTimePattern-count-few":"za {0} s","relativeTimePattern-count-many":"za {0} s","relativeTimePattern-count-other":"za {0} s"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} s temu","relativeTimePattern-count-few":"{0} s temu","relativeTimePattern-count-many":"{0} s temu","relativeTimePattern-count-other":"{0} s temu"}},zone:{displayName:"strefa czasowa"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 tysiąc","1000-few":"0 tysiące","1000-many":"0 tysięcy","1000-other":"0 tysiąca","10000-one":"00 tysiąc","10000-few":"00 tysiące","10000-many":"00 tysięcy","10000-other":"00 tysiąca","100000-one":"000 tysiąc","100000-few":"000 tysiące","100000-many":"000 tysięcy","100000-other":"000 tysiąca","1000000-one":"0 milion","1000000-few":"0 miliony","1000000-many":"0 milionów","1000000-other":"0 miliona","10000000-one":"00 milion","10000000-few":"00 miliony","10000000-many":"00 milionów","10000000-other":"00 miliona","100000000-one":"000 milion","100000000-few":"000 miliony","100000000-many":"000 milionów","100000000-other":"000 miliona","1000000000-one":"0 miliard","1000000000-few":"0 miliardy","1000000000-many":"0 miliardów","1000000000-other":"0 miliarda","10000000000-one":"00 miliard","10000000000-few":"00 miliardy","10000000000-many":"00 miliardów","10000000000-other":"00 miliarda","100000000000-one":"000 miliard","100000000000-few":"000 miliardy","100000000000-many":"000 miliardów","100000000000-other":"000 miliarda","1000000000000-one":"0 bilion","1000000000000-few":"0 biliony","1000000000000-many":"0 bilionów","1000000000000-other":"0 biliona","10000000000000-one":"00 bilion","10000000000000-few":"00 biliony","10000000000000-many":"00 bilionów","10000000000000-other":"00 biliona","100000000000000-one":"000 bilion","100000000000000-few":"000 biliony","100000000000000-many":"000 bilionów","100000000000000-other":"000 biliona"},"decimalFormat-short":{"1000-one":"0 tys'.'","1000-few":"0 tys'.'","1000-many":"0 tys'.'","1000-other":"0 tys'.'","10000-one":"00 tys'.'","10000-few":"00 tys'.'","10000-many":"00 tys'.'","10000-other":"00 tys'.'","100000-one":"000 tys'.'","100000-few":"000 tys'.'","100000-many":"000 tys'.'","100000-other":"000 tys'.'","1000000-one":"0 mln","1000000-few":"0 mln","1000000-many":"0 mln","1000000-other":"0 mln","10000000-one":"00 mln","10000000-few":"00 mln","10000000-many":"00 mln","10000000-other":"00 mln","100000000-one":"000 mln","100000000-few":"000 mln","100000000-many":"000 mln","100000000-other":"000 mln","1000000000-one":"0 mld","1000000000-few":"0 mld","1000000000-many":"0 mld","1000000000-other":"0 mld","10000000000-one":"00 mld","10000000000-few":"00 mld","10000000000-many":"00 mld","10000000000-other":"00 mld","100000000000-one":"000 mld","100000000000-few":"000 mld","100000000000-many":"000 mld","100000000000-other":"000 mld","1000000000000-one":"0 bln","1000000000000-few":"0 bln","1000000000000-many":"0 bln","1000000000000-other":"0 bln","10000000000000-one":"00 bln","10000000000000-few":"00 bln","10000000000000-many":"00 bln","10000000000000-other":"00 bln","100000000000000-one":"000 bln","100000000000000-few":"000 bln","100000000000000-many":"000 bln","100000000000000-other":"000 bln"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤;(#,##0.00 ¤)",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}–{1}"},"currencyFormat-short":{"1000-one":"0 tys'.' ¤","1000-few":"0 tys'.' ¤","1000-many":"0 tys'.' ¤","1000-other":"0 tys'.' ¤","10000-one":"00 tys'.' ¤","10000-few":"00 tys'.' ¤","10000-many":"00 tys'.' ¤","10000-other":"00 tys'.' ¤","100000-one":"000 tys'.' ¤","100000-few":"000 tys'.' ¤","100000-many":"000 tys'.' ¤","100000-other":"000 tys'.' ¤","1000000-one":"0 mln ¤","1000000-few":"0 mln ¤","1000000-many":"0 mln ¤","1000000-other":"0 mln ¤","10000000-one":"00 mln ¤","10000000-few":"00 mln ¤","10000000-many":"00 mln ¤","10000000-other":"00 mln ¤","100000000-one":"000 mln ¤","100000000-few":"000 mln ¤","100000000-many":"000 mln ¤","100000000-other":"000 mln ¤","1000000000-one":"0 mld ¤","1000000000-few":"0 mld ¤","1000000000-many":"0 mld ¤","1000000000-other":"0 mld ¤","10000000000-one":"00 mld ¤","10000000000-few":"00 mld ¤","10000000000-many":"00 mld ¤","10000000000-other":"00 mld ¤","100000000000-one":"000 mld ¤","100000000000-few":"000 mld ¤","100000000000-many":"000 mld ¤","100000000000-other":"000 mld ¤","1000000000000-one":"0 bln ¤","1000000000000-few":"0 bln ¤","1000000000000-many":"0 bln ¤","1000000000000-other":"0 bln ¤","10000000000000-one":"00 bln ¤","10000000000000-few":"00 bln ¤","10000000000000-many":"00 bln ¤","10000000000000-other":"00 bln ¤","100000000000000-one":"000 bln ¤","100000000000000-few":"000 bln ¤","100000000000000-many":"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:{BRL:"R$",EUR:"€",PLN:"zł",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF",XXX:"¤"},rtl:!1,"listPattern-standard-wide":{2:"{0} i {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} i {1}"},"listPattern-or-wide":{2:"{0} lub {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} lub {1}"},"listPattern-or-short":{2:"{0} lub {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} lub {1}"},"listPattern-standard-short":{2:"{0} i {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} i {1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"obr.","unitPattern-count-one":"{0} obr.","unitPattern-count-few":"{0} obr.","unitPattern-count-many":"{0} obr.","unitPattern-count-other":"{0} obr."},"angle-radian":{displayName:"rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"stopnie","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"minuty","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"sekundy","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"akry","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunamy","unitPattern-count-one":"{0} dunam","unitPattern-count-few":"{0} dunamy","unitPattern-count-many":"{0} dunamów","unitPattern-count-other":"{0} dunama"},"concentr-karat":{displayName:"karaty","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-few":"{0} mg/dl","unitPattern-count-many":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"milimole/litr","unitPattern-count-one":"{0} mmol/l","unitPattern-count-few":"{0} mmol/l","unitPattern-count-many":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-part-per-million":{displayName:"części/milion","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"procent","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"promil","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"punkt bazowy","unitPattern-count-one":"{0}‱","unitPattern-count-few":"{0}‱","unitPattern-count-many":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-few":"{0} mole","unitPattern-count-many":"{0} moli","unitPattern-count-other":"{0} mola"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-few":"{0} l/km","unitPattern-count-many":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100kilometers":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-few":"{0} l/100 km","unitPattern-count-many":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-few":"{0} mpg","unitPattern-count-many":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mile/gal ang.","unitPattern-count-one":"{0} mi/gal ang.","unitPattern-count-few":"{0} mi/gal ang.","unitPattern-count-many":"{0} mi/gal ang.","unitPattern-count-other":"{0} mi/gal ang."},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"bajty","unitPattern-count-one":"{0} B","unitPattern-count-few":"{0} B","unitPattern-count-many":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"bity","unitPattern-count-one":"{0} b","unitPattern-count-few":"{0} b","unitPattern-count-many":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"w.","unitPattern-count-one":"{0} w.","unitPattern-count-few":"{0} w.","unitPattern-count-many":"{0} w.","unitPattern-count-other":"{0} w."},"duration-year":{displayName:"lata","unitPattern-count-one":"{0} rok","unitPattern-count-few":"{0} lata","unitPattern-count-many":"{0} lat","unitPattern-count-other":"{0} roku",perUnitPattern:"{0}/rok"},"duration-month":{displayName:"miesiące","unitPattern-count-one":"{0} mies.","unitPattern-count-few":"{0} mies.","unitPattern-count-many":"{0} mies.","unitPattern-count-other":"{0} mies.",perUnitPattern:"{0}/mies."},"duration-week":{displayName:"tygodnie","unitPattern-count-one":"{0} tydz.","unitPattern-count-few":"{0} tyg.","unitPattern-count-many":"{0} tyg.","unitPattern-count-other":"{0} tyg.",perUnitPattern:"{0}/tydz."},"duration-day":{displayName:"dni","unitPattern-count-one":"{0} dzień","unitPattern-count-few":"{0} dni","unitPattern-count-many":"{0} dni","unitPattern-count-other":"{0} dnia",perUnitPattern:"{0}/dzień"},"duration-hour":{displayName:"godziny","unitPattern-count-one":"{0} godz.","unitPattern-count-few":"{0} godz.","unitPattern-count-many":"{0} godz.","unitPattern-count-other":"{0} godz.",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"minuty","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"sekundy","unitPattern-count-one":"{0} sek.","unitPattern-count-few":"{0} sek.","unitPattern-count-many":"{0} sek.","unitPattern-count-other":"{0} sek.",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"milisekundy","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"ampery","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"omy","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"wolty","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"elektronowolt","unitPattern-count-one":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-many":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} Btu","unitPattern-count-few":"{0} Btu","unitPattern-count-many":"{0} Btu","unitPattern-count-other":"{0} Btu"},"force-pound-force":{displayName:"funt-siła","unitPattern-count-one":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-many":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"niuton","unitPattern-count-one":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-many":"{0} N","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:"metry","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"centymetry","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mile","unitPattern-count-one":"{0} mila","unitPattern-count-few":"{0} mile","unitPattern-count-many":"{0} mil","unitPattern-count-other":"{0} mili"},"length-yard":{displayName:"yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"stopy","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"cale","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cale","unitPattern-count-many":"{0} cali","unitPattern-count-other":"{0} cala",perUnitPattern:"{0}/cal"},"length-parsec":{displayName:"pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"lata świetlne","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"j.a.","unitPattern-count-one":"{0} j.a.","unitPattern-count-few":"{0} j.a.","unitPattern-count-many":"{0} j.a.","unitPattern-count-other":"{0} j.a."},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"Mm","unitPattern-count-one":"{0} Mm","unitPattern-count-few":"{0} Mm","unitPattern-count-many":"{0} Mm","unitPattern-count-other":"{0} Mm"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"punkty","unitPattern-count-one":"{0} pkt.","unitPattern-count-few":"{0} pkt.","unitPattern-count-many":"{0} pkt.","unitPattern-count-other":"{0} pkt."},"length-solar-radius":{displayName:"promienie Słońca","unitPattern-count-one":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-many":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"jasność Słońca","unitPattern-count-one":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-many":"{0} L☉","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:"g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"funty","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"karaty","unitPattern-count-one":"{0} kt","unitPattern-count-few":"{0} kt","unitPattern-count-many":"{0} kt","unitPattern-count-other":"{0} kt"},"mass-dalton":{displayName:"daltony","unitPattern-count-one":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-many":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"masa Ziemi","unitPattern-count-one":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-many":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"masa Słońca","unitPattern-count-one":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-many":"{0} M☉","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:"waty","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"KM","unitPattern-count-one":"{0} KM","unitPattern-count-few":"{0} KM","unitPattern-count-many":"{0} KM","unitPattern-count-other":"{0} KM"},"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:"inHg","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-one":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-many":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-many":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"w.","unitPattern-count-one":"{0} w.","unitPattern-count-few":"{0} w.","unitPattern-count-many":"{0} w.","unitPattern-count-other":"{0} w."},"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-one":"{0} lbf⋅ft","unitPattern-count-few":"{0} lbf⋅ft","unitPattern-count-many":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-one":"{0} N⋅m","unitPattern-count-few":"{0} N⋅m","unitPattern-count-many":"{0} N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-many":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-few":"{0} hl","unitPattern-count-many":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"litry","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-few":"{0} dl","unitPattern-count-many":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-few":"{0} cl","unitPattern-count-many":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-many":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-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-one":"{0} gal","unitPattern-count-few":"{0} gal","unitPattern-count-many":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal ang.","unitPattern-count-one":"{0} gal ang.","unitPattern-count-few":"{0} gal ang.","unitPattern-count-many":"{0} gal ang.","unitPattern-count-other":"{0} gal ang.",perUnitPattern:"{0}/gal ang."},"volume-quart":{displayName:"qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"półkwarty","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"ćwierćkwarty","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-few":"{0} fl oz","unitPattern-count-many":"{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-few":"{0} fl oz imp.","unitPattern-count-many":"{0} fl oz imp.","unitPattern-count-other":"{0} fl oz imp."},"volume-tablespoon":{displayName:"ł. stoł.","unitPattern-count-one":"{0} ł. stoł.","unitPattern-count-few":"{0} ł. stoł.","unitPattern-count-many":"{0} ł. stoł.","unitPattern-count-other":"{0} ł. stoł."},"volume-teaspoon":{displayName:"łyżeczki","unitPattern-count-one":"{0} łyżeczka","unitPattern-count-few":"{0} łyżeczki","unitPattern-count-many":"{0} łyżeczek","unitPattern-count-other":"{0} łyżeczki"},"volume-barrel":{displayName:"baryłki","unitPattern-count-one":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-many":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"kierunek",east:"{0}E",north:"{0}N",south:"{0}S",west:"{0}W"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tys'.' ¤","1000-few":"0 tys'.' ¤","1000-many":"0 tys'.' ¤","1000-other":"0 tys'.' ¤","10000-one":"00 tys'.' ¤","10000-few":"00 tys'.' ¤","10000-many":"00 tys'.' ¤","10000-other":"00 tys'.' ¤","100000-one":"000 tys'.' ¤","100000-few":"000 tys'.' ¤","100000-many":"000 tys'.' ¤","100000-other":"000 tys'.' ¤","1000000-one":"0 mln ¤","1000000-few":"0 mln ¤","1000000-many":"0 mln ¤","1000000-other":"0 mln ¤","10000000-one":"00 mln ¤","10000000-few":"00 mln ¤","10000000-many":"00 mln ¤","10000000-other":"00 mln ¤","100000000-one":"000 mln ¤","100000000-few":"000 mln ¤","100000000-many":"000 mln ¤","100000000-other":"000 mln ¤","1000000000-one":"0 mld ¤","1000000000-few":"0 mld ¤","1000000000-many":"0 mld ¤","1000000000-other":"0 mld ¤","10000000000-one":"00 mld ¤","10000000000-few":"00 mld ¤","10000000000-many":"00 mld ¤","10000000000-other":"00 mld ¤","100000000000-one":"000 mld ¤","100000000000-few":"000 mld ¤","100000000000-many":"000 mld ¤","100000000000-other":"000 mld ¤","1000000000000-one":"0 bln ¤","1000000000000-few":"0 bln ¤","1000000000000-many":"0 bln ¤","1000000000000-other":"0 bln ¤","10000000000000-one":"00 bln ¤","10000000000000-few":"00 bln ¤","10000000000000-many":"00 bln ¤","10000000000000-other":"00 bln ¤","100000000000000-one":"000 bln ¤","100000000000000-few":"000 bln ¤","100000000000000-many":"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",few:"v = 0 and i % 10 = 2..4 and i % 100 != 12..14",many:"v = 0 and i != 1 and i % 10 = 0..1 or v = 0 and i % 10 = 5..9 or v = 0 and i % 100 = 12..14"},"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H 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=pl-e69ff58a.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pl-e69ff58a.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:"abcázio",ace:"achém",ach:"acoli",ada:"adangme",ady:"adigue",ae:"avéstico",af:"africâner",afh:"afrihili",agq:"aghem",ain:"ainu",ak:"akan",akk:"acadiano",ale:"aleúte",alt:"altai meridional",am:"amárico",an:"aragonês",ang:"inglês arcaico",anp:"angika",ar:"árabe",ar_001:"árabe moderno",arc:"aramaico",arn:"mapudungun",arp:"arapaho",ars:"árabe négede",arw:"arauaqui",as:"assamês",asa:"asu",ast:"asturiano",av:"avárico",awa:"awadhi",ay:"aimará",az:"azerbaijano","az_alt-short":"azeri",az_Arab:"azeri sul",ba:"bashkir",bal:"balúchi",ban:"balinês",bas:"basa",bax:"bamum",bbj:"ghomala’",be:"bielorrusso",bej:"beja",bem:"bemba",bez:"bena",bfd:"bafut",bg:"búlgaro",bgn:"balúchi ocidental",bho:"bhojpuri",bi:"bislamá",bik:"bikol",bin:"bini",bkm:"kom",bla:"siksika",bm:"bambara",bn:"bengali",bo:"tibetano",br:"bretão",bra:"braj",brx:"bodo",bs:"bósnio",bss:"akoose",bua:"buriato",bug:"buginês",bum:"bulu",byn:"blin",byv:"medumba",ca:"catalão",cad:"caddo",car:"caribe",cay:"cayuga",cch:"atsam",ccp:"Chakma",ce:"checheno",ceb:"cebuano",cgg:"chiga",ch:"chamorro",chb:"chibcha",chg:"chagatai",chk:"chuukese",chm:"mari",chn:"jargão Chinook",cho:"choctaw",chp:"chipewyan",chr:"cheroqui",chy:"cheiene",ckb:"curdo central",co:"corso",cop:"copta",cr:"cree",crh:"turco da Crimeia",crs:"crioulo francês seichelense",cs:"tcheco",csb:"kashubian",cu:"eslavo eclesiástico",cv:"tchuvache",cy:"galês",da:"dinamarquês",dak:"dacota",dar:"dargwa",dav:"taita",de:"alemão",de_AT:"alemão (Áustria)",de_CH:"alto alemão (Suíça)",del:"delaware",den:"slave",dgr:"dogrib",din:"dinka",dje:"zarma",doi:"dogri",dsb:"baixo sorábio",dua:"duala",dum:"holandês médio",dv:"divehi",dyo:"jola-fonyi",dyu:"diúla",dz:"dzonga",dzg:"dazaga",ebu:"embu",ee:"eve",efi:"efique",egy:"egípcio arcaico",eka:"ekajuk",el:"grego",elx:"elamite",en:"inglês",en_AU:"inglês (Austrália)",en_CA:"inglês (Canadá)",en_GB:"inglês (Reino Unido)","en_GB-alt-short":"inglês (Reino Unido)",en_US:"inglês (Estados Unidos)","en_US-alt-short":"inglês (EUA)",enm:"inglês médio",eo:"esperanto",es:"espanhol",es_419:"espanhol (América Latina)",es_ES:"espanhol (Espanha)",es_MX:"espanhol (México)",et:"estoniano",eu:"basco",ewo:"ewondo",fa:"persa",fan:"fangue",fat:"fanti",ff:"fula",fi:"finlandês",fil:"filipino",fj:"fijiano",fo:"feroês",fon:"fom",fr:"francês",fr_CA:"francês (Canadá)",fr_CH:"francês (Suíça)",frc:"francês cajun",frm:"francês médio",fro:"francês arcaico",frr:"frísio setentrional",frs:"frisão oriental",fur:"friulano",fy:"frísio ocidental",ga:"irlandês",gaa:"ga",gag:"gagauz",gan:"gan",gay:"gayo",gba:"gbaia",gd:"gaélico escocês",gez:"geez",gil:"gilbertês",gl:"galego",gmh:"alto alemão médio",gn:"guarani",goh:"alemão arcaico alto",gon:"gondi",gor:"gorontalo",got:"gótico",grb:"grebo",grc:"grego arcaico",gsw:"alemão (Suíça)",gu:"guzerate",guz:"gusii",gv:"manx",gwi:"gwichʼin",ha:"hauçá",hai:"haida",hak:"hacá",haw:"havaiano",he:"hebraico",hi:"híndi",hil:"hiligaynon",hit:"hitita",hmn:"hmong",ho:"hiri motu",hr:"croata",hsb:"alto sorábio",hsn:"xiang",ht:"haitiano",hu:"húngaro",hup:"hupa",hy:"armênio",hz:"herero",ia:"interlíngua",iba:"iban",ibb:"ibibio",id:"indonésio",ie:"interlingue",ig:"igbo",ii:"sichuan yi",ik:"inupiaque",ilo:"ilocano",inh:"inguche",io:"ido",is:"islandês",it:"italiano",iu:"inuktitut",ja:"japonês",jbo:"lojban",jgo:"nguemba",jmc:"machame",jpr:"judaico-persa",jrb:"judaico-arábico",jv:"javanês",ka:"georgiano",kaa:"kara-kalpak",kab:"kabyle",kac:"kachin",kaj:"jju",kam:"kamba",kaw:"kawi",kbd:"kabardiano",kbl:"kanembu",kcg:"tyap",kde:"maconde",kea:"crioulo cabo-verdiano",kfo:"koro",kg:"congolês",kha:"khasi",kho:"khotanês",khq:"koyra chiini",ki:"quicuio",kj:"cuanhama",kk:"cazaque",kkj:"kako",kl:"groenlandês",kln:"kalenjin",km:"khmer",kmb:"quimbundo",kn:"canarim",ko:"coreano",koi:"komi-permyak",kok:"concani",kos:"kosraean",kpe:"kpelle",kr:"canúri",krc:"karachay-balkar",krl:"carélio",kru:"kurukh",ks:"caxemira",ksb:"shambala",ksf:"bafia",ksh:"kölsch",ku:"curdo",kum:"kumyk",kut:"kutenai",kv:"komi",kw:"córnico",ky:"quirguiz",la:"latim",lad:"ladino",lag:"langi",lah:"lahnda",lam:"lamba",lb:"luxemburguês",lez:"lezgui",lg:"luganda",li:"limburguês",lkt:"lacota",ln:"lingala",lo:"laosiano",lol:"mongo",lou:"crioulo da Louisiana",loz:"lozi",lrc:"luri setentrional",lt:"lituano",lu:"luba-catanga",lua:"luba-lulua",lui:"luiseno",lun:"lunda",luo:"luo",lus:"lushai",luy:"luyia",lv:"letão",mad:"madurês",maf:"mafa",mag:"magahi",mai:"maithili",mak:"makasar",man:"mandinga",mas:"massai",mde:"maba",mdf:"mocsa",mdr:"mandar",men:"mende",mer:"meru",mfe:"morisyen",mg:"malgaxe",mga:"irlandês médio",mgh:"macua",mgo:"meta’",mh:"marshalês",mi:"maori",mic:"miquemaque",min:"minangkabau",mk:"macedônio",ml:"malaiala",mn:"mongol",mnc:"manchu",mni:"manipuri",moh:"moicano",mos:"mossi",mr:"marati",ms:"malaio",mt:"maltês",mua:"mundang",mul:"múltiplos idiomas",mus:"creek",mwl:"mirandês",mwr:"marwari",my:"birmanês",mye:"myene",myv:"erzya",mzn:"mazandarani",na:"nauruano",nan:"min nan",nap:"napolitano",naq:"nama",nb:"bokmål norueguês",nd:"ndebele do norte",nds:"baixo alemão",nds_NL:"baixo saxão",ne:"nepalês",new:"newari",ng:"dongo",nia:"nias",niu:"niueano",nl:"holandês",nl_BE:"flamengo",nmg:"kwasio",nn:"nynorsk norueguês",nnh:"ngiemboon",no:"norueguês",nog:"nogai",non:"nórdico arcaico",nqo:"n’ko",nr:"ndebele do sul",nso:"soto setentrional",nus:"nuer",nv:"navajo",nwc:"newari clássico",ny:"nianja",nym:"nyamwezi",nyn:"nyankole",nyo:"nyoro",nzi:"nzima",oc:"occitânico",oj:"ojibwa",om:"oromo",or:"oriá",os:"osseto",osa:"osage",ota:"turco otomano",pa:"panjabi",pag:"pangasinã",pal:"pálavi",pam:"pampanga",pap:"papiamento",pau:"palauano",pcm:"pidgin nigeriano",peo:"persa arcaico",phn:"fenício",pi:"páli",pl:"polonês",pon:"pohnpeiano",prg:"prussiano",pro:"provençal arcaico",ps:"pashto","ps_alt-variant":"pushto",pt:"português",pt_BR:"português (Brasil)",pt_PT:"português (Portugal)",qu:"quíchua",quc:"quiché",raj:"rajastani",rap:"rapanui",rar:"rarotongano",rm:"romanche",rn:"rundi",ro:"romeno",ro_MD:"moldávio",rof:"rombo",rom:"romani",root:"raiz",ru:"russo",rup:"aromeno",rw:"quiniaruanda",rwk:"rwa",sa:"sânscrito",sad:"sandawe",sah:"sakha",sam:"aramaico samaritano",saq:"samburu",sas:"sasak",sat:"santali",sba:"ngambay",sbp:"sangu",sc:"sardo",scn:"siciliano",sco:"scots",sd:"sindi",sdh:"curdo meridional",se:"sami setentrional",see:"seneca",seh:"sena",sel:"selkup",ses:"koyraboro senni",sg:"sango",sga:"irlandês arcaico",sh:"servo-croata",shi:"tachelhit",shn:"shan",shu:"árabe chadiano",si:"cingalês",sid:"sidamo",sk:"eslovaco",sl:"esloveno",sm:"samoano",sma:"sami meridional",smj:"sami de Lule",smn:"sami de Inari",sms:"sami de Skolt",sn:"xona",snk:"soninquê",so:"somali",sog:"sogdiano",sq:"albanês",sr:"sérvio",srn:"surinamês",srr:"serere",ss:"suázi",ssy:"saho",st:"soto do sul",su:"sundanês",suk:"sukuma",sus:"susu",sux:"sumério",sv:"sueco",sw:"suaíli",sw_CD:"suaíli do Congo",swb:"comoriano",syc:"siríaco clássico",syr:"siríaco",ta:"tâmil",te:"télugo",tem:"timne",teo:"teso",ter:"tereno",tet:"tétum",tg:"tadjique",th:"tailandês",ti:"tigrínia",tig:"tigré",tiv:"tiv",tk:"turcomeno",tkl:"toquelauano",tl:"tagalo",tlh:"klingon",tli:"tlinguite",tmh:"tamaxeque",tn:"tswana",to:"tonganês",tog:"tonganês de Nyasa",tpi:"tok pisin",tr:"turco",trv:"taroko",ts:"tsonga",tsi:"tsimshiano",tt:"tártaro",tum:"tumbuka",tvl:"tuvaluano",tw:"twi",twq:"tasawaq",ty:"taitiano",tyv:"tuviniano",tzm:"tamazirte do Atlas Central",udm:"udmurte",ug:"uigur",uga:"ugarítico",uk:"ucraniano",umb:"umbundu",und:"idioma desconhecido",ur:"urdu",uz:"uzbeque",vai:"vai",ve:"venda",vi:"vietnamita",vo:"volapuque",vot:"vótico",vun:"vunjo",wa:"valão",wae:"walser",wal:"wolaytta",war:"waray",was:"washo",wbp:"warlpiri",wo:"uolofe",wuu:"wu",xal:"kalmyk",xh:"xhosa",xog:"lusoga",yao:"yao",yap:"yapese",yav:"yangben",ybb:"yemba",yi:"iídiche",yo:"iorubá",yue:"cantonês",za:"zhuang",zap:"zapoteco",zbl:"símbolos blis",zen:"zenaga",zgh:"tamazirte marroqino padrão",zh:"chinês",zh_Hans:"chinês simplificado",zh_Hant:"chinês tradicional",zu:"zulu",zun:"zunhi",zxx:"sem conteúdo linguístico",zza:"zazaki"},scripts:{Adlm:"Adlm",Aghb:"Aghb",Ahom:"Ahom",Arab:"árabe","Arab-alt-variant":"perso-árabe",Armi:"armi",Armn:"armênio",Avst:"avéstico",Bali:"balinês",Bamu:"bamum",Bass:"Bass",Batk:"bataque",Beng:"bengali",Bhks:"Bhks",Blis:"símbolos bliss",Bopo:"bopomofo",Brah:"brahmi",Brai:"braille",Bugi:"buginês",Buhd:"buhid",Cakm:"cakm",Cans:"escrita silábica unificada dos aborígenes canadenses",Cari:"cariano",Cham:"cham",Cher:"cherokee",Cirt:"cirth",Copt:"cóptico",Cprt:"cipriota",Cyrl:"cirílico",Cyrs:"cirílico eslavo eclesiástico",Deva:"devanágari",Dogr:"Dogr",Dsrt:"deseret",Dupl:"Dupl",Egyd:"demótico egípcio",Egyh:"hierático egípcio",Egyp:"hieróglifos egípcios",Elba:"Elba",Elym:"Elym",Ethi:"etiópico",Geok:"khutsuri georgiano",Geor:"georgiano",Glag:"glagolítico",Gong:"Gong",Gonm:"Gonm",Goth:"gótico",Gran:"Gran",Grek:"grego",Gujr:"guzerate",Guru:"gurmuqui",Hanb:"hanb",Hang:"hangul",Hani:"han",Hano:"hanunoo",Hans:"simplificado","Hans-alt-stand-alone":"han simplificado",Hant:"tradicional","Hant-alt-stand-alone":"han tradicional",Hatr:"Hatr",Hebr:"hebraico",Hira:"hiragana",Hluw:"Hluw",Hmng:"pahawh hmong",Hmnp:"Hmnp",Hrkt:"silabários japoneses",Hung:"húngaro antigo",Inds:"indo",Ital:"itálico antigo",Jamo:"jamo",Java:"javanês",Jpan:"japonês",Kali:"kayah li",Kana:"katakana",Khar:"kharoshthi",Khmr:"khmer",Khoj:"Khoj",Knda:"kannada",Kore:"coreano",Kthi:"kthi",Lana:"lanna",Laoo:"lao",Latf:"latim fraktur",Latg:"latim gaélico",Latn:"latim",Lepc:"lepcha",Limb:"limbu",Lina:"linear A",Linb:"linear B",Lisu:"lisu",Lyci:"lício",Lydi:"lídio",Mahj:"Mahj",Maka:"Maka",Mand:"mandaico",Mani:"maniqueano",Marc:"Marc",Maya:"hieróglifos maias",Medf:"Medf",Mend:"Mend",Merc:"meroítico cursivo",Mero:"meroítico",Mlym:"malaiala",Modi:"Modi",Mong:"mongol",Moon:"moon",Mroo:"Mroo",Mtei:"meitei mayek",Mult:"Mult",Mymr:"birmanês",Nand:"Nand",Narb:"Narb",Nbat:"Nbat",Newa:"Newa",Nkoo:"n’ko",Nshu:"Nshu",Ogam:"ogâmico",Olck:"ol chiki",Orkh:"orkhon",Orya:"oriya",Osge:"Osge",Osma:"osmania",Palm:"Palm",Pauc:"Pauc",Perm:"pérmico antigo",Phag:"phags-pa",Phli:"phli",Phlp:"phlp",Phlv:"pahlavi antigo",Phnx:"fenício",Plrd:"fonético pollard",Prti:"prti",Qaag:"Qaag",Rjng:"rejang",Rohg:"Rohg",Roro:"rongorongo",Runr:"rúnico",Samr:"samaritano",Sara:"sarati",Sarb:"Sarb",Saur:"saurashtra",Sgnw:"signwriting",Shaw:"shaviano",Shrd:"Shrd",Sidd:"Sidd",Sind:"Sind",Sinh:"cingalês",Sogd:"Sogd",Sogo:"Sogo",Sora:"Sora",Soyo:"Soyo",Sund:"sundanês",Sylo:"syloti nagri",Syrc:"siríaco",Syre:"siríaco estrangelo",Syrj:"siríaco ocidental",Syrn:"siríaco oriental",Tagb:"tagbanwa",Takr:"Takr",Tale:"tai Le",Talu:"novo tai lue",Taml:"tâmil",Tang:"Tang",Tavt:"tavt",Telu:"télugo",Teng:"tengwar",Tfng:"tifinagh",Tglg:"tagalo",Thaa:"thaana",Thai:"tailandês",Tibt:"tibetano",Tirh:"Tirh",Ugar:"ugarítico",Vaii:"vai",Visp:"visible speech",Wara:"Wara",Wcho:"Wcho",Xpeo:"persa antigo",Xsux:"sumério-acadiano cuneiforme",Yiii:"yi",Zanb:"Zanb",Zinh:"herdado",Zmth:"notação matemática",Zsye:"Emoji",Zsym:"zsym",Zxxx:"ágrafo",Zyyy:"comum",Zzzz:"escrita desconhecida"},territories:{142:"Ásia",143:"Ásia Central",145:"Ásia Ocidental",150:"Europa",151:"Europa Oriental",154:"Europa Setentrional",155:"Europa Ocidental",202:"África Subsaariana",419:"América Latina","001":"Mundo","002":"África","003":"América do Norte","005":"América do Sul","009":"Oceania","011":"África Ocidental","013":"América Central","014":"África Oriental","015":"África do Norte","017":"África Central","018":"África Meridional","019":"Américas","021":"América Setentrional","029":"Caribe","030":"Ásia Oriental","034":"Ásia Meridional","035":"Sudeste Asiático","039":"Europa Meridional","053":"Australásia","054":"Melanésia","057":"Região da Micronésia","061":"Polinésia",AC:"Ilha de Ascensão",AD:"Andorra",AE:"Emirados Árabes Unidos",AF:"Afeganistão",AG:"Antígua e Barbuda",AI:"Anguila",AL:"Albânia",AM:"Armênia",AO:"Angola",AQ:"Antártida",AR:"Argentina",AS:"Samoa Americana",AT:"Áustria",AU:"Austrália",AW:"Aruba",AX:"Ilhas Aland",AZ:"Azerbaijão",BA:"Bósnia e Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Bélgica",BF:"Burquina Faso",BG:"Bulgária",BH:"Bahrein",BI:"Burundi",BJ:"Benin",BL:"São Bartolomeu",BM:"Bermudas",BN:"Brunei",BO:"Bolívia",BQ:"Países Baixos Caribenhos",BR:"Brasil",BS:"Bahamas",BT:"Butão",BV:"Ilha Bouvet",BW:"Botsuana",BY:"Bielorrússia",BZ:"Belize",CA:"Canadá",CC:"Ilhas Cocos (Keeling)",CD:"Congo - Kinshasa","CD-alt-variant":"República Democrática do Congo",CF:"República Centro-Africana",CG:"República do Congo","CG-alt-variant":"Congo",CH:"Suíça",CI:"Costa do Marfim","CI-alt-variant":"Côte d’Ivoire",CK:"Ilhas Cook",CL:"Chile",CM:"Camarões",CN:"China",CO:"Colômbia",CP:"Ilha de Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Cabo Verde",CW:"Curaçao",CX:"Ilha Christmas",CY:"Chipre",CZ:"Tchéquia","CZ-alt-variant":"República Tcheca",DE:"Alemanha",DG:"Diego Garcia",DJ:"Djibuti",DK:"Dinamarca",DM:"Dominica",DO:"República Dominicana",DZ:"Argélia",EA:"Ceuta e Melilla",EC:"Equador",EE:"Estônia",EG:"Egito",EH:"Saara Ocidental",ER:"Eritreia",ES:"Espanha",ET:"Etiópia",EU:"União Europeia",EZ:"zona do euro",FI:"Finlândia",FJ:"Fiji",FK:"Ilhas Malvinas","FK-alt-variant":"Ilhas Falkland (Ilhas Malvinas)",FM:"Micronésia",FO:"Ilhas Faroe",FR:"França",GA:"Gabão",GB:"Reino Unido","GB-alt-short":"Reino Unido",GD:"Granada",GE:"Geórgia",GF:"Guiana Francesa",GG:"Guernsey",GH:"Gana",GI:"Gibraltar",GL:"Groenlândia",GM:"Gâmbia",GN:"Guiné",GP:"Guadalupe",GQ:"Guiné Equatorial",GR:"Grécia",GS:"Ilhas Geórgia do Sul e Sandwich do Sul",GT:"Guatemala",GU:"Guam",GW:"Guiné-Bissau",GY:"Guiana",HK:"Hong Kong","HK-alt-short":"Hong Kong",HM:"Ilhas Heard e McDonald",HN:"Honduras",HR:"Croácia",HT:"Haiti",HU:"Hungria",IC:"Ilhas Canárias",ID:"Indonésia",IE:"Irlanda",IL:"Israel",IM:"Ilha de Man",IN:"Índia",IO:"Território Britânico do Oceano Índico",IQ:"Iraque",IR:"Irã",IS:"Islândia",IT:"Itália",JE:"Jersey",JM:"Jamaica",JO:"Jordânia",JP:"Japão",KE:"Quênia",KG:"Quirguistão",KH:"Camboja",KI:"Quiribati",KM:"Comores",KN:"São Cristóvão e Névis",KP:"Coreia do Norte",KR:"Coreia do Sul",KW:"Kuwait",KY:"Ilhas Cayman",KZ:"Cazaquistão",LA:"Laos",LB:"Líbano",LC:"Santa Lúcia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Libéria",LS:"Lesoto",LT:"Lituânia",LU:"Luxemburgo",LV:"Letônia",LY:"Líbia",MA:"Marrocos",MC:"Mônaco",MD:"Moldova",ME:"Montenegro",MF:"São Martinho",MG:"Madagascar",MH:"Ilhas Marshall",MK:"Macedônia do Norte","MK-alt-variant":"MK",ML:"Mali",MM:"Mianmar (Birmânia)",MN:"Mongólia",MO:"Macau","MO-alt-short":"Macau",MP:"Ilhas Marianas do Norte",MQ:"Martinica",MR:"Mauritânia",MS:"Montserrat",MT:"Malta",MU:"Maurício",MV:"Maldivas",MW:"Malaui",MX:"México",MY:"Malásia",MZ:"Moçambique",NA:"Namíbia",NC:"Nova Caledônia",NE:"Níger",NF:"Ilha Norfolk",NG:"Nigéria",NI:"Nicarágua",NL:"Países Baixos",NO:"Noruega",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nova Zelândia",OM:"Omã",PA:"Panamá",PE:"Peru",PF:"Polinésia Francesa",PG:"Papua-Nova Guiné",PH:"Filipinas",PK:"Paquistão",PL:"Polônia",PM:"São Pedro e Miquelão",PN:"Ilhas Pitcairn",PR:"Porto Rico",PS:"Territórios palestinos","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palau",PY:"Paraguai",QA:"Catar",QO:"Oceania Remota",RE:"Reunião",RO:"Romênia",RS:"Sérvia",RU:"Rússia",RW:"Ruanda",SA:"Arábia Saudita",SB:"Ilhas Salomão",SC:"Seicheles",SD:"Sudão",SE:"Suécia",SG:"Singapura",SH:"Santa Helena",SI:"Eslovênia",SJ:"Svalbard e Jan Mayen",SK:"Eslováquia",SL:"Serra Leoa",SM:"San Marino",SN:"Senegal",SO:"Somália",SR:"Suriname",SS:"Sudão do Sul",ST:"São Tomé e Príncipe",SV:"El Salvador",SX:"Sint Maarten",SY:"Síria",SZ:"Suazilândia","SZ-alt-variant":"SZ",TA:"Tristão da Cunha",TC:"Ilhas Turcas e Caicos",TD:"Chade",TF:"Territórios Franceses do Sul",TG:"Togo",TH:"Tailândia",TJ:"Tadjiquistão",TK:"Tokelau",TL:"Timor-Leste","TL-alt-variant":"República Democrática de Timor-Leste",TM:"Turcomenistão",TN:"Tunísia",TO:"Tonga",TR:"Turquia",TT:"Trinidad e Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzânia",UA:"Ucrânia",UG:"Uganda",UM:"Ilhas Menores Distantes dos EUA",UN:"Nações Unidas","UN-alt-short":"ONU",US:"Estados Unidos","US-alt-short":"EUA",UY:"Uruguai",UZ:"Uzbequistão",VA:"Cidade do Vaticano",VC:"São Vicente e Granadinas",VE:"Venezuela",VG:"Ilhas Virgens Britânicas",VI:"Ilhas Virgens Americanas",VN:"Vietnã",VU:"Vanuatu",WF:"Wallis e Futuna",WS:"Samoa",XA:"Pseudossotaques",XB:"Pseudobidi",XK:"Kosovo",YE:"Iêmen",YT:"Mayotte",ZA:"África do Sul",ZM:"Zâmbia",ZW:"Zimbábue",ZZ:"Região desconhecida"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d 'de' MMM 'de' y",short:"dd/MM/y"},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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' 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, dd/MM",MMdd:"dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y",yM:"MM/y",yMd:"dd/MM/y",yMEd:"E, dd/MM/y",yMM:"MM/y",yMMM:"MMM 'de' y",yMMMd:"d 'de' MMM 'de' y",yMMMEd:"E, d 'de' MMM 'de' y",yMMMM:"MMMM 'de' y",yMMMMd:"d 'de' MMMM 'de' y",yMMMMEd:"E, d 'de' MMMM 'de' y",yQQQ:"QQQ 'de' y",yQQQQ:"QQQQ 'de' y",MMMMW:"W'ª' 'semana' 'de' MMMM",yw:"w'ª' 'semana' 'de' 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:"G y – G y",y:"G y – y"},GyM:{G:"GGGGG MM/y – GGGGG MM/y",M:"GGGGG MM/y – MM/y",y:"GGGGG MM/y – MM/y"},GyMd:{d:"GGGGG dd/MM/y – dd/MM/y",G:"GGGGG dd/MM/y – GGGGG dd/MM/y",M:"GGGGG dd/MM/y – dd/MM/y",y:"GGGGG dd/MM/y – dd/MM/y"},GyMEd:{d:"GGGGG E dd/MM/y – dd/MM/y",G:"GGGGG E dd/MM/y – GGGGG E dd/MM/y",M:"GGGGG E dd/MM/y – E dd/MM/y",y:"GGGGG E dd/MM/y – E dd/MM/y"},GyMMM:{G:"G MMM y – G MMM y",M:"G MMM y – MMM",y:"G MMM y – MMM y"},GyMMMd:{d:"G d – d 'de' MMM y",G:"G d 'de' MMM y – G d 'de' MMM y",M:"G d 'de' MMM y – d 'de' MMM",y:"G d 'de' MMM y – d 'de' MMM y"},GyMMMEd:{d:"G E, d 'de' MMM y – E, d 'de' MMM",G:"G E, d 'de' MMM y – G E, d 'de' MMM y",M:"G E, d 'de' MMM y – E, d 'de' MMM",y:"G E, d 'de' MMM y – E, d 'de' MMM y"},h:{a:"h a – h a",h:"h – h a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm – h:mm a",m:"h:mm – h:mm a"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm – h:mm a v",m:"h:mm – h:mm a v"},Hmv:{H:"HH:mm – HH:mm v",m:"HH:mm – HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M – M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E, dd/MM – E, dd/MM",M:"E, dd/MM – E, dd/MM"},MMM:{M:"MMM – MMM"},MMMd:{d:"d – d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' 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 'de' y",y:"MMM 'de' y – MMM 'de' y"},yMMMd:{d:"d – d 'de' MMM 'de' y",M:"d 'de' MMM – d 'de' MMM 'de' y",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y"},yMMMEd:{d:"E, d – E, d 'de' MMM 'de' y",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y"},yMMMM:{M:"MMMM – MMMM 'de' y",y:"MMMM 'de' y – MMMM 'de' y"}}},months:{format:{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},"stand-alone":{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]}},days:{format:{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},"stand-alone":{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]}},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:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"antes de Cristo",1:"depois de Cristo"},"era-abbreviated":{0:"a.C.",1:"d.C."},"era-narrow":{0:"a.C.",1:"d.C."}},"ca-islamic":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d MMM y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' 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, dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM/y GGGGG",yyyyMd:"dd/MM/y GGGGG",yyyyMEd:"E, dd/MM/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"E, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"E, d 'de' MMMM 'de' y G",yyyyQQQ:"G y QQQ",yyyyQQQQ:"G y QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M–M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E, dd/MM – E, dd/MM",M:"E, dd/MM – E, dd/MM"},MMM:{M:"MMM – MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' 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 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},"stand-alone":{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]}},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:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"AH"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"dd/MM/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} {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 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' 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, dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM/y GGGGG",yyyyMd:"dd/MM/y GGGGG",yyyyMEd:"E, dd/MM/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"E, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"E, d 'de' MMMM 'de' y G",yyyyQQQ:"G y QQQ",yyyyQQQQ:"G y QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M–M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E, dd/MM – E, dd/MM",M:"E, dd/MM – E, dd/MM"},MMM:{M:"MMM – MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' 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 'de' y G",y:"MMM 'de' y – MMM 'de' y G",G:"MMM 'de' y G – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G",G:"d 'de' MMM 'de' y G – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G",G:"E, d 'de' MMM 'de' y G – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G",G:"MMMM 'de' y G – MMMM 'de' y G"}}},months:{format:{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},"stand-alone":{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]}},days:{format:{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},"stand-alone":{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]}},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:["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, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d MMM y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' 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, dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM/y GGGGG",yyyyMd:"dd/MM/y GGGGG",yyyyMEd:"E, dd/MM/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"E, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"E, d 'de' MMMM 'de' y G",yyyyQQQ:"G y QQQ",yyyyQQQQ:"G y QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M–M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E, dd/MM – E, dd/MM",M:"E, dd/MM – E, dd/MM"},MMM:{M:"MMM – MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' 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 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' 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","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},"stand-alone":{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]}},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:["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, d 'de' MMMM 'de' y G",long:"d 'de' MMMM 'de' y G",medium:"d MMM y G",short:"dd/MM/y GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E, d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM 'de' y G",GyMMMd:"d 'de' MMM 'de' y G",GyMMMEd:"E, d 'de' MMM 'de' 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, dd/MM",MMM:"LLL",MMMd:"d 'de' MMM",MMMEd:"E, d 'de' MMM",MMMMd:"d 'de' MMMM",MMMMEd:"E, d 'de' MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"MM/y GGGGG",yyyyMd:"dd/MM/y GGGGG",yyyyMEd:"E, dd/MM/y GGGGG",yyyyMMM:"MMM 'de' y G",yyyyMMMd:"d 'de' MMM 'de' y G",yyyyMMMEd:"E, d 'de' MMM 'de' y G",yyyyMMMM:"MMMM 'de' y G",yyyyMMMMd:"d 'de' MMMM 'de' y G",yyyyMMMMEd:"E, d 'de' MMMM 'de' y G",yyyyQQQ:"G y QQQ",yyyyQQQQ:"G y QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} - {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h'h' a – h'h' a",h:"h'h' - h'h' a"},H:{H:"HH'h' - HH'h'"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M–M"},Md:{d:"dd/MM – dd/MM",M:"dd/MM – dd/MM"},MEd:{d:"E, dd/MM – E, dd/MM",M:"E, dd/MM – E, dd/MM"},MMM:{M:"MMM – MMM"},MMMd:{d:"d–d 'de' MMM",M:"d 'de' MMM – d 'de' MMM"},MMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM",M:"E, d 'de' MMM – E, d 'de' 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 'de' y G",y:"MMM 'de' y – MMM 'de' y G"},yMMMd:{d:"d–d 'de' MMM 'de' y",M:"d 'de' MMM – d 'de' MMM 'de' y G",y:"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"},yMMMEd:{d:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",M:"E, d 'de' MMM – E, d 'de' MMM 'de' y G",y:"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"},yMMMM:{M:"MMMM–MMMM 'de' y G",y:"MMMM 'de' y – MMMM 'de' y G"}}},months:{format:{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},"stand-alone":{abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]}},days:{format:{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},"stand-alone":{abbreviated:["dom","seg","ter","qua","qui","sex","sáb"],narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sáb"],wide:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]}},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:["AM","PM"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"EB"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"EB"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"ano","relative-type--1":"ano passado","relative-type-0":"este ano","relative-type-1":"próximo ano","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} ano","relativeTimePattern-count-other":"em {0} anos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} ano","relativeTimePattern-count-other":"há {0} anos"}},"year-short":{displayName:"ano","relative-type--1":"ano passado","relative-type-0":"este ano","relative-type-1":"próximo ano","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} ano","relativeTimePattern-count-other":"em {0} anos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} ano","relativeTimePattern-count-other":"há {0} anos"}},"year-narrow":{displayName:"ano","relative-type--1":"ano passado","relative-type-0":"este ano","relative-type-1":"próximo ano","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} ano","relativeTimePattern-count-other":"em {0} anos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} ano","relativeTimePattern-count-other":"{0} anos atrás"}},"quarter-wide":{displayName:"trimestre","relative-type--1":"último trimestre","relative-type-0":"este trimestre","relative-type-1":"próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} trimestre","relativeTimePattern-count-other":"em {0} trimestres"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} trimestre","relativeTimePattern-count-other":"há {0} trimestres"}},"quarter-short":{displayName:"trim.","relative-type--1":"último trimestre","relative-type-0":"este trimestre","relative-type-1":"próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} trim.","relativeTimePattern-count-other":"em {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} trim.","relativeTimePattern-count-other":"{0} trim. atrás"}},"quarter-narrow":{displayName:"trim.","relative-type--1":"último trimestre","relative-type-0":"este trimestre","relative-type-1":"próximo trimestre","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} trim.","relativeTimePattern-count-other":"em {0} trim."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} trim.","relativeTimePattern-count-other":"há {0} trim."}},"month-wide":{displayName:"mês","relative-type--1":"mês passado","relative-type-0":"este mês","relative-type-1":"próximo mês","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} mês","relativeTimePattern-count-other":"em {0} meses"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} mês","relativeTimePattern-count-other":"há {0} meses"}},"month-short":{displayName:"mês","relative-type--1":"mês passado","relative-type-0":"este mês","relative-type-1":"próximo mês","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} mês","relativeTimePattern-count-other":"em {0} meses"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} mês","relativeTimePattern-count-other":"há {0} meses"}},"month-narrow":{displayName:"mês","relative-type--1":"mês passado","relative-type-0":"este mês","relative-type-1":"próximo mês","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} mês","relativeTimePattern-count-other":"em {0} meses"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} mês","relativeTimePattern-count-other":"há {0} meses"}},"week-wide":{displayName:"semana","relative-type--1":"semana passada","relative-type-0":"esta semana","relative-type-1":"próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} semana","relativeTimePattern-count-other":"em {0} semanas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} semana","relativeTimePattern-count-other":"há {0} semanas"},relativePeriod:"a semana de {0}"},"week-short":{displayName:"sem.","relative-type--1":"semana passada","relative-type-0":"esta semana","relative-type-1":"próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} sem.","relativeTimePattern-count-other":"em {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} sem.","relativeTimePattern-count-other":"há {0} sem."},relativePeriod:"a semana de {0}"},"week-narrow":{displayName:"sem.","relative-type--1":"semana passada","relative-type-0":"esta semana","relative-type-1":"próxima semana","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} sem.","relativeTimePattern-count-other":"em {0} sem."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} sem.","relativeTimePattern-count-other":"há {0} sem."},relativePeriod:"a semana de {0}"},"day-wide":{displayName:"dia","relative-type--2":"anteontem","relative-type--1":"ontem","relative-type-0":"hoje","relative-type-1":"amanhã","relative-type-2":"depois de amanhã","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} dia","relativeTimePattern-count-other":"em {0} dias"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} dia","relativeTimePattern-count-other":"há {0} dias"}},"day-short":{displayName:"dia","relative-type--2":"anteontem","relative-type--1":"ontem","relative-type-0":"hoje","relative-type-1":"amanhã","relative-type-2":"depois de amanhã","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} dia","relativeTimePattern-count-other":"em {0} dias"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} dia","relativeTimePattern-count-other":"há {0} dias"}},"day-narrow":{displayName:"dia","relative-type--2":"anteontem","relative-type--1":"ontem","relative-type-0":"hoje","relative-type-1":"amanhã","relative-type-2":"depois de amanhã","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} dia","relativeTimePattern-count-other":"em {0} dias"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} dia","relativeTimePattern-count-other":"há {0} dias"}},weekday:{displayName:"dia da semana"},"hour-wide":{displayName:"hora","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} hora","relativeTimePattern-count-other":"em {0} horas"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} hora","relativeTimePattern-count-other":"há {0} horas"}},"hour-short":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} h","relativeTimePattern-count-other":"em {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} h","relativeTimePattern-count-other":"há {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"esta hora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} h","relativeTimePattern-count-other":"em {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} h","relativeTimePattern-count-other":"há {0} h"}},"minute-wide":{displayName:"minuto","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} minuto","relativeTimePattern-count-other":"em {0} minutos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} minuto","relativeTimePattern-count-other":"há {0} minutos"}},"minute-short":{displayName:"min.","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} min.","relativeTimePattern-count-other":"em {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} min.","relativeTimePattern-count-other":"há {0} min."}},"minute-narrow":{displayName:"min.","relative-type-0":"este minuto","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} min.","relativeTimePattern-count-other":"em {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} min.","relativeTimePattern-count-other":"há {0} min."}},"second-wide":{displayName:"segundo","relative-type-0":"agora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} segundo","relativeTimePattern-count-other":"em {0} segundos"},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} segundo","relativeTimePattern-count-other":"há {0} segundos"}},"second-short":{displayName:"seg.","relative-type-0":"agora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} seg.","relativeTimePattern-count-other":"em {0} seg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} seg.","relativeTimePattern-count-other":"há {0} seg."}},"second-narrow":{displayName:"seg.","relative-type-0":"agora","relativeTime-type-future":{"relativeTimePattern-count-one":"em {0} seg.","relativeTimePattern-count-other":"em {0} seg."},"relativeTime-type-past":{"relativeTimePattern-count-one":"há {0} seg.","relativeTimePattern-count-other":"há {0} seg."}},zone:{displayName:"fuso horário"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-one":"0 mil","1000-other":"0 mil","10000-one":"00 mil","10000-other":"00 mil","100000-one":"000 mil","100000-other":"000 mil","1000000-one":"0 milhão","1000000-other":"0 milhões","10000000-one":"00 milhão","10000000-other":"00 milhões","100000000-one":"000 milhão","100000000-other":"000 milhões","1000000000-one":"0 bilhão","1000000000-other":"0 bilhões","10000000000-one":"00 bilhão","10000000000-other":"00 bilhões","100000000000-one":"000 bilhão","100000000000-other":"000 bilhões","1000000000000-one":"0 trilhão","1000000000000-other":"0 trilhões","10000000000000-one":"00 trilhão","10000000000000-other":"00 trilhões","100000000000000-one":"000 trilhão","100000000000000-other":"000 trilhões"},"decimalFormat-short":{"1000-one":"0 mil","1000-other":"0 mil","10000-one":"00 mil","10000-other":"00 mil","100000-one":"000 mil","100000-other":"000 mil","1000000-one":"0 mi","1000000-other":"0 mi","10000000-one":"00 mi","10000000-other":"00 mi","100000000-one":"000 mi","100000000-other":"000 mi","1000000000-one":"0 bi","1000000000-other":"0 bi","10000000000-one":"00 bi","10000000000-other":"00 bi","100000000000-one":"000 bi","100000000000-other":"000 bi","1000000000000-one":"0 tri","1000000000000-other":"0 tri","10000000000000-one":"00 tri","10000000000000-other":"00 tri","100000000000000-one":"000 tri","100000000000000-other":"000 tri"},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 mil","1000-other":"¤ 0 mil","10000-one":"¤ 00 mil","10000-other":"¤ 00 mil","100000-one":"¤ 000 mil","100000-other":"¤ 000 mil","1000000-one":"¤ 0 mi","1000000-other":"¤ 0 mi","10000000-one":"¤ 00 mi","10000000-other":"¤ 00 mi","100000000-one":"¤ 000 mi","100000000-other":"¤ 000 mi","1000000000-one":"¤ 0 bi","1000000000-other":"¤ 0 bi","10000000000-one":"¤ 00 bi","10000000000-other":"¤ 00 bi","100000000000-one":"¤ 000 bi","100000000000-other":"¤ 000 bi","1000000000000-one":"¤ 0 tri","1000000000000-other":"¤ 0 tri","10000000000000-one":"¤ 00 tri","10000000000000-other":"¤ 00 tri","100000000000000-one":"¤ 000 tri","100000000000000-other":"¤ 000 tri"},"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$",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",PTE:"Esc.",THB:"฿",TWD:"NT$",USD:"US$",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} ou {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} ou {1}"},"listPattern-or-short":{2:"{0} ou {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} ou {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:"força g","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"metros/seg²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"radianos","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"graus","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"arcmins","unitPattern-count-one":"{0} arcmin","unitPattern-count-other":"{0} arcmins"},"angle-arc-second":{displayName:"arcsegs","unitPattern-count-one":"{0} arcseg","unitPattern-count-other":"{0} arcsegs"},"area-square-kilometer":{displayName:"km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hectares","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"metros²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0} por m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0} por cm²"},"area-square-mile":{displayName:"milhas²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"acres","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"jardas²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"pés²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"polegadas²","unitPattern-count-one":"{0} pol²","unitPattern-count-other":"{0} pol²",perUnitPattern:"{0} por pol²"},"area-dunam":{displayName:"dunams","unitPattern-count-one":"{0} dunam","unitPattern-count-other":"{0} dunams"},"concentr-karat":{displayName:"kilates","unitPattern-count-one":"{0} k","unitPattern-count-other":"{0} k"},"concentr-milligram-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"milimol/litro","unitPattern-count-one":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-part-per-million":{displayName:"partes/milhão","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"por cento","unitPattern-count-one":"{0}%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"por mil","unitPattern-count-one":"{0}‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"ponto base","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:"litros/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100kilometers":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"milhas/gal","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"milhas/gal. imp.","unitPattern-count-one":"{0} mpg imp.","unitPattern-count-other":"{0} mpg imp."},"digital-petabyte":{displayName:"PByte","unitPattern-count-one":"{0} PB","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:"séc.","unitPattern-count-one":"{0} séc.","unitPattern-count-other":"{0} sécs."},"duration-year":{displayName:"anos","unitPattern-count-one":"{0} ano","unitPattern-count-other":"{0} anos",perUnitPattern:"{0}/ano"},"duration-month":{displayName:"meses","unitPattern-count-one":"{0} mês","unitPattern-count-other":"{0} meses",perUnitPattern:"{0}/mês"},"duration-week":{displayName:"semanas","unitPattern-count-one":"{0} sem.","unitPattern-count-other":"{0} sem.",perUnitPattern:"{0}/sem."},"duration-day":{displayName:"dias","unitPattern-count-one":"{0} dia","unitPattern-count-other":"{0} dias",perUnitPattern:"{0}/dia"},"duration-hour":{displayName:"horas","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"seg","unitPattern-count-one":"{0} seg","unitPattern-count-other":"{0} seg",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"milissegundos","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"amps","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"miliamps","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"ohms","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"volts","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"quilojoule","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"joules","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kW-hora","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"elétron-volt","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:"libra-força","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-one":"{0} N","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:"metros","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"milhas","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"jardas","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"pés","unitPattern-count-one":"{0} pé","unitPattern-count-other":"{0} pés",perUnitPattern:"{0}/pé"},"length-inch":{displayName:"pol.","unitPattern-count-one":"{0} pol.","unitPattern-count-other":"{0} pol.",perUnitPattern:"{0}/pol."},"length-parsec":{displayName:"parsecs","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"anos-luz","unitPattern-count-one":"{0} ano-luz","unitPattern-count-other":"{0} anos-luz"},"length-astronomical-unit":{displayName:"ua","unitPattern-count-one":"{0} ua","unitPattern-count-other":"{0} ua"},"length-furlong":{displayName:"furlongs","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"braças","unitPattern-count-one":"{0} bça.","unitPattern-count-other":"{0} bça."},"length-nautical-mile":{displayName:"mn","unitPattern-count-one":"{0} mn","unitPattern-count-other":"{0} mn"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"pontos","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"raios solares","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lux","unitPattern-count-other":"{0} lx"},"light-solar-luminosity":{displayName:"luminosidades solares","unitPattern-count-one":"{0} L☉","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:"gramas","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:"toneladas","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"stones","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"libras","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz troy","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"quilates","unitPattern-count-one":"{0} ql","unitPattern-count-other":"{0} ql"},"mass-dalton":{displayName:"daltons","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"Massas da Terra","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"massas solares","unitPattern-count-one":"{0} M☉","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:"watts","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"cv","unitPattern-count-one":"{0} cv","unitPattern-count-other":"{0} cv"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"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-other":"{0} km/h"},"speed-meter-per-second":{displayName:"metros/seg","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"milhas/hora","unitPattern-count-one":"{0} mph","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"nó","unitPattern-count-one":"{0} nó","unitPattern-count-other":"{0} nós"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"graus C","unitPattern-count-one":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"graus F","unitPattern-count-one":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-one":"{0} 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:"jardas³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"pés³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"polegadas³","unitPattern-count-one":"{0} pol³","unitPattern-count-other":"{0} pol³"},"volume-megaliter":{displayName:"ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"litros","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:"ptm","unitPattern-count-one":"{0} ptm","unitPattern-count-other":"{0} ptm"},"volume-cup-metric":{displayName:"xícm","unitPattern-count-one":"{0} xícm","unitPattern-count-other":"{0} xícm"},"volume-acre-foot":{displayName:"acre-pés","unitPattern-count-one":"{0} acre-pé","unitPattern-count-other":"{0} acre-pés"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal. imp.","unitPattern-count-one":"{0} gal. imp.","unitPattern-count-other":"{0} gal. imp.",perUnitPattern:"{0}/gal. imp."},"volume-quart":{displayName:"qts","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pints","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"xícaras","unitPattern-count-one":"{0} xíc.","unitPattern-count-other":"{0} xíc."},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-one":"{0} fl oz Imp.","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"CS","unitPattern-count-one":"{0} CS","unitPattern-count-other":"{0} CS"},"volume-teaspoon":{displayName:"cc","unitPattern-count-one":"{0} cc","unitPattern-count-other":"{0} cc"},"volume-barrel":{displayName:"barril","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},coordinateUnit:{displayName:"direção",east:"{0}E",north:"{0}N",south:"{0}S",west:"{0}O"}}},"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 mil ¤","1000-other":"0 mil ¤","10000-one":"00 mil ¤","10000-other":"00 mil ¤","100000-one":"000 mil ¤","100000-other":"000 mil ¤","1000000-one":"0 mi ¤","1000000-other":"0 mi ¤","10000000-one":"00 mi ¤","10000000-other":"00 mi ¤","100000000-one":"000 mi ¤","100000000-other":"000 mi ¤","1000000000-one":"0 bi ¤","1000000000-other":"0 bi ¤","10000000000-one":"00 bi ¤","10000000000-other":"00 bi ¤","100000000000-one":"000 bi ¤","100000000000-other":"000 bi ¤","1000000000000-one":"0 tri ¤","1000000000000-other":"0 tri ¤","10000000000000-one":"00 tri ¤","10000000000000-other":"00 tri ¤","100000000000000-one":"000 tri ¤","100000000000000-other":"000 tri ¤"},currencyDigits:{ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals:{one:"i = 0..1"},"weekData-minDays":1,"weekData-firstDay":0,"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=pt-b6593b86.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pt-b6593b86.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|