@@ -19,9 +19,9 @@ module.exports = {
19
19
'Click to enter Component B title' : 'Klikk for å oppgi tittel på komponent B' , // plots/ternary/ternary.js:386
20
20
'Click to enter Component C title' : 'Klikk for å oppgi tittel på komponent C' , // plots/ternary/ternary.js:396
21
21
'Click to enter Plot title' : 'Klikk for å oppgi tittel på plot' , // plot_api/plot_api.js:584
22
- 'Click to enter X axis title' : 'Klikk for å oppgi tittel på x-axe ' , // plots/plots.js:324
23
- 'Click to enter Y axis title' : 'Klikk for å oppgi tittel på y-axe ' , // plots/plots.js:325
24
- 'Click to enter radial axis title' : 'Klikk for å oppgi tittel på radiell axe ' , // plots/polar/polar.js:498
22
+ 'Click to enter X axis title' : 'Klikk for å oppgi tittel på x-akse ' , // plots/plots.js:324
23
+ 'Click to enter Y axis title' : 'Klikk for å oppgi tittel på y-akse ' , // plots/plots.js:325
24
+ 'Click to enter radial axis title' : 'Klikk for å oppgi tittel på radiell akse ' , // plots/polar/polar.js:498
25
25
'Compare data on hover' : 'Sammenligne data når musepekeren holdes över' , // components/modebar/buttons.js:176
26
26
'Double-click on legend to isolate one trace' : 'Dobbelklikk på på forklaringen for å vise bare en serie' , // components/legend/handle_click.js:89
27
27
'Double-click to zoom back out' : 'Dobbelklikk for å zoome ut igjen' , // plots/cartesian/dragbox.js:1089
@@ -34,7 +34,7 @@ module.exports = {
34
34
'Pan' : 'Panne' , // components/modebar/buttons.js:103
35
35
'Produced with Plotly' : 'Laget med Plotly' , // components/modebar/modebar.js:304
36
36
'Reset' : 'Nullstille' , // components/modebar/buttons.js:433
37
- 'Reset axes ' : 'Nullstille axer ' , // components/modebar/buttons.js:157
37
+ 'Reset akses ' : 'Nullstille akser ' , // components/modebar/buttons.js:157
38
38
'Reset camera to default' : 'Nullstille kamera til standard' , // components/modebar/buttons.js:319
39
39
'Reset camera to last save' : 'Nullstille kamera til siste lagret' , // components/modebar/buttons.js:327
40
40
'Reset view' : 'Nullstille visning' , // components/modebar/buttons.js:512
0 commit comments