Skip to content

Commit

Permalink
[Gauge] Fixes wrong translations on ranges less than symbol (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 26, 2021
1 parent d2f6b58 commit 35c94e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -4221,7 +4221,7 @@
"visDefaultEditor.controls.ranges.fromLabel": "開始:",
"visDefaultEditor.controls.ranges.greaterThanOrEqualPrepend": "≧",
"visDefaultEditor.controls.ranges.greaterThanOrEqualTooltip": "よりも大きいまたは等しい",
"visDefaultEditor.controls.ranges.lessThanPrepend": "<",
"visDefaultEditor.controls.ranges.lessThanPrepend": "<",
"visDefaultEditor.controls.ranges.lessThanTooltip": "より小さい",
"visDefaultEditor.controls.ranges.removeRangeButtonAriaLabel": "{from}から{to}の範囲を削除",
"visDefaultEditor.controls.ranges.toLabel": "終了:",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -4247,7 +4247,7 @@
"visDefaultEditor.controls.ranges.fromLabel": "自",
"visDefaultEditor.controls.ranges.greaterThanOrEqualPrepend": "≥",
"visDefaultEditor.controls.ranges.greaterThanOrEqualTooltip": "大于或等于",
"visDefaultEditor.controls.ranges.lessThanPrepend": "&lt;",
"visDefaultEditor.controls.ranges.lessThanPrepend": "<",
"visDefaultEditor.controls.ranges.lessThanTooltip": "小于",
"visDefaultEditor.controls.ranges.removeRangeButtonAriaLabel": "移除范围 {from} 至 {to}",
"visDefaultEditor.controls.ranges.toLabel": "至",
Expand Down

0 comments on commit 35c94e9

Please sign in to comment.