"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VISUALIZE_TAB = exports.RESPONSE_TAB = exports.INVESTIGATIONS_TAB = exports.INSIGHTS_TAB = 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 VISUALIZE_TAB = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.visualizeTab', { defaultMessage: 'Visualize' }); exports.VISUALIZE_TAB = VISUALIZE_TAB; const INSIGHTS_TAB = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.insightsTab', { defaultMessage: 'Insights' }); exports.INSIGHTS_TAB = INSIGHTS_TAB; const INVESTIGATIONS_TAB = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.investigationsTab', { defaultMessage: 'Investigation' }); exports.INVESTIGATIONS_TAB = INVESTIGATIONS_TAB; const RESPONSE_TAB = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.responseTab', { defaultMessage: 'Response' }); exports.RESPONSE_TAB = RESPONSE_TAB;