"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_DASHBOARD = exports.PANEL_TITLE = exports.OTHER_DATA_SOURCE_TITLE = exports.LINK_COPY = exports.DANGER_TITLE = exports.DANGER_BUTTON = exports.DANGER_BODY = 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 DANGER_TITLE = _i18n.i18n.translate('xpack.securitySolution.overview.ctiDashboardDangerPanelTitle', { defaultMessage: 'No threat intelligence data' }); exports.DANGER_TITLE = DANGER_TITLE; const DANGER_BODY = _i18n.i18n.translate('xpack.securitySolution.overview.ctiDashboardEnableThreatIntel', { defaultMessage: 'You need to enable threat intel sources in order to view data.' }); exports.DANGER_BODY = DANGER_BODY; const DANGER_BUTTON = _i18n.i18n.translate('xpack.securitySolution.overview.ctiDashboardDangerButton', { defaultMessage: 'Enable sources' }); exports.DANGER_BUTTON = DANGER_BUTTON; const PANEL_TITLE = _i18n.i18n.translate('xpack.securitySolution.overview.ctiDashboardTitle', { defaultMessage: 'Threat Intelligence' }); exports.PANEL_TITLE = PANEL_TITLE; const VIEW_DASHBOARD = _i18n.i18n.translate('xpack.securitySolution.overview.ctiViewDasboard', { defaultMessage: 'View dashboard' }); exports.VIEW_DASHBOARD = VIEW_DASHBOARD; const OTHER_DATA_SOURCE_TITLE = _i18n.i18n.translate('xpack.securitySolution.overview.ctiDashboardOtherDatasourceTitle', { defaultMessage: 'Others' }); exports.OTHER_DATA_SOURCE_TITLE = OTHER_DATA_SOURCE_TITLE; const LINK_COPY = _i18n.i18n.translate('xpack.securitySolution.overview.ctiLinkSource', { defaultMessage: 'Source' }); exports.LINK_COPY = LINK_COPY;