"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADD_TO_NEW_CASE_DISPLAYNAME = exports.ADD_TO_EXISTING_CASE_DISPLAYNAME = exports.ADD_TO_CASE_SUCCESS = 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 ADD_TO_CASE_SUCCESS = _i18n.i18n.translate('xpack.cases.visualizationActions.addToExistingCaseSuccessContent', { defaultMessage: 'Successfully added visualization to the case' }); exports.ADD_TO_CASE_SUCCESS = ADD_TO_CASE_SUCCESS; const ADD_TO_NEW_CASE_DISPLAYNAME = _i18n.i18n.translate('xpack.cases.actions.visualizationActions.addToNewCase.displayName', { defaultMessage: 'Add to new case' }); exports.ADD_TO_NEW_CASE_DISPLAYNAME = ADD_TO_NEW_CASE_DISPLAYNAME; const ADD_TO_EXISTING_CASE_DISPLAYNAME = _i18n.i18n.translate('xpack.cases.actions.visualizationActions.addToExistingCase.displayName', { defaultMessage: 'Add to existing case' }); exports.ADD_TO_EXISTING_CASE_DISPLAYNAME = ADD_TO_EXISTING_CASE_DISPLAYNAME;