"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALERTS_TABLE_TITLE = exports.ALERTS_TABLE_CONTROL_COLUMNS_VIEW_DETAILS_LABEL = exports.ALERTS_TABLE_CONTROL_COLUMNS_ACTIONS_LABEL = exports.ALERTS_TABLE_CONF_ERROR_TITLE = exports.ALERTS_TABLE_CONF_ERROR_MESSAGE = void 0; Object.defineProperty(exports, "CASES", { enumerable: true, get: function () { return _translations.CASES; } }); Object.defineProperty(exports, "MAINTENANCE_WINDOWS", { enumerable: true, get: function () { return _translations.MAINTENANCE_WINDOWS; } }); var _i18n = require("@kbn/i18n"); var _translations = require("../translations"); /* * 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 ALERTS_TABLE_CONF_ERROR_TITLE = _i18n.i18n.translate('xpack.triggersActionsUI.alertsTable.configuration.errorTitle', { defaultMessage: 'Unable to load alerts table' }); exports.ALERTS_TABLE_CONF_ERROR_TITLE = ALERTS_TABLE_CONF_ERROR_TITLE; const ALERTS_TABLE_CONF_ERROR_MESSAGE = _i18n.i18n.translate('xpack.triggersActionsUI.alertsTable.configuration.errorBody', { defaultMessage: 'There was an error loading the alerts table. This table is missing the necessary configuration. Please contact your administrator for help' }); exports.ALERTS_TABLE_CONF_ERROR_MESSAGE = ALERTS_TABLE_CONF_ERROR_MESSAGE; const ALERTS_TABLE_CONTROL_COLUMNS_ACTIONS_LABEL = _i18n.i18n.translate('xpack.triggersActionsUI.sections.alertsTable.column.actions', { defaultMessage: 'Actions' }); exports.ALERTS_TABLE_CONTROL_COLUMNS_ACTIONS_LABEL = ALERTS_TABLE_CONTROL_COLUMNS_ACTIONS_LABEL; const ALERTS_TABLE_CONTROL_COLUMNS_VIEW_DETAILS_LABEL = _i18n.i18n.translate('xpack.triggersActionsUI.sections.alertsTable.leadingControl.viewDetails', { defaultMessage: 'View details' }); exports.ALERTS_TABLE_CONTROL_COLUMNS_VIEW_DETAILS_LABEL = ALERTS_TABLE_CONTROL_COLUMNS_VIEW_DETAILS_LABEL; const ALERTS_TABLE_TITLE = _i18n.i18n.translate('xpack.triggersActionsUI.sections.alertsTable.title', { defaultMessage: 'Alerts table' }); exports.ALERTS_TABLE_TITLE = ALERTS_TABLE_TITLE;