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
Update lib/locales/zh-cn.js
Co-Authored-By: Byron Zhu <[email protected]>
  • Loading branch information
boltomli and byronz authored Oct 25, 2019
commit d49d9932f8d9d955f6c14fea441da90d5549e9d3
2 changes: 1 addition & 1 deletion lib/locales/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
'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': '双击图例', // components/legend/handle_click.js:90
'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', // components/modebar/buttons.js:52
'Download plot': '下载图表', // components/modebar/buttons.js:53
Expand Down