Skip to content

Commit 4c0c1dd

Browse files
authored
Remove spaces in-between
1 parent 418cb84 commit 4c0c1dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/locales/zh-cn.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ module.exports = {
1515
'Autoscale': '自动缩放', // components/modebar/buttons.js:139
1616
'Box Select': '矩形框选',
1717
'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
2121
'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
2424
'Compare data on hover': '悬停时比较数据', // components/modebar/buttons.js:167
2525
'Double-click on legend to isolate one trace': '双击图例来突显对应轨迹',
2626
'Double-click to zoom back out': '双击返回缩小显示', // plots/cartesian/dragbox.js:299
2727
'Download plot as a png': '下载图表为PNG格式',
2828
'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
3131
'Lasso Select': '套索选择', // components/modebar/buttons.js:112
3232
'Orbital rotation': '轨道旋转', // components/modebar/buttons.js:279
3333
'Pan': '平移',
34-
'Produced with Plotly': '由 Plotly 生成', // components/modebar/modebar.js:256
34+
'Produced with Plotly': '由Plotly生成', // components/modebar/modebar.js:256
3535
'Reset': '重置', // components/modebar/buttons.js:432
3636
'Reset axes': '重置轴', // components/modebar/buttons.js:148
3737
'Reset camera to default': '重置镜头视角为默认状态',

0 commit comments

Comments
 (0)