"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.txtInsufficientLicenseLevel = exports.txtBetaActionFactoryTooltip = exports.txtBetaActionFactoryLabel = 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 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const txtBetaActionFactoryLabel = _i18n.i18n.translate('uiActionsEnhanced.components.actionWizard.betaActionLabel', { defaultMessage: `Beta` }); exports.txtBetaActionFactoryLabel = txtBetaActionFactoryLabel; const txtBetaActionFactoryTooltip = _i18n.i18n.translate('uiActionsEnhanced.components.actionWizard.betaActionTooltip', { defaultMessage: `This action is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features. Please help us by reporting bugs or providing other feedback.` }); exports.txtBetaActionFactoryTooltip = txtBetaActionFactoryTooltip; const txtInsufficientLicenseLevel = _i18n.i18n.translate('uiActionsEnhanced.components.actionWizard.insufficientLicenseLevelTooltip', { defaultMessage: 'Insufficient license level' }); exports.txtInsufficientLicenseLevel = txtInsufficientLicenseLevel;