mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[data views] copy fixes (#117967)
* rollup fixes * copy fixes * Update x-pack/plugins/rollup/server/plugin.ts Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update form_schema.ts Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
96ec161569
commit
1f263b8db1
5 changed files with 6 additions and 10 deletions
|
@ -18,7 +18,7 @@ export const schema = {
|
|||
defaultValue: '',
|
||||
helpText: i18n.translate('indexPatternEditor.validations.titleHelpText', {
|
||||
defaultMessage:
|
||||
'Use an asterisk (*) to match multiple characters. Spaces and the characters , /, ?, ", <, >, | are not allowed.',
|
||||
'Enter an index pattern that matches one or more data sources. Use an asterisk (*) to match multiple characters. Spaces and the characters , /, ?, ", <, >, | are not allowed.',
|
||||
}),
|
||||
validations: [
|
||||
{
|
||||
|
|
|
@ -47,7 +47,7 @@ const search = {
|
|||
};
|
||||
|
||||
const title = i18n.translate('indexPatternManagement.dataViewTable.title', {
|
||||
defaultMessage: 'Data views',
|
||||
defaultMessage: 'Data Views',
|
||||
});
|
||||
|
||||
const securityDataView = i18n.translate(
|
||||
|
|
|
@ -76,12 +76,12 @@ export class RollupPlugin implements Plugin<void, void, any, any> {
|
|||
|
||||
uiSettings.register({
|
||||
[CONFIG_ROLLUPS]: {
|
||||
name: i18n.translate('xpack.rollupJobs.rollupIndexPatternsTitle', {
|
||||
defaultMessage: 'Enable rollup index patterns',
|
||||
name: i18n.translate('xpack.rollupJobs.rollupDataViewsTitle', {
|
||||
defaultMessage: 'Enable rollup data views',
|
||||
}),
|
||||
value: true,
|
||||
description: i18n.translate('xpack.rollupJobs.rollupIndexPatternsDescription', {
|
||||
defaultMessage: `Enable the creation of index patterns which capture rollup indices,
|
||||
description: i18n.translate('xpack.rollupJobs.rollupDataViewsDescription', {
|
||||
defaultMessage: `Enable the creation of data views that capture rollup indices,
|
||||
which in turn enable visualizations based on rollup data.`,
|
||||
}),
|
||||
category: ['rollups'],
|
||||
|
|
|
@ -19338,8 +19338,6 @@
|
|||
"xpack.rollupJobs.licenseCheckErrorMessage": "ライセンス確認失敗",
|
||||
"xpack.rollupJobs.listBreadcrumbTitle": "ロールアップジョブ",
|
||||
"xpack.rollupJobs.refreshAction.errorTitle": "ロールアップジョブの更新中にエラーが発生",
|
||||
"xpack.rollupJobs.rollupIndexPatternsDescription": "ロールアップインデックスを捕捉するインデックスパターンの作成を有効にします。\n それによりロールアップデータに基づくビジュアライゼーションが可能になります。",
|
||||
"xpack.rollupJobs.rollupIndexPatternsTitle": "ロールアップインデックスパターンを有効にする",
|
||||
"xpack.rollupJobs.rollupJobsDocsLinkText": "ロールアップジョブドキュメント",
|
||||
"xpack.rollupJobs.startJobsAction.errorTitle": "ロールアップジョブの開始中にエラーが発生",
|
||||
"xpack.rollupJobs.stopJobsAction.errorTitle": "ロールアップジョブの停止中にエラーが発生",
|
||||
|
|
|
@ -19619,8 +19619,6 @@
|
|||
"xpack.rollupJobs.licenseCheckErrorMessage": "许可证检查失败",
|
||||
"xpack.rollupJobs.listBreadcrumbTitle": "汇总/打包作业",
|
||||
"xpack.rollupJobs.refreshAction.errorTitle": "刷新汇总/打包作业时出错",
|
||||
"xpack.rollupJobs.rollupIndexPatternsDescription": "启用用于捕获汇总/打包索引的索引模式的创建,\n 汇总/打包索引反过来基于汇总/打包数据启用可视化。",
|
||||
"xpack.rollupJobs.rollupIndexPatternsTitle": "启用汇总索引模式",
|
||||
"xpack.rollupJobs.rollupJobsDocsLinkText": "汇总/打包作业文档",
|
||||
"xpack.rollupJobs.startJobsAction.errorTitle": "启动汇总/打包作业时出错",
|
||||
"xpack.rollupJobs.stopJobsAction.errorTitle": "停止汇总/打包作业时出错",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue