"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEVERITY_LABEL = exports.EMPTY_MAPPING_WARNING_TITLE = exports.EMPTY_MAPPING_WARNING_DESC = exports.CASE_NAME_LABEL = exports.CASE_ID_LABEL = exports.ALERT_SOURCE_LABEL = 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_SOURCE_LABEL = _i18n.i18n.translate('xpack.cases.connectors.swimlane.alertSourceLabel', { defaultMessage: 'Alert Source' }); exports.ALERT_SOURCE_LABEL = ALERT_SOURCE_LABEL; const CASE_ID_LABEL = _i18n.i18n.translate('xpack.cases.connectors.swimlane.caseIdLabel', { defaultMessage: 'Case Id' }); exports.CASE_ID_LABEL = CASE_ID_LABEL; const CASE_NAME_LABEL = _i18n.i18n.translate('xpack.cases.connectors.swimlane.caseNameLabel', { defaultMessage: 'Case Name' }); exports.CASE_NAME_LABEL = CASE_NAME_LABEL; const SEVERITY_LABEL = _i18n.i18n.translate('xpack.cases.connectors.swimlane.severityLabel', { defaultMessage: 'Severity' }); exports.SEVERITY_LABEL = SEVERITY_LABEL; const EMPTY_MAPPING_WARNING_TITLE = _i18n.i18n.translate('xpack.cases.connectors.swimlane.emptyMappingWarningTitle', { defaultMessage: 'This connector has missing field mappings' }); exports.EMPTY_MAPPING_WARNING_TITLE = EMPTY_MAPPING_WARNING_TITLE; const EMPTY_MAPPING_WARNING_DESC = _i18n.i18n.translate('xpack.cases.connectors.swimlane.emptyMappingWarningDesc', { defaultMessage: 'This connector cannot be selected because it is missing the required case field mappings. You can edit this connector to add required field mappings or select a connector of type Cases.' }); exports.EMPTY_MAPPING_WARNING_DESC = EMPTY_MAPPING_WARNING_DESC;