56 lines
		
	
	
		
			983 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			983 B
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "name": "en",
 | |
|   "options": {
 | |
|     "months": [
 | |
|       "January",
 | |
|       "February",
 | |
|       "March",
 | |
|       "April",
 | |
|       "May",
 | |
|       "June",
 | |
|       "July",
 | |
|       "August",
 | |
|       "September",
 | |
|       "October",
 | |
|       "November",
 | |
|       "December"
 | |
|     ],
 | |
|     "shortMonths": [
 | |
|       "Jan",
 | |
|       "Feb",
 | |
|       "Mar",
 | |
|       "Apr",
 | |
|       "May",
 | |
|       "Jun",
 | |
|       "Jul",
 | |
|       "Aug",
 | |
|       "Sep",
 | |
|       "Oct",
 | |
|       "Nov",
 | |
|       "Dec"
 | |
|     ],
 | |
|     "days": [
 | |
|       "Sunday",
 | |
|       "Monday",
 | |
|       "Tuesday",
 | |
|       "Wednesday",
 | |
|       "Thursday",
 | |
|       "Friday",
 | |
|       "Saturday"
 | |
|     ],
 | |
|     "shortDays": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
 | |
|     "toolbar": {
 | |
|       "exportToSVG": "Download SVG",
 | |
|       "exportToPNG": "Download PNG",
 | |
|       "exportToCSV": "Download CSV",
 | |
|       "menu": "Menu",
 | |
|       "selection": "Selection",
 | |
|       "selectionZoom": "Selection Zoom",
 | |
|       "zoomIn": "Zoom In",
 | |
|       "zoomOut": "Zoom Out",
 | |
|       "pan": "Panning",
 | |
|       "reset": "Reset Zoom"
 | |
|     }
 | |
|   }
 | |
| }
 |