Skip to content

Commit 6965a46

Browse files
committed
🌐 Add any dutch translations that I know and can verify
1 parent 1ff25b6 commit 6965a46

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

lib/locales/nl.js

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,26 @@
33
module.exports = {
44
moduleType: 'locale',
55
name: 'nl',
6-
dictionary: {},
6+
dictionary: {
7+
'Autoscale': 'Automatische schaal',
8+
'Double-click to zoom back out': 'Zoom uit door te dubbel klikken',
9+
'Download plot as a png': 'Dowload de plot als een png-bestand',
10+
'Download plot': 'Download de plot',
11+
'Edit in Chart Studio': 'In Chart Studio wijzigen',
12+
'IE only supports svg. Changing format to svg.': 'IE ondersteund alleen svg bestanden. Formaat gewijzigd naar svg.',
13+
'Produced with Plotly.js': 'Gemaakt met Plotly.js',
14+
'Zoom': 'Inzoomen',
15+
'source:': 'bron:',
16+
'target:': 'doel:',
17+
'max:': 'maximum:',
18+
'mean ± σ:': 'gemiddelde ± σ:',
19+
'mean:': 'gemiddelde:',
20+
'min:': 'minumum:',
21+
'new text': 'nieuwe tekst'
22+
'open:': 'openen:',
23+
'high:': 'hoog:',
24+
'low:': 'laag:'
25+
},
726
format: {
827
days: [
928
'zondag', 'maandag', 'dinsdag', 'woensdag',

0 commit comments

Comments
 (0)