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

[Lens][Visualize][Canvas] Adds titles to the heatmap axis #123992

Merged
merged 7 commits into from
Feb 1, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix translations
  • Loading branch information
stratoula committed Jan 31, 2022
commit 437d9fa93a039fcf7eacf66c3e61aac8059edc73
6 changes: 3 additions & 3 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
@@ -749,7 +749,7 @@
"xpack.lens.xyChart.axisExtent.disabledDataBoundsMessage": "折れ線グラフのみをデータ境界に合わせることができます",
"xpack.lens.xyChart.axisExtent.full": "完全",
"xpack.lens.xyChart.axisExtent.label": "境界",
"xpack.lens.xyChart.axisNameLabel": "軸名",
"xpack.lens.shared.axisNameLabel": "軸名",
"xpack.lens.xyChart.axisOrientation.angled": "傾斜",
"xpack.lens.xyChart.axisOrientation.horizontal": "横",
"xpack.lens.xyChart.axisOrientation.label": "向き",
@@ -805,7 +805,7 @@
"xpack.lens.xyChart.missingValuesLabel": "欠測値",
"xpack.lens.xyChart.missingValuesLabelHelpText": "デフォルトでは、Lensではデータのギャップが表示されません。ギャップを埋めるには、選択します。",
"xpack.lens.xyChart.nestUnderRoot": "データセット全体",
"xpack.lens.xyChart.overwriteAxisTitle": "軸タイトルを上書き",
"xpack.lens.shared.overwriteAxisTitle": "軸タイトルを上書き",
"xpack.lens.xyChart.position.help": "凡例の配置を指定します。",
"xpack.lens.xyChart.referenceLine.alertIconLabel": "アラート",
"xpack.lens.xyChart.referenceLine.asteriskIconLabel": "アスタリスク",
@@ -837,7 +837,7 @@
"xpack.lens.xyChart.seriesColor.auto": "自動",
"xpack.lens.xyChart.seriesColor.label": "系列色",
"xpack.lens.xyChart.shouldTruncate.help": "凡例項目が切り捨てられるかどうかを指定します",
"xpack.lens.xyChart.ShowAxisTitleLabel": "表示",
"xpack.lens.shared.ShowAxisTitleLabel": "表示",
"xpack.lens.xyChart.showEnzones": "部分データマーカーを表示",
"xpack.lens.xyChart.showSingleSeries.help": "エントリが1件の凡例を表示するかどうかを指定します",
"xpack.lens.xyChart.splitSeries": "内訳の基準",
6 changes: 3 additions & 3 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
@@ -761,7 +761,7 @@
"xpack.lens.xyChart.axisExtent.disabledDataBoundsMessage": "仅折线图可适应数据边界",
"xpack.lens.xyChart.axisExtent.full": "实线",
"xpack.lens.xyChart.axisExtent.label": "边界",
"xpack.lens.xyChart.axisNameLabel": "轴名称",
"xpack.lens.shared.axisNameLabel": "轴名称",
"xpack.lens.xyChart.axisOrientation.angled": "带角度",
"xpack.lens.xyChart.axisOrientation.horizontal": "水平",
"xpack.lens.xyChart.axisOrientation.label": "方向",
@@ -817,7 +817,7 @@
"xpack.lens.xyChart.missingValuesLabel": "缺少的值",
"xpack.lens.xyChart.missingValuesLabelHelpText": "默认情况下,Lens 隐藏数据中的缺口。要填充缺口,请进行选择。",
"xpack.lens.xyChart.nestUnderRoot": "整个数据集",
"xpack.lens.xyChart.overwriteAxisTitle": "覆盖轴标题",
"xpack.lens.shared.overwriteAxisTitle": "覆盖轴标题",
"xpack.lens.xyChart.position.help": "指定图例位置。",
"xpack.lens.xyChart.referenceLine.alertIconLabel": "告警",
"xpack.lens.xyChart.referenceLine.asteriskIconLabel": "星号",
@@ -849,7 +849,7 @@
"xpack.lens.xyChart.seriesColor.auto": "自动",
"xpack.lens.xyChart.seriesColor.label": "系列颜色",
"xpack.lens.xyChart.shouldTruncate.help": "指定是否将截断图例项",
"xpack.lens.xyChart.ShowAxisTitleLabel": "显示",
"xpack.lens.shared.ShowAxisTitleLabel": "显示",
"xpack.lens.xyChart.showEnzones": "显示部分数据标记",
"xpack.lens.xyChart.showSingleSeries.help": "指定是否应显示只包含一个条目的图例",
"xpack.lens.xyChart.splitSeries": "细分方式",