[data views] copy fixes (#117967) (#118824)

* 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>

Co-authored-by: Matthew Kime <matt@mattki.me>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-11-16 23:02:59 -05:00 committed by GitHub
parent 3e7c783a00
commit 55ba77c37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 10 deletions

View file

@ -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: [
{

View file

@ -47,7 +47,7 @@ const search = {
};
const title = i18n.translate('indexPatternManagement.dataViewTable.title', {
defaultMessage: 'Data views',
defaultMessage: 'Data Views',
});
const securityDataView = i18n.translate(

View file

@ -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'],

View file

@ -19360,8 +19360,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": "ロールアップジョブの停止中にエラーが発生",

View file

@ -19641,8 +19641,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": "停止汇总/打包作业时出错",