"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NO_NEWS_MESSAGE_ADMIN = exports.NO_NEWS_MESSAGE = exports.ADVANCED_SETTINGS_LINK_TITLE = 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_NEWS_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.newsFeed.noNewsMessage', { defaultMessage: 'Your current news feed URL returned no recent news.' }); exports.NO_NEWS_MESSAGE = NO_NEWS_MESSAGE; const NO_NEWS_MESSAGE_ADMIN = _i18n.i18n.translate('xpack.securitySolution.newsFeed.noNewsMessageForAdmin', { defaultMessage: 'Your current news feed URL returned no recent news. You may update the URL or disable security news via' }); exports.NO_NEWS_MESSAGE_ADMIN = NO_NEWS_MESSAGE_ADMIN; const ADVANCED_SETTINGS_LINK_TITLE = _i18n.i18n.translate('xpack.securitySolution.newsFeed.advancedSettingsLinkTitle', { defaultMessage: 'Security Solution advanced settings' }); exports.ADVANCED_SETTINGS_LINK_TITLE = ADVANCED_SETTINGS_LINK_TITLE;