Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Nov 26, 2020
1 parent f1203b9 commit a6e204f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10593,7 +10593,6 @@
"xpack.lens.configPanel.color.tooltip.disabled": "レイヤーに「内訳条件」が含まれている場合は、個別の系列をカスタム色にできません。",
"xpack.lens.configPanel.selectVisualization": "ビジュアライゼーションを選択してください",
"xpack.lens.configure.configurePanelTitle": "{groupLabel}構成",
"xpack.lens.configure.editConfig": "クリックして構成を編集するか、ドラッグして移動",
"xpack.lens.configure.emptyConfig": "フィールドを破棄、またはクリックして追加",
"xpack.lens.configure.invalidConfigTooltip": "無効な構成です。",
"xpack.lens.configure.invalidConfigTooltipClick": "詳細はクリックしてください。",
Expand Down Expand Up @@ -10732,7 +10731,6 @@
"xpack.lens.indexPattern.ranges.lessThanPrepend": "<",
"xpack.lens.indexPattern.ranges.lessThanTooltip": "より小さい",
"xpack.lens.indexPattern.records": "記録",
"xpack.lens.indexPattern.removeColumnLabel": "構成を削除",
"xpack.lens.indexpattern.suggestions.nestingChangeLabel": "各 {outerOperation} の {innerOperation}",
"xpack.lens.indexpattern.suggestions.overallLabel": "全体の {operation}",
"xpack.lens.indexpattern.suggestions.overTimeLabel": "一定時間",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10606,7 +10606,6 @@
"xpack.lens.configPanel.color.tooltip.disabled": "当图层包括“细分依据”,各个系列无法定制颜色。",
"xpack.lens.configPanel.selectVisualization": "选择可视化",
"xpack.lens.configure.configurePanelTitle": "{groupLabel} 配置",
"xpack.lens.configure.editConfig": "单击以编辑配置或进行拖移",
"xpack.lens.configure.emptyConfig": "放置字段或单击以添加",
"xpack.lens.configure.invalidConfigTooltip": "配置无效。",
"xpack.lens.configure.invalidConfigTooltipClick": "单击了解更多详情。",
Expand Down Expand Up @@ -10745,7 +10744,6 @@
"xpack.lens.indexPattern.ranges.lessThanPrepend": "<",
"xpack.lens.indexPattern.ranges.lessThanTooltip": "小于",
"xpack.lens.indexPattern.records": "记录",
"xpack.lens.indexPattern.removeColumnLabel": "移除配置",
"xpack.lens.indexpattern.suggestions.nestingChangeLabel": "每个 {outerOperation} 的 {innerOperation}",
"xpack.lens.indexpattern.suggestions.overallLabel": "{operation} - 总体",
"xpack.lens.indexpattern.suggestions.overTimeLabel": "时移",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/lens_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont

// closes the dimension editor flyout
async closeDimensionEditor() {
await testSubjects.click('lns-indexPattern-dimensionContainerTitle');
await testSubjects.click('lns-indexPattern-dimensionContainerBack');
},

/**
Expand Down

0 comments on commit a6e204f

Please sign in to comment.