@ui5/webcomponents 1.20.0 → 1.21.0-rc.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/.env.production +1 -0
- package/CHANGELOG.md +29 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Button.d.ts +1 -0
- package/dist/Button.js +27 -8
- package/dist/Button.js.map +1 -1
- package/dist/ComboBox.js +4 -0
- package/dist/ComboBox.js.map +1 -1
- package/dist/DatePicker.js +1 -0
- package/dist/DatePicker.js.map +1 -1
- package/dist/DateTimePicker.js +1 -1
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/List.js +3 -0
- package/dist/List.js.map +1 -1
- package/dist/Menu.d.ts +1 -1
- package/dist/Menu.js +1 -0
- package/dist/Menu.js.map +1 -1
- package/dist/Popover.d.ts +1 -1
- package/dist/Popover.js +1 -1
- package/dist/Popover.js.map +1 -1
- package/dist/SplitButton.d.ts +63 -2
- package/dist/SplitButton.js +149 -29
- package/dist/SplitButton.js.map +1 -1
- package/dist/StepInput.js +1 -0
- package/dist/StepInput.js.map +1 -1
- package/dist/TableGroupRow.js +1 -0
- package/dist/TableGroupRow.js.map +1 -1
- package/dist/TableRow.js +1 -1
- package/dist/TableRow.js.map +1 -1
- package/dist/TimePickerInternals.js +1 -0
- package/dist/TimePickerInternals.js.map +1 -1
- package/dist/ToolbarItem.js +1 -0
- package/dist/ToolbarItem.js.map +1 -1
- package/dist/api.json +1 -1
- package/dist/bundle.common.bootstrap.d.ts +1 -0
- package/dist/bundle.common.bootstrap.js.map +1 -0
- package/dist/bundle.esm.d.ts +58 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +2 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Badge.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/CustomListItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/GroupHeaderListItem.css +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SelectMenu.css +1 -1
- package/dist/css/themes/SelectPopover.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/Table.css +1 -1
- package/dist/css/themes/TableCell.css +1 -1
- package/dist/css/themes/TableColumn.css +1 -1
- package/dist/css/themes/TableGroupRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TextArea.css +2 -2
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/WheelSlider.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +1 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/json-imports/Themes-static.d.ts +1 -0
- package/dist/generated/json-imports/Themes-static.js +23 -25
- package/dist/generated/json-imports/Themes-static.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +26 -27
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-static.d.ts +1 -0
- package/dist/generated/json-imports/i18n-static.js +110 -113
- package/dist/generated/json-imports/i18n-static.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -122
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/templates/AvatarGroupTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/AvatarTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/BadgeTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/BusyIndicatorTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CalendarHeaderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CalendarTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CardHeaderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CardTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CarouselTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CheckBoxTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ColorPaletteItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ColorPaletteTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ColorPickerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CustomListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DatePickerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DayPickerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DialogTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/FileUploaderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/GroupHeaderListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/IconTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/InputPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/InputTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/LabelTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/LinkTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ListTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MenuTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MessageStripTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MonthPickerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/PanelTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/PopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/PopupTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/RadioButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/RangeSliderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/RatingIndicatorTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SegmentedButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SelectMenuTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SelectTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SliderBaseTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SliderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/StandardListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/StepInputTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SuggestionListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SwitchTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabContainerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabInOverflowTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabInStripTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabSeparatorInStripTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TabTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TableCellTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TableColumnTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TableRowTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TableTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TextAreaTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimePickerClockTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimeSelectionClocksTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimeSelectionInputsTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimeSelectionTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TitleTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToastTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToggleButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToggleSpinButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TokenTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TokenizerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarSelectTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarSeparatorTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarSpacerTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ToolbarTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TreeItemBaseTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TreeItemCustomTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TreeItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TreeTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/WheelSliderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/YearPickerTemplate.lit.d.ts +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/Avatar.css.js.map +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Badge.css.js +1 -1
- package/dist/generated/themes/Badge.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Button.css.js.map +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js.map +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/GroupHeaderListItem.css.js +1 -1
- package/dist/generated/themes/GroupHeaderListItem.css.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Icon.css.js.map +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/Link.css.js.map +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/List.css.js.map +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MonthPicker.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SelectMenu.css.js +1 -1
- package/dist/generated/themes/SelectMenu.css.js.map +1 -1
- package/dist/generated/themes/SelectPopover.css.js +1 -1
- package/dist/generated/themes/SelectPopover.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/Switch.css.js.map +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCell.css.js +1 -1
- package/dist/generated/themes/TableCell.css.js.map +1 -1
- package/dist/generated/themes/TableColumn.css.js +1 -1
- package/dist/generated/themes/TableColumn.css.js.map +1 -1
- package/dist/generated/themes/TableGroupRow.css.js +1 -1
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js.map +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Token.css.js.map +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js.map +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js.map +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/WheelSlider.css.js +1 -1
- package/dist/generated/themes/WheelSlider.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/popup-utils/OpenedPopupsRegistry.js +1 -0
- package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
- package/package-scripts.cjs +1 -0
- package/package.json +15 -8
- package/src/SplitButton.hbs +7 -5
- package/src/themes/SplitButton.css +90 -20
- package/src/themes/base/SplitButton-parameters.css +8 -1
- package/src/themes/sap_horizon/SplitButton-parameters.css +7 -1
- package/src/themes/sap_horizon_dark/SplitButton-parameters.css +7 -1
- package/src/themes/sap_horizon_dark_exp/SplitButton-parameters.css +7 -1
- package/src/themes/sap_horizon_exp/SplitButton-parameters.css +7 -1
- package/tsconfig.json +22 -0
- package/dist/assets/72override-4f6354a6.css +0 -1
- package/dist/assets/AnimanitionOff-17238f14.css +0 -1
- package/dist/assets/Avatar-94951703.css +0 -1
- package/dist/assets/AvatarGroup-dfa05e72.css +0 -1
- package/dist/assets/Badge-59172fa9.css +0 -1
- package/dist/assets/Breadcrumbs-84456832.css +0 -1
- package/dist/assets/BusyIndicator-26348187.css +0 -1
- package/dist/assets/Button-50012cf5.css +0 -1
- package/dist/assets/Calendar-50f74bde.css +0 -1
- package/dist/assets/Card-7c4d9a54.css +0 -1
- package/dist/assets/Carousel-0d3d911d.css +0 -1
- package/dist/assets/CheckBox-46926e71.css +0 -1
- package/dist/assets/ColorPalette-63fbe3b6.css +0 -1
- package/dist/assets/ColorPalettePopover-49b33da8.css +0 -1
- package/dist/assets/ColorPicker-7cec8ee6.css +0 -1
- package/dist/assets/ComboBox-de651845.css +0 -1
- package/dist/assets/Components-2e97c4ff.css +0 -1
- package/dist/assets/CoreControls-fff9c510.css +0 -1
- package/dist/assets/CoreControls_exp-ab4b7ad2.css +0 -1
- package/dist/assets/CustomCSS-79ab0997.css +0 -1
- package/dist/assets/DatePicker-975133a2.css +0 -1
- package/dist/assets/DatePicker_test_page-3de901b4.css +0 -1
- package/dist/assets/DateRangePicker-0e44d4a3.css +0 -1
- package/dist/assets/DateTimePicker-81c1bacc.css +0 -1
- package/dist/assets/DayPicker-9d37213d.css +0 -1
- package/dist/assets/Dialog-be6e9063.css +0 -1
- package/dist/assets/DialogLifecycle-a25fbcc8.css +0 -1
- package/dist/assets/DialogSemantic-6c8938ae.css +0 -1
- package/dist/assets/Eventing-e9e4b0ce.css +0 -1
- package/dist/assets/F6Test-236247a9.css +0 -1
- package/dist/assets/FileUploader-3142a7fb.css +0 -1
- package/dist/assets/FontFace-9d4fe719.css +0 -1
- package/dist/assets/FormComponents-874ad9ae.css +0 -1
- package/dist/assets/FormSupport-54f70933.css +0 -1
- package/dist/assets/HCB-bfeb90c1.css +0 -1
- package/dist/assets/HT-1000-59a0ea5a.jpg +0 -0
- package/dist/assets/HT-1010-7b05e4f5.jpg +0 -0
- package/dist/assets/HT-1022-6fa171f0.jpg +0 -0
- package/dist/assets/Icon-026bf4d7.css +0 -1
- package/dist/assets/IconCollectionInCustomTheme-91b08a2b.css +0 -1
- package/dist/assets/IgnoreCustomElements-2238457d.css +0 -1
- package/dist/assets/Input-38261f5b.css +0 -1
- package/dist/assets/Input_quickview-fa68e418.css +0 -1
- package/dist/assets/InputsAlignment-a6c38318.css +0 -1
- package/dist/assets/ItemNavigation-a9d526f6.css +0 -1
- package/dist/assets/John Miller-fc9d0d73.png +0 -0
- package/dist/assets/Kitchen-84de5405.css +0 -1
- package/dist/assets/Kitchen.openui5-9a8987ae.css +0 -1
- package/dist/assets/Label-b443825c.css +0 -1
- package/dist/assets/Lamp_avatar_01-ab251b40.jpg +0 -0
- package/dist/assets/Link-0f05a18d.css +0 -1
- package/dist/assets/List-4be08d9a.css +0 -1
- package/dist/assets/ListGrowing_Button-00828da9.css +0 -1
- package/dist/assets/ListGrowing_Scroll-7e225b45.css +0 -1
- package/dist/assets/List_keyboard_support-32bd171d.css +0 -1
- package/dist/assets/List_test_page-bd80d576.css +0 -1
- package/dist/assets/LitKeyFunction-b42455f8.css +0 -1
- package/dist/assets/MemoryLeak-cc3e2da4.css +0 -1
- package/dist/assets/Menu-b5ca144e.css +0 -1
- package/dist/assets/MessagePage-9cd5d968.css +0 -1
- package/dist/assets/MessageStrip-c081bc94.css +0 -1
- package/dist/assets/MultiComboBox-4bfa2834.css +0 -1
- package/dist/assets/MultiInput-715aafd5.css +0 -1
- package/dist/assets/MultiInput_Suggestions-e43fcf8a.css +0 -1
- package/dist/assets/OpenUI5-ed5d1908.css +0 -1
- package/dist/assets/Panel-792d9387.css +0 -1
- package/dist/assets/Popover-60f230ad.css +0 -1
- package/dist/assets/PopoverArrowBounds-32856f40.css +0 -1
- package/dist/assets/Popups-134655f2.css +0 -1
- package/dist/assets/ProgressIndicator-bce2138a.css +0 -1
- package/dist/assets/RTL-63030fdf.css +0 -1
- package/dist/assets/RadioButton-670a4ec8.css +0 -1
- package/dist/assets/RangeSlider-d631a51f.css +0 -1
- package/dist/assets/RatingIndicator-d544882e.css +0 -1
- package/dist/assets/ResizeHandler-7b58c78f.css +0 -1
- package/dist/assets/ResponsivePopover-0b11ba15.css +0 -1
- package/dist/assets/SAP-icons-95a98080.js +0 -1
- package/dist/assets/SAP-icons-TNT-1c4f464e.js +0 -1
- package/dist/assets/SAP-icons-TNT-c47f3e89.js +0 -1
- package/dist/assets/SAP-icons-business-suite-4e995702.js +0 -1
- package/dist/assets/SAP-icons-business-suite-8715d482.js +0 -1
- package/dist/assets/SAP-icons-e24df2c3.js +0 -1
- package/dist/assets/SegmentedButton-654bc4ab.css +0 -1
- package/dist/assets/Select-e17517bf.css +0 -1
- package/dist/assets/SelectMenu-b70fbe8e.css +0 -1
- package/dist/assets/Simple-02bd88fc.css +0 -1
- package/dist/assets/Slider-1416b3bb.css +0 -1
- package/dist/assets/SplitButton-d2e2e966.css +0 -1
- package/dist/assets/StepInput-5c7e8966.css +0 -1
- package/dist/assets/Switch-201b66b4.css +0 -1
- package/dist/assets/TabContainer-718b814c.css +0 -1
- package/dist/assets/Table-e1ec9973.css +0 -1
- package/dist/assets/Table-perf-7c9dda90.css +0 -1
- package/dist/assets/Table-perf-pure-59e24021.css +0 -1
- package/dist/assets/Table2-185517f2.css +0 -1
- package/dist/assets/TableAllPopin-ec8feace.css +0 -1
- package/dist/assets/TableCustomStyling-3de78436.css +0 -1
- package/dist/assets/TableGrouping-05ded42c.css +0 -1
- package/dist/assets/TableGrowingWithButton-cce942cc.css +0 -1
- package/dist/assets/TableGrowingWithScroll-5514d54d.css +0 -1
- package/dist/assets/TableSelection-de375a7c.css +0 -1
- package/dist/assets/TextArea-76f953a2.css +0 -1
- package/dist/assets/TimePicker-0bfa349e.css +0 -1
- package/dist/assets/TimePickerClock-9c31b552.css +0 -1
- package/dist/assets/TimeSelection-f76266ae.css +0 -1
- package/dist/assets/TimeSelectionClocks-6e241c3a.css +0 -1
- package/dist/assets/Title-3d358ef7.css +0 -1
- package/dist/assets/Toast-d7517578.css +0 -1
- package/dist/assets/ToggleButton-666e069a.css +0 -1
- package/dist/assets/Tokenizer-09a50163.css +0 -1
- package/dist/assets/Toolbar-d0c25006.css +0 -1
- package/dist/assets/Tree-e496f991.css +0 -1
- package/dist/assets/WheelSlider_Test_Page-e2918081.css +0 -1
- package/dist/assets/ar-f391a637.js +0 -1
- package/dist/assets/ar_EG-f391a637.js +0 -1
- package/dist/assets/ar_SA-e67e7965.js +0 -1
- package/dist/assets/bg-21fb4570.js +0 -1
- package/dist/assets/ca-5216c93d.js +0 -1
- package/dist/assets/cs-2b679c4b.js +0 -1
- package/dist/assets/da-6e408dba.js +0 -1
- package/dist/assets/de-de98c4fd.js +0 -1
- package/dist/assets/de_AT-3ec616a7.js +0 -1
- package/dist/assets/de_CH-7a09c0da.js +0 -1
- package/dist/assets/el-4e01da0b.js +0 -1
- package/dist/assets/el_CY-46ac97ab.js +0 -1
- package/dist/assets/en-b2552130.js +0 -1
- package/dist/assets/en_AU-4e7defd8.js +0 -1
- package/dist/assets/en_GB-01e748d6.js +0 -1
- package/dist/assets/en_HK-c2d514a5.js +0 -1
- package/dist/assets/en_IE-099d58ab.js +0 -1
- package/dist/assets/en_IN-7b7e05a9.js +0 -1
- package/dist/assets/en_NZ-aee4e9fc.js +0 -1
- package/dist/assets/en_PG-d1b649df.js +0 -1
- package/dist/assets/en_SG-b0c1cfe6.js +0 -1
- package/dist/assets/en_ZA-a2da5c54.js +0 -1
- package/dist/assets/es-dbd1ef07.js +0 -1
- package/dist/assets/es_AR-e32c9e25.js +0 -1
- package/dist/assets/es_BO-395d6215.js +0 -1
- package/dist/assets/es_CL-ef7ab9fb.js +0 -1
- package/dist/assets/es_CO-da4e3dfe.js +0 -1
- package/dist/assets/es_MX-fdd11249.js +0 -1
- package/dist/assets/es_PE-de798d28.js +0 -1
- package/dist/assets/es_UY-27072bac.js +0 -1
- package/dist/assets/es_VE-50afb346.js +0 -1
- package/dist/assets/et-29692c23.js +0 -1
- package/dist/assets/fa-b0fc4bf3.js +0 -1
- package/dist/assets/fi-3a9ffb94.js +0 -1
- package/dist/assets/form-a7c56399.css +0 -1
- package/dist/assets/fr-4ffed905.js +0 -1
- package/dist/assets/fr_BE-e65b48be.js +0 -1
- package/dist/assets/fr_CA-f5090063.js +0 -1
- package/dist/assets/fr_CH-4066a1c8.js +0 -1
- package/dist/assets/fr_LU-14474997.js +0 -1
- package/dist/assets/he-0e107fc6.js +0 -1
- package/dist/assets/hi-6bc0f028.js +0 -1
- package/dist/assets/hr-119c63ca.js +0 -1
- package/dist/assets/hu-c22bafeb.js +0 -1
- package/dist/assets/i18n-defaultLang-a3cc4720.css +0 -1
- package/dist/assets/i18n-demo-88e9e087.css +0 -1
- package/dist/assets/id-30e295ef.js +0 -1
- package/dist/assets/it-596f2bfd.js +0 -1
- package/dist/assets/it_CH-5fa7c26d.js +0 -1
- package/dist/assets/ja-6bb1563c.js +0 -1
- package/dist/assets/kitchen-scripts-674a1bd9.js +0 -1
- package/dist/assets/kitchen-styles-f4dfb211.css +0 -1
- package/dist/assets/kk-cb6040d6.js +0 -1
- package/dist/assets/ko-a2d67669.js +0 -1
- package/dist/assets/loading-b2cd685f.gif +0 -0
- package/dist/assets/lt-78eee7fc.js +0 -1
- package/dist/assets/lv-719f4db2.js +0 -1
- package/dist/assets/messagebundle_ar-44188cf1.js +0 -1
- package/dist/assets/messagebundle_ar-4782548b.js +0 -1
- package/dist/assets/messagebundle_bg-05eb1bd6.js +0 -1
- package/dist/assets/messagebundle_bg-a90aa5d5.js +0 -1
- package/dist/assets/messagebundle_ca-bf53c9ac.js +0 -1
- package/dist/assets/messagebundle_ca-fd9b9725.js +0 -1
- package/dist/assets/messagebundle_cnr-5cd4cf2a.js +0 -1
- package/dist/assets/messagebundle_cnr-7692c80a.js +0 -1
- package/dist/assets/messagebundle_cs-6c5f4661.js +0 -1
- package/dist/assets/messagebundle_cs-bb92e5a1.js +0 -1
- package/dist/assets/messagebundle_cy-5b85b0fe.js +0 -1
- package/dist/assets/messagebundle_cy-f3425b6a.js +0 -1
- package/dist/assets/messagebundle_da-07b377a3.js +0 -1
- package/dist/assets/messagebundle_da-f61aace0.js +0 -1
- package/dist/assets/messagebundle_de-3cf371b0.js +0 -1
- package/dist/assets/messagebundle_de-43b1bd4d.js +0 -1
- package/dist/assets/messagebundle_el-0d337e59.js +0 -1
- package/dist/assets/messagebundle_el-b9f8553d.js +0 -1
- package/dist/assets/messagebundle_en-5cd4cf2a.js +0 -1
- package/dist/assets/messagebundle_en-7692c80a.js +0 -1
- package/dist/assets/messagebundle_en_GB-183238d7.js +0 -1
- package/dist/assets/messagebundle_en_GB-abb342c6.js +0 -1
- package/dist/assets/messagebundle_en_US_sappsd-19b6364e.js +0 -1
- package/dist/assets/messagebundle_en_US_sappsd-49b85609.js +0 -1
- package/dist/assets/messagebundle_en_US_saprigi-4be659a6.js +0 -1
- package/dist/assets/messagebundle_en_US_saprigi-f270a6e4.js +0 -1
- package/dist/assets/messagebundle_en_US_saptrc-2822dbad.js +0 -1
- package/dist/assets/messagebundle_en_US_saptrc-e63b0d1a.js +0 -1
- package/dist/assets/messagebundle_es-2ca9061f.js +0 -1
- package/dist/assets/messagebundle_es-4e7eca71.js +0 -1
- package/dist/assets/messagebundle_es_MX-191a1832.js +0 -1
- package/dist/assets/messagebundle_es_MX-f103bb14.js +0 -1
- package/dist/assets/messagebundle_et-55f516e7.js +0 -1
- package/dist/assets/messagebundle_et-9d772e73.js +0 -1
- package/dist/assets/messagebundle_fi-15e72d1f.js +0 -1
- package/dist/assets/messagebundle_fi-ae0984c5.js +0 -1
- package/dist/assets/messagebundle_fr-3745f3bb.js +0 -1
- package/dist/assets/messagebundle_fr-bd3ba1c8.js +0 -1
- package/dist/assets/messagebundle_fr_CA-2944b6e2.js +0 -1
- package/dist/assets/messagebundle_fr_CA-8d04ad98.js +0 -1
- package/dist/assets/messagebundle_hi-291cdc29.js +0 -1
- package/dist/assets/messagebundle_hi-b4549e84.js +0 -1
- package/dist/assets/messagebundle_hr-2021365c.js +0 -1
- package/dist/assets/messagebundle_hr-dc5ab77f.js +0 -1
- package/dist/assets/messagebundle_hu-60bcfab5.js +0 -1
- package/dist/assets/messagebundle_hu-8dd75a8d.js +0 -1
- package/dist/assets/messagebundle_in-165d36a7.js +0 -1
- package/dist/assets/messagebundle_in-a71f8537.js +0 -1
- package/dist/assets/messagebundle_it-2d16ebf4.js +0 -1
- package/dist/assets/messagebundle_it-368b28b6.js +0 -1
- package/dist/assets/messagebundle_iw-9969b4f6.js +0 -1
- package/dist/assets/messagebundle_iw-f3fae638.js +0 -1
- package/dist/assets/messagebundle_ja-8ab8edec.js +0 -1
- package/dist/assets/messagebundle_ja-95ab2a9d.js +0 -1
- package/dist/assets/messagebundle_kk-5c996508.js +0 -1
- package/dist/assets/messagebundle_kk-87ca26a7.js +0 -1
- package/dist/assets/messagebundle_ko-2a93fc1b.js +0 -1
- package/dist/assets/messagebundle_ko-73550dda.js +0 -1
- package/dist/assets/messagebundle_lt-2c2b7850.js +0 -1
- package/dist/assets/messagebundle_lt-d42040e5.js +0 -1
- package/dist/assets/messagebundle_lv-2d648d1f.js +0 -1
- package/dist/assets/messagebundle_lv-564d8d12.js +0 -1
- package/dist/assets/messagebundle_mk-5cd4cf2a.js +0 -1
- package/dist/assets/messagebundle_mk-68400367.js +0 -1
- package/dist/assets/messagebundle_ms-4481b62b.js +0 -1
- package/dist/assets/messagebundle_ms-b29bc5de.js +0 -1
- package/dist/assets/messagebundle_nl-8903b79e.js +0 -1
- package/dist/assets/messagebundle_nl-cdb88819.js +0 -1
- package/dist/assets/messagebundle_no-281b6780.js +0 -1
- package/dist/assets/messagebundle_no-d232e13d.js +0 -1
- package/dist/assets/messagebundle_pl-38e24e06.js +0 -1
- package/dist/assets/messagebundle_pl-eae9b070.js +0 -1
- package/dist/assets/messagebundle_pt-983161ca.js +0 -1
- package/dist/assets/messagebundle_pt-e60705f6.js +0 -1
- package/dist/assets/messagebundle_pt_PT-5f46105d.js +0 -1
- package/dist/assets/messagebundle_pt_PT-e5c0e4c6.js +0 -1
- package/dist/assets/messagebundle_ro-d687cc88.js +0 -1
- package/dist/assets/messagebundle_ro-e3b4dcb2.js +0 -1
- package/dist/assets/messagebundle_ru-76ac5f54.js +0 -1
- package/dist/assets/messagebundle_ru-af77fe06.js +0 -1
- package/dist/assets/messagebundle_sh-58edcd14.js +0 -1
- package/dist/assets/messagebundle_sh-ee461b2a.js +0 -1
- package/dist/assets/messagebundle_sk-305ca75f.js +0 -1
- package/dist/assets/messagebundle_sk-f1bd3637.js +0 -1
- package/dist/assets/messagebundle_sl-375754b0.js +0 -1
- package/dist/assets/messagebundle_sl-fa70a2a8.js +0 -1
- package/dist/assets/messagebundle_sr-5cd4cf2a.js +0 -1
- package/dist/assets/messagebundle_sr-82d58222.js +0 -1
- package/dist/assets/messagebundle_sv-86e2ab29.js +0 -1
- package/dist/assets/messagebundle_sv-9ed56858.js +0 -1
- package/dist/assets/messagebundle_th-60f02032.js +0 -1
- package/dist/assets/messagebundle_th-83b6ca17.js +0 -1
- package/dist/assets/messagebundle_tr-8cd99bc0.js +0 -1
- package/dist/assets/messagebundle_tr-9c820e7f.js +0 -1
- package/dist/assets/messagebundle_uk-5aea802c.js +0 -1
- package/dist/assets/messagebundle_uk-8e3b4240.js +0 -1
- package/dist/assets/messagebundle_vi-0218d27e.js +0 -1
- package/dist/assets/messagebundle_vi-40949e1d.js +0 -1
- package/dist/assets/messagebundle_zh_CN-2175ebf7.js +0 -1
- package/dist/assets/messagebundle_zh_CN-79c8e486.js +0 -1
- package/dist/assets/messagebundle_zh_TW-31ee5033.js +0 -1
- package/dist/assets/messagebundle_zh_TW-94e0c73d.js +0 -1
- package/dist/assets/ms-3e52f673.js +0 -1
- package/dist/assets/nb-9638a305.js +0 -1
- package/dist/assets/nl-b8bbb7f2.js +0 -1
- package/dist/assets/nl_BE-6d04ce85.js +0 -1
- package/dist/assets/parameters-bundle.css-05fab5fa.js +0 -1
- package/dist/assets/parameters-bundle.css-1072bb4c.js +0 -1
- package/dist/assets/parameters-bundle.css-1643ff0c.js +0 -1
- package/dist/assets/parameters-bundle.css-17ad1ce2.js +0 -1
- package/dist/assets/parameters-bundle.css-20ccd423.js +0 -1
- package/dist/assets/parameters-bundle.css-2465cf99.js +0 -1
- package/dist/assets/parameters-bundle.css-27fb6698.js +0 -1
- package/dist/assets/parameters-bundle.css-2fe60290.js +0 -1
- package/dist/assets/parameters-bundle.css-418699a0.js +0 -1
- package/dist/assets/parameters-bundle.css-43e2d88b.js +0 -1
- package/dist/assets/parameters-bundle.css-4493eeff.js +0 -1
- package/dist/assets/parameters-bundle.css-4a4c8559.js +0 -1
- package/dist/assets/parameters-bundle.css-4e98b2cc.js +0 -1
- package/dist/assets/parameters-bundle.css-602ae43c.js +0 -1
- package/dist/assets/parameters-bundle.css-681488bd.js +0 -1
- package/dist/assets/parameters-bundle.css-7f3529dc.js +0 -1
- package/dist/assets/parameters-bundle.css-810ea9bd.js +0 -1
- package/dist/assets/parameters-bundle.css-98e79f3a.js +0 -1
- package/dist/assets/parameters-bundle.css-a28373f2.js +0 -1
- package/dist/assets/parameters-bundle.css-a2aafc1e.js +0 -1
- package/dist/assets/parameters-bundle.css-a5f98fe3.js +0 -1
- package/dist/assets/parameters-bundle.css-abc14577.js +0 -1
- package/dist/assets/parameters-bundle.css-bd22f2e2.js +0 -1
- package/dist/assets/parameters-bundle.css-c2c25569.js +0 -1
- package/dist/assets/parameters-bundle.css-c7ddb668.js +0 -1
- package/dist/assets/parameters-bundle.css-fa1b8a70.js +0 -1
- package/dist/assets/parameters-bundle.css-fa2f1a30.js +0 -1
- package/dist/assets/parameters-bundle.css-fafbf9b3.js +0 -1
- package/dist/assets/parameters-bundle.css-fc37c9e7.js +0 -1
- package/dist/assets/parameters-bundle.css-fe4bf0dd.js +0 -1
- package/dist/assets/pl-87b27ba8.js +0 -1
- package/dist/assets/pt-c5581ba3.js +0 -1
- package/dist/assets/pt_PT-47b5f71d.js +0 -1
- package/dist/assets/ro-af3d1686.js +0 -1
- package/dist/assets/ru-5cc367d3.js +0 -1
- package/dist/assets/ru_UA-219db2fe.js +0 -1
- package/dist/assets/sk-78f44edb.js +0 -1
- package/dist/assets/sl-25944595.js +0 -1
- package/dist/assets/sr-194e17ee.js +0 -1
- package/dist/assets/sr_Latn-fd6fd583.js +0 -1
- package/dist/assets/sv-26aca0d6.js +0 -1
- package/dist/assets/test/pages/ComboBox.html-2f0c0285.js +0 -1
- package/dist/assets/test/pages/Icon.html-9fed192b.js +0 -1
- package/dist/assets/test/pages/Label.html-53ce1774.js +0 -4
- package/dist/assets/test/pages/Popups.html-4ea1bdde.js +0 -1
- package/dist/assets/th-d960463e.js +0 -1
- package/dist/assets/tr-99cfc87c.js +0 -1
- package/dist/assets/uk-96f28c95.js +0 -1
- package/dist/assets/vi-d85bbf4d.js +0 -1
- package/dist/assets/woman_avatar_5-7316a316.png +0 -0
- package/dist/assets/zh_CN-17b0282c.js +0 -1
- package/dist/assets/zh_HK-44a29b1a.js +0 -1
- package/dist/assets/zh_SG-b54c584d.js +0 -1
- package/dist/assets/zh_TW-60f7a330.js +0 -1
- package/dist/i18n/messagebundle.properties +0 -469
- package/dist/i18n/messagebundle_ar.properties +0 -313
- package/dist/i18n/messagebundle_bg.properties +0 -313
- package/dist/i18n/messagebundle_ca.properties +0 -313
- package/dist/i18n/messagebundle_cnr.properties +0 -313
- package/dist/i18n/messagebundle_cs.properties +0 -313
- package/dist/i18n/messagebundle_cy.properties +0 -313
- package/dist/i18n/messagebundle_da.properties +0 -313
- package/dist/i18n/messagebundle_de.properties +0 -313
- package/dist/i18n/messagebundle_el.properties +0 -313
- package/dist/i18n/messagebundle_en.properties +0 -313
- package/dist/i18n/messagebundle_en_GB.properties +0 -313
- package/dist/i18n/messagebundle_en_US_sappsd.properties +0 -311
- package/dist/i18n/messagebundle_en_US_saprigi.properties +0 -311
- package/dist/i18n/messagebundle_en_US_saptrc.properties +0 -311
- package/dist/i18n/messagebundle_es.properties +0 -313
- package/dist/i18n/messagebundle_es_MX.properties +0 -313
- package/dist/i18n/messagebundle_et.properties +0 -313
- package/dist/i18n/messagebundle_fi.properties +0 -313
- package/dist/i18n/messagebundle_fr.properties +0 -313
- package/dist/i18n/messagebundle_fr_CA.properties +0 -313
- package/dist/i18n/messagebundle_hi.properties +0 -313
- package/dist/i18n/messagebundle_hr.properties +0 -313
- package/dist/i18n/messagebundle_hu.properties +0 -313
- package/dist/i18n/messagebundle_id.properties +0 -313
- package/dist/i18n/messagebundle_in.properties +0 -172
- package/dist/i18n/messagebundle_it.properties +0 -313
- package/dist/i18n/messagebundle_iw.properties +0 -313
- package/dist/i18n/messagebundle_ja.properties +0 -313
- package/dist/i18n/messagebundle_kk.properties +0 -313
- package/dist/i18n/messagebundle_ko.properties +0 -313
- package/dist/i18n/messagebundle_lt.properties +0 -313
- package/dist/i18n/messagebundle_lv.properties +0 -313
- package/dist/i18n/messagebundle_mk.properties +0 -313
- package/dist/i18n/messagebundle_ms.properties +0 -313
- package/dist/i18n/messagebundle_nl.properties +0 -313
- package/dist/i18n/messagebundle_no.properties +0 -313
- package/dist/i18n/messagebundle_pl.properties +0 -313
- package/dist/i18n/messagebundle_pt.properties +0 -313
- package/dist/i18n/messagebundle_pt_PT.properties +0 -313
- package/dist/i18n/messagebundle_ro.properties +0 -313
- package/dist/i18n/messagebundle_ru.properties +0 -313
- package/dist/i18n/messagebundle_sh.properties +0 -313
- package/dist/i18n/messagebundle_sk.properties +0 -313
- package/dist/i18n/messagebundle_sl.properties +0 -313
- package/dist/i18n/messagebundle_sr.properties +0 -313
- package/dist/i18n/messagebundle_sv.properties +0 -313
- package/dist/i18n/messagebundle_th.properties +0 -313
- package/dist/i18n/messagebundle_tr.properties +0 -313
- package/dist/i18n/messagebundle_uk.properties +0 -313
- package/dist/i18n/messagebundle_vi.properties +0 -313
- package/dist/i18n/messagebundle_zh_CN.properties +0 -313
- package/dist/i18n/messagebundle_zh_TW.properties +0 -313
- package/dist/test/pages/72override.html +0 -33
- package/dist/test/pages/AnimanitionOff.html +0 -52
- package/dist/test/pages/Avatar.html +0 -284
- package/dist/test/pages/AvatarGroup.html +0 -376
- package/dist/test/pages/Badge.html +0 -68
- package/dist/test/pages/Breadcrumbs.html +0 -246
- package/dist/test/pages/BusyIndicator.html +0 -278
- package/dist/test/pages/Button.html +0 -280
- package/dist/test/pages/ButtonDesign.html +0 -46
- package/dist/test/pages/Calendar.html +0 -110
- package/dist/test/pages/CalendarConfig.html +0 -49
- package/dist/test/pages/Card.html +0 -348
- package/dist/test/pages/Carousel.html +0 -613
- package/dist/test/pages/CheckBox.html +0 -110
- package/dist/test/pages/ColorPalette.html +0 -125
- package/dist/test/pages/ColorPalettePopover.html +0 -141
- package/dist/test/pages/ColorPicker.html +0 -66
- package/dist/test/pages/ComboBox.html +0 -340
- package/dist/test/pages/Components.html +0 -106
- package/dist/test/pages/CoreControls.html +0 -196
- package/dist/test/pages/CoreControls_exp.html +0 -203
- package/dist/test/pages/CustomCSS.html +0 -55
- package/dist/test/pages/DatePicker.html +0 -202
- package/dist/test/pages/DatePicker_test_page.html +0 -109
- package/dist/test/pages/DateRangePicker.html +0 -67
- package/dist/test/pages/DateTimePicker.html +0 -199
- package/dist/test/pages/DateTimePicker_Timezone.html +0 -72
- package/dist/test/pages/DayPicker.html +0 -26
- package/dist/test/pages/Dialog.html +0 -813
- package/dist/test/pages/DialogLifecycle.html +0 -62
- package/dist/test/pages/DialogSemantic.html +0 -58
- package/dist/test/pages/Eventing.html +0 -33
- package/dist/test/pages/F6Test1.html +0 -42
- package/dist/test/pages/F6Test2.html +0 -42
- package/dist/test/pages/F6Test3.html +0 -39
- package/dist/test/pages/F6Test4.html +0 -46
- package/dist/test/pages/F6Test5.html +0 -42
- package/dist/test/pages/F6Test6.html +0 -39
- package/dist/test/pages/F6Test7.html +0 -36
- package/dist/test/pages/FileUploader.html +0 -138
- package/dist/test/pages/FontFace.html +0 -26
- package/dist/test/pages/FormComponents.html +0 -76
- package/dist/test/pages/FormSupport.html +0 -64
- package/dist/test/pages/HCB.html +0 -37
- package/dist/test/pages/Icon.html +0 -278
- package/dist/test/pages/Icon_and_theming.html +0 -81
- package/dist/test/pages/Icon_custom.html +0 -17
- package/dist/test/pages/Input.html +0 -759
- package/dist/test/pages/InputFieldLabels.html +0 -355
- package/dist/test/pages/InputFieldMinWidth.html +0 -230
- package/dist/test/pages/InputIcons.html +0 -80
- package/dist/test/pages/Input_quickview.html +0 -204
- package/dist/test/pages/Input_variations.html +0 -59
- package/dist/test/pages/InputsAlignment.html +0 -131
- package/dist/test/pages/InputsLazyLoading.html +0 -244
- package/dist/test/pages/ItemNavigation.html +0 -94
- package/dist/test/pages/Kitchen.html +0 -637
- package/dist/test/pages/Kitchen.openui5.html +0 -571
- package/dist/test/pages/Label.html +0 -192
- package/dist/test/pages/Link.html +0 -201
- package/dist/test/pages/List.html +0 -465
- package/dist/test/pages/ListGrowing_Button.html +0 -64
- package/dist/test/pages/ListGrowing_Scroll.html +0 -93
- package/dist/test/pages/List_keyboard_support.html +0 -130
- package/dist/test/pages/List_test_page.html +0 -443
- package/dist/test/pages/LitKeyFunction.html +0 -40
- package/dist/test/pages/MemoryLeak.html +0 -78
- package/dist/test/pages/Menu.html +0 -167
- package/dist/test/pages/MessagePage.html +0 -39
- package/dist/test/pages/MessageStrip.html +0 -55
- package/dist/test/pages/MultiComboBox.html +0 -536
- package/dist/test/pages/MultiInput.html +0 -535
- package/dist/test/pages/MultiInput_Suggestions.html +0 -161
- package/dist/test/pages/OpenUI5-second.html +0 -59
- package/dist/test/pages/OpenUI5.html +0 -104
- package/dist/test/pages/OpenUI5Nightly.html +0 -83
- package/dist/test/pages/Panel.html +0 -248
- package/dist/test/pages/Popover.html +0 -678
- package/dist/test/pages/PopoverArrowBounds.html +0 -52
- package/dist/test/pages/Popups.html +0 -131
- package/dist/test/pages/ProgressIndicator.html +0 -154
- package/dist/test/pages/RTL.html +0 -118
- package/dist/test/pages/RadioButton.html +0 -201
- package/dist/test/pages/RangeSlider.html +0 -96
- package/dist/test/pages/RatingIndicator.html +0 -117
- package/dist/test/pages/ResizeHandler.html +0 -74
- package/dist/test/pages/ResponsivePopover.html +0 -267
- package/dist/test/pages/SegmentedButton.html +0 -208
- package/dist/test/pages/Select.html +0 -291
- package/dist/test/pages/SelectMenu.html +0 -681
- package/dist/test/pages/SelectMenuLifecycle.html +0 -123
- package/dist/test/pages/Simple.html +0 -25
- package/dist/test/pages/Slider.html +0 -79
- package/dist/test/pages/SplitButton.html +0 -127
- package/dist/test/pages/StepInput.html +0 -189
- package/dist/test/pages/Switch.html +0 -126
- package/dist/test/pages/TabContainer.html +0 -904
- package/dist/test/pages/Table-perf-pure.html +0 -73
- package/dist/test/pages/Table-perf.html +0 -76
- package/dist/test/pages/Table.html +0 -2808
- package/dist/test/pages/Table2.html +0 -53
- package/dist/test/pages/TableAllPopin.html +0 -228
- package/dist/test/pages/TableCustomStyling.html +0 -89
- package/dist/test/pages/TableGrouping.html +0 -109
- package/dist/test/pages/TableGrowingWithButton.html +0 -805
- package/dist/test/pages/TableGrowingWithScroll.html +0 -801
- package/dist/test/pages/TableSelection.html +0 -445
- package/dist/test/pages/Test.html +0 -15
- package/dist/test/pages/TextArea.html +0 -222
- package/dist/test/pages/TimePicker.html +0 -92
- package/dist/test/pages/TimePickerClock.html +0 -86
- package/dist/test/pages/TimeSelection.html +0 -31
- package/dist/test/pages/TimeSelectionClocks.html +0 -64
- package/dist/test/pages/TimeSelectionInputs.html +0 -89
- package/dist/test/pages/Title.html +0 -60
- package/dist/test/pages/Toast.html +0 -111
- package/dist/test/pages/ToggleButton.html +0 -71
- package/dist/test/pages/Tokenizer.html +0 -91
- package/dist/test/pages/Toolbar.html +0 -288
- package/dist/test/pages/ToolbarButton.html +0 -48
- package/dist/test/pages/ToolbarSelect.html +0 -65
- package/dist/test/pages/Tree.html +0 -307
- package/dist/test/pages/TreeDynamic.html +0 -56
- package/dist/test/pages/WheelSlider_Test_Page.html +0 -17
- package/dist/test/pages/base/AriaLabelHelper.html +0 -334
- package/dist/test/pages/base/DOMObserver.html +0 -20
- package/dist/test/pages/base/IconCollection.html +0 -23
- package/dist/test/pages/base/IconCollectionInCustomTheme.html +0 -25
- package/dist/test/pages/base/IgnoreCustomElements.html +0 -26
- package/dist/test/pages/base/InvisibleMessage.html +0 -44
- package/dist/test/pages/form.html +0 -123
- package/dist/test/pages/i18n-defaultLang.html +0 -31
- package/dist/test/pages/i18n-demo.html +0 -79
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t="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",e="41.0.0",n="2022-12-19T09:41:25.319Z",a="left-to-right",r={era:{displayName:"letopočet"},"year-wide":{displayName:"rok","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"příští rok","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} rok","relativeTimePattern-count-few":"za {0} roky","relativeTimePattern-count-many":"za {0} roku","relativeTimePattern-count-other":"za {0} let"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} rokem","relativeTimePattern-count-few":"před {0} lety","relativeTimePattern-count-many":"před {0} roku","relativeTimePattern-count-other":"před {0} lety"}},"year-short":{displayName:"r.","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"příští rok","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} r.","relativeTimePattern-count-few":"za {0} r.","relativeTimePattern-count-many":"za {0} r.","relativeTimePattern-count-other":"za {0} l."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} r.","relativeTimePattern-count-few":"před {0} r.","relativeTimePattern-count-many":"před {0} r.","relativeTimePattern-count-other":"před {0} l."}},"year-narrow":{displayName:"r.","relative-type--1":"minulý rok","relative-type-0":"tento rok","relative-type-1":"příští rok","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} r.","relativeTimePattern-count-few":"za {0} r.","relativeTimePattern-count-many":"za {0} r.","relativeTimePattern-count-other":"za {0} l."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} r.","relativeTimePattern-count-few":"před {0} r.","relativeTimePattern-count-many":"před {0} r.","relativeTimePattern-count-other":"před {0} l."}},"quarter-wide":{displayName:"čtvrtletí","relative-type--1":"minulé čtvrtletí","relative-type-0":"toto čtvrtletí","relative-type-1":"příští čtvrtletí","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} čtvrtletí","relativeTimePattern-count-few":"za {0} čtvrtletí","relativeTimePattern-count-many":"za {0} čtvrtletí","relativeTimePattern-count-other":"za {0} čtvrtletí"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} čtvrtletím","relativeTimePattern-count-few":"před {0} čtvrtletími","relativeTimePattern-count-many":"před {0} čtvrtletí","relativeTimePattern-count-other":"před {0} čtvrtletími"}},"quarter-short":{displayName:"Q","relative-type--1":"minulé čtvrtletí","relative-type-0":"toto čtvrtletí","relative-type-1":"příští čtvrtletí","relativeTime-type-future":{"relativeTimePattern-count-one":"+{0} Q","relativeTimePattern-count-few":"+{0} Q","relativeTimePattern-count-many":"+{0} Q","relativeTimePattern-count-other":"+{0} Q"},"relativeTime-type-past":{"relativeTimePattern-count-one":"-{0} Q","relativeTimePattern-count-few":"-{0} Q","relativeTimePattern-count-many":"-{0} Q","relativeTimePattern-count-other":"-{0} Q"}},"quarter-narrow":{displayName:"Q","relative-type--1":"minulé čtvrtletí","relative-type-0":"toto čtvrtletí","relative-type-1":"příští čtvrtletí","relativeTime-type-future":{"relativeTimePattern-count-one":"+{0} Q","relativeTimePattern-count-few":"+{0} Q","relativeTimePattern-count-many":"+{0} Q","relativeTimePattern-count-other":"+{0} Q"},"relativeTime-type-past":{"relativeTimePattern-count-one":"-{0} Q","relativeTimePattern-count-few":"-{0} Q","relativeTimePattern-count-many":"-{0} Q","relativeTimePattern-count-other":"-{0} Q"}},"month-wide":{displayName:"měsíc","relative-type--1":"minulý měsíc","relative-type-0":"tento měsíc","relative-type-1":"příští měsíc","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} měsíc","relativeTimePattern-count-few":"za {0} měsíce","relativeTimePattern-count-many":"za {0} měsíce","relativeTimePattern-count-other":"za {0} měsíců"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} měsícem","relativeTimePattern-count-few":"před {0} měsíci","relativeTimePattern-count-many":"před {0} měsíce","relativeTimePattern-count-other":"před {0} měsíci"}},"month-short":{displayName:"měs.","relative-type--1":"minulý měs.","relative-type-0":"tento měs.","relative-type-1":"příští měs.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} měs.","relativeTimePattern-count-few":"za {0} měs.","relativeTimePattern-count-many":"za {0} měs.","relativeTimePattern-count-other":"za {0} měs."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} měs.","relativeTimePattern-count-few":"před {0} měs.","relativeTimePattern-count-many":"před {0} měs.","relativeTimePattern-count-other":"před {0} měs."}},"month-narrow":{displayName:"měs.","relative-type--1":"minulý měs.","relative-type-0":"tento měs.","relative-type-1":"příští měs.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} měs.","relativeTimePattern-count-few":"za {0} měs.","relativeTimePattern-count-many":"za {0} měs.","relativeTimePattern-count-other":"za {0} měs."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} měs.","relativeTimePattern-count-few":"před {0} měs.","relativeTimePattern-count-many":"před {0} měs.","relativeTimePattern-count-other":"před {0} měs."}},"week-wide":{displayName:"týden","relative-type--1":"minulý týden","relative-type-0":"tento týden","relative-type-1":"příští týden","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} týden","relativeTimePattern-count-few":"za {0} týdny","relativeTimePattern-count-many":"za {0} týdne","relativeTimePattern-count-other":"za {0} týdnů"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} týdnem","relativeTimePattern-count-few":"před {0} týdny","relativeTimePattern-count-many":"před {0} týdne","relativeTimePattern-count-other":"před {0} týdny"},relativePeriod:"v týdnu {0}"},"week-short":{displayName:"týd.","relative-type--1":"minulý týd.","relative-type-0":"tento týd.","relative-type-1":"příští týd.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} týd.","relativeTimePattern-count-few":"za {0} týd.","relativeTimePattern-count-many":"za {0} týd.","relativeTimePattern-count-other":"za {0} týd."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} týd.","relativeTimePattern-count-few":"před {0} týd.","relativeTimePattern-count-many":"před {0} týd.","relativeTimePattern-count-other":"před {0} týd."},relativePeriod:"v týd. {0}"},"week-narrow":{displayName:"týd.","relative-type--1":"minulý týd.","relative-type-0":"tento týd.","relative-type-1":"příští týd.","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} týd.","relativeTimePattern-count-few":"za {0} týd.","relativeTimePattern-count-many":"za {0} týd.","relativeTimePattern-count-other":"za {0} týd."},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} týd.","relativeTimePattern-count-few":"před {0} týd.","relativeTimePattern-count-many":"před {0} týd.","relativeTimePattern-count-other":"před {0} týd."},relativePeriod:"v týd. {0}"},"day-wide":{displayName:"den","relative-type--2":"předevčírem","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zítra","relative-type-2":"pozítří","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} den","relativeTimePattern-count-few":"za {0} dny","relativeTimePattern-count-many":"za {0} dne","relativeTimePattern-count-other":"za {0} dní"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} dnem","relativeTimePattern-count-few":"před {0} dny","relativeTimePattern-count-many":"před {0} dne","relativeTimePattern-count-other":"před {0} dny"}},"day-short":{displayName:"den","relative-type--2":"předevčírem","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zítra","relative-type-2":"pozítří","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} den","relativeTimePattern-count-few":"za {0} dny","relativeTimePattern-count-many":"za {0} dne","relativeTimePattern-count-other":"za {0} dní"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} dnem","relativeTimePattern-count-few":"před {0} dny","relativeTimePattern-count-many":"před {0} dne","relativeTimePattern-count-other":"před {0} dny"}},"day-narrow":{displayName:"den","relative-type--2":"předevčírem","relative-type--1":"včera","relative-type-0":"dnes","relative-type-1":"zítra","relative-type-2":"pozítří","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} den","relativeTimePattern-count-few":"za {0} dny","relativeTimePattern-count-many":"za {0} dne","relativeTimePattern-count-other":"za {0} dní"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} dnem","relativeTimePattern-count-few":"před {0} dny","relativeTimePattern-count-many":"před {0} dne","relativeTimePattern-count-other":"před {0} dny"}},weekday:{displayName:"den v týdnu"},"hour-wide":{displayName:"hodina","relative-type-0":"tuto hodinu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} hodinu","relativeTimePattern-count-few":"za {0} hodiny","relativeTimePattern-count-many":"za {0} hodiny","relativeTimePattern-count-other":"za {0} hodin"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} hodinou","relativeTimePattern-count-few":"před {0} hodinami","relativeTimePattern-count-many":"před {0} hodiny","relativeTimePattern-count-other":"před {0} hodinami"}},"hour-short":{displayName:"h","relative-type-0":"tuto hodinu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} h","relativeTimePattern-count-few":"za {0} h","relativeTimePattern-count-many":"za {0} h","relativeTimePattern-count-other":"za {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} h","relativeTimePattern-count-few":"před {0} h","relativeTimePattern-count-many":"před {0} h","relativeTimePattern-count-other":"před {0} h"}},"hour-narrow":{displayName:"h","relative-type-0":"tuto hodinu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} h","relativeTimePattern-count-few":"za {0} h","relativeTimePattern-count-many":"za {0} h","relativeTimePattern-count-other":"za {0} h"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} h","relativeTimePattern-count-few":"před {0} h","relativeTimePattern-count-many":"před {0} h","relativeTimePattern-count-other":"před {0} h"}},"minute-wide":{displayName:"minuta","relative-type-0":"tuto minutu","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} minutu","relativeTimePattern-count-few":"za {0} minuty","relativeTimePattern-count-many":"za {0} minuty","relativeTimePattern-count-other":"za {0} minut"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} minutou","relativeTimePattern-count-few":"před {0} minutami","relativeTimePattern-count-many":"před {0} minuty","relativeTimePattern-count-other":"před {0} minutami"}},"minute-short":{displayName:"min","relative-type-0":"tuto minutu","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":"před {0} min","relativeTimePattern-count-few":"před {0} min","relativeTimePattern-count-many":"před {0} min","relativeTimePattern-count-other":"před {0} min"}},"minute-narrow":{displayName:"min","relative-type-0":"tuto minutu","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":"před {0} min","relativeTimePattern-count-few":"před {0} min","relativeTimePattern-count-many":"před {0} min","relativeTimePattern-count-other":"před {0} min"}},"second-wide":{displayName:"sekunda","relative-type-0":"nyní","relativeTime-type-future":{"relativeTimePattern-count-one":"za {0} sekundu","relativeTimePattern-count-few":"za {0} sekundy","relativeTimePattern-count-many":"za {0} sekundy","relativeTimePattern-count-other":"za {0} sekund"},"relativeTime-type-past":{"relativeTimePattern-count-one":"před {0} sekundou","relativeTimePattern-count-few":"před {0} sekundami","relativeTimePattern-count-many":"před {0} sekundy","relativeTimePattern-count-other":"před {0} sekundami"}},"second-short":{displayName:"s","relative-type-0":"nyní","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":"před {0} s","relativeTimePattern-count-few":"před {0} s","relativeTimePattern-count-many":"před {0} s","relativeTimePattern-count-other":"před {0} s"}},"second-narrow":{displayName:"s","relative-type-0":"nyní","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":"před {0} s","relativeTimePattern-count-few":"před {0} s","relativeTimePattern-count-many":"před {0} s","relativeTimePattern-count-other":"před {0} s"}},zone:{displayName:"časové pásmo"}},o={gmtFormat:"GMT{0}"},i={standard:"#,##0.###"},m={standard:"#E0"},u={standard:"#,##0 %"},d={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤"},y={approximately:"~{0}",atLeast:"≥{0}",atMost:"≤{0}",range:"{0}–{1}"},M={AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",CSK:"Kčs",CZK:"Kč",EUR:"€",GBP:"£",HKD:"HK$",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"NT$",USD:"US$",XAF:"FCFA",XCD:"EC$",XEU:"ECU",XOF:"F CFA",XPF:"CFPF"},l=!1,c={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-few":"{0}²","compoundUnitPattern1-count-many":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-few":"{0}³","compoundUnitPattern1-count-many":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-few":"{0} G","unitPattern-count-many":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-few":"{0} m/s²","unitPattern-count-many":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"ot.","unitPattern-count-one":"{0} ot.","unitPattern-count-few":"{0} ot.","unitPattern-count-many":"{0} ot.","unitPattern-count-other":"{0} ot."},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-few":"{0} rad","unitPattern-count-many":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-many":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"′","unitPattern-count-one":"{0}′","unitPattern-count-few":"{0}′","unitPattern-count-many":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"″","unitPattern-count-one":"{0}″","unitPattern-count-few":"{0}″","unitPattern-count-many":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-few":"{0} km²","unitPattern-count-many":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-few":"{0} ha","unitPattern-count-many":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-few":"{0} m²","unitPattern-count-many":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-few":"{0} cm²","unitPattern-count-many":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-few":"{0} mi²","unitPattern-count-many":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"ac","unitPattern-count-one":"{0} ac","unitPattern-count-few":"{0} ac","unitPattern-count-many":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-few":"{0} yd²","unitPattern-count-many":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-few":"{0} ft²","unitPattern-count-many":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-few":"{0} in²","unitPattern-count-many":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dun.","unitPattern-count-one":"{0} dun.","unitPattern-count-few":"{0} dun.","unitPattern-count-many":"{0} dun.","unitPattern-count-other":"{0} dun."},"concentr-karat":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-few":"{0} kt","unitPattern-count-many":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-few":"{0} mg/dl","unitPattern-count-many":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/l","unitPattern-count-one":"{0} mmol/l","unitPattern-count-few":"{0} mmol/l","unitPattern-count-many":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-item":{displayName:"položky","unitPattern-count-one":"{0} položka","unitPattern-count-few":"{0} položky","unitPattern-count-many":"{0} položky","unitPattern-count-other":"{0} položek"},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-few":"{0} ppm","unitPattern-count-many":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"%","unitPattern-count-one":"{0} %","unitPattern-count-few":"{0} %","unitPattern-count-many":"{0} %","unitPattern-count-other":"{0} %"},"concentr-permille":{displayName:"‰","unitPattern-count-one":"{0} ‰","unitPattern-count-few":"{0} ‰","unitPattern-count-many":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0} ‱","unitPattern-count-few":"{0} ‱","unitPattern-count-many":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-few":"{0} mol","unitPattern-count-many":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-few":"{0} l/km","unitPattern-count-many":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100-kilometer":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-few":"{0} l/100 km","unitPattern-count-many":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"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:"mpg Imp.","unitPattern-count-one":"{0} mpg Imp.","unitPattern-count-few":"{0} mpg Imp.","unitPattern-count-many":"{0} mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-few":"{0} PB","unitPattern-count-many":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-few":"{0} TB","unitPattern-count-many":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-few":"{0} Tb","unitPattern-count-many":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-few":"{0} GB","unitPattern-count-many":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-few":"{0} Gb","unitPattern-count-many":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-few":"{0} MB","unitPattern-count-many":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-few":"{0} Mb","unitPattern-count-many":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-few":"{0} kB","unitPattern-count-many":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-few":"{0} kb","unitPattern-count-many":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"B","unitPattern-count-one":"{0} B","unitPattern-count-few":"{0} B","unitPattern-count-many":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"b","unitPattern-count-one":"{0} b","unitPattern-count-few":"{0} b","unitPattern-count-many":"{0} b","unitPattern-count-other":"{0} b"},"duration-century":{displayName:"stol.","unitPattern-count-one":"{0} stol.","unitPattern-count-few":"{0} stol.","unitPattern-count-many":"{0} stol.","unitPattern-count-other":"{0} stol."},"duration-decade":{displayName:"desetil.","unitPattern-count-one":"{0} desetil.","unitPattern-count-few":"{0} desetil.","unitPattern-count-many":"{0} desetil.","unitPattern-count-other":"{0} desetil."},"duration-year":{displayName:"roky","unitPattern-count-one":"{0} rok","unitPattern-count-few":"{0} roky","unitPattern-count-many":"{0} roku","unitPattern-count-other":"{0} let",perUnitPattern:"{0}/r"},"duration-month":{displayName:"měs.","unitPattern-count-one":"{0} měs.","unitPattern-count-few":"{0} měs.","unitPattern-count-many":"{0} měs.","unitPattern-count-other":"{0} měs.",perUnitPattern:"{0}/měs."},"duration-week":{displayName:"týd.","unitPattern-count-one":"{0} týd.","unitPattern-count-few":"{0} týd.","unitPattern-count-many":"{0} týd.","unitPattern-count-other":"{0} týd.",perUnitPattern:"{0}/týd."},"duration-day":{displayName:"dny","unitPattern-count-one":"{0} den","unitPattern-count-few":"{0} dny","unitPattern-count-many":"{0} dne","unitPattern-count-other":"{0} dnů",perUnitPattern:"{0}/den"},"duration-hour":{displayName:"h","unitPattern-count-one":"{0} h","unitPattern-count-few":"{0} h","unitPattern-count-many":"{0} h","unitPattern-count-other":"{0} h",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-few":"{0} min","unitPattern-count-many":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"s","unitPattern-count-one":"{0} s","unitPattern-count-few":"{0} s","unitPattern-count-many":"{0} s","unitPattern-count-other":"{0} s",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-few":"{0} ms","unitPattern-count-many":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-few":"{0} μs","unitPattern-count-many":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-few":"{0} ns","unitPattern-count-many":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-few":"{0} A","unitPattern-count-many":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-few":"{0} mA","unitPattern-count-many":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-few":"{0} Ω","unitPattern-count-many":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-few":"{0} V","unitPattern-count-many":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-many":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-few":"{0} cal","unitPattern-count-many":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-few":"{0} kcal","unitPattern-count-many":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-few":"{0} kJ","unitPattern-count-many":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-few":"{0} J","unitPattern-count-many":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-few":"{0} kWh","unitPattern-count-many":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-few":"{0} eV","unitPattern-count-many":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"BTU","unitPattern-count-one":"{0} BTU","unitPattern-count-few":"{0} BTU","unitPattern-count-many":"{0} BTU","unitPattern-count-other":"{0} BTU"},"energy-therm-us":{displayName:"therm","unitPattern-count-one":"{0} therm","unitPattern-count-few":"{0} therm","unitPattern-count-many":"{0} therm","unitPattern-count-other":"{0} therm"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-few":"{0} lbf","unitPattern-count-many":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-few":"{0} N","unitPattern-count-many":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-one":"{0} kWh/100km","unitPattern-count-few":"{0} kWh/100km","unitPattern-count-many":"{0} kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-few":"{0} GHz","unitPattern-count-many":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-few":"{0} MHz","unitPattern-count-many":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-few":"{0} kHz","unitPattern-count-many":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-few":"{0} Hz","unitPattern-count-many":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-few":"{0} em","unitPattern-count-many":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-one":"{0} px","unitPattern-count-few":"{0} px","unitPattern-count-many":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"Mpx","unitPattern-count-one":"{0} Mpx","unitPattern-count-few":"{0} Mpx","unitPattern-count-many":"{0} Mpx","unitPattern-count-other":"{0} Mpx"},"graphics-pixel-per-centimeter":{displayName:"PPCM","unitPattern-count-one":"{0} PPCM","unitPattern-count-few":"{0} PPCM","unitPattern-count-many":"{0} PPCM","unitPattern-count-other":"{0} PPCM"},"graphics-pixel-per-inch":{displayName:"PPI","unitPattern-count-one":"{0} PPI","unitPattern-count-few":"{0} PPI","unitPattern-count-many":"{0} PPI","unitPattern-count-other":"{0} PPI"},"graphics-dot-per-centimeter":{displayName:"DPCM","unitPattern-count-one":"{0} DPCM","unitPattern-count-few":"{0} DPCM","unitPattern-count-many":"{0} DPCM","unitPattern-count-other":"{0} DPCM"},"graphics-dot-per-inch":{displayName:"DPI","unitPattern-count-one":"{0} DPI","unitPattern-count-few":"{0} DPI","unitPattern-count-many":"{0} DPI","unitPattern-count-other":"{0} DPI"},"graphics-dot":{displayName:"pixely","unitPattern-count-one":"{0} px","unitPattern-count-few":"{0} px","unitPattern-count-many":"{0} px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-few":"{0} R⊕","unitPattern-count-many":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-few":"{0} km","unitPattern-count-many":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-few":"{0} m","unitPattern-count-many":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-few":"{0} dm","unitPattern-count-many":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-few":"{0} cm","unitPattern-count-many":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-few":"{0} mm","unitPattern-count-many":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-few":"{0} μm","unitPattern-count-many":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-few":"{0} nm","unitPattern-count-many":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-few":"{0} pm","unitPattern-count-many":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-few":"{0} mi","unitPattern-count-many":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yd","unitPattern-count-one":"{0} yd","unitPattern-count-few":"{0} yd","unitPattern-count-many":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-few":"{0} ft","unitPattern-count-many":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"in","unitPattern-count-one":"{0} in","unitPattern-count-few":"{0} in","unitPattern-count-many":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-few":"{0} pc","unitPattern-count-many":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"ly","unitPattern-count-one":"{0} ly","unitPattern-count-few":"{0} ly","unitPattern-count-many":"{0} ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-few":"{0} au","unitPattern-count-many":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"fur","unitPattern-count-one":"{0} fur","unitPattern-count-few":"{0} fur","unitPattern-count-many":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-one":"{0} fth","unitPattern-count-few":"{0} fth","unitPattern-count-many":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-few":"{0} nmi","unitPattern-count-many":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-few":"{0} smi","unitPattern-count-many":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-few":"{0} R☉","unitPattern-count-many":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-few":"{0} lx","unitPattern-count-many":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-few":"{0} cd","unitPattern-count-many":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-few":"{0} lm","unitPattern-count-many":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-few":"{0} L☉","unitPattern-count-many":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-few":"{0} t","unitPattern-count-many":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-few":"{0} kg","unitPattern-count-many":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-few":"{0} g","unitPattern-count-many":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-few":"{0} mg","unitPattern-count-many":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-few":"{0} μg","unitPattern-count-many":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"sht","unitPattern-count-one":"{0} sht","unitPattern-count-few":"{0} sht","unitPattern-count-many":"{0} sht","unitPattern-count-other":"{0} sht"},"mass-stone":{displayName:"st","unitPattern-count-one":"{0} st","unitPattern-count-few":"{0} st","unitPattern-count-many":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-few":"{0} lb","unitPattern-count-many":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-few":"{0} oz","unitPattern-count-many":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-few":"{0} oz t","unitPattern-count-many":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-one":"{0} CD","unitPattern-count-few":"{0} CD","unitPattern-count-many":"{0} CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-few":"{0} Da","unitPattern-count-many":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-few":"{0} M⊕","unitPattern-count-many":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-few":"{0} M☉","unitPattern-count-many":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gr","unitPattern-count-one":"{0} gr","unitPattern-count-few":"{0} gr","unitPattern-count-many":"{0} gr","unitPattern-count-other":"{0} gr"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-few":"{0} GW","unitPattern-count-many":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-few":"{0} MW","unitPattern-count-many":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-few":"{0} kW","unitPattern-count-many":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-few":"{0} W","unitPattern-count-many":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-few":"{0} mW","unitPattern-count-many":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-few":"{0} hp","unitPattern-count-many":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-millimeter-ofhg":{displayName:"mm Hg","unitPattern-count-one":"{0} mm Hg","unitPattern-count-few":"{0} mm Hg","unitPattern-count-many":"{0} mm Hg","unitPattern-count-other":"{0} mm Hg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-few":"{0} psi","unitPattern-count-many":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-few":"{0} inHg","unitPattern-count-many":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-few":"{0} bar","unitPattern-count-many":"{0} bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mb","unitPattern-count-one":"{0} mb","unitPattern-count-few":"{0} mb","unitPattern-count-many":"{0} mb","unitPattern-count-other":"{0} mb"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-few":"{0} atm","unitPattern-count-many":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-few":"{0} Pa","unitPattern-count-many":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-few":"{0} hPa","unitPattern-count-many":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-few":"{0} kPa","unitPattern-count-many":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-few":"{0} MPa","unitPattern-count-many":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/h","unitPattern-count-one":"{0} km/h","unitPattern-count-few":"{0} km/h","unitPattern-count-many":"{0} km/h","unitPattern-count-other":"{0} km/h"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-few":"{0} m/s","unitPattern-count-many":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-few":"{0} mi/h","unitPattern-count-many":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-few":"{0} kn","unitPattern-count-many":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-few":"{0}°","unitPattern-count-many":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0} °C","unitPattern-count-few":"{0} °C","unitPattern-count-many":"{0} °C","unitPattern-count-other":"{0} °C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0} °F","unitPattern-count-few":"{0} °F","unitPattern-count-many":"{0} °F","unitPattern-count-other":"{0} °F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-few":"{0} K","unitPattern-count-many":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-few":"{0} lbf⋅ft","unitPattern-count-many":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-few":"{0} Nm","unitPattern-count-many":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-few":"{0} km³","unitPattern-count-many":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-few":"{0} m³","unitPattern-count-many":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-few":"{0} cm³","unitPattern-count-many":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-few":"{0} mi³","unitPattern-count-many":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-few":"{0} yd³","unitPattern-count-many":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-few":"{0} ft³","unitPattern-count-many":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-few":"{0} in³","unitPattern-count-many":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"Ml","unitPattern-count-one":"{0} Ml","unitPattern-count-few":"{0} Ml","unitPattern-count-many":"{0} Ml","unitPattern-count-other":"{0} Ml"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-few":"{0} hl","unitPattern-count-many":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-few":"{0} l","unitPattern-count-many":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-few":"{0} dl","unitPattern-count-many":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-few":"{0} cl","unitPattern-count-many":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-few":"{0} ml","unitPattern-count-many":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-few":"{0} mpt","unitPattern-count-many":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-few":"{0} mc","unitPattern-count-many":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-few":"{0} ac ft","unitPattern-count-many":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-one":"{0} bu","unitPattern-count-few":"{0} bu","unitPattern-count-many":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-few":"{0} gal","unitPattern-count-many":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"gal Imp.","unitPattern-count-one":"{0} gal Imp.","unitPattern-count-few":"{0} gal Imp.","unitPattern-count-many":"{0} gal Imp.","unitPattern-count-other":"{0} gal Imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-few":"{0} qt","unitPattern-count-many":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-few":"{0} pt","unitPattern-count-many":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-few":"{0} c","unitPattern-count-many":"{0} c","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:"tbsp","unitPattern-count-one":"{0} tbsp","unitPattern-count-few":"{0} tbsp","unitPattern-count-many":"{0} tbsp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-one":"{0} tsp","unitPattern-count-few":"{0} tsp","unitPattern-count-many":"{0} tsp","unitPattern-count-other":"{0} tsp"},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-few":"{0} bbl","unitPattern-count-many":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"dstspn","unitPattern-count-one":"{0} dstspn","unitPattern-count-few":"{0} dstspn","unitPattern-count-many":"{0} dstspn","unitPattern-count-other":"{0} dstspn"},"volume-dessert-spoon-imperial":{displayName:"dstspn Imp.","unitPattern-count-one":"{0} dstspn Imp.","unitPattern-count-few":"{0} dstspn Imp.","unitPattern-count-many":"{0} dstspn Imp.","unitPattern-count-other":"{0} dstspn Imp."},"volume-drop":{displayName:"kapky","unitPattern-count-one":"{0} kapka","unitPattern-count-few":"{0} kapky","unitPattern-count-many":"{0} kapky","unitPattern-count-other":"{0} kapek"},"volume-dram":{displayName:"fl dr","unitPattern-count-one":"{0} fl dr","unitPattern-count-few":"{0} fl dr","unitPattern-count-many":"{0} fl dr","unitPattern-count-other":"{0} fl dr"},"volume-jigger":{displayName:"odměrky","unitPattern-count-one":"{0} odměrka","unitPattern-count-few":"{0} odměrky","unitPattern-count-many":"{0} odměrky","unitPattern-count-other":"{0} odměrek"},"volume-pinch":{displayName:"špetky","unitPattern-count-one":"{0} špetka","unitPattern-count-few":"{0} špetky","unitPattern-count-many":"{0} špetky","unitPattern-count-other":"{0} špetek"},"volume-quart-imperial":{displayName:"qt Imp.","unitPattern-count-one":"{0} qt Imp.","unitPattern-count-few":"{0} qt Imp.","unitPattern-count-many":"{0} qt Imp.","unitPattern-count-other":"{0} qt Imp."},coordinateUnit:{displayName:"směr",east:"{0} v. d.",north:"{0} s. š.",south:"{0} j. š.",west:"{0} z. d."}}},P={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},s={one:"i = 1 and v = 0",few:"i = 2..4 and v = 0",many:"v != 0"},p={_allowed:"H",_preferred:"H"},h={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"22:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"09:00",_from:"04:00"},morning2:{_before:"12:00",_from:"09:00"},night1:{_before:"04:00",_from:"22:00"},noon:{_at:"12:00"}},G={__license:t,__version:e,__buildtime:n,orientation:a,"ca-gregorian":{dateFormats:{full:"EEEE d. MMMM y",long:"d. MMMM y",medium:"d. M. y",short:"dd.MM.yy"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d.",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"d. M. y GGGGG",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. MMMM y G",GyMMMMEd:"E d. MMMM y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"H:mm:ss v",hmv:"h:mm a v",Hmv:"H:mm v",M:"L",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d. M. y",yMEd:"E d. M. y",yMMM:"LLLL y",yMMMd:"d. M. y",yMMMEd:"E d. M. y",yMMMM:"LLLL y",yMMMMd:"d. MMMM y",yMMMMEd:"E d. MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"W. 'týden' MMMM",yw:"w. 'týden' 'roku' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d.–d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},y:{y:"y–y"},yM:{M:"M/y – M/y",y:"M/y – M/y"},yMd:{d:"dd.MM.y – dd.MM.y",M:"dd.MM.y – dd.MM.y",y:"dd.MM.y – dd.MM.y"},yMEd:{d:"E dd.MM.y – E dd.MM.y",M:"E dd.MM.y – E dd.MM.y",y:"E dd.MM.y – E dd.MM.y"},yMMM:{M:"MMM–MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d.–d. M. y",M:"d. M. – d. M. y",y:"d. M. y – d. M. y"},yMMMEd:{d:"E d. M. – E d. M. y",M:"E d. M. – E d. M. y",y:"E d. M. y – E d. M. y"},yMMMM:{M:"LLLL–LLLL y",y:"LLLL y – LLLL y"}}},months:{format:{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]},"stand-alone":{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]}},days:{format:{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},"stand-alone":{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]}},dayPeriods:{format:{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]},"stand-alone":{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"půln.",noon:"pol.",morning1:"r.",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"v n."},narrow:{midnight:"půl.",noon:"pol.",morning1:"r.",morning2:"d.",afternoon1:"o.",evening1:"v.",night1:"n."},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"},narrow:{midnight:"půl.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"noc"},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"}}},"era-wide":{0:"před naším letopočtem",1:"našeho letopočtu"},"era-abbreviated":{0:"př. n. l.",1:"n. l."},"era-narrow":{0:"př.n.l.",1:"n.l."}},"ca-islamic":{dateFormats:{full:"EEEE d. MMMM y G",long:"d. MMMM y G",medium:"d. M. y G",short:"dd.MM.yy GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d.",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"d. M. y GGGGG",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. MMMM y G",GyMMMMEd:"E d. MMMM y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. MMMM y G",yyyyMMMMEd:"E d. MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d.–d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},yMd:{d:"dd.MM.y – dd.MM.y G",M:"dd.MM.y – dd.MM.y G",y:"dd.MM.y – dd.MM.y G"},yMEd:{d:"E dd.MM.y – E dd.MM.y G",M:"E dd.MM.y – E dd.MM.y G",y:"E dd.MM.y – E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. M. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["muh.","saf.","reb. I","reb. II","džum. I","džum. II","red.","ša.","ram.","šaw.","zú l-k.","zú l-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["muharrem","safar","rebí’u l-awwal","rebí’u s-sání","džumádá al-úlá","džumádá al-áchira","redžeb","ša’bán","ramadán","šawwal","zú l-ka’da","zú l-hidždža"]},"stand-alone":{abbreviated:["muh.","saf.","reb. I","reb. II","džum. I","džum. II","red.","ša.","ram.","šaw.","zú l-k.","zú l-h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["muharrem","safar","rebí’u l-awwal","rebí’u s-sání","džumádá al-úlá","džumádá al-áchira","redžeb","ša’bán","ramadán","šawwal","zú l-ka’da","zú l-hidždža"]}},days:{format:{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},"stand-alone":{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]}},dayPeriods:{format:{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]},"stand-alone":{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"půln.",noon:"pol.",morning1:"r.",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"v n."},narrow:{midnight:"půl.",noon:"pol.",morning1:"r.",morning2:"d.",afternoon1:"o.",evening1:"v.",night1:"n."},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"},narrow:{midnight:"půl.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"noc"},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"}}},"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. M. y G",short:"dd.MM.yy GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d.",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"d. M. y GGGGG",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. MMMM y G",GyMMMMEd:"E d. MMMM y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. MMMM y G",yyyyMMMMEd:"E d. MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d.–d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},y:{y:"y–y G",G:"y G–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G",G:"M/y G – M/y G"},yMd:{d:"dd.MM.y – dd.MM.y G",M:"dd.MM.y – dd.MM.y G",y:"dd.MM.y – dd.MM.y G",G:"dd.MM.y G – dd.MM.y G"},yMEd:{d:"E dd.MM.y – E dd.MM.y G",M:"E dd.MM.y – E dd.MM.y G",y:"E dd.MM.y – E dd.MM.y G",G:"E dd.MM.y G – E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G",G:"MMM y G – MMM y G"},yMMMd:{d:"d.–d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G",G:"d. M. y G – d. M. y G"},yMMMEd:{d:"E d. M. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G",G:"E d. M. y G – E d. M. y G"},yMMMM:{M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G",G:"LLLL y G – LLLL y G"}}},months:{format:{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]},"stand-alone":{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]}},days:{format:{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},"stand-alone":{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]}},dayPeriods:{format:{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]},"stand-alone":{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"půln.",noon:"pol.",morning1:"r.",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"v n."},narrow:{midnight:"půl.",noon:"pol.",morning1:"r.",morning2:"d.",afternoon1:"o.",evening1:"v.",night1:"n."},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"},narrow:{midnight:"půl.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"noc"},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"}}},"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. M. y G",short:"dd.MM.yy GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d.",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"d. M. y GGGGG",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. MMMM y G",GyMMMMEd:"E d. MMMM y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. MMMM y G",yyyyMMMMEd:"E d. MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d.–d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},yMd:{d:"dd.MM.y – dd.MM.y G",M:"dd.MM.y – dd.MM.y G",y:"dd.MM.y – dd.MM.y G"},yMEd:{d:"E dd.MM.y – E dd.MM.y G",M:"E dd.MM.y – E dd.MM.y G",y:"E dd.MM.y – E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. M. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"]},"stand-alone":{abbreviated:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehešt","chordád","tír","mordád","šahrívar","mehr","ábán","ázar","dei","bahman","esfand"]}},days:{format:{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},"stand-alone":{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]}},dayPeriods:{format:{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]},"stand-alone":{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"půln.",noon:"pol.",morning1:"r.",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"v n."},narrow:{midnight:"půl.",noon:"pol.",morning1:"r.",morning2:"d.",afternoon1:"o.",evening1:"v.",night1:"n."},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"},narrow:{midnight:"půl.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"noc"},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"}}},"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. M. y G",short:"dd.MM.yy GGGGG"},timeFormats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d.",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d.",Ehm:"E h:mm a",EHm:"E H:mm",Ehms:"E h:mm:ss a",EHms:"E H:mm:ss",Gy:"y G",GyMd:"d. M. y GGGGG",GyMMM:"LLLL y G",GyMMMd:"d. M. y G",GyMMMEd:"E d. M. y G",GyMMMMd:"d. MMMM y G",GyMMMMEd:"E d. MMMM y G",h:"h a",H:"H",hm:"h:mm a",Hm:"H:mm",hms:"h:mm:ss a",Hms:"H:mm:ss",M:"L",Md:"d. M.",MEd:"E d. M.",MMM:"LLL",MMMd:"d. M.",MMMEd:"E d. M.",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"d. M. y GGGGG",yyyyMEd:"E d. M. y GGGGG",yyyyMMM:"LLLL y G",yyyyMMMd:"d. M. y G",yyyyMMMEd:"E d. M. y G",yyyyMMMM:"LLLL y G",yyyyMMMMd:"d. MMMM y G",yyyyMMMMEd:"E d. MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"d. M. y – d. M. y GGGGG",G:"d. M. y GGGGG – d. M. y GGGGG",M:"d. M. y – d. M. y GGGGG",y:"d. M. y – d. M. y GGGGG"},GyMEd:{d:"E d. M. y – E d. M. y GGGGG",G:"E d. M. y GGGGG – E d. M. y GGGGG",M:"E d. M. y – E d. M. y GGGGG",y:"E d. M. y – E d. M. y GGGGG"},GyMMM:{G:"LLLL y G – LLLL y G",M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"},GyMMMd:{d:"d.–d. M. y G",G:"d. M. y G – d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},GyMMMEd:{d:"E d. M. – E d. M. y G",G:"E d. M. y G – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"H–H"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"H:mm–H:mm",m:"H:mm–H:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"H:mm–H:mm v",m:"H:mm–H:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"H–H v"},M:{M:"M–M"},Md:{d:"d. M. – d. M.",M:"d. M. – d. M."},MEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. M.",M:"d. M. – d. M."},MMMEd:{d:"E d. M. – E d. M.",M:"E d. M. – E d. M."},y:{y:"y–y G"},yM:{M:"M/y – M/y G",y:"M/y – M/y G"},yMd:{d:"dd.MM.y – dd.MM.y G",M:"dd.MM.y – dd.MM.y G",y:"dd.MM.y – dd.MM.y G"},yMEd:{d:"E dd.MM.y – E dd.MM.y G",M:"E dd.MM.y – E dd.MM.y G",y:"E dd.MM.y – E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d.–d. M. y G",M:"d. M. – d. M. y G",y:"d. M. y – d. M. y G"},yMMMEd:{d:"E d. M. – E d. M. y G",M:"E d. M. – E d. M. y G",y:"E d. M. y – E d. M. y G"},yMMMM:{M:"LLLL–LLLL y G",y:"LLLL y – LLLL y G"}}},months:{format:{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]},"stand-alone":{abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]}},days:{format:{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},"stand-alone":{abbreviated:["ne","po","út","st","čt","pá","so"],narrow:["N","P","Ú","S","Č","P","S"],short:["ne","po","út","st","čt","pá","so"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]}},dayPeriods:{format:{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]},"stand-alone":{abbreviated:["dop.","odp."],narrow:["dop.","odp."],wide:["dop.","odp."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"půln.",noon:"pol.",morning1:"r.",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"v n."},narrow:{midnight:"půl.",noon:"pol.",morning1:"r.",morning2:"d.",afternoon1:"o.",evening1:"v.",night1:"n."},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"v noci"}},"stand-alone":{abbreviated:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"},narrow:{midnight:"půl.",noon:"pol.",morning1:"ráno",morning2:"dop.",afternoon1:"odp.",evening1:"več.",night1:"noc"},wide:{midnight:"půlnoc",noon:"poledne",morning1:"ráno",morning2:"dopoledne",afternoon1:"odpoledne",evening1:"večer",night1:"noc"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:r,timezoneNamesFormats:o,decimalFormat:i,"decimalFormat-long":{"1000-one":"0 tisíc","1000-few":"0 tisíce","1000-many":"0 tisíce","1000-other":"0 tisíc","10000-one":"00 tisíc","10000-few":"00 tisíc","10000-many":"00 tisíce","10000-other":"00 tisíc","100000-one":"000 tisíc","100000-few":"000 tisíc","100000-many":"000 tisíce","100000-other":"000 tisíc","1000000-one":"0 milion","1000000-few":"0 miliony","1000000-many":"0 milionu","1000000-other":"0 milionů","10000000-one":"00 milionů","10000000-few":"00 milionů","10000000-many":"00 milionu","10000000-other":"00 milionů","100000000-one":"000 milionů","100000000-few":"000 milionů","100000000-many":"000 milionu","100000000-other":"000 milionů","1000000000-one":"0 miliarda","1000000000-few":"0 miliardy","1000000000-many":"0 miliardy","1000000000-other":"0 miliard","10000000000-one":"00 miliard","10000000000-few":"00 miliard","10000000000-many":"00 miliardy","10000000000-other":"00 miliard","100000000000-one":"000 miliard","100000000000-few":"000 miliard","100000000000-many":"000 miliardy","100000000000-other":"000 miliard","1000000000000-one":"0 bilion","1000000000000-few":"0 biliony","1000000000000-many":"0 bilionu","1000000000000-other":"0 bilionů","10000000000000-one":"00 bilionů","10000000000000-few":"00 bilionů","10000000000000-many":"00 bilionu","10000000000000-other":"00 bilionů","100000000000000-one":"000 bilionů","100000000000000-few":"000 bilionů","100000000000000-many":"000 bilionu","100000000000000-other":"000 bilionů"},"decimalFormat-short":{"1000-one":"0 tis'.'","1000-few":"0 tis'.'","1000-many":"0 tis'.'","1000-other":"0 tis'.'","10000-one":"00 tis'.'","10000-few":"00 tis'.'","10000-many":"00 tis'.'","10000-other":"00 tis'.'","100000-one":"000 tis'.'","100000-few":"000 tis'.'","100000-many":"000 tis'.'","100000-other":"000 tis'.'","1000000-one":"0 mil'.'","1000000-few":"0 mil'.'","1000000-many":"0 mil'.'","1000000-other":"0 mil'.'","10000000-one":"00 mil'.'","10000000-few":"00 mil'.'","10000000-many":"00 mil'.'","10000000-other":"00 mil'.'","100000000-one":"000 mil'.'","100000000-few":"000 mil'.'","100000000-many":"000 mil'.'","100000000-other":"000 mil'.'","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 bil'.'","1000000000000-few":"0 bil'.'","1000000000000-many":"0 bil'.'","1000000000000-other":"0 bil'.'","10000000000000-one":"00 bil'.'","10000000000000-few":"00 bil'.'","10000000000000-many":"00 bil'.'","10000000000000-other":"00 bil'.'","100000000000000-one":"000 bil'.'","100000000000000-few":"000 bil'.'","100000000000000-many":"000 bil'.'","100000000000000-other":"000 bil'.'"},scientificFormat:m,percentFormat:u,currencyFormat:d,miscPattern:y,"currencyFormat-short":{"1000-one":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-many":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-many":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-many":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-many":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-many":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-many":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","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 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-many":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-many":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-many":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},"symbols-latn-decimal":",","symbols-latn-group":" ","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:M,rtl:l,units:c,"lenient-scope-number":{minusSign:"-‐‒–⁻₋−➖﹣-",commaSign:",،٫⹁、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 tis'.' ¤","1000-few":"0 tis'.' ¤","1000-many":"0 tis'.' ¤","1000-other":"0 tis'.' ¤","10000-one":"00 tis'.' ¤","10000-few":"00 tis'.' ¤","10000-many":"00 tis'.' ¤","10000-other":"00 tis'.' ¤","100000-one":"000 tis'.' ¤","100000-few":"000 tis'.' ¤","100000-many":"000 tis'.' ¤","100000-other":"000 tis'.' ¤","1000000-one":"0 mil'.' ¤","1000000-few":"0 mil'.' ¤","1000000-many":"0 mil'.' ¤","1000000-other":"0 mil'.' ¤","10000000-one":"00 mil'.' ¤","10000000-few":"00 mil'.' ¤","10000000-many":"00 mil'.' ¤","10000000-other":"00 mil'.' ¤","100000000-one":"000 mil'.' ¤","100000000-few":"000 mil'.' ¤","100000000-many":"000 mil'.' ¤","100000000-other":"000 mil'.' ¤","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 bil'.' ¤","1000000000000-few":"0 bil'.' ¤","1000000000000-many":"0 bil'.' ¤","1000000000000-other":"0 bil'.' ¤","10000000000000-one":"00 bil'.' ¤","10000000000000-few":"00 bil'.' ¤","10000000000000-many":"00 bil'.' ¤","10000000000000-other":"00 bil'.' ¤","100000000000000-one":"000 bil'.' ¤","100000000000000-few":"000 bil'.' ¤","100000000000000-many":"000 bil'.' ¤","100000000000000-other":"000 bil'.' ¤"},currencyDigits:P,plurals:s,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:p,"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"}},dayPeriodRules:h};export{n as __buildtime,t as __license,e as __version,P as currencyDigits,d as currencyFormat,M as currencySymbols,r as dateFields,h as dayPeriodRules,i as decimalFormat,G as default,y as miscPattern,a as orientation,u as percentFormat,s as plurals,l as rtl,m as scientificFormat,p as timeData,o as timezoneNamesFormats,c as units};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e="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",t="41.0.0",n="2022-12-19T09:41:25.319Z",a="left-to-right",r={era:{displayName:"æra"},"year-wide":{displayName:"år","relative-type--1":"sidste år","relative-type-0":"i år","relative-type-1":"næste år","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} år","relativeTimePattern-count-other":"om {0} år"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} år siden","relativeTimePattern-count-other":"for {0} år siden"}},"year-short":{displayName:"år","relative-type--1":"sidste år","relative-type-0":"i år","relative-type-1":"næste år","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} år","relativeTimePattern-count-other":"om {0} år"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} år siden","relativeTimePattern-count-other":"{0} år siden"}},"year-narrow":{displayName:"år","relative-type--1":"sidste år","relative-type-0":"i år","relative-type-1":"næste år","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} år","relativeTimePattern-count-other":"om {0} år"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} år siden","relativeTimePattern-count-other":"{0} år siden"}},"quarter-wide":{displayName:"kvartal","relative-type--1":"sidste kvartal","relative-type-0":"dette kvartal","relative-type-1":"næste kvartal","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} kvartal","relativeTimePattern-count-other":"om {0} kvartaler"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} kvartal siden","relativeTimePattern-count-other":"for {0} kvartaler siden"}},"quarter-short":{displayName:"kvt.","relative-type--1":"sidste kvt.","relative-type-0":"dette kvt.","relative-type-1":"næste kvt.","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} kvt.","relativeTimePattern-count-other":"om {0} kvt."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kvt. siden","relativeTimePattern-count-other":"{0} kvt. siden"}},"quarter-narrow":{displayName:"kvt.","relative-type--1":"sidste kvt.","relative-type-0":"dette kvt.","relative-type-1":"næste kvt.","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} kvt.","relativeTimePattern-count-other":"om {0} kvt."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kvt. siden","relativeTimePattern-count-other":"{0} kvt. siden"}},"month-wide":{displayName:"måned","relative-type--1":"sidste måned","relative-type-0":"denne måned","relative-type-1":"næste måned","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} måned","relativeTimePattern-count-other":"om {0} måneder"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} måned siden","relativeTimePattern-count-other":"for {0} måneder siden"}},"month-short":{displayName:"md.","relative-type--1":"sidste md.","relative-type-0":"denne md.","relative-type-1":"næste md.","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} md.","relativeTimePattern-count-other":"om {0} mdr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} md. siden","relativeTimePattern-count-other":"{0} mdr. siden"}},"month-narrow":{displayName:"md.","relative-type--1":"sidste md.","relative-type-0":"denne md.","relative-type-1":"næste md.","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} md.","relativeTimePattern-count-other":"om {0} mdr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} md. siden","relativeTimePattern-count-other":"{0} mdr. siden"}},"week-wide":{displayName:"uge","relative-type--1":"sidste uge","relative-type-0":"denne uge","relative-type-1":"næste uge","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} uge","relativeTimePattern-count-other":"om {0} uger"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} uge siden","relativeTimePattern-count-other":"for {0} uger siden"},relativePeriod:"i ugen med {0}"},"week-short":{displayName:"uge","relative-type--1":"sidste uge","relative-type-0":"denne uge","relative-type-1":"næste uge","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} uge","relativeTimePattern-count-other":"om {0} uger"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} uge siden","relativeTimePattern-count-other":"{0} uger siden"},relativePeriod:"i ugen med {0}"},"week-narrow":{displayName:"uge","relative-type--1":"sidste uge","relative-type-0":"denne uge","relative-type-1":"næste uge","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} uge","relativeTimePattern-count-other":"om {0} uger"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} uge siden","relativeTimePattern-count-other":"{0} uger siden"},relativePeriod:"i ugen med {0}"},"day-wide":{displayName:"dag","relative-type--2":"i forgårs","relative-type--1":"i går","relative-type-0":"i dag","relative-type-1":"i morgen","relative-type-2":"i overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} dag","relativeTimePattern-count-other":"om {0} dage"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} dag siden","relativeTimePattern-count-other":"for {0} dage siden"}},"day-short":{displayName:"dag","relative-type--2":"i forgårs","relative-type--1":"i går","relative-type-0":"i dag","relative-type-1":"i morgen","relative-type-2":"i overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} dag","relativeTimePattern-count-other":"om {0} dage"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dag siden","relativeTimePattern-count-other":"{0} dage siden"}},"day-narrow":{displayName:"dag","relative-type--2":"i forgårs","relative-type--1":"i går","relative-type-0":"i dag","relative-type-1":"i morgen","relative-type-2":"i overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} dag","relativeTimePattern-count-other":"om {0} dage"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dag siden","relativeTimePattern-count-other":"{0} dage siden"}},weekday:{displayName:"ugedag"},"hour-wide":{displayName:"time","relative-type-0":"denne time","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} time","relativeTimePattern-count-other":"om {0} timer"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} time siden","relativeTimePattern-count-other":"for {0} timer siden"}},"hour-short":{displayName:"t.","relative-type-0":"denne time","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} time","relativeTimePattern-count-other":"om {0} timer"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} time siden","relativeTimePattern-count-other":"{0} timer siden"}},"hour-narrow":{displayName:"t.","relative-type-0":"denne time","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} time","relativeTimePattern-count-other":"om {0} timer"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} time siden","relativeTimePattern-count-other":"{0} timer siden"}},"minute-wide":{displayName:"minut","relative-type-0":"dette minut","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} minut","relativeTimePattern-count-other":"om {0} minutter"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} minut siden","relativeTimePattern-count-other":"for {0} minutter siden"}},"minute-short":{displayName:"min.","relative-type-0":"dette minut","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} min.","relativeTimePattern-count-other":"om {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. siden","relativeTimePattern-count-other":"{0} min. siden"}},"minute-narrow":{displayName:"min.","relative-type-0":"dette minut","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} min.","relativeTimePattern-count-other":"om {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. siden","relativeTimePattern-count-other":"{0} min. siden"}},"second-wide":{displayName:"sekund","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} sekund","relativeTimePattern-count-other":"om {0} sekunder"},"relativeTime-type-past":{"relativeTimePattern-count-one":"for {0} sekund siden","relativeTimePattern-count-other":"for {0} sekunder siden"}},"second-short":{displayName:"sek.","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} sek.","relativeTimePattern-count-other":"om {0} sek."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sek. siden","relativeTimePattern-count-other":"{0} sek. siden"}},"second-narrow":{displayName:"s","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"om {0} sek.","relativeTimePattern-count-other":"om {0} sek."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sek. siden","relativeTimePattern-count-other":"{0} sek. siden"}},zone:{displayName:"tidszone"}},M={gmtFormat:"GMT{0}"},i={standard:"#,##0.###"},o={standard:"#E0"},d={standard:"#,##0 %"},m={standard:"#,##0.00 ¤",accounting:"#,##0.00 ¤",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤","sap-accounting":"#,##0.00 ¤"},y={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},u={AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",DKK:"kr.",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",THB:"฿",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF",XXX:"¤"},s=!1,l={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0} ⋅ {1}"},"acceleration-g-force":{displayName:"G-kraft","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"omdr.","unitPattern-count-one":"{0} omdr.","unitPattern-count-other":"{0} omdr."},"angle-radian":{displayName:"radianer","unitPattern-count-one":"{0} radian","unitPattern-count-other":"{0} radian"},"angle-degree":{displayName:"grader","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"buemin.","unitPattern-count-one":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"buesek.","unitPattern-count-one":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hektar","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"acre","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"kvadratfod","unitPattern-count-one":"{0} kvadratfod","unitPattern-count-other":"{0} kvadratfod"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"area-dunam":{displayName:"dunam","unitPattern-count-other":"{0} dunam"},"concentr-karat":{displayName:"karat","unitPattern-count-one":"{0} kt.","unitPattern-count-other":"{0} kt."},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"mmol/l","unitPattern-count-one":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-item":{displayName:"enhed","unitPattern-count-one":"{0} enhed","unitPattern-count-other":"{0} enheder"},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"pct.","unitPattern-count-one":"{0} pct.","unitPattern-count-other":"{0} pct."},"concentr-permille":{displayName:"‰","unitPattern-count-one":"{0} ‰","unitPattern-count-other":"{0} ‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0} ‱","unitPattern-count-other":"{0} ‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100-kilometer":{displayName:"l/100 km","unitPattern-count-one":"{0} l/100 km","unitPattern-count-other":"{0} l/100 km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mil/eng. gal","unitPattern-count-one":"{0} eng. mpg","unitPattern-count-other":"{0} eng. mpg"},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tbit","unitPattern-count-one":"{0} Tbit","unitPattern-count-other":"{0} Tbit"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gbit","unitPattern-count-one":"{0} Gbit","unitPattern-count-other":"{0} Gbit"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mbit","unitPattern-count-one":"{0} Mbit","unitPattern-count-other":"{0} Mbit"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kbit","unitPattern-count-one":"{0} kbit","unitPattern-count-other":"{0} kbit"},"digital-byte":{displayName:"B","unitPattern-count-one":"{0} B","unitPattern-count-other":"{0} B"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"årh.","unitPattern-count-one":"{0} årh.","unitPattern-count-other":"{0} årh."},"duration-decade":{displayName:"årti","unitPattern-count-one":"{0} årti","unitPattern-count-other":"{0} årtier"},"duration-year":{displayName:"år","unitPattern-count-one":"{0} år","unitPattern-count-other":"{0} år",perUnitPattern:"{0}/år"},"duration-month":{displayName:"måneder","unitPattern-count-one":"{0} md.","unitPattern-count-other":"{0} mdr.",perUnitPattern:"{0}/md."},"duration-week":{displayName:"uger","unitPattern-count-one":"{0} uge","unitPattern-count-other":"{0} uger",perUnitPattern:"{0}/uge"},"duration-day":{displayName:"dage","unitPattern-count-one":"{0} dag","unitPattern-count-other":"{0} dage",perUnitPattern:"{0}/dag"},"duration-hour":{displayName:"timer","unitPattern-count-one":"{0} t.","unitPattern-count-other":"{0} t.",perUnitPattern:"{0} /t"},"duration-minute":{displayName:"minutter","unitPattern-count-one":"{0} min.","unitPattern-count-other":"{0} min.",perUnitPattern:"{0}/min."},"duration-second":{displayName:"sekunder","unitPattern-count-one":"{0} sek.","unitPattern-count-other":"{0} sek.",perUnitPattern:"{0}/sek."},"duration-millisecond":{displayName:"milisek.","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"joule","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"elektronvolt","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-other":"{0} Btu"},"energy-therm-us":{displayName:"US therm","unitPattern-count-other":"{0} US therm"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"newton","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot":{displayName:"prik","unitPattern-count-one":"{0} p","unitPattern-count-other":"{0} p"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"meter","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"engelske mil","unitPattern-count-one":"{0} mil","unitPattern-count-other":"{0} mil"},"length-yard":{displayName:"engelske yard","unitPattern-count-one":"{0} yard","unitPattern-count-other":"{0} yard"},"length-foot":{displayName:"fod","unitPattern-count-one":"{0} fod","unitPattern-count-other":"{0} fod",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"tommer","unitPattern-count-one":"{0} tomme","unitPattern-count-other":"{0} tommer",perUnitPattern:"{0}/tomme"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"lysår","unitPattern-count-one":"{0} ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"favne","unitPattern-count-one":"{0} favn","unitPattern-count-other":"{0} favne"},"length-nautical-mile":{displayName:"sømil","unitPattern-count-one":"{0} sm","unitPattern-count-other":"{0} sm"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"pkt.","unitPattern-count-one":"{0} pkt.","unitPattern-count-other":"{0} pkt."},"length-solar-radius":{displayName:"solradier","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"gram","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"tn","unitPattern-count-one":"{0} tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"pund","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"kt.","unitPattern-count-one":"{0} kt.","unitPattern-count-other":"{0} kt."},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"solmasser","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"gran","unitPattern-count-one":"{0} gran","unitPattern-count-other":"{0} gran"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hk","unitPattern-count-one":"{0} hk","unitPattern-count-other":"{0} hk"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"# Hg","unitPattern-count-one":"{0} # Hg","unitPattern-count-other":"{0} # Hg"},"pressure-bar":{displayName:"bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/t","unitPattern-count-one":"{0} km/t.","unitPattern-count-other":"{0} km/t."},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"engelske mil/timen","unitPattern-count-one":"{0} mph","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"knob","unitPattern-count-one":"{0} knob","unitPattern-count-other":"{0} knob"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0}°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-one":"{0} ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"liter","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"ac ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"skp.","unitPattern-count-one":"{0} skp.","unitPattern-count-other":"{0} skp."},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"eng. gal","unitPattern-count-one":"{0} eng. gal","unitPattern-count-other":"{0} eng. gal",perUnitPattern:"{0} eng. gal"},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"cups","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"spsk.","unitPattern-count-one":"{0} spsk.","unitPattern-count-other":"{0} spsk."},"volume-teaspoon":{displayName:"tsk.","unitPattern-count-one":"{0} tsk.","unitPattern-count-other":"{0} tsk."},"volume-barrel":{displayName:"tønde","unitPattern-count-one":"{0} td.","unitPattern-count-other":"{0} tdr."},"volume-dessert-spoon":{displayName:"dsk.","unitPattern-count-one":"{0} dsk.","unitPattern-count-other":"{0} dsk."},"volume-dessert-spoon-imperial":{displayName:"brit. dsk.","unitPattern-count-one":"{0} brit. dsk.","unitPattern-count-other":"{0} brit. dsk."},"volume-drop":{displayName:"dråbe","unitPattern-count-one":"{0} dråbe","unitPattern-count-other":"{0} dråber"},"volume-dram":{displayName:"br. fl. dr.","unitPattern-count-one":"{0} br. fl. dr.","unitPattern-count-other":"{0} br. fl. dr."},"volume-jigger":{displayName:"jigger","unitPattern-count-other":"{0} jigger"},"volume-pinch":{displayName:"knsp.","unitPattern-count-one":"{0} knsp.","unitPattern-count-other":"{0} knsp."},"volume-quart-imperial":{displayName:"britisk qt","unitPattern-count-one":"{0} britisk qt","unitPattern-count-other":"{0} britiske qt"},coordinateUnit:{displayName:"retning",east:"{0}Ø",north:"{0}N",south:"{0}S",west:"{0}V"}}},h={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},G={one:"n = 1 or t != 0 and i = 0,1"},c={_allowed:"H",_preferred:"H"},p={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"24:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"10:00",_from:"05:00"},morning2:{_before:"12:00",_from:"10:00"},night1:{_before:"05:00",_from:"00:00"}},g={__license:e,__version:t,__buildtime:n,orientation:a,"ca-gregorian":{dateFormats:{full:"EEEE 'den' 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} 'kl'. {0}",long:"{1} 'kl'. {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 'den' d.",Ehm:"E h.mm a",EHm:"E HH.mm",Ehms:"E h.mm.ss a",EHms:"E HH.mm.ss",Gy:"y G",GyMd:"d.M.y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E d. MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",hmsv:"h.mm.ss a v",Hmsv:"HH.mm.ss v",hmv:"h.mm a v",Hmv:"HH.mm v",M:"M",Md:"d.M",MEd:"E d.M",MMdd:"dd.MM",MMM:"MMM",MMMd:"d. MMM",MMMEd:"E d. MMM",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm.ss",y:"y",yM:"M.y",yMd:"d.M.y",yMEd:"E d.M.y",yMM:"MM.y",yMMM:"MMM y",yMMMd:"d. MMM y",yMMMEd:"E d. MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"W. 'uge' 'i' MMMM",yw:"'uge' w 'i' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}-{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"y G – y G",y:"y–y G"},GyM:{G:"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:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E dd.MM–E dd.MM",M:"E dd.MM–E dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E d.–E d. MMM",M:"E d. MMM–E d. MMM"},y:{y:"y–y"},yM:{M:"MM.y–MM.y",y:"MM.y–MM.y"},yMd:{d:"dd.MM.y–dd.MM.y",M:"dd.MM.y–dd.MM.y",y:"dd.MM.y–dd.MM.y"},yMEd:{d:"E dd.MM.y–E dd.MM.y",M:"E dd.MM.y–E dd.MM.y",y:"E dd.MM.y–E dd.MM.y"},yMMM:{M:"MMM–MMM y",y:"MMM y–MMM y"},yMMMd:{d:"d.–d. MMM y",M:"d. MMM–d. MMM y",y:"d. MMM y–d. MMM y"},yMMMEd:{d:"E d.–E d. MMM y",M:"E d. MMM–E d. MMM y",y:"E d. MMM y–E d. MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y–MMMM y"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]}},days:{format:{abbreviated:["søn.","man.","tir.","ons.","tor.","fre.","lør."],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},"stand-alone":{abbreviated:["søn","man","tir","ons","tor","fre","lør"],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]}},quarters:{format:{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},narrow:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},wide:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"}},"stand-alone":{abbreviated:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},narrow:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},wide:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"}}},"era-wide":{0:"f.Kr.",1:"e.Kr."},"era-abbreviated":{0:"f.Kr.",1:"e.Kr."},"era-narrow":{0:"fKr",1:"eKr"}},"ca-islamic":{dateFormats:{full:"EEEE d. MMMM y G",long:"d. MMMM y G",medium:"d. MMM y G",short:"d/M/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'. d.",Ehm:"E h.mm a",EHm:"E HH.mm",Ehms:"E h.mm.ss a",EHms:"E HH.mm.ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E d. MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"M",Md:"d/M",MEd:"E d/M",MMM:"MMM",MMMd:"d. MMM",MMMEd:"E d. MMM",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm.ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E d/M/y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}-{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"y G–y G",y:"y–y G"},GyM:{G:"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 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",G:"E 'den' dd.MM.y GGGGG–E 'den' dd.MM.y GGGGG",M:"E 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",y:"E 'den' dd.MM.y–E 'den' 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 'den' d. MMM–E 'den' d. MMM y G",G:"E 'den' d. MMM y G–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h.mm a – h.mm a",h:"h.mm–h.mm a",m:"h.mm–h.mm a"},Hm:{H:"HH.mm–HH.mm",m:"HH.mm–HH.mm"},hmv:{a:"h.mm a – h.mm a v",h:"h.mm–h.mm a v",m:"h.mm–h.mm a v"},Hmv:{H:"HH.mm–HH.mm v",m:"HH.mm–HH.mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E dd.MM–E dd.MM",M:"E dd.MM–E dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E 'den' d.–E 'den' d. MMM",M:"E 'den' d. MMM–E 'den' d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E dd.MM.y–E dd.MM.y G",M:"E dd.MM.y–E dd.MM.y G",y:"E dd.MM.y–E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y–MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM–d. MMM y G",y:"d. MMM y–d. MMM y G"},yMMMEd:{d:"E 'den' d.–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y–MMMM y G"}}},months:{format:{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["muharram","safar","rabiʻ I","rabiʻ II","jumada I","jumada II","rajab","shaʻban","ramadan","shawwal","dhuʻl-Qiʻdah","dhuʻl-Hijjah"]},"stand-alone":{abbreviated:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["muharram","safar","rabiʻ I","rabiʻ II","jumada I","jumada II","rajab","shaʻban","ramadan","shawwal","dhuʻl-Qiʻdah","dhuʻl-Hijjah"]}},days:{format:{abbreviated:["søn.","man.","tir.","ons.","tor.","fre.","lør."],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},"stand-alone":{abbreviated:["søn","man","tir","ons","tor","fre","lør"],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]}},quarters:{format:{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},narrow:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},wide:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"}},"stand-alone":{abbreviated:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},narrow:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},wide:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"}}},"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:"d/M/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'. d.",Ehm:"E h.mm a",EHm:"E HH.mm",Ehms:"E h.mm.ss a",EHms:"E HH.mm.ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E d. MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"M",Md:"d/M",MEd:"E d/M",MMM:"MMM",MMMd:"d. MMM",MMMEd:"E d. MMM",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm.ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E d/M/y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}-{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"y G–y G",y:"y–y G"},GyM:{G:"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 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",G:"E 'den' dd.MM.y GGGGG–E 'den' dd.MM.y GGGGG",M:"E 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",y:"E 'den' dd.MM.y–E 'den' 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 'den' d. MMM–E 'den' d. MMM y G",G:"E 'den' d. MMM y G–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h.mm a – h.mm a",h:"h.mm–h.mm a",m:"h.mm–h.mm a"},Hm:{H:"HH.mm–HH.mm",m:"HH.mm–HH.mm"},hmv:{a:"h.mm a – h.mm a v",h:"h.mm–h.mm a v",m:"h.mm–h.mm a v"},Hmv:{H:"HH.mm–HH.mm v",m:"HH.mm–HH.mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E dd.MM–E dd.MM",M:"E dd.MM–E dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E 'den' d.–E 'den' d. MMM",M:"E 'den' d. MMM–E 'den' d. MMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G",G:"MM.y G–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G",G:"dd.MM.y G–dd.MM.y G"},yMEd:{d:"E dd.MM.y–E dd.MM.y G",M:"E dd.MM.y–E dd.MM.y G",y:"E dd.MM.y–E dd.MM.y G",G:"E dd.MM.y G–E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y–MMM y G",G:"MMM y G–MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM–d. MMM y G",y:"d. MMM y–d. MMM y G",G:"d. MMM y G–d. MMM y G"},yMMMEd:{d:"E 'den' d.–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G",G:"E 'den' d. MMM y G–E 'den' d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y–MMMM y G",G:"MMMM y G–MMMM y G"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]}},days:{format:{abbreviated:["søn.","man.","tir.","ons.","tor.","fre.","lør."],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},"stand-alone":{abbreviated:["søn","man","tir","ons","tor","fre","lør"],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]}},quarters:{format:{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},narrow:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},wide:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"}},"stand-alone":{abbreviated:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},narrow:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},wide:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"}}},"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:"d/M/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'. d.",Ehm:"E h.mm a",EHm:"E HH.mm",Ehms:"E h.mm.ss a",EHms:"E HH.mm.ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E d. MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"M",Md:"d/M",MEd:"E d/M",MMM:"MMM",MMMd:"d. MMM",MMMEd:"E d. MMM",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm.ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E d/M/y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}-{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"y G–y G",y:"y–y G"},GyM:{G:"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 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",G:"E 'den' dd.MM.y GGGGG–E 'den' dd.MM.y GGGGG",M:"E 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",y:"E 'den' dd.MM.y–E 'den' 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 'den' d. MMM–E 'den' d. MMM y G",G:"E 'den' d. MMM y G–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h.mm a – h.mm a",h:"h.mm–h.mm a",m:"h.mm–h.mm a"},Hm:{H:"HH.mm–HH.mm",m:"HH.mm–HH.mm"},hmv:{a:"h.mm a – h.mm a v",h:"h.mm–h.mm a v",m:"h.mm–h.mm a v"},Hmv:{H:"HH.mm–HH.mm v",m:"HH.mm–HH.mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E dd.MM–E dd.MM",M:"E dd.MM–E dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E 'den' d.–E 'den' d. MMM",M:"E 'den' d. MMM–E 'den' d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E dd.MM.y–E dd.MM.y G",M:"E dd.MM.y–E dd.MM.y G",y:"E dd.MM.y–E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y–MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM–d. MMM y G",y:"d. MMM y–d. MMM y G"},yMMMEd:{d:"E 'den' d.–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y–MMMM y G"}}},months:{format:{abbreviated:["farvardin","ordibehesht","khordad","tir","mordad","shahrivar","mehr","aban","azar","dey","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehesht","khordad","tir","mordad","shahrivar","mehr","aban","azar","dey","bahman","esfand"]},"stand-alone":{abbreviated:["farvardin","ordibehesht","khordad","tir","mordad","shahrivar","mehr","aban","azar","dey","bahman","esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["farvardin","ordibehesht","khordad","tir","mordad","shahrivar","mehr","aban","azar","dey","bahman","esfand"]}},days:{format:{abbreviated:["søn.","man.","tir.","ons.","tor.","fre.","lør."],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},"stand-alone":{abbreviated:["søn","man","tir","ons","tor","fre","lør"],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]}},quarters:{format:{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},narrow:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},wide:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"}},"stand-alone":{abbreviated:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},narrow:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},wide:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"}}},"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:"d/M/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'. d.",Ehm:"E h.mm a",EHm:"E HH.mm",Ehms:"E h.mm.ss a",EHms:"E HH.mm.ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d. MMM y G",GyMMMEd:"E d. MMM y G",h:"h a",H:"HH",hm:"h.mm a",Hm:"HH.mm",hms:"h.mm.ss a",Hms:"HH.mm.ss",M:"M",Md:"d/M",MEd:"E d/M",MMM:"MMM",MMMd:"d. MMM",MMMEd:"E d. MMM",MMMMd:"d. MMMM",MMMMEd:"E d. MMMM",ms:"mm.ss",y:"y G",yyyy:"y G",yyyyM:"M/y G",yyyyMd:"d/M/y G",yyyyMEd:"E d/M/y G",yyyyMMM:"MMM y G",yyyyMMMd:"d. MMM y G",yyyyMMMEd:"E d. MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0}-{1}",Bh:{B:"h B–h B",h:"h–h B"},Bhm:{B:"h.mm B–h.mm B",h:"h.mm–h.mm B",m:"h.mm–h.mm B"},d:{d:"d.–d."},Gy:{G:"y G–y G",y:"y–y G"},GyM:{G:"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 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",G:"E 'den' dd.MM.y GGGGG–E 'den' dd.MM.y GGGGG",M:"E 'den' dd.MM.y–E 'den' dd.MM.y GGGGG",y:"E 'den' dd.MM.y–E 'den' 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 'den' d. MMM–E 'den' d. MMM y G",G:"E 'den' d. MMM y G–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h.mm a – h.mm a",h:"h.mm–h.mm a",m:"h.mm–h.mm a"},Hm:{H:"HH.mm–HH.mm",m:"HH.mm–HH.mm"},hmv:{a:"h.mm a – h.mm a v",h:"h.mm–h.mm a v",m:"h.mm–h.mm a v"},Hmv:{H:"HH.mm–HH.mm v",m:"HH.mm–HH.mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd.MM–dd.MM",M:"dd.MM–dd.MM"},MEd:{d:"E dd.MM–E dd.MM",M:"E dd.MM–E dd.MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d.–d. MMM",M:"d. MMM–d. MMM"},MMMEd:{d:"E 'den' d.–E 'den' d. MMM",M:"E 'den' d. MMM–E 'den' d. MMM"},y:{y:"y–y G"},yM:{M:"MM.y–MM.y G",y:"MM.y–MM.y G"},yMd:{d:"dd.MM.y–dd.MM.y G",M:"dd.MM.y–dd.MM.y G",y:"dd.MM.y–dd.MM.y G"},yMEd:{d:"E dd.MM.y–E dd.MM.y G",M:"E dd.MM.y–E dd.MM.y G",y:"E dd.MM.y–E dd.MM.y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y–MMM y G"},yMMMd:{d:"d.–d. MMM y G",M:"d. MMM–d. MMM y G",y:"d. MMM y–d. MMM y G"},yMMMEd:{d:"E 'den' d.–E 'den' d. MMM y G",M:"E 'den' d. MMM–E 'den' d. MMM y G",y:"E 'den' d. MMM y–E 'den' d. MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y–MMMM y G"}}},months:{format:{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},"stand-alone":{abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]}},days:{format:{abbreviated:["søn.","man.","tir.","ons.","tor.","fre.","lør."],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},"stand-alone":{abbreviated:["søn","man","tir","ons","tor","fre","lør"],narrow:["S","M","T","O","T","F","L"],short:["sø","ma","ti","on","to","fr","lø"],wide:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]}},quarters:{format:{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},"stand-alone":{abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],narrow:["1","2","3","4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},narrow:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"},wide:{midnight:"midnat",morning1:"om morgenen",morning2:"om formiddagen",afternoon1:"om eftermiddagen",evening1:"om aftenen",night1:"om natten"}},"stand-alone":{abbreviated:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},narrow:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"},wide:{midnight:"midnat",morning1:"morgen",morning2:"formiddag",afternoon1:"eftermiddag",evening1:"aften",night1:"nat"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:r,timezoneNamesFormats:M,decimalFormat:i,"decimalFormat-long":{"1000-one":"0 tusind","1000-other":"0 tusind","10000-one":"00 tusind","10000-other":"00 tusind","100000-one":"000 tusind","100000-other":"000 tusind","1000000-one":"0 million","1000000-other":"0 millioner","10000000-one":"00 millioner","10000000-other":"00 millioner","100000000-one":"000 millioner","100000000-other":"000 millioner","1000000000-one":"0 milliard","1000000000-other":"0 milliarder","10000000000-one":"00 milliarder","10000000000-other":"00 milliarder","100000000000-one":"000 milliarder","100000000000-other":"000 milliarder","1000000000000-one":"0 billion","1000000000000-other":"0 billioner","10000000000000-one":"00 billioner","10000000000000-other":"00 billioner","100000000000000-one":"000 billioner","100000000000000-other":"000 billioner"},"decimalFormat-short":{"1000-one":"0 t","1000-other":"0 t","10000-one":"00 t","10000-other":"00 t","100000-one":"000 t","100000-other":"000 t","1000000-one":"0 mio'.'","1000000-other":"0 mio'.'","10000000-one":"00 mio'.'","10000000-other":"00 mio'.'","100000000-one":"000 mio'.'","100000000-other":"000 mio'.'","1000000000-one":"0 mia'.'","1000000000-other":"0 mia'.'","10000000000-one":"00 mia'.'","10000000000-other":"00 mia'.'","100000000000-one":"000 mia'.'","100000000000-other":"000 mia'.'","1000000000000-one":"0 bio'.'","1000000000000-other":"0 bio'.'","10000000000000-one":"00 bio'.'","10000000000000-other":"00 bio'.'","100000000000000-one":"000 bio'.'","100000000000000-other":"000 bio'.'"},scientificFormat:o,percentFormat:d,currencyFormat:m,miscPattern:y,"currencyFormat-short":{"1000-one":"0 t ¤","1000-other":"0 t ¤","10000-one":"00 t ¤","10000-other":"00 t ¤","100000-one":"000 t ¤","100000-other":"000 t ¤","1000000-one":"0 mio'.' ¤","1000000-other":"0 mio'.' ¤","10000000-one":"00 mio'.' ¤","10000000-other":"00 mio'.' ¤","100000000-one":"000 mio'.' ¤","100000000-other":"000 mio'.' ¤","1000000000-one":"0 mia'.' ¤","1000000000-other":"0 mia'.' ¤","10000000000-one":"00 mia'.' ¤","10000000000-other":"00 mia'.' ¤","100000000000-one":"000 mia'.' ¤","100000000000-other":"000 mia'.' ¤","1000000000000-one":"0 bio'.' ¤","1000000000000-other":"0 bio'.' ¤","10000000000000-one":"00 bio'.' ¤","10000000000000-other":"00 bio'.' ¤","100000000000000-one":"000 bio'.' ¤","100000000000000-other":"000 bio'.' ¤"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":".",currencySymbols:u,rtl:s,units:l,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0 t ¤","1000-other":"0 t ¤","10000-one":"00 t ¤","10000-other":"00 t ¤","100000-one":"000 t ¤","100000-other":"000 t ¤","1000000-one":"0 mio'.' ¤","1000000-other":"0 mio'.' ¤","10000000-one":"00 mio'.' ¤","10000000-other":"00 mio'.' ¤","100000000-one":"000 mio'.' ¤","100000000-other":"000 mio'.' ¤","1000000000-one":"0 mia'.' ¤","1000000000-other":"0 mia'.' ¤","10000000000-one":"00 mia'.' ¤","10000000000-other":"00 mia'.' ¤","100000000000-one":"000 mia'.' ¤","100000000000-other":"000 mia'.' ¤","1000000000000-one":"0 bio'.' ¤","1000000000000-other":"0 bio'.' ¤","10000000000000-one":"00 bio'.' ¤","10000000000000-other":"00 bio'.' ¤","100000000000000-one":"000 bio'.' ¤","100000000000000-other":"000 bio'.' ¤"},currencyDigits:h,plurals:G,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:c,"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"}},dayPeriodRules:p};export{n as __buildtime,e as __license,t as __version,h as currencyDigits,m as currencyFormat,u as currencySymbols,r as dateFields,p as dayPeriodRules,i as decimalFormat,g as default,y as miscPattern,a as orientation,d as percentFormat,G as plurals,s as rtl,o as scientificFormat,c as timeData,M as timezoneNamesFormats,l as units};
|