@@ -13,12 +13,19 @@ module.exports = {
1313 'Click to enter Plot title' : '點擊以輸入繪圖標題' , // plot_api/plot_api.js:579
1414 'Click to enter X axis title' : '點擊以輸入 X 軸標題' , // plots/plots.js:435
1515 'Click to enter Y axis title' : '點擊以輸入 Y 軸標題' , // plots/plots.js:436
16+ 'Click to enter radial axis title' : '點擊以輸入輻射軸標題' , // plots/polar/polar.js:575
1617 'Compare data on hover' : '滑鼠懸停時比較資料' , // components/modebar/buttons.js:167
1718 'Double-click on legend to isolate one trace' : '雙擊圖例以隔離單一軌跡' , // components/legend/handle_click.js:90
1819 'Double-click to zoom back out' : '雙擊回復縮放' , // plots/cartesian/dragbox.js:299
19- 'Download plot as a png' : '下載繪圖為 PNG 圖檔' , // components/modebar/buttons.js:52
20- 'Download plot' : '下載繪圖' , // components/modebar/buttons.js:53
20+ 'Download plot as a png' : '下載圖表為 PNG 圖檔' , // components/modebar/buttons.js:52
21+ 'Download plot' : '下載圖表' , // components/modebar/buttons.js:53
22+ 'Draw circle' : '繪製圓圈' , // components/modebar/buttons.js:171
23+ 'Draw closed freeform' : '繪製封閉的自由形式' , // components/modebar/buttons.js:135
24+ 'Draw line' : '繪製線條' , // components/modebar/buttons.js:153
25+ 'Draw open freeform' : '繪製開放的自由形式' , // components/modebar/buttons.js:144
26+ 'Draw rectangle' : '繪製矩形' , // components/modebar/buttons.js:162
2127 'Edit in Chart Studio' : '於 Chart Studio 編輯' , // components/modebar/buttons.js:76
28+ 'Erase active shape' : '清除作用中的形狀' , // components/modebar/buttons.js:180
2229 'IE only supports svg. Changing format to svg.' : 'IE 僅支援 SVG,將變更格式為 SVG。' , // components/modebar/buttons.js:60
2330 'Lasso Select' : '套索選擇' , // components/modebar/buttons.js:112
2431 'Orbital rotation' : '軌道旋轉' , // components/modebar/buttons.js:279
@@ -38,6 +45,7 @@ module.exports = {
3845 'Zoom in' : '放大' , // components/modebar/buttons.js:121
3946 'Zoom out' : '縮小' , // components/modebar/buttons.js:130
4047 'close:' : '關閉:' , // traces/ohlc/transform.js:139
48+ 'concentration' : '集中' , // traces/sankey/plot.js:160
4149 'trace' : '軌跡:' , // plots/plots.js:439
4250 'lat:' : '緯度:' , // traces/scattergeo/calc.js:48
4351 'lon:' : '經度:' , // traces/scattergeo/calc.js:49
@@ -61,7 +69,6 @@ module.exports = {
6169 'incoming flow count:' : '傳入流量計數:' , // traces/sankey/plot.js:142
6270 'outgoing flow count:' : '傳出流量計數:' , // traces/sankey/plot.js:143
6371 'kde:' : 'kde:' , // traces/violin/calc.js:73
64- 'Click to enter radial axis title' : '點擊以輸入輻射軸標題' ,
6572 'new text' : '新文本'
6673 } ,
6774 format : {
0 commit comments