mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing interpreter translation ids (#29082)
This commit is contained in:
parent
5f68849fd8
commit
f1a02d19f9
17 changed files with 17 additions and 16 deletions
|
@ -4,6 +4,7 @@
|
|||
"server": "src/server",
|
||||
"console": "src/legacy/core_plugins/console",
|
||||
"inputControl": "src/legacy/core_plugins/input_control_vis",
|
||||
"interpreter": "src/legacy/core_plugins/interpreter",
|
||||
"kbn": "src/legacy/core_plugins/kibana",
|
||||
"kbnVislibVisTypes": "src/legacy/core_plugins/kbn_vislib_vis_types",
|
||||
"markdownVis": "src/legacy/core_plugins/markdown_vis",
|
||||
|
|
|
@ -41,7 +41,7 @@ export const esaggs = () => ({
|
|||
'null',
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.esaggs.help', { defaultMessage: 'Run AggConfig aggregation' }),
|
||||
help: i18n.translate('interpreter.functions.esaggs.help', { defaultMessage: 'Run AggConfig aggregation' }),
|
||||
args: {
|
||||
index: {
|
||||
types: ['string', 'null'],
|
||||
|
|
|
@ -25,7 +25,7 @@ export const inputControlVis = () => ({
|
|||
context: {
|
||||
types: [],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.input_control.help', {
|
||||
help: i18n.translate('interpreter.functions.input_control.help', {
|
||||
defaultMessage: 'Input control visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -23,7 +23,7 @@ export const kibana = () => ({
|
|||
name: 'kibana',
|
||||
type: 'kibana_context',
|
||||
context: {},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.kibana.help', {
|
||||
help: i18n.translate('interpreter.functions.kibana.help', {
|
||||
defaultMessage: 'Gets kibana global context'
|
||||
}),
|
||||
args: {},
|
||||
|
|
|
@ -29,7 +29,7 @@ export const kibanaContext = () => ({
|
|||
'null',
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.kibana_context.help', {
|
||||
help: i18n.translate('interpreter.functions.kibana_context.help', {
|
||||
defaultMessage: 'Updates kibana global context'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -25,7 +25,7 @@ export const kibanaMarkdown = () => ({
|
|||
context: {
|
||||
types: [],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.markdown.help', {
|
||||
help: i18n.translate('interpreter.functions.markdown.help', {
|
||||
defaultMessage: 'Markdown visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -27,7 +27,7 @@ export const metric = () => ({
|
|||
'kibana_table'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.metric.help', {
|
||||
help: i18n.translate('interpreter.functions.metric.help', {
|
||||
defaultMessage: 'Metric visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -29,7 +29,7 @@ export const kibanaPie = () => ({
|
|||
'kibana_table', 'null'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.pie.help', {
|
||||
help: i18n.translate('interpreter.functions.pie.help', {
|
||||
defaultMessage: 'Pie visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -27,7 +27,7 @@ export const regionmap = () => ({
|
|||
'kibana_table'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.regionmap.help', {
|
||||
help: i18n.translate('interpreter.functions.regionmap.help', {
|
||||
defaultMessage: 'Regionmap visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -31,7 +31,7 @@ export const kibanaTable = () => ({
|
|||
'kibana_table'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.table.help', {
|
||||
help: i18n.translate('interpreter.functions.table.help', {
|
||||
defaultMessage: 'Table visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -27,7 +27,7 @@ export const tagcloud = () => ({
|
|||
'kibana_table'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.tagcloud.help', {
|
||||
help: i18n.translate('interpreter.functions.tagcloud.help', {
|
||||
defaultMessage: 'Tagcloud visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -28,7 +28,7 @@ export const tilemap = () => ({
|
|||
'kibana_table'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.tilemap.help', {
|
||||
help: i18n.translate('interpreter.functions.tilemap.help', {
|
||||
defaultMessage: 'Tilemap visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -33,7 +33,7 @@ export const timelionVis = () => ({
|
|||
'null',
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.timelion.help', {
|
||||
help: i18n.translate('interpreter.functions.timelion.help', {
|
||||
defaultMessage: 'Timelion visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -34,7 +34,7 @@ export const tsvb = () => ({
|
|||
'null',
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.tsvb.help', {
|
||||
help: i18n.translate('interpreter.functions.tsvb.help', {
|
||||
defaultMessage: 'TSVB visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -31,7 +31,7 @@ export const vega = () => ({
|
|||
'null',
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.vega.help', {
|
||||
help: i18n.translate('interpreter.functions.vega.help', {
|
||||
defaultMessage: 'Vega visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -29,7 +29,7 @@ export const vislib = () => ({
|
|||
'kibana_table', 'null'
|
||||
],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.vislib.help', {
|
||||
help: i18n.translate('interpreter.functions.vislib.help', {
|
||||
defaultMessage: 'Vislib visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
|
@ -47,7 +47,7 @@ export const visualization = () => ({
|
|||
context: {
|
||||
types: [],
|
||||
},
|
||||
help: i18n.translate('common.core_plugins.interpreter.public.functions.visualization.help', {
|
||||
help: i18n.translate('interpreter.functions.visualization.help', {
|
||||
defaultMessage: 'A simple visualization'
|
||||
}),
|
||||
args: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue