Skip to content

Instantly share code, notes, and snippets.

@touhonoob
Created November 25, 2014 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save touhonoob/0524a2489e275c2ef4f7 to your computer and use it in GitHub Desktop.
Save touhonoob/0524a2489e275c2ef4f7 to your computer and use it in GitHub Desktop.
echarts翻譯
angular.module('echarts.ja', [])
.value('echartsTranslation', {
mark: {
title: {
mark: '辅助线开关',
markUndo: '删除辅助线',
markClear: '清空辅助线'
}
},
dataZoom: {
title: {
dataZoom: '区域缩放',
dataZoomReset: '区域缩放后退'
}
},
dataView: {
title: '数据视图',
lang: ['数据视图', '关闭', '刷新']
},
magicType: {
title: {
line: '折线图切换',
bar: '柱形图切换',
stack: '堆积',
tiled: '平铺',
force: '力导向布局图切换',
chord: '和弦图切换',
pie: '饼图切换',
funnel: '漏斗图切换'
}
},
restore: {
title: '还原'
},
saveAsImage: {
title: '保存为图片',
lang: ['点击保存']
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment