File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = {
45
45
'Zoom' : '缩放' , // components/modebar/buttons.js:85
46
46
'Zoom in' : '放大' , // components/modebar/buttons.js:121
47
47
'Zoom out' : '缩小' , // components/modebar/buttons.js:130
48
- 'close:' : '关 :' , // traces/ohlc/transform.js:139
48
+ 'close:' : '关闭 :' ,
49
49
'trace' : '踪迹:' , // plots/plots.js:439
50
50
'lat:' : '纬度:' , // traces/scattergeo/calc.js:48
51
51
'lon:' : '经度:' , // traces/scattergeo/calc.js:49
@@ -62,7 +62,7 @@ module.exports = {
62
62
'min:' : '最小值:' ,
63
63
'Turntable rotation' : '旋转转盘:' ,
64
64
'Toggle Spike Lines' : '切换显示数据点辅助线(Spike Lines)' ,
65
- 'open:' : '开 :' , // traces/ohlc/transform.js:136
65
+ 'open:' : '打开 :' ,
66
66
'high:' : '高:' , // traces/ohlc/transform.js:137
67
67
'low:' : '低:' , // traces/ohlc/transform.js:138
68
68
'Toggle show closest data on hover' : '切换悬停时显示最近的数据点' ,
You can’t perform that action at this time.
0 commit comments