@@ -14,15 +14,15 @@ module.exports = {
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
16
'Click to enter radial axis title' : '點擊以輸入輻射軸標題' , // plots/polar/polar.js:575
17
- 'Compare data on hover' : '滑鼠懸停時比較資料 ' , // components/modebar/buttons.js:167
17
+ 'Compare data on hover' : '游標停留時比較資料 ' , // components/modebar/buttons.js:167
18
18
'Double-click on legend to isolate one trace' : '雙擊圖例以隔離單一軌跡' , // components/legend/handle_click.js:90
19
19
'Double-click to zoom back out' : '雙擊回復縮放' , // plots/cartesian/dragbox.js:299
20
20
'Download plot as a png' : '下載圖表為 PNG 圖檔' , // components/modebar/buttons.js:52
21
21
'Download plot' : '下載圖表' , // components/modebar/buttons.js:53
22
22
'Draw circle' : '繪製圓圈' , // components/modebar/buttons.js:171
23
- 'Draw closed freeform' : '繪製封閉的自由形式 ' , // components/modebar/buttons.js:135
23
+ 'Draw closed freeform' : '繪製封閉的任意圖形 ' , // components/modebar/buttons.js:135
24
24
'Draw line' : '繪製線條' , // components/modebar/buttons.js:153
25
- 'Draw open freeform' : '繪製開放的自由形式 ' , // components/modebar/buttons.js:144
25
+ 'Draw open freeform' : '繪製開放的任意圖形 ' , // components/modebar/buttons.js:144
26
26
'Draw rectangle' : '繪製矩形' , // components/modebar/buttons.js:162
27
27
'Edit in Chart Studio' : '於 Chart Studio 編輯' , // components/modebar/buttons.js:76
28
28
'Erase active shape' : '清除作用中的形狀' , // components/modebar/buttons.js:180
@@ -37,7 +37,7 @@ module.exports = {
37
37
'Reset camera to last save' : '重置相機至上次儲存的位置' , // components/modebar/buttons.js:322
38
38
'Reset view' : '重置視圖' , // components/modebar/buttons.js:583
39
39
'Reset views' : '重置視圖' , // components/modebar/buttons.js:529
40
- 'Show closest data on hover' : '滑鼠懸停時顯示最接近的資料 ' , // components/modebar/buttons.js:157
40
+ 'Show closest data on hover' : '游標停留時顯示最接近的資料 ' , // components/modebar/buttons.js:157
41
41
'Snapshot succeeded' : '快照成功' , // components/modebar/buttons.js:66
42
42
'Sorry, there was a problem downloading your snapshot!' : '抱歉,下載快照時發生錯誤!' , // components/modebar/buttons.js:69
43
43
'Taking snapshot - this may take a few seconds' : '產生快照中 - 可能需要一點時間' , // components/modebar/buttons.js:57
@@ -55,11 +55,11 @@ module.exports = {
55
55
'target:' : '目標:' , // traces/sankey/plot.js:141
56
56
'lower fence:' : '下圍籬值:' , // traces/box/calc.js:134
57
57
'upper fence:' : '上圍籬值:' , // traces/box/calc.js:135
58
- 'max:' : '最大 :' , // traces/box/calc.js:132
58
+ 'max:' : '最大值 :' , // traces/box/calc.js:132
59
59
'mean ± σ:' : '平均 ± σ:' , // traces/box/calc.js:133
60
- 'mean:' : '平均 :' , // traces/box/calc.js:133
60
+ 'mean:' : '平均值 :' , // traces/box/calc.js:133
61
61
'median:' : '中位數:' , // traces/box/calc.js:128
62
- 'min:' : '最小 :' , // traces/box/calc.js:129
62
+ 'min:' : '最小值 :' , // traces/box/calc.js:129
63
63
'Turntable rotation' : '轉盤旋轉:' , // components/modebar/buttons.js:288
64
64
'Toggle Spike Lines' : '切換尖峰線' , // components/modebar/buttons.js:548
65
65
'open:' : '開啟:' , // traces/ohlc/transform.js:136
0 commit comments