"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENT_RENDERERS_TITLE = exports.ENABLE_ALL = exports.DISABLE_ALL = exports.CUSTOMIZE_EVENT_RENDERERS_TITLE = exports.CUSTOMIZE_EVENT_RENDERERS_DESCRIPTION = 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 EVENT_RENDERERS_TITLE = _i18n.i18n.translate('xpack.securitySolution.customizeEventRenderers.eventRenderersTitle', { defaultMessage: 'Event Renderers' }); exports.EVENT_RENDERERS_TITLE = EVENT_RENDERERS_TITLE; const CUSTOMIZE_EVENT_RENDERERS_TITLE = _i18n.i18n.translate('xpack.securitySolution.customizeEventRenderers.customizeEventRenderersTitle', { defaultMessage: 'Customize Event Renderers' }); exports.CUSTOMIZE_EVENT_RENDERERS_TITLE = CUSTOMIZE_EVENT_RENDERERS_TITLE; const CUSTOMIZE_EVENT_RENDERERS_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolution.customizeEventRenderers.customizeEventRenderersDescription', { defaultMessage: 'Event Renderers automatically convey the most relevant details in an event to reveal its story' }); exports.CUSTOMIZE_EVENT_RENDERERS_DESCRIPTION = CUSTOMIZE_EVENT_RENDERERS_DESCRIPTION; const ENABLE_ALL = _i18n.i18n.translate('xpack.securitySolution.customizeEventRenderers.enableAllRenderersButtonLabel', { defaultMessage: 'Enable all' }); exports.ENABLE_ALL = ENABLE_ALL; const DISABLE_ALL = _i18n.i18n.translate('xpack.securitySolution.customizeEventRenderers.disableAllRenderersButtonLabel', { defaultMessage: 'Disable all' }); exports.DISABLE_ALL = DISABLE_ALL;