"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FURTHER_INVESTIGATION_REQUIRED = exports.FALSE_POSITIVE = exports.DUPLICATE = 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 DUPLICATE = _i18n.i18n.translate('xpack.securitySolution.defaultAlertTags.duplicate', { defaultMessage: 'Duplicate' }); exports.DUPLICATE = DUPLICATE; const FALSE_POSITIVE = _i18n.i18n.translate('xpack.securitySolution.defaultAlertTags.falsePositive', { defaultMessage: 'False Positive' }); exports.FALSE_POSITIVE = FALSE_POSITIVE; const FURTHER_INVESTIGATION_REQUIRED = _i18n.i18n.translate('xpack.securitySolution.defaultAlertTags.furtherInvestigationRequired', { defaultMessage: 'Further investigation required' }); exports.FURTHER_INVESTIGATION_REQUIRED = FURTHER_INVESTIGATION_REQUIRED;