"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.THREATS = exports.TECHNIQUE_PLACEHOLDER = exports.TECHNIQUE = exports.TACTIC_PLACEHOLDER = exports.TACTIC = exports.SUBTECHNIQUE_PLACEHOLDER = exports.SUBTECHNIQUE = exports.ADD_MITRE_TECHNIQUE = exports.ADD_MITRE_TACTIC = exports.ADD_MITRE_SUBTECHNIQUE = 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 THREATS = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.threatsDescription', { defaultMessage: 'threats' }); exports.THREATS = THREATS; const TACTIC = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.tacticsDescription', { defaultMessage: 'tactic' }); exports.TACTIC = TACTIC; const TECHNIQUE = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.techniquesDescription', { defaultMessage: 'technique' }); exports.TECHNIQUE = TECHNIQUE; const SUBTECHNIQUE = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.subtechniquesDescription', { defaultMessage: 'subtechnique' }); exports.SUBTECHNIQUE = SUBTECHNIQUE; const ADD_MITRE_TACTIC = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.addTacticTitle', { defaultMessage: 'Add tactic' }); exports.ADD_MITRE_TACTIC = ADD_MITRE_TACTIC; const ADD_MITRE_TECHNIQUE = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.addTechniqueTitle', { defaultMessage: 'Add technique' }); exports.ADD_MITRE_TECHNIQUE = ADD_MITRE_TECHNIQUE; const ADD_MITRE_SUBTECHNIQUE = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.addSubtechniqueTitle', { defaultMessage: 'Add subtechnique' }); exports.ADD_MITRE_SUBTECHNIQUE = ADD_MITRE_SUBTECHNIQUE; const TACTIC_PLACEHOLDER = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.tacticPlaceHolderDescription', { defaultMessage: 'Select a tactic ...' }); exports.TACTIC_PLACEHOLDER = TACTIC_PLACEHOLDER; const TECHNIQUE_PLACEHOLDER = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.techniquePlaceHolderDescription', { defaultMessage: 'Select a technique ...' }); exports.TECHNIQUE_PLACEHOLDER = TECHNIQUE_PLACEHOLDER; const SUBTECHNIQUE_PLACEHOLDER = _i18n.i18n.translate('xpack.securitySolution.detectionEngine.mitreAttack.subtechniquePlaceHolderDescription', { defaultMessage: 'Select a subtechnique ...' }); exports.SUBTECHNIQUE_PLACEHOLDER = SUBTECHNIQUE_PLACEHOLDER;