Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations for Home page #22249

Merged
merged 13 commits into from
Aug 30, 2018
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,22 @@ exports[`apmUiEnabled 1`] = `
size="m"
>
<h3>
Add Data to Kibana
<FormattedMessage
defaultMessage="Add Data to Kibana"
id="kbn.home.addData.addDataToKibanaButton"
values={Object {}}
/>
</h3>
</EuiTitle>
<EuiText
grow={true}
>
<p>
Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems.
<FormattedMessage
defaultMessage="Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems."
id="kbn.home.addData.addDataToKibanaDescription"
values={Object {}}
/>
</p>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -63,7 +71,11 @@ exports[`apmUiEnabled 1`] = `
iconSide="left"
type="button"
>
Add APM
<FormattedMessage
defaultMessage="Add APM"
id="kbn.home.addData.apm.addApmButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -95,7 +107,11 @@ exports[`apmUiEnabled 1`] = `
iconSide="left"
type="button"
>
Add log data
<FormattedMessage
defaultMessage="Add log data"
id="kbn.home.addData.logging.addLogDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -127,7 +143,11 @@ exports[`apmUiEnabled 1`] = `
iconSide="left"
type="button"
>
Add metric data
<FormattedMessage
defaultMessage="Add metric data"
id="kbn.home.addData.metrics.addMetricsDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -159,7 +179,11 @@ exports[`apmUiEnabled 1`] = `
iconSide="left"
type="button"
>
Add security events
<FormattedMessage
defaultMessage="Add security events"
id="kbn.home.addData.security.addSecurityEventsButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -204,7 +228,11 @@ exports[`apmUiEnabled 1`] = `
}
}
>
Sample Data
<FormattedMessage
defaultMessage="Sample Data"
id="kbn.home.addData.sampleDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -216,7 +244,11 @@ exports[`apmUiEnabled 1`] = `
}
type="button"
>
Load a data set and a Kibana dashboard
<FormattedMessage
defaultMessage="Load a data set and a Kibana dashboard"
id="kbn.home.addData.sampleDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand All @@ -235,7 +267,11 @@ exports[`apmUiEnabled 1`] = `
}
}
>
Your Data
<FormattedMessage
defaultMessage="Your Data"
id="kbn.home.addData.yourDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -247,7 +283,11 @@ exports[`apmUiEnabled 1`] = `
}
type="button"
>
Connect to your Elasticsearch index
<FormattedMessage
defaultMessage="Connect to your Elasticsearch index"
id="kbn.home.addData.yourDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -278,14 +318,22 @@ exports[`isNewKibanaInstance 1`] = `
size="m"
>
<h3>
Add Data to Kibana
<FormattedMessage
defaultMessage="Add Data to Kibana"
id="kbn.home.addData.addDataToKibanaButton"
values={Object {}}
/>
</h3>
</EuiTitle>
<EuiText
grow={true}
>
<p>
Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems.
<FormattedMessage
defaultMessage="Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems."
id="kbn.home.addData.addDataToKibanaDescription"
values={Object {}}
/>
</p>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -318,7 +366,11 @@ exports[`isNewKibanaInstance 1`] = `
iconSide="left"
type="button"
>
Add log data
<FormattedMessage
defaultMessage="Add log data"
id="kbn.home.addData.logging.addLogDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -350,7 +402,11 @@ exports[`isNewKibanaInstance 1`] = `
iconSide="left"
type="button"
>
Add metric data
<FormattedMessage
defaultMessage="Add metric data"
id="kbn.home.addData.metrics.addMetricsDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -382,7 +438,11 @@ exports[`isNewKibanaInstance 1`] = `
iconSide="left"
type="button"
>
Add security events
<FormattedMessage
defaultMessage="Add security events"
id="kbn.home.addData.security.addSecurityEventsButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -427,7 +487,11 @@ exports[`isNewKibanaInstance 1`] = `
}
}
>
Sample Data
<FormattedMessage
defaultMessage="Sample Data"
id="kbn.home.addData.sampleDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -439,7 +503,11 @@ exports[`isNewKibanaInstance 1`] = `
}
type="button"
>
Load a data set and a Kibana dashboard
<FormattedMessage
defaultMessage="Load a data set and a Kibana dashboard"
id="kbn.home.addData.sampleDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand All @@ -458,7 +526,11 @@ exports[`isNewKibanaInstance 1`] = `
}
}
>
Your Data
<FormattedMessage
defaultMessage="Your Data"
id="kbn.home.addData.yourDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -470,7 +542,11 @@ exports[`isNewKibanaInstance 1`] = `
}
type="button"
>
Connect to your Elasticsearch index
<FormattedMessage
defaultMessage="Connect to your Elasticsearch index"
id="kbn.home.addData.yourDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -501,14 +577,22 @@ exports[`render 1`] = `
size="m"
>
<h3>
Add Data to Kibana
<FormattedMessage
defaultMessage="Add Data to Kibana"
id="kbn.home.addData.addDataToKibanaButton"
values={Object {}}
/>
</h3>
</EuiTitle>
<EuiText
grow={true}
>
<p>
Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems.
<FormattedMessage
defaultMessage="Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems."
id="kbn.home.addData.addDataToKibanaDescription"
values={Object {}}
/>
</p>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -541,7 +625,11 @@ exports[`render 1`] = `
iconSide="left"
type="button"
>
Add log data
<FormattedMessage
defaultMessage="Add log data"
id="kbn.home.addData.logging.addLogDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -573,7 +661,11 @@ exports[`render 1`] = `
iconSide="left"
type="button"
>
Add metric data
<FormattedMessage
defaultMessage="Add metric data"
id="kbn.home.addData.metrics.addMetricsDataButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -605,7 +697,11 @@ exports[`render 1`] = `
iconSide="left"
type="button"
>
Add security events
<FormattedMessage
defaultMessage="Add security events"
id="kbn.home.addData.security.addSecurityEventsButton"
values={Object {}}
/>
</EuiButton>
}
icon={
Expand Down Expand Up @@ -650,7 +746,11 @@ exports[`render 1`] = `
}
}
>
Sample Data
<FormattedMessage
defaultMessage="Sample Data"
id="kbn.home.addData.sampleDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -662,7 +762,11 @@ exports[`render 1`] = `
}
type="button"
>
Load a data set and a Kibana dashboard
<FormattedMessage
defaultMessage="Load a data set and a Kibana dashboard"
id="kbn.home.addData.sampleDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand All @@ -681,7 +785,11 @@ exports[`render 1`] = `
}
}
>
Your Data
<FormattedMessage
defaultMessage="Your Data"
id="kbn.home.addData.yourDataTitle"
values={Object {}}
/>
</strong>
<EuiLink
color="primary"
Expand All @@ -693,7 +801,11 @@ exports[`render 1`] = `
}
type="button"
>
Connect to your Elasticsearch index
<FormattedMessage
defaultMessage="Connect to your Elasticsearch index"
id="kbn.home.addData.yourDataLink"
values={Object {}}
/>
</EuiLink>
</EuiText>
</EuiFlexItem>
Expand Down
Loading