"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SESSION_TAB = exports.SECURITY_ASSISTANT = exports.QUERY_TAB = exports.PINNED_TAB = exports.NOTES_TAB = exports.EQL_TAB = exports.DISCOVER_IN_TIMELINE_TAB = exports.ANALYZER_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 QUERY_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.queyTabTimelineTitle', { defaultMessage: 'Query' }); exports.QUERY_TAB = QUERY_TAB; const EQL_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.eqlTabTimelineTitle', { defaultMessage: 'Correlation' }); exports.EQL_TAB = EQL_TAB; const ANALYZER_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.analyserTabTimelineTitle', { defaultMessage: 'Analyzer' }); exports.ANALYZER_TAB = ANALYZER_TAB; const NOTES_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.notesTabTimelineTitle', { defaultMessage: 'Notes' }); exports.NOTES_TAB = NOTES_TAB; const PINNED_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.pinnedTabTimelineTitle', { defaultMessage: 'Pinned' }); exports.PINNED_TAB = PINNED_TAB; const SECURITY_ASSISTANT = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.securityAssistantTimelineTitle', { defaultMessage: 'Elastic AI Assistant' }); exports.SECURITY_ASSISTANT = SECURITY_ASSISTANT; const DISCOVER_IN_TIMELINE_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.discoverInTimeline', { defaultMessage: 'Discover' }); exports.DISCOVER_IN_TIMELINE_TAB = DISCOVER_IN_TIMELINE_TAB; const SESSION_TAB = _i18n.i18n.translate('xpack.securitySolution.timeline.tabs.sessionTabTimelineTitle', { defaultMessage: 'Session View' }); exports.SESSION_TAB = SESSION_TAB;