Skip to content

Commit 25fdffd

Browse files
committed
follow up 6261 PR - lint and draftlog
1 parent 1c4b332 commit 25fdffd

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

draftlogs/6261_change.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Change dateMonth format for `nl` locale to confirm with expected nl format
2-
- Add new dutch translations to the dictionary
1+
- Update dutch translations and fix dateMonth format for `nl` locale to confirm with expected nl format [[#6261](https://github.com/plotly/plotly.js/pull/6261)],
2+
with thanks to @eirvandelden for the contribution!

lib/locales/nl.js

+33-33
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@ module.exports = {
44
moduleType: 'locale',
55
name: 'nl',
66
dictionary: {
7-
'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',
16-
'Double-click to zoom back out': 'Zoom uit door te dubbel klikken',
17-
'Download plot as a png': 'Dowload de plot als een png-bestand',
18-
'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',
24-
'Edit in Chart Studio': 'In Chart Studio wijzigen',
25-
'Erase active shape': 'Wis huidige vorm',
26-
'IE only supports svg. Changing format to svg.': 'IE ondersteunt alleen svg bestanden. Formaat gewijzigd naar svg.',
27-
'Lasso Select': 'Lasso selectie',
28-
'Produced with Plotly.js': 'Gemaakt met Plotly.js',
29-
'Zoom': 'Inzoomen',
30-
'max:': 'maximum:',
31-
'mean ± σ:': 'gemiddelde ± σ:',
32-
'mean:': 'gemiddelde:',
33-
'min:': 'minimum:',
34-
'new text': 'nieuwe tekst',
35-
'open:': 'openen:',
36-
'high:': 'hoog:',
37-
'low:': 'laag:',
38-
'source:': 'bron:',
39-
'target:': 'doel:',
7+
'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',
16+
'Double-click to zoom back out': 'Zoom uit door te dubbel klikken',
17+
'Download plot as a png': 'Dowload de plot als een png-bestand',
18+
'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',
24+
'Edit in Chart Studio': 'In Chart Studio wijzigen',
25+
'Erase active shape': 'Wis huidige vorm',
26+
'IE only supports svg. Changing format to svg.': 'IE ondersteunt alleen svg bestanden. Formaat gewijzigd naar svg.',
27+
'Lasso Select': 'Lasso selectie',
28+
'Produced with Plotly.js': 'Gemaakt met Plotly.js',
29+
'Zoom': 'Inzoomen',
30+
'max:': 'maximum:',
31+
'mean ± σ:': 'gemiddelde ± σ:',
32+
'mean:': 'gemiddelde:',
33+
'min:': 'minimum:',
34+
'new text': 'nieuwe tekst',
35+
'open:': 'openen:',
36+
'high:': 'hoog:',
37+
'low:': 'laag:',
38+
'source:': 'bron:',
39+
'target:': 'doel:',
4040
},
4141
format: {
4242
days: [

0 commit comments

Comments
 (0)