"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.streamTitle = exports.settingsTitle = exports.observabilityTitle = exports.metricsTitle = exports.metricsExplorerTitle = exports.logsTitle = exports.logCategoriesTitle = exports.inventoryTitle = exports.hostsTitle = exports.errorTitle = exports.anomaliesTitle = 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 observabilityTitle = _i18n.i18n.translate('xpack.infra.header.observabilityTitle', { defaultMessage: 'Observability' }); exports.observabilityTitle = observabilityTitle; const logsTitle = _i18n.i18n.translate('xpack.infra.header.logsTitle', { defaultMessage: 'Logs' }); exports.logsTitle = logsTitle; const streamTitle = _i18n.i18n.translate('xpack.infra.logs.index.streamTabTitle', { defaultMessage: 'Stream' }); exports.streamTitle = streamTitle; const anomaliesTitle = _i18n.i18n.translate('xpack.infra.logs.index.anomaliesTabTitle', { defaultMessage: 'Anomalies' }); exports.anomaliesTitle = anomaliesTitle; const logCategoriesTitle = _i18n.i18n.translate('xpack.infra.logs.index.logCategoriesBetaBadgeTitle', { defaultMessage: 'Categories' }); exports.logCategoriesTitle = logCategoriesTitle; const settingsTitle = _i18n.i18n.translate('xpack.infra.logs.index.settingsTabTitle', { defaultMessage: 'Settings' }); exports.settingsTitle = settingsTitle; const metricsTitle = _i18n.i18n.translate('xpack.infra.header.infrastructureTitle', { defaultMessage: 'Infrastructure' }); exports.metricsTitle = metricsTitle; const inventoryTitle = _i18n.i18n.translate('xpack.infra.metrics.inventoryPageTitle', { defaultMessage: 'Inventory' }); exports.inventoryTitle = inventoryTitle; const metricsExplorerTitle = _i18n.i18n.translate('xpack.infra.metrics.metricsExplorerTitle', { defaultMessage: 'Metrics Explorer' }); exports.metricsExplorerTitle = metricsExplorerTitle; const hostsTitle = _i18n.i18n.translate('xpack.infra.metrics.hostsTitle', { defaultMessage: 'Hosts' }); exports.hostsTitle = hostsTitle; const errorTitle = _i18n.i18n.translate('xpack.infra.metricDetailPage.documentTitleError', { defaultMessage: 'Uh oh' }); exports.errorTitle = errorTitle;