Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7307 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7307 Rev 7308
Línea 69... Línea 69...
69
                today: 'Hoy',
69
                today: 'Hoy',
70
                month: 'Mes',
70
                month: 'Mes',
71
                week: 'Semana',
71
                week: 'Semana',
72
                day: 'Día',
72
                day: 'Día',
73
                agenda: 'Agenda',
73
                agenda: 'Agenda',
-
 
74
                allDay: 'Todo el día',
-
 
75
                date: 'Fecha',
-
 
76
                time: 'Hora',
-
 
77
                event: 'Evento',
-
 
78
                showMore: 'Ver más',
-
 
79
                noEventsInRange: 'Sin eventos disponibles',
74
              }}
80
              }}
75
              eventPropGetter={(event) => {
81
              eventPropGetter={(event) => {
76
                const backgroundColor = event.backgroundColor
82
                const backgroundColor = event.backgroundColor
77
                  ? event.backgroundColor
83
                  ? event.backgroundColor
78
                  : 'blue'
84
                  : 'blue'