"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOTAL_COUNT_OF_EVENTS = exports.ROWS = exports.OF = exports.LOADING_EVENTS = exports.LOADING = exports.EVENTS = exports.AUTO_REFRESH_ACTIVE = 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 EVENTS = _i18n.i18n.translate('xpack.securitySolution.footer.events', { defaultMessage: 'Events' }); exports.EVENTS = EVENTS; const OF = _i18n.i18n.translate('xpack.securitySolution.footer.of', { defaultMessage: 'of' }); exports.OF = OF; const ROWS = _i18n.i18n.translate('xpack.securitySolution.footer.rows', { defaultMessage: 'rows' }); exports.ROWS = ROWS; const LOADING = _i18n.i18n.translate('xpack.securitySolution.footer.loadingLabel', { defaultMessage: 'Loading' }); exports.LOADING = LOADING; const TOTAL_COUNT_OF_EVENTS = _i18n.i18n.translate('xpack.securitySolution.footer.totalCountOfEvents', { defaultMessage: 'events' }); exports.TOTAL_COUNT_OF_EVENTS = TOTAL_COUNT_OF_EVENTS; const AUTO_REFRESH_ACTIVE = _i18n.i18n.translate('xpack.securitySolution.footer.autoRefreshActiveDescription', { defaultMessage: 'Auto-Refresh Active' }); exports.AUTO_REFRESH_ACTIVE = AUTO_REFRESH_ACTIVE; const LOADING_EVENTS = _i18n.i18n.translate('xpack.securitySolution.footer.loadingEventsDataLabel', { defaultMessage: 'Loading Events' }); exports.LOADING_EVENTS = LOADING_EVENTS;