@@ -15,23 +15,23 @@ module.exports = {
15
15
'Autoscale' : '自动缩放' , // components/modebar/buttons.js:139
16
16
'Box Select' : '矩形框选' ,
17
17
'Click to enter Colorscale title' : '点击输入色阶的标题' , // plots/plots.js:437
18
- 'Click to enter Component A title' : '点击输入组件 A 的标题 ' , // plots/ternary/ternary.js:386
19
- 'Click to enter Component B title' : '点击输入组件 B 的标题 ' , // plots/ternary/ternary.js:400
20
- 'Click to enter Component C title' : '点击输入组件 C 的标题 ' , // plots/ternary/ternary.js:411
18
+ 'Click to enter Component A title' : '点击输入组件A的标题 ' , // plots/ternary/ternary.js:386
19
+ 'Click to enter Component B title' : '点击输入组件B的标题 ' , // plots/ternary/ternary.js:400
20
+ 'Click to enter Component C title' : '点击输入组件C的标题 ' , // plots/ternary/ternary.js:411
21
21
'Click to enter Plot title' : '点击输入图表的标题' , // plot_api/plot_api.js:579
22
- 'Click to enter X axis title' : '点击输入 X 轴的标题 ' , // plots/plots.js:435
23
- 'Click to enter Y axis title' : '点击输入 Y 轴的标题 ' , // plots/plots.js:436
22
+ 'Click to enter X axis title' : '点击输入X轴的标题 ' , // plots/plots.js:435
23
+ 'Click to enter Y axis title' : '点击输入Y轴的标题 ' , // plots/plots.js:436
24
24
'Compare data on hover' : '悬停时比较数据' , // components/modebar/buttons.js:167
25
25
'Double-click on legend to isolate one trace' : '双击图例来突显对应轨迹' ,
26
26
'Double-click to zoom back out' : '双击返回缩小显示' , // plots/cartesian/dragbox.js:299
27
27
'Download plot as a png' : '下载图表为PNG格式' ,
28
28
'Download plot' : '下载图表' , // components/modebar/buttons.js:53
29
- 'Edit in Chart Studio' : '在 Chart Studio 中编辑 ' , // components/modebar/buttons.js:76
30
- 'IE only supports svg. Changing format to svg.' : 'IE 只支持 SVG。转换格式为 SVG 。' , // components/modebar/buttons.js:60
29
+ 'Edit in Chart Studio' : '在Chart Studio中编辑 ' , // components/modebar/buttons.js:76
30
+ 'IE only supports svg. Changing format to svg.' : 'IE只支持SVG。转换格式为SVG 。' , // components/modebar/buttons.js:60
31
31
'Lasso Select' : '套索选择' , // components/modebar/buttons.js:112
32
32
'Orbital rotation' : '轨道旋转' , // components/modebar/buttons.js:279
33
33
'Pan' : '平移' ,
34
- 'Produced with Plotly' : '由 Plotly 生成 ' , // components/modebar/modebar.js:256
34
+ 'Produced with Plotly' : '由Plotly生成 ' , // components/modebar/modebar.js:256
35
35
'Reset' : '重置' , // components/modebar/buttons.js:432
36
36
'Reset axes' : '重置轴' , // components/modebar/buttons.js:148
37
37
'Reset camera to default' : '重置镜头视角为默认状态' ,
0 commit comments