"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUMMARY_PAGE_TITLE = exports.LOADING_PAGE_MESSAGE = exports.ERROR_PAGE_TITLE = exports.ERROR_PAGE_BODY = exports.BACK_TO_ALERTS_LINK = exports.ALERT_DETAILS_TECHNICAL_PREVIEW = 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 ALERT_DETAILS_TECHNICAL_PREVIEW = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.header.technicalPreview', { defaultMessage: 'Technical Preview' }); exports.ALERT_DETAILS_TECHNICAL_PREVIEW = ALERT_DETAILS_TECHNICAL_PREVIEW; const SUMMARY_PAGE_TITLE = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.navigation.summary', { defaultMessage: 'Summary' }); exports.SUMMARY_PAGE_TITLE = SUMMARY_PAGE_TITLE; const BACK_TO_ALERTS_LINK = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.header.backToAlerts', { defaultMessage: 'Back to alerts' }); exports.BACK_TO_ALERTS_LINK = BACK_TO_ALERTS_LINK; const LOADING_PAGE_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.loadingPage.message', { defaultMessage: 'Loading details page...' }); exports.LOADING_PAGE_MESSAGE = LOADING_PAGE_MESSAGE; const ERROR_PAGE_TITLE = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.errorPage.title', { defaultMessage: 'Unable to load the details page' }); exports.ERROR_PAGE_TITLE = ERROR_PAGE_TITLE; const ERROR_PAGE_BODY = _i18n.i18n.translate('xpack.securitySolution.alerts.alertDetails.errorPage.message', { defaultMessage: 'There was an error loading the details page. Please confirm the following id points to a valid document' }); exports.ERROR_PAGE_BODY = ERROR_PAGE_BODY;