UNPKG

776 BJavaScriptView Raw
1export default {
2 today: 'Hoy',
3 now: 'Ahora',
4 backToToday: 'Volver a hoy',
5 ok: 'Aceptar',
6 clear: 'Limpiar',
7 month: 'Mes',
8 year: 'Año',
9 timeSelect: 'Seleccionar hora',
10 dateSelect: 'Seleccionar fecha',
11 monthSelect: 'Elegir un mes',
12 yearSelect: 'Elegir un año',
13 decadeSelect: 'Elegir una década',
14 yearFormat: 'YYYY',
15 dateFormat: 'D/M/YYYY',
16 dayFormat: 'D',
17 dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18 monthBeforeYear: true,
19 previousMonth: 'Mes anterior (PageUp)',
20 nextMonth: 'Mes siguiente (PageDown)',
21 previousYear: 'Año anterior (Control + left)',
22 nextYear: 'Año siguiente (Control + right)',
23 previousDecade: 'Década anterior',
24 nextDecade: 'Década siguiente',
25 previousCentury: 'Siglo anterior',
26 nextCentury: 'Siglo siguiente'
27};
\No newline at end of file