"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UPDATE_TIMELINE_ERROR_TITLE = exports.UPDATE_TIMELINE_ERROR_TEXT = exports.PAGE_TITLE = exports.ERROR_FETCHING_TIMELINES_TITLE = exports.ALL_TIMELINES_PANEL_TITLE = exports.ALL_TIMELINES_IMPORT_TIMELINE_TITLE = 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 PAGE_TITLE = _i18n.i18n.translate('xpack.securitySolution.timelines.pageTitle', { defaultMessage: 'Timelines' }); exports.PAGE_TITLE = PAGE_TITLE; const ALL_TIMELINES_PANEL_TITLE = _i18n.i18n.translate('xpack.securitySolution.timelines.allTimelines.panelTitle', { defaultMessage: 'All timelines' }); exports.ALL_TIMELINES_PANEL_TITLE = ALL_TIMELINES_PANEL_TITLE; const ALL_TIMELINES_IMPORT_TIMELINE_TITLE = _i18n.i18n.translate('xpack.securitySolution.timelines.allTimelines.importTimelineTitle', { defaultMessage: 'Import' }); exports.ALL_TIMELINES_IMPORT_TIMELINE_TITLE = ALL_TIMELINES_IMPORT_TIMELINE_TITLE; const ERROR_FETCHING_TIMELINES_TITLE = _i18n.i18n.translate('xpack.securitySolution.timelines.allTimelines.errorFetchingTimelinesTitle', { defaultMessage: 'Failed to query all timelines data' }); exports.ERROR_FETCHING_TIMELINES_TITLE = ERROR_FETCHING_TIMELINES_TITLE; const UPDATE_TIMELINE_ERROR_TITLE = _i18n.i18n.translate('xpack.securitySolution.timelines.updateTimelineErrorTitle', { defaultMessage: 'Timeline error' }); exports.UPDATE_TIMELINE_ERROR_TITLE = UPDATE_TIMELINE_ERROR_TITLE; const UPDATE_TIMELINE_ERROR_TEXT = _i18n.i18n.translate('xpack.securitySolution.timelines.updateTimelineErrorText', { defaultMessage: 'Something went wrong' }); exports.UPDATE_TIMELINE_ERROR_TEXT = UPDATE_TIMELINE_ERROR_TEXT;