@@ -5,15 +5,28 @@ module.exports = {
55 name : 'nl' ,
66 dictionary : {
77 'Autoscale' : 'Automatische schaal' ,
8+ 'Click to enter Colorscale title' : 'Klik om kleurenschaal titel in te vullen' ,
9+ 'Click to enter Component A title' : 'Klik om Component A titel in te vullen' ,
10+ 'Click to enter Component B title' : 'Klik om Component B titel in te vullen' ,
11+ 'Click to enter Component C title' : 'Klik om Component C titel in te vullen' ,
12+ 'Click to enter Plot title' : 'Klik om Plot titel in te vullen' ,
13+ 'Click to enter X axis title' : 'Klik om x-as titel in te vullen' ,
14+ 'Click to enter Y axis title' : 'Klik om y-as titel in te vullen' ,
15+ 'Click to enter radial axis title' : 'Klik om radiaal-as titel in te vullen' ,
816 'Double-click to zoom back out' : 'Zoom uit door te dubbel klikken' ,
917 'Download plot as a png' : 'Dowload de plot als een png-bestand' ,
1018 'Download plot' : 'Download de plot' ,
19+ 'Draw circle' ; 'Teken cirkel' ,
20+ 'Draw closed freeform' : 'Teken gesloten vorm' ,
21+ 'Draw line' : 'Teken lijn' ,
22+ 'Draw open freeform' : 'Teken open vorm' ,
23+ 'Draw rectangle' : 'Teken rechthoek' ,
1124 'Edit in Chart Studio' : 'In Chart Studio wijzigen' ,
25+ 'Erase active shape' : 'Wis huidige vorm' ,
1226 'IE only supports svg. Changing format to svg.' : 'IE ondersteund alleen svg bestanden. Formaat gewijzigd naar svg.' ,
27+ 'Lasso Select' : 'Lasso selectie' ,
1328 'Produced with Plotly.js' : 'Gemaakt met Plotly.js' ,
1429 'Zoom' : 'Inzoomen' ,
15- 'source:' : 'bron:' ,
16- 'target:' : 'doel:' ,
1730 'max:' : 'maximum:' ,
1831 'mean ± σ:' : 'gemiddelde ± σ:' ,
1932 'mean:' : 'gemiddelde:' ,
@@ -22,6 +35,8 @@ module.exports = {
2235 'open:' : 'openen:' ,
2336 'high:' : 'hoog:' ,
2437 'low:' : 'laag:'
38+ 'source:' : 'bron:' ,
39+ 'target:' : 'doel:' ,
2540 } ,
2641 format : {
2742 days : [
0 commit comments