[Ingest Manager]Fix ingest manager UI renaming (#80036)

This commit is contained in:
Nicolas Chaulet 2020-10-08 16:08:49 -04:00 committed by GitHub
parent cd4df4bbf9
commit 84210d6b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 16 deletions

View file

@ -38,8 +38,7 @@ export const AlphaFlyout: React.FunctionComponent<Props> = ({ onClose }) => {
<p>
<FormattedMessage
id="xpack.ingestManager.alphaMessaging.introText"
defaultMessage="Ingest Manager is under active development and is not intended for use in production environments. This beta release is designed for users to test and offer feedback about Ingest
Manager and the new Elastic Agent. This plugin is not subject to the support SLA."
defaultMessage="Fleet is under active development and is not intended for use in production environments. This beta release is designed for users to test and offer feedback about Fleet and the new Elastic Agent. This plugin is not subject to the support SLA."
/>
</p>
<p>

View file

@ -34,7 +34,7 @@ export const AlphaMessaging: React.FC<{}> = () => {
{' '}
<FormattedMessage
id="xpack.ingestManager.alphaMessageDescription"
defaultMessage="Ingest Manager is not
defaultMessage="Fleet is not
recommended for production environments."
/>{' '}
<EuiLink color="subdued" onClick={() => setIsAlphaFlyoutOpen(true)}>

View file

@ -33,8 +33,8 @@ const TutorialDirectoryHeaderLink: TutorialDirectoryHeaderLinkComponent = memo((
return hasIngestManager && noticeState.settingsDataLoaded && noticeState.hasSeenNotice ? (
<EuiButtonEmpty size="s" iconType="link" flush="right" href={getHref('overview')}>
<FormattedMessage
id="xpack.ingestManager.homeIntegration.tutorialDirectory.ingestManagerAppButtonText"
defaultMessage="Try Ingest Manager Beta"
id="xpack.ingestManager.homeIntegration.tutorialDirectory.fleetAppButtonText"
defaultMessage="Try Fleet Beta"
/>
</EuiButtonEmpty>
) : null;

View file

@ -61,7 +61,7 @@ const TutorialDirectoryNotice: TutorialDirectoryNoticeComponent = memo(() => {
title={
<FormattedMessage
id="xpack.ingestManager.homeIntegration.tutorialDirectory.noticeTitle"
defaultMessage="{newPrefix} Elastic Agent and Ingest Manager Beta"
defaultMessage="{newPrefix} Elastic Agent and Fleet Beta"
values={{
newPrefix: (
<strong>
@ -98,8 +98,8 @@ const TutorialDirectoryNotice: TutorialDirectoryNoticeComponent = memo(() => {
<div>
<EuiButton size="s" href={getHref('overview')}>
<FormattedMessage
id="xpack.ingestManager.homeIntegration.tutorialDirectory.ingestManagerAppButtonText"
defaultMessage="Try Ingest Manager Beta"
id="xpack.ingestManager.homeIntegration.tutorialDirectory.fleetAppButtonText"
defaultMessage="Try Fleet Beta"
/>
</EuiButton>
</div>

View file

@ -27,7 +27,7 @@ const TutorialModuleNotice: TutorialModuleNoticeComponent = memo(({ moduleName }
<p>
<FormattedMessage
id="xpack.ingestManager.homeIntegration.tutorialModule.noticeText"
defaultMessage="{notePrefix} a newer version of this module is {availableAsIntegrationLink} in Ingest Manager Beta.
defaultMessage="{notePrefix} a newer version of this module is {availableAsIntegrationLink} in Fleet Beta.
To learn more about agent policies and the new Elastic Agent, read our {blogPostLink}."
values={{
notePrefix: (

View file

@ -306,7 +306,7 @@ export const SettingFlyout: React.FunctionComponent<Props> = ({ onClose }) => {
<h2 id="IngestManagerSettingsFlyoutTitle">
<FormattedMessage
id="xpack.ingestManager.settings.flyoutTitle"
defaultMessage="Ingest Manager settings"
defaultMessage="Fleet settings"
/>
</h2>
</EuiTitle>

View file

@ -122,7 +122,7 @@ const IngestManagerRoutes = memo<{ history: AppMountParameters['history']; basep
error={i18n.translate(
'xpack.ingestManager.permissionsRequestErrorMessageDescription',
{
defaultMessage: 'There was a problem checking Ingest Manager permissions',
defaultMessage: 'There was a problem checking Fleet permissions',
}
)}
/>
@ -150,13 +150,13 @@ const IngestManagerRoutes = memo<{ history: AppMountParameters['history']; basep
{permissionsError === 'MISSING_SUPERUSER_ROLE' ? (
<FormattedMessage
id="xpack.ingestManager.permissionDeniedErrorMessage"
defaultMessage="You are not authorized to access Ingest Manager. Ingest Manager requires {roleName} privileges."
defaultMessage="You are not authorized to access Fleet. Fleet requires {roleName} privileges."
values={{ roleName: <EuiCode>superuser</EuiCode> }}
/>
) : (
<FormattedMessage
id="xpack.ingestManager.securityRequiredErrorMessage"
defaultMessage="You must enable security in Kibana and Elasticsearch to use Ingest Manager."
defaultMessage="You must enable security in Kibana and Elasticsearch to use Fleet."
/>
)}
</p>
@ -176,7 +176,7 @@ const IngestManagerRoutes = memo<{ history: AppMountParameters['history']; basep
title={
<FormattedMessage
id="xpack.ingestManager.initializationErrorMessageTitle"
defaultMessage="Unable to initialize Ingest Manager"
defaultMessage="Unable to initialize Fleet"
/>
}
error={initializationError}

View file

@ -9100,7 +9100,6 @@
"xpack.ingestManager.epmList.updatesAvailableFilterLinkText": "更新が可能です",
"xpack.ingestManager.genericActionsMenuText": "開く",
"xpack.ingestManager.homeIntegration.tutorialDirectory.dismissNoticeButtonText": "メッセージを消去",
"xpack.ingestManager.homeIntegration.tutorialDirectory.ingestManagerAppButtonText": "Ingest Managerベータを試す",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeText": "Elasticエージェントでは、シンプルかつ統合された方法で、ログ、メトリック、他の種類のデータの監視をホストに追加することができます。複数のBeatsと他のエージェントをインストールする必要はありません。このため、インフラストラクチャ全体での構成のデプロイが簡単で高速になりました。詳細については、{blogPostLink}をお読みください。",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeText.blogPostLink": "発表ブログ投稿",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeTitle": "{newPrefix} ElasticエージェントおよびIngest Managerベータ",

View file

@ -9106,7 +9106,6 @@
"xpack.ingestManager.epmList.updatesAvailableFilterLinkText": "有可用更新",
"xpack.ingestManager.genericActionsMenuText": "打开",
"xpack.ingestManager.homeIntegration.tutorialDirectory.dismissNoticeButtonText": "关闭消息",
"xpack.ingestManager.homeIntegration.tutorialDirectory.ingestManagerAppButtonText": "试用采集管理器公测版",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeText": "通过 Elastic 代理,您能够以简单统一的方式将日志、指标和其他类型数据的监测添加到主机。不再需要安装多个 Beats 和其他代理,这样在整个基础设施中部署配置会更轻松更快速。有关更多信息,请阅读我们的{blogPostLink}。",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeText.blogPostLink": "公告博客",
"xpack.ingestManager.homeIntegration.tutorialDirectory.noticeTitle": "{newPrefix}Elastic 代理和采集管理器公测版",