"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UPGRADE_TO_PLATINUM = exports.LINK_CLOUD_DEPLOYMENT = exports.LINK_APPROPRIATE_LICENSE = 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 UPGRADE_TO_PLATINUM = _i18n.i18n.translate('xpack.cases.callout.updateToPlatinumTitle', { defaultMessage: 'Upgrade to an appropriate license' }); exports.UPGRADE_TO_PLATINUM = UPGRADE_TO_PLATINUM; const LINK_APPROPRIATE_LICENSE = _i18n.i18n.translate('xpack.cases.callout.appropriateLicense', { defaultMessage: 'appropriate license' }); exports.LINK_APPROPRIATE_LICENSE = LINK_APPROPRIATE_LICENSE; const LINK_CLOUD_DEPLOYMENT = _i18n.i18n.translate('xpack.cases.callout.cloudDeploymentLink', { defaultMessage: 'cloud deployment' }); exports.LINK_CLOUD_DEPLOYMENT = LINK_CLOUD_DEPLOYMENT;