"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STACK_BY_PLACEHOLDER = exports.STACK_BY_LABEL = exports.STACK_BY_ARIA_LABEL = exports.GROUP_BY_TOP_LABEL = exports.GROUP_BY_LABEL = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const STACK_BY_LABEL = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.alerts.histogram.stackByOptions.stackByLabel', { defaultMessage: 'Stack by' }); exports.STACK_BY_LABEL = STACK_BY_LABEL; const GROUP_BY_LABEL = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.alerts.histogram.stackByOptions.groupByLabel', { defaultMessage: 'Group by' }); exports.GROUP_BY_LABEL = GROUP_BY_LABEL; const STACK_BY_PLACEHOLDER = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.alerts.histogram.stackByOptions.stackByPlaceholder', { defaultMessage: 'Select a field to stack by' }); exports.STACK_BY_PLACEHOLDER = STACK_BY_PLACEHOLDER; const STACK_BY_ARIA_LABEL = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.alerts.histogram.stackByOptions.stackByAriaLabel', { defaultMessage: 'Stack the alerts histogram by a field value' }); exports.STACK_BY_ARIA_LABEL = STACK_BY_ARIA_LABEL; const GROUP_BY_TOP_LABEL = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.alerts.histogram.stackByOptions.groupByTopLabel', { defaultMessage: 'Group by top' }); exports.GROUP_BY_TOP_LABEL = GROUP_BY_TOP_LABEL;