"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REQUIRED_LABEL = exports.OPTIONAL_LABEL = exports.NEXT_LABEL = exports.LEARN_MORE_LABEL = exports.INVALID_JSON_ERROR = exports.ENABLED_LABEL = exports.DISABLED_LABEL = exports.CANCEL_LABEL = exports.BACK_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 LEARN_MORE_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.learnMore', { defaultMessage: 'Learn more' }); exports.LEARN_MORE_LABEL = LEARN_MORE_LABEL; const CANCEL_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.cancel', { defaultMessage: 'Cancel' }); exports.CANCEL_LABEL = CANCEL_LABEL; const BACK_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.back', { defaultMessage: 'Back' }); exports.BACK_LABEL = BACK_LABEL; const NEXT_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.next', { defaultMessage: 'Next' }); exports.NEXT_LABEL = NEXT_LABEL; const REQUIRED_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.required', { defaultMessage: 'Required' }); exports.REQUIRED_LABEL = REQUIRED_LABEL; const OPTIONAL_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.optional', { defaultMessage: 'Optional' }); exports.OPTIONAL_LABEL = OPTIONAL_LABEL; const ENABLED_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.enabled', { defaultMessage: 'Enabled' }); exports.ENABLED_LABEL = ENABLED_LABEL; const DISABLED_LABEL = _i18n.i18n.translate('xpack.serverlessSearch.disabled', { defaultMessage: 'Disabled' }); exports.DISABLED_LABEL = DISABLED_LABEL; const INVALID_JSON_ERROR = _i18n.i18n.translate('xpack.serverlessSearch.invalidJsonError', { defaultMessage: 'Invalid JSON' }); exports.INVALID_JSON_ERROR = INVALID_JSON_ERROR;