1{ 2 "name": "nl", 3 "options": { 4 "months": [ 5 "Januari", 6 "Februari", 7 "Maart", 8 "April", 9 "Mei", 10 "Juni", 11 "Juli", 12 "Augustus", 13 "September", 14 "Oktober", 15 "November", 16 "December" 17 ], 18 "shortMonths": [ 19 "Jan", 20 "Feb", 21 "Mrt", 22 "Apr", 23 "Mei", 24 "Jun", 25 "Jul", 26 "Aug", 27 "Sep", 28 "Okt", 29 "Nov", 30 "Dec" 31 ], 32 "days": [ 33 "Zondag", 34 "Maandag", 35 "Dinsdag", 36 "Woensdag", 37 "Donderdag", 38 "Vrijdag", 39 "Zaterdag" 40 ], 41 "shortDays": ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"], 42 "toolbar": { 43 "exportToSVG": "Download SVG", 44 "exportToPNG": "Download PNG", 45 "exportToCSV": "Download CSV", 46 "menu": "Menu", 47 "selection": "Selectie", 48 "selectionZoom": "Zoom selectie", 49 "zoomIn": "Zoom in", 50 "zoomOut": "Zoom out", 51 "pan": "Verplaatsen", 52 "reset": "Standaardwaarden" 53 } 54 } 55} 56