@@ -13,12 +13,19 @@ module.exports = {
13
13
'Click to enter Plot title' : '點擊以輸入繪圖標題' , // plot_api/plot_api.js:579
14
14
'Click to enter X axis title' : '點擊以輸入 X 軸標題' , // plots/plots.js:435
15
15
'Click to enter Y axis title' : '點擊以輸入 Y 軸標題' , // plots/plots.js:436
16
+ 'Click to enter radial axis title' : '點擊以輸入輻射軸標題' , // plots/polar/polar.js:575
16
17
'Compare data on hover' : '滑鼠懸停時比較資料' , // components/modebar/buttons.js:167
17
18
'Double-click on legend to isolate one trace' : '雙擊圖例以隔離單一軌跡' , // components/legend/handle_click.js:90
18
19
'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
21
27
'Edit in Chart Studio' : '於 Chart Studio 編輯' , // components/modebar/buttons.js:76
28
+ 'Erase active shape' : '清除作用中的形狀' , // components/modebar/buttons.js:180
22
29
'IE only supports svg. Changing format to svg.' : 'IE 僅支援 SVG,將變更格式為 SVG。' , // components/modebar/buttons.js:60
23
30
'Lasso Select' : '套索選擇' , // components/modebar/buttons.js:112
24
31
'Orbital rotation' : '軌道旋轉' , // components/modebar/buttons.js:279
@@ -38,6 +45,7 @@ module.exports = {
38
45
'Zoom in' : '放大' , // components/modebar/buttons.js:121
39
46
'Zoom out' : '縮小' , // components/modebar/buttons.js:130
40
47
'close:' : '關閉:' , // traces/ohlc/transform.js:139
48
+ 'concentration' : '集中' , // traces/sankey/plot.js:160
41
49
'trace' : '軌跡:' , // plots/plots.js:439
42
50
'lat:' : '緯度:' , // traces/scattergeo/calc.js:48
43
51
'lon:' : '經度:' , // traces/scattergeo/calc.js:49
@@ -61,7 +69,6 @@ module.exports = {
61
69
'incoming flow count:' : '傳入流量計數:' , // traces/sankey/plot.js:142
62
70
'outgoing flow count:' : '傳出流量計數:' , // traces/sankey/plot.js:143
63
71
'kde:' : 'kde:' , // traces/violin/calc.js:73
64
- 'Click to enter radial axis title' : '點擊以輸入輻射軸標題' ,
65
72
'new text' : '新文本'
66
73
} ,
67
74
format : {
0 commit comments