"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UPGRADE_MESSAGE = exports.UPGRADE_BUTTON = exports.PLATINUM = exports.ENTITY_ANALYTICS_TITLE = exports.ENTITY_ANALYTICS_LICENSE_DESC = 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 PLATINUM = _i18n.i18n.translate('xpack.securitySolutionEss.paywall.platinum', { defaultMessage: 'Platinum' }); exports.PLATINUM = PLATINUM; const UPGRADE_MESSAGE = _i18n.i18n.translate('xpack.securitySolutionEss.paywall.upgradeMessage', { defaultMessage: 'This feature is available with Platinum or higher subscription' }); exports.UPGRADE_MESSAGE = UPGRADE_MESSAGE; const UPGRADE_BUTTON = _i18n.i18n.translate('xpack.securitySolutionEss.paywall.upgradeButton', { defaultMessage: 'Upgrade to Platinum' }); exports.UPGRADE_BUTTON = UPGRADE_BUTTON; const ENTITY_ANALYTICS_LICENSE_DESC = _i18n.i18n.translate('xpack.securitySolutionEss.entityAnalytics.pageDesc', { defaultMessage: 'Detect threats from users and hosts within your network with Entity Analytics' }); exports.ENTITY_ANALYTICS_LICENSE_DESC = ENTITY_ANALYTICS_LICENSE_DESC; const ENTITY_ANALYTICS_TITLE = _i18n.i18n.translate('xpack.securitySolutionEss.navigation.entityAnalytics', { defaultMessage: 'Entity Analytics' }); exports.ENTITY_ANALYTICS_TITLE = ENTITY_ANALYTICS_TITLE;