@@ -44,29 +44,29 @@ module.exports = {
44
44
'Zoom' : 'Zoom' , // components/modebar/buttons.js:85
45
45
'Zoom in' : 'Hineinzoomen' , // components/modebar/buttons.js:121
46
46
'Zoom out' : 'Herauszoomen' , // components/modebar/buttons.js:130
47
- 'close: ' : 'schließen' , // traces/ohlc/transform.js:139
47
+ 'close:' : 'schließen' , // traces/ohlc/transform.js:139
48
48
'trace' : 'Datenspur' , // plots/plots.js:439
49
- 'lat: ' : 'Lat.: ' , // traces/scattergeo/calc.js:48
50
- 'lon: ' : 'Lon.: ' , // traces/scattergeo/calc.js:49
51
- 'q1: ' : 'q1' , // traces/box/calc.js:130
52
- 'q3: ' : 'q3' , // traces/box/calc.js:131
53
- 'source: ' : 'Quelle: ' , // traces/sankey/plot.js:140
54
- 'target: ' : 'Ziel: ' , // traces/sankey/plot.js:141
55
- 'lower fence: ' : 'Untere Schranke' , // traces/box/calc.js:134
56
- 'upper fence: ' : 'Obere Schranke: ' , // traces/box/calc.js:135
57
- 'max: ' : 'Max.: ' , // traces/box/calc.js:132
58
- 'mean ± σ: ' : 'Mittelwert ± σ: ' , // traces/box/calc.js:133
59
- 'mean: ' : 'Mittelwert: ' , // traces/box/calc.js:133
60
- 'median: ' : 'Median: ' , // traces/box/calc.js:128
61
- 'min: ' : 'Min.: ' , // traces/box/calc.js:129
49
+ 'lat:' : 'Lat.: ' , // traces/scattergeo/calc.js:48
50
+ 'lon:' : 'Lon.: ' , // traces/scattergeo/calc.js:49
51
+ 'q1:' : 'q1' , // traces/box/calc.js:130
52
+ 'q3:' : 'q3' , // traces/box/calc.js:131
53
+ 'source:' : 'Quelle: ' , // traces/sankey/plot.js:140
54
+ 'target:' : 'Ziel: ' , // traces/sankey/plot.js:141
55
+ 'lower fence:' : 'Untere Schranke' , // traces/box/calc.js:134
56
+ 'upper fence:' : 'Obere Schranke: ' , // traces/box/calc.js:135
57
+ 'max:' : 'Max.: ' , // traces/box/calc.js:132
58
+ 'mean ± σ:' : 'Mittelwert ± σ: ' , // traces/box/calc.js:133
59
+ 'mean:' : 'Mittelwert: ' , // traces/box/calc.js:133
60
+ 'median:' : 'Median: ' , // traces/box/calc.js:128
61
+ 'min:' : 'Min.: ' , // traces/box/calc.js:129
62
62
63
63
// Missing context
64
- 'open: ' : 'Offen: ' , // traces/ohlc/transform.js:136
65
- 'high: ' : '' , // traces/ohlc/transform.js:137
66
- 'low: ' : '' , // traces/ohlc/transform.js:138
67
- 'kde: ' : '' , // traces/violin/calc.js:73
68
- 'outgoing flow count: ' : '' , // traces/sankey/plot.js:143
69
- 'incoming flow count: ' : '' , // traces/sankey/plot.js:142
64
+ 'open:' : 'Offen: ' , // traces/ohlc/transform.js:136
65
+ 'high:' : '' , // traces/ohlc/transform.js:137
66
+ 'low:' : '' , // traces/ohlc/transform.js:138
67
+ 'kde:' : '' , // traces/violin/calc.js:73
68
+ 'outgoing flow count:' : '' , // traces/sankey/plot.js:143
69
+ 'incoming flow count:' : '' , // traces/sankey/plot.js:142
70
70
71
71
// Missing translation
72
72
'Toggle Spike Lines' : '' , // components/modebar/buttons.js:548
0 commit comments