"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZERO_NANOSECONDS = exports.NO_DURATION = exports.INVALID_DURATION = exports.A_SECOND = exports.A_NANOSECOND = exports.A_MILLISECOND = exports.A_FEW_NANOSECONDS = exports.A_FEW_MILLISECONDS = 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 NO_DURATION = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.noDurationTooltip', { defaultMessage: 'no duration' }); exports.NO_DURATION = NO_DURATION; const INVALID_DURATION = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.invalidDurationTooltip', { defaultMessage: 'invalid duration' }); exports.INVALID_DURATION = INVALID_DURATION; const A_NANOSECOND = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.aNanosecondTooltip', { defaultMessage: 'a nanosecond' }); exports.A_NANOSECOND = A_NANOSECOND; const A_FEW_NANOSECONDS = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.aFewNanosecondsTooltip', { defaultMessage: 'a few nanoseconds' }); exports.A_FEW_NANOSECONDS = A_FEW_NANOSECONDS; const A_MILLISECOND = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.aMillisecondTooltip', { defaultMessage: 'a millisecond' }); exports.A_MILLISECOND = A_MILLISECOND; const A_FEW_MILLISECONDS = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.aFewMillisecondsTooltip', { defaultMessage: 'a few milliseconds' }); exports.A_FEW_MILLISECONDS = A_FEW_MILLISECONDS; const A_SECOND = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.aSecondTooltip', { defaultMessage: 'a second' }); exports.A_SECOND = A_SECOND; const ZERO_NANOSECONDS = _i18n.i18n.translate('xpack.securitySolution.formatted.duration.zeroNanosecondsTooltip', { defaultMessage: 'zero nanoseconds' }); exports.ZERO_NANOSECONDS = ZERO_NANOSECONDS;