-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Translate pie and vaslib_basic_options #23761
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
<label | ||
class="kuiSideBarFormRow__label" | ||
for="visualizeBasicSettingsLegendPosition" | ||
i18n-id="kbnVislibVisTypes.controls.vislibBasicOptions.legendPosition" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.controls.vislibBasicOptions.legendPosition => kbnVislibVisTypes.controls.vislibBasicOptions.legendPositionLabel
<label | ||
class="kuiSideBarFormRow__label" | ||
for="showTooltip" | ||
i18n-id="kbnVislibVisTypes.controls.vislibBasicOptions.showTooltip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.controls.vislibBasicOptions.showTooltip => kbnVislibVisTypes.controls.vislibBasicOptions.showTooltipLabel
@@ -2,14 +2,17 @@ | |||
<div class="form-group"> | |||
<div class="kuiSideBarSectionTitle"> | |||
<div class="kuiSideBarSectionTitle__text"> | |||
Pie Settings | |||
<span i18n-id="kbnVislibVisTypes.editors.pie.pieSettings" i18n-default-message="Pie Settings"></span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not create extra span
tag, use <div class="kuiSideBarSectionTitle__text">
instead
@@ -2,14 +2,17 @@ | |||
<div class="form-group"> | |||
<div class="kuiSideBarSectionTitle"> | |||
<div class="kuiSideBarSectionTitle__text"> | |||
Pie Settings | |||
<span i18n-id="kbnVislibVisTypes.editors.pie.pieSettings" i18n-default-message="Pie Settings"></span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.editors.pie.pieSettings => kbnVislibVisTypes.editors.pie.pieSettingsTitle
<label | ||
class="kuiSideBarFormRow__label" | ||
for="isDonut" | ||
i18n-id="kbnVislibVisTypes.editors.pie.donut" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.editors.pie.donut => kbnVislibVisTypes.editors.pie.donutLabel
<label | ||
class="kuiSideBarFormRow__label" | ||
for="truncateLabels" | ||
i18n-id="kbnVislibVisTypes.editors.pie.truncate" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.editors.pie.truncate => kbnVislibVisTypes.editors.pie.truncateLabel
@@ -67,7 +67,7 @@ export default function HistogramVisType(Private) { | |||
{ | |||
group: 'metrics', | |||
name: 'metric', | |||
title: 'Slice Size', | |||
title: i18n('kbnVislibVisTypes.pie.sliceSizeButtonLabel', { defaultMessage: 'Slice Size' }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.pie.sliceSizeButtonLabel => kbnVislibVisTypes.pie.metricTitle
@@ -79,7 +79,7 @@ export default function HistogramVisType(Private) { | |||
group: 'buckets', | |||
name: 'segment', | |||
icon: 'fa fa-scissors', | |||
title: 'Split Slices', | |||
title: i18n('kbnVislibVisTypes.pie.splitSlicesButtonLabel', { defaultMessage: 'Split Slices' }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.pie.segmentTitle'
@@ -88,7 +88,7 @@ export default function HistogramVisType(Private) { | |||
group: 'buckets', | |||
name: 'split', | |||
icon: 'fa fa-th', | |||
title: 'Split Chart', | |||
title: i18n('kbnVislibVisTypes.pie.splitChartButtonLabel', { defaultMessage: 'Split Chart' }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kbnVislibVisTypes.pie.splitChartButtonLabel => kbnVislibVisTypes.pie.splitTitle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tibmt please get access to this repository, after that merge master to your branch and add comment 'retest' it will run CI. When CI is green, merge it and backport to 6.x branch |
💔 Build Failed |
💚 Build Succeeded |
3951278
to
2abfbb7
Compare
💔 Build Failed |
retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 Build Failed |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
💔 Build Failed |
retest |
💚 Build Succeeded |
* Revert "Proofreading edits, UI text consistency (#24016)" This reverts commit f59f1cc. * Revert "Skip these tests (#24085)" This reverts commit e79533d. * Revert "Point at kibana directory for plugin loading (#24049)" This reverts commit 3a7f5f5. * Revert "Translate pie and vaslib_basic_options (#23761)" This reverts commit 1f73ea1. * Revert "doing config migration during config get if necessary (#23377)" This reverts commit 0b4f82d.
Translate pie and vaslib_basic_options
* Translations for Tag Cloud (#24065) * Translate pie and vaslib_basic_options (#23761) (#24124) Translate pie and vislib_basic_options * [I18n] Add one-time binding to angularjs i18n (#23499) (#23965) * Add one-time binding to angularjs i18n * Add watcher for values property * Watch values field only if it is provided * Fix ci * Translations for Tag Cloud (#24065)
issue #23257
Translation of Pie visualization component