"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEVERITY_LABEL = exports.SEVERITY_API_ERROR = exports.INCIDENT_TYPES_PLACEHOLDER = exports.INCIDENT_TYPES_LABEL = exports.INCIDENT_TYPES_API_ERROR = 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 INCIDENT_TYPES_API_ERROR = _i18n.i18n.translate('xpack.cases.connectors.resilient.unableToGetIncidentTypesMessage', { defaultMessage: 'Unable to get incident types' }); exports.INCIDENT_TYPES_API_ERROR = INCIDENT_TYPES_API_ERROR; const SEVERITY_API_ERROR = _i18n.i18n.translate('xpack.cases.connectors.resilient.unableToGetSeverityMessage', { defaultMessage: 'Unable to get severity' }); exports.SEVERITY_API_ERROR = SEVERITY_API_ERROR; const INCIDENT_TYPES_PLACEHOLDER = _i18n.i18n.translate('xpack.cases.connectors.resilient.incidentTypesPlaceholder', { defaultMessage: 'Choose types' }); exports.INCIDENT_TYPES_PLACEHOLDER = INCIDENT_TYPES_PLACEHOLDER; const INCIDENT_TYPES_LABEL = _i18n.i18n.translate('xpack.cases.connectors.resilient.incidentTypesLabel', { defaultMessage: 'Incident Types' }); exports.INCIDENT_TYPES_LABEL = INCIDENT_TYPES_LABEL; const SEVERITY_LABEL = _i18n.i18n.translate('xpack.cases.connectors.resilient.severityLabel', { defaultMessage: 'Severity' }); exports.SEVERITY_LABEL = SEVERITY_LABEL;