"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMBOBOX_PREPEND_LABEL = exports.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 COMBOBOX_PREPEND_LABEL = _i18n.i18n.translate('xpack.threatIntelligence.indicator.fieldSelector.label', { defaultMessage: 'Stack by' }); exports.COMBOBOX_PREPEND_LABEL = COMBOBOX_PREPEND_LABEL; const BUTTON_LABEL = _i18n.i18n.translate('xpack.threatIntelligence.indicator.barChart.popover', { defaultMessage: 'More actions' }); exports.BUTTON_LABEL = BUTTON_LABEL;