Skip to content

Instantly share code, notes, and snippets.

@JohnsonChung
Forked from touhonoob/gist:0524a2489e275c2ef4f7
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnsonChung/d9f27034ebd5db330532 to your computer and use it in GitHub Desktop.
Save JohnsonChung/d9f27034ebd5db330532 to your computer and use it in GitHub Desktop.
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