12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "nl",
- "options": {
- "months": [
- "Januari",
- "Februari",
- "Maart",
- "April",
- "Mei",
- "Juni",
- "Juli",
- "Augustus",
- "September",
- "Oktober",
- "November",
- "December"
- ],
- "shortMonths": [
- "Jan",
- "Feb",
- "Mrt",
- "Apr",
- "Mei",
- "Jun",
- "Jul",
- "Aug",
- "Sep",
- "Okt",
- "Nov",
- "Dec"
- ],
- "days": [
- "Zondag",
- "Maandag",
- "Dinsdag",
- "Woensdag",
- "Donderdag",
- "Vrijdag",
- "Zaterdag"
- ],
- "shortDays": ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"],
- "toolbar": {
- "exportToSVG": "Download SVG",
- "exportToPNG": "Download PNG",
- "exportToCSV": "Download CSV",
- "menu": "Menu",
- "selection": "Selectie",
- "selectionZoom": "Zoom selectie",
- "zoomIn": "Zoom in",
- "zoomOut": "Zoom out",
- "pan": "Verplaatsen",
- "reset": "Standaardwaarden"
- }
- }
- }
|