File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " gl" ,
3+ "options" : {
4+ "months" : [
5+ " Xaneiro" ,
6+ " Febreiro" ,
7+ " Marzo" ,
8+ " Abril" ,
9+ " Maio" ,
10+ " Xuño" ,
11+ " Xullo" ,
12+ " Agosto" ,
13+ " Setembro" ,
14+ " Outubro" ,
15+ " Novembro" ,
16+ " Decembro"
17+ ],
18+ "shortMonths" : [
19+ " Xan" ,
20+ " Feb" ,
21+ " Mar" ,
22+ " Abr" ,
23+ " Mai" ,
24+ " Xuñ" ,
25+ " Xul" ,
26+ " Ago" ,
27+ " Set" ,
28+ " Out" ,
29+ " Nov" ,
30+ " Dec"
31+ ],
32+ "days" : [
33+ " Domingo" ,
34+ " Luns" ,
35+ " Martes" ,
36+ " Mércores" ,
37+ " Xoves" ,
38+ " Venres" ,
39+ " Sábado"
40+ ],
41+ "shortDays" : [
42+ " Dom" ,
43+ " Lun" ,
44+ " Mar" ,
45+ " Mér" ,
46+ " Xov" ,
47+ " Ven" ,
48+ " Sáb"
49+ ],
50+ "toolbar" : {
51+ "exportToSVG" : " Descargar SVG" ,
52+ "exportToPNG" : " Descargar PNG" ,
53+ "exportToCSV" : " Descargar CSV" ,
54+ "menu" : " Menu" ,
55+ "selection" : " Seleccionar" ,
56+ "selectionZoom" : " Seleccionar Zoom" ,
57+ "zoomIn" : " Aumentar" ,
58+ "zoomOut" : " Disminuír" ,
59+ "pan" : " Navegación" ,
60+ "reset" : " Reiniciar Zoom"
61+ }
62+ }
63+ }
You can’t perform that action at this time.
0 commit comments