[ML] Changes the ML overview empty analytics panel text (#69801)

This commit is contained in:
István Zoltán Szabó 2020-06-25 11:54:51 +02:00 committed by GitHub
parent 75178b8e9a
commit cf96249cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -89,7 +89,7 @@ export const AnalyticsPanel: FC<Props> = ({ jobCreationDisabled }) => {
body={
<p>
{i18n.translate('xpack.ml.overview.analyticsList.emptyPromptText', {
defaultMessage: `Data frame analytics enable you to perform different analyses of your data and annotates it with the results. The job puts the annotated data and a copy of the source data in a new index.`,
defaultMessage: `Data frame analytics enables you to perform outlier detection, regression, or classification analysis on your data and annotates it with the results. The job puts the annotated data and a copy of the source data in a new index.`,
})}
</p>
}

View file

@ -10683,7 +10683,6 @@
"xpack.ml.newJob.wizard.validateJob.queryIsInvalidEsQuery": "データフィードクエリは有効な Elasticsearch クエリでなければなりません。",
"xpack.ml.overview.analyticsList.createFirstJobMessage": "最初のデータフレーム分析ジョブを作成",
"xpack.ml.overview.analyticsList.createJobButtonText": "ジョブを作成",
"xpack.ml.overview.analyticsList.emptyPromptText": "データフレーム分析は、様々なデータ分析を行い結果と共に注釈に追加することができます。ジョブは注釈付きデータと共に、ソースデータのコピーを新規インデックスに保存します。",
"xpack.ml.overview.analyticsList.errorPromptTitle": "データフレーム分析リストの取得中にエラーが発生しました。",
"xpack.ml.overview.analyticsList.id": "ID",
"xpack.ml.overview.analyticsList.manageJobsButtonText": "ジョブの管理",

View file

@ -10687,7 +10687,6 @@
"xpack.ml.newJob.wizard.validateJob.queryIsInvalidEsQuery": "数据馈送查询必须是有效的 Elasticsearch 查询。",
"xpack.ml.overview.analyticsList.createFirstJobMessage": "创建您的首个数据帧分析作业",
"xpack.ml.overview.analyticsList.createJobButtonText": "创建作业",
"xpack.ml.overview.analyticsList.emptyPromptText": "数据帧分析允许您对数据执行不同的分析,并使用结果标注数据。该作业会将标注的数据以及源数据的副本置于新的索引中。",
"xpack.ml.overview.analyticsList.errorPromptTitle": "获取数据帧分析列表时发生错误。",
"xpack.ml.overview.analyticsList.id": "ID",
"xpack.ml.overview.analyticsList.manageJobsButtonText": "管理作业",