56 lines
		
	
	
		
			976 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			976 B
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "name": "da",
 | |
|   "options": {
 | |
|     "months": [
 | |
|       "januar",
 | |
|       "februar",
 | |
|       "marts",
 | |
|       "april",
 | |
|       "maj",
 | |
|       "juni",
 | |
|       "juli",
 | |
|       "august",
 | |
|       "september",
 | |
|       "oktober",
 | |
|       "november",
 | |
|       "december"
 | |
|     ],
 | |
|     "shortMonths": [
 | |
|       "jan",
 | |
|       "feb",
 | |
|       "mar",
 | |
|       "apr",
 | |
|       "maj",
 | |
|       "jun",
 | |
|       "jul",
 | |
|       "aug",
 | |
|       "sep",
 | |
|       "okt",
 | |
|       "nov",
 | |
|       "dec"
 | |
|     ],
 | |
|     "days": [
 | |
|       "Søndag",
 | |
|       "Mandag",
 | |
|       "Tirsdag",
 | |
|       "Onsdag",
 | |
|       "Torsdag",
 | |
|       "Fredag",
 | |
|       "Lørdag"
 | |
|     ],
 | |
|     "shortDays": ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"],
 | |
|     "toolbar": {
 | |
|       "exportToSVG": "Download SVG",
 | |
|       "exportToPNG": "Download PNG",
 | |
|       "exportToCSV": "Download CSV",
 | |
|       "menu": "Menu",
 | |
|       "selection": "Valg",
 | |
|       "selectionZoom": "Zoom til valg",
 | |
|       "zoomIn": "Zoom ind",
 | |
|       "zoomOut": "Zoom ud",
 | |
|       "pan": "Panorér",
 | |
|       "reset": "Nulstil zoom"
 | |
|     }
 | |
|   }
 | |
| }
 |