"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_BUTTON_LABEL = exports.UPDATE_BUTTON_LABEL = exports.START_BUTTON_LABEL = exports.SAVE_BUTTON_LABEL = exports.RESET_DEFAULT_BUTTON_LABEL = exports.MANAGE_BUTTON_LABEL = exports.EDIT_BUTTON_LABEL = exports.DELETE_BUTTON_LABEL = exports.CONTINUE_BUTTON_LABEL = exports.CLOSE_BUTTON_LABEL = exports.CANCEL_BUTTON_LABEL = exports.BACK_BUTTON_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 MANAGE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.manageButtonLabel', { defaultMessage: 'Manage' }); exports.MANAGE_BUTTON_LABEL = MANAGE_BUTTON_LABEL; const EDIT_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.editButtonLabel', { defaultMessage: 'Edit' }); exports.EDIT_BUTTON_LABEL = EDIT_BUTTON_LABEL; const DELETE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.deleteButtonLabel', { defaultMessage: 'Delete' }); exports.DELETE_BUTTON_LABEL = DELETE_BUTTON_LABEL; const UPDATE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.updateButtonLabel', { defaultMessage: 'Update' }); exports.UPDATE_BUTTON_LABEL = UPDATE_BUTTON_LABEL; const SAVE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.saveButtonLabel', { defaultMessage: 'Save' }); exports.SAVE_BUTTON_LABEL = SAVE_BUTTON_LABEL; const CANCEL_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.cancelButtonLabel', { defaultMessage: 'Cancel' }); exports.CANCEL_BUTTON_LABEL = CANCEL_BUTTON_LABEL; const START_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.startButtonLabel', { defaultMessage: 'Start' }); exports.START_BUTTON_LABEL = START_BUTTON_LABEL; const CONTINUE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.continueButtonLabel', { defaultMessage: 'Continue' }); exports.CONTINUE_BUTTON_LABEL = CONTINUE_BUTTON_LABEL; const BACK_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.backButtonLabel', { defaultMessage: 'Back' }); exports.BACK_BUTTON_LABEL = BACK_BUTTON_LABEL; const CLOSE_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.closeButtonLabel', { defaultMessage: 'Close' }); exports.CLOSE_BUTTON_LABEL = CLOSE_BUTTON_LABEL; const RESET_DEFAULT_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.resetDefaultButtonLabel', { defaultMessage: 'Reset to default' }); exports.RESET_DEFAULT_BUTTON_LABEL = RESET_DEFAULT_BUTTON_LABEL; const VIEW_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.actions.viewButtonLabel', { defaultMessage: 'View' }); exports.VIEW_BUTTON_LABEL = VIEW_BUTTON_LABEL;