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.
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.
kbnVislibVisTypes.controls.vislibBasicOptions.showTooltip => kbnVislibVisTypes.controls.vislibBasicOptions.showTooltipLabel
| <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.
do not create extra span tag, use <div class="kuiSideBarSectionTitle__text"> instead
| <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.
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.
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.
kbnVislibVisTypes.editors.pie.truncate => kbnVislibVisTypes.editors.pie.truncateLabel
| group: 'metrics', | ||
| name: 'metric', | ||
| title: 'Slice Size', | ||
| title: i18n('kbnVislibVisTypes.pie.sliceSizeButtonLabel', { defaultMessage: 'Slice Size' }), |
There was a problem hiding this comment.
kbnVislibVisTypes.pie.sliceSizeButtonLabel => kbnVislibVisTypes.pie.metricTitle
| name: 'segment', | ||
| icon: 'fa fa-scissors', | ||
| title: 'Split Slices', | ||
| title: i18n('kbnVislibVisTypes.pie.splitSlicesButtonLabel', { defaultMessage: 'Split Slices' }), |
There was a problem hiding this comment.
kbnVislibVisTypes.pie.segmentTitle'
| name: 'split', | ||
| icon: 'fa fa-th', | ||
| title: 'Split Chart', | ||
| title: i18n('kbnVislibVisTypes.pie.splitChartButtonLabel', { defaultMessage: 'Split Chart' }), |
There was a problem hiding this comment.
kbnVislibVisTypes.pie.splitChartButtonLabel => kbnVislibVisTypes.pie.splitTitle
|
@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 |
💔 Build Failed |
💚 Build Succeeded |
💔 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