"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KEYWORDS = exports.INTELLIGENCE = exports.INDICATORS = exports.DESCRIPTION = 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 INDICATORS = _i18n.i18n.translate('xpack.threatIntelligence.navigation.indicatorsNavItemLabel', { defaultMessage: 'Indicators' }); exports.INDICATORS = INDICATORS; const INTELLIGENCE = _i18n.i18n.translate('xpack.threatIntelligence.navigation.intelligenceNavItemLabel', { defaultMessage: 'Intelligence' }); exports.INTELLIGENCE = INTELLIGENCE; const DESCRIPTION = _i18n.i18n.translate('xpack.threatIntelligence.navigation.indicatorsNavItemDescription', { defaultMessage: 'Elastic threat intelligence helps you see if you are open to or have been subject to current or historical known threats.' }); exports.DESCRIPTION = DESCRIPTION; const KEYWORDS = _i18n.i18n.translate('xpack.threatIntelligence.navigation.indicatorsNavItemKeywords', { defaultMessage: 'Indicators' }); exports.KEYWORDS = KEYWORDS;