"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RAW_EVENTS = exports.CLOSE = exports.ALL_EVENTS = exports.ALERT_EVENTS = 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 CLOSE = _i18n.i18n.translate('xpack.securitySolution.topN.closeButtonLabel', { defaultMessage: 'Close' }); exports.CLOSE = CLOSE; const ALL_EVENTS = _i18n.i18n.translate('xpack.securitySolution.topN.allEventsSelectLabel', { defaultMessage: 'Alerts and events' }); exports.ALL_EVENTS = ALL_EVENTS; const RAW_EVENTS = _i18n.i18n.translate('xpack.securitySolution.topN.rawEventsSelectLabel', { defaultMessage: 'Raw events' }); exports.RAW_EVENTS = RAW_EVENTS; const ALERT_EVENTS = _i18n.i18n.translate('xpack.securitySolution.topN.alertEventsSelectLabel', { defaultMessage: 'Detection alerts' }); exports.ALERT_EVENTS = ALERT_EVENTS;