@@ -49,7 +49,7 @@ module.exports = {
49
49
'Zoom' : 'Zooma' , // components/modebar/buttons.js:94
50
50
'Zoom in' : 'Zooma in' , // components/modebar/buttons.js:130
51
51
'Zoom out' : 'Zooma ut' , // components/modebar/buttons.js:139
52
- 'close:' : 'stäng :' , // traces/ohlc/calc.js:106
52
+ 'close:' : 'stängning :' , // traces/ohlc/calc.js:106
53
53
'concentration:' : 'koncentration:' , // traces/sankey/plot.js:166
54
54
'high:' : 'hög:' , // traces/ohlc/calc.js:104
55
55
'incoming flow count:' : 'inkommande flöde summering:' , // traces/sankey/plot.js:167
@@ -64,7 +64,7 @@ module.exports = {
64
64
'median:' : 'median:' , // traces/box/calc.js:140
65
65
'min:' : 'min:' , // traces/box/calc.js:141
66
66
'new text' : 'ny text' , // plots/plots.js:327
67
- 'open:' : 'öppna :' , // traces/ohlc/calc.js:103
67
+ 'open:' : 'öppning :' , // traces/ohlc/calc.js:103
68
68
'outgoing flow count:' : 'utgående flöde summering:' , // traces/sankey/plot.js:168
69
69
'q1:' : 'q1:' , // traces/box/calc.js:142
70
70
'q3:' : 'q3:' , // traces/box/calc.js:143
0 commit comments