[Fleet] Remove release messaging (#101450)

Co-authored-by: kobarei <koba.reiji@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
SoNice! 2021-06-15 21:50:01 +09:00 committed by GitHub
parent b40732507e
commit fb138cf165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 20 deletions

View file

@ -18,7 +18,7 @@ import {
import { FormattedMessage } from '@kbn/i18n/react';
import type { Section } from '../sections';
import { AlphaMessaging, SettingFlyout } from '../components';
import { SettingFlyout } from '../components';
import { useLink, useConfig, useUrlModal } from '../hooks';
interface Props {
@ -144,7 +144,6 @@ export const DefaultLayout: React.FunctionComponent<Props> = ({
) : null}
{children}
</Wrapper>
<AlphaMessaging />
</Container>
</>
);

View file

@ -8924,15 +8924,6 @@
"xpack.fleet.agentStatus.offlineLabel": "オフライン",
"xpack.fleet.agentStatus.unhealthyLabel": "異常",
"xpack.fleet.agentStatus.updatingLabel": "更新中",
"xpack.fleet.alphaMessageDescription": "Fleet は本番環境用ではありません。",
"xpack.fleet.alphaMessageLinkText": "詳細を参照してください。",
"xpack.fleet.alphaMessageTitle": "ベータリリース",
"xpack.fleet.alphaMessaging.docsLink": "ドキュメンテーション",
"xpack.fleet.alphaMessaging.feedbackText": "{docsLink}をご覧ください。質問やフィードバックについては、{forumLink}にアクセスしてください。",
"xpack.fleet.alphaMessaging.flyoutTitle": "このリリースについて",
"xpack.fleet.alphaMessaging.forumLink": "ディスカッションフォーラム",
"xpack.fleet.alphaMessaging.introText": "Fleet は開発中であり、本番環境用ではありません。このベータリリースは、ユーザーが Fleet と新しい Elastic エージェントをテストしてフィードバックを提供することを目的としています。このプラグインには、サポート SLA が適用されません。",
"xpack.fleet.alphaMessging.closeFlyoutLabel": "閉じる",
"xpack.fleet.appNavigation.agentsLinkText": "エージェント",
"xpack.fleet.appNavigation.dataStreamsLinkText": "データストリーム",
"xpack.fleet.appNavigation.overviewLinkText": "概要",

View file

@ -9004,15 +9004,6 @@
"xpack.fleet.agentStatus.offlineLabel": "脱机",
"xpack.fleet.agentStatus.unhealthyLabel": "运行不正常",
"xpack.fleet.agentStatus.updatingLabel": "正在更新",
"xpack.fleet.alphaMessageDescription": "不推荐在生产环境中使用 Fleet。",
"xpack.fleet.alphaMessageLinkText": "查看更多详情。",
"xpack.fleet.alphaMessageTitle": "公测版",
"xpack.fleet.alphaMessaging.docsLink": "文档",
"xpack.fleet.alphaMessaging.feedbackText": "阅读我们的{docsLink}或前往我们的{forumLink},以了解问题或提供反馈。",
"xpack.fleet.alphaMessaging.flyoutTitle": "关于本版本",
"xpack.fleet.alphaMessaging.forumLink": "讨论论坛",
"xpack.fleet.alphaMessaging.introText": "Fleet 仍处于开发状态,不适用于生产环境。此公测版用于用户测试 Fleet 和新 Elastic 代理并提供相关反馈。此插件不受支持 SLA 的约束。",
"xpack.fleet.alphaMessging.closeFlyoutLabel": "关闭",
"xpack.fleet.appNavigation.agentsLinkText": "代理",
"xpack.fleet.appNavigation.dataStreamsLinkText": "数据流",
"xpack.fleet.appNavigation.overviewLinkText": "概览",