"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FETCH_FIELDS_WITH_UNMAPPED_DATA_ERROR = exports.ERROR_INDEX_FIELDS_SEARCH = 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 ERROR_INDEX_FIELDS_SEARCH = _i18n.i18n.translate('xpack.securitySolution.indexFieldsSearch.errorSearchDescription', { defaultMessage: `An error has occurred creating the ad-hoc data view` }); exports.ERROR_INDEX_FIELDS_SEARCH = ERROR_INDEX_FIELDS_SEARCH; const FETCH_FIELDS_WITH_UNMAPPED_DATA_ERROR = _i18n.i18n.translate('xpack.securitySolution.dataView.fetchFields.warning', { defaultMessage: 'Failed to fetch detailed fields information' }); exports.FETCH_FIELDS_WITH_UNMAPPED_DATA_ERROR = FETCH_FIELDS_WITH_UNMAPPED_DATA_ERROR;