Skip to content
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
Apply suggestions from code review
Co-Authored-By: Byron Zhu <[email protected]>
  • Loading branch information
boltomli and byronz authored Oct 25, 2019
commit 418cb84088d30358d90cbc937fd603fc5734ab5d
4 changes: 2 additions & 2 deletions lib/locales/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
'Zoom': '缩放', // components/modebar/buttons.js:85
'Zoom in': '放大', // components/modebar/buttons.js:121
'Zoom out': '缩小', // components/modebar/buttons.js:130
'close:': ':', // traces/ohlc/transform.js:139
'close:': '关闭:',
'trace': '踪迹:', // plots/plots.js:439
'lat:': '纬度:', // traces/scattergeo/calc.js:48
'lon:': '经度:', // traces/scattergeo/calc.js:49
Expand All @@ -62,7 +62,7 @@ module.exports = {
'min:': '最小值:',
'Turntable rotation': '旋转转盘:',
'Toggle Spike Lines': '切换显示数据点辅助线(Spike Lines)',
'open:': ':', // traces/ohlc/transform.js:136
'open:': '打开:',
'high:': '高:', // traces/ohlc/transform.js:137
'low:': '低:', // traces/ohlc/transform.js:138
'Toggle show closest data on hover': '切换悬停时显示最近的数据点',
Expand Down