Rename Visual Builder to Timeseries (#38777) (#38879)

This commit is contained in:
Tim Roes 2019-06-13 15:45:44 +02:00 committed by GitHub
parent 2cfca17418
commit 3ba56cc744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 5 deletions

View file

@ -36,7 +36,7 @@ export function MetricsVisProvider(Private) {
return VisFactory.createReactVisualization({
name: 'metrics',
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Visual Builder' }),
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Timeseries' }),
description: i18n.translate('tsvb.kbnVisTypes.metricsDescription', {
defaultMessage: 'Build time-series using a visual pipeline interface',
}),

View file

@ -46,9 +46,9 @@ export default function ({ getService, getPageObjects }) {
'Region Map',
'Tag Cloud',
'Timelion',
'Timeseries',
'Vega',
'Vertical Bar',
'Visual Builder',
];
// find all the chart types and make sure there all there

View file

@ -19,7 +19,7 @@ export const RollupPrompt = () => (
<p>
Kibana&apos;s support for rollup index patterns is in beta. You might encounter
issues using these patterns in saved searches, visualizations, and dashboards.
They are not supported in advanced features, such as Visual Builder, Timelion,
They are not supported in advanced features, such as Timeseries, Timelion,
and Machine Learning.
</p>
<p>

View file

@ -3253,7 +3253,6 @@
"tsvb.indexPattern.timeFieldLabel": "時間フィールド",
"tsvb.indexPatternLabel": "インデックスパターン",
"tsvb.kbnVisTypes.metricsDescription": "ビジュアルパイプラインインターフェースを使用して時間数列を作成します",
"tsvb.kbnVisTypes.metricsTitle": "ビジュアルビルダー",
"tsvb.markdown.alignOptions.bottomLabel": "一番下",
"tsvb.markdown.alignOptions.middleLabel": "真ん中",
"tsvb.markdown.alignOptions.topLabel": "一番上",

View file

@ -3263,7 +3263,6 @@
"tsvb.indexPattern.timeFieldLabel": "时间字段",
"tsvb.indexPatternLabel": "索引模式",
"tsvb.kbnVisTypes.metricsDescription": "使用可视化管道界面构建时间序列",
"tsvb.kbnVisTypes.metricsTitle": "Visual Builder",
"tsvb.markdown.alignOptions.bottomLabel": "下",
"tsvb.markdown.alignOptions.middleLabel": "中",
"tsvb.markdown.alignOptions.topLabel": "上",