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
Remove spaces in-between
  • Loading branch information
boltomli authored Oct 25, 2019
commit 4c0c1dd37d08db29f60858da11bba102aab8221c
16 changes: 8 additions & 8 deletions lib/locales/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ module.exports = {
'Autoscale': '自动缩放', // components/modebar/buttons.js:139
'Box Select': '矩形框选',
'Click to enter Colorscale title': '点击输入色阶的标题', // plots/plots.js:437
'Click to enter Component A title': '点击输入组件 A 的标题', // plots/ternary/ternary.js:386
'Click to enter Component B title': '点击输入组件 B 的标题', // plots/ternary/ternary.js:400
'Click to enter Component C title': '点击输入组件 C 的标题', // plots/ternary/ternary.js:411
'Click to enter Component A title': '点击输入组件A的标题', // plots/ternary/ternary.js:386
'Click to enter Component B title': '点击输入组件B的标题', // plots/ternary/ternary.js:400
'Click to enter Component C title': '点击输入组件C的标题', // plots/ternary/ternary.js:411
'Click to enter Plot title': '点击输入图表的标题', // plot_api/plot_api.js:579
'Click to enter X axis title': '点击输入 X 轴的标题', // plots/plots.js:435
'Click to enter Y axis title': '点击输入 Y 轴的标题', // plots/plots.js:436
'Click to enter X axis title': '点击输入X轴的标题', // plots/plots.js:435
'Click to enter Y axis title': '点击输入Y轴的标题', // plots/plots.js:436
'Compare data on hover': '悬停时比较数据', // components/modebar/buttons.js:167
'Double-click on legend to isolate one trace': '双击图例来突显对应轨迹',
'Double-click to zoom back out': '双击返回缩小显示', // plots/cartesian/dragbox.js:299
'Download plot as a png': '下载图表为PNG格式',
'Download plot': '下载图表', // components/modebar/buttons.js:53
'Edit in Chart Studio': '在 Chart Studio 中编辑', // components/modebar/buttons.js:76
'IE only supports svg. Changing format to svg.': 'IE 只支持 SVG。转换格式为 SVG。', // components/modebar/buttons.js:60
'Edit in Chart Studio': '在Chart Studio中编辑', // components/modebar/buttons.js:76
'IE only supports svg. Changing format to svg.': 'IE只支持SVG。转换格式为SVG。', // components/modebar/buttons.js:60
'Lasso Select': '套索选择', // components/modebar/buttons.js:112
'Orbital rotation': '轨道旋转', // components/modebar/buttons.js:279
'Pan': '平移',
'Produced with Plotly': '由 Plotly 生成', // components/modebar/modebar.js:256
'Produced with Plotly': '由Plotly生成', // components/modebar/modebar.js:256
'Reset': '重置', // components/modebar/buttons.js:432
'Reset axes': '重置轴', // components/modebar/buttons.js:148
'Reset camera to default': '重置镜头视角为默认状态',
Expand Down