"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_RISK_TITLE = exports.USER_RISK_TABLE_TOOLTIP = exports.TOTAL_LABEL = exports.RISK_TABLE_TOOLTIP_TITLE = exports.HOST_RISK_TITLE = exports.HOST_RISK_TABLE_TOOLTIP = 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 TOTAL_LABEL = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.totalLabel', { defaultMessage: 'Total' }); exports.TOTAL_LABEL = TOTAL_LABEL; const HOST_RISK_TITLE = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.hostsRiskDashboard.title', { defaultMessage: 'Host Risk Scores' }); exports.HOST_RISK_TITLE = HOST_RISK_TITLE; const USER_RISK_TITLE = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.usersRiskDashboard.title', { defaultMessage: 'User Risk Scores' }); exports.USER_RISK_TITLE = USER_RISK_TITLE; const HOST_RISK_TABLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.hostsRiskDashboard.hostsTableTooltip', { defaultMessage: 'The host risk table is not affected by the time range. This table shows the latest recorded risk score for each host.' }); exports.HOST_RISK_TABLE_TOOLTIP = HOST_RISK_TABLE_TOOLTIP; const USER_RISK_TABLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.usersRiskDashboard.usersTableTooltip', { defaultMessage: 'The user risk table is not affected by the time range. This table shows the latest recorded risk score for each user.' }); exports.USER_RISK_TABLE_TOOLTIP = USER_RISK_TABLE_TOOLTIP; const RISK_TABLE_TOOLTIP_TITLE = _i18n.i18n.translate('xpack.securitySolution.entityAnalytics.riskDashboard.tableTooltipTitle', { defaultMessage: 'In Technical Preview' }); exports.RISK_TABLE_TOOLTIP_TITLE = RISK_TABLE_TOOLTIP_TITLE;