UNPKG

763 BJavaScriptView Raw
1export default {
2 today: 'Today',
3 now: 'Now',
4 backToToday: 'Back to today',
5 ok: 'Ok',
6 clear: 'Clear',
7 month: 'Month',
8 year: 'Year',
9 timeSelect: 'select time',
10 dateSelect: 'select date',
11 weekSelect: 'Choose a week',
12 monthSelect: 'Choose a month',
13 yearSelect: 'Choose a year',
14 decadeSelect: 'Choose a decade',
15 yearFormat: 'YYYY',
16 dateFormat: 'M/D/YYYY',
17 dayFormat: 'D',
18 dateTimeFormat: 'M/D/YYYY HH:mm:ss',
19 monthBeforeYear: true,
20 previousMonth: 'Previous month (PageUp)',
21 nextMonth: 'Next month (PageDown)',
22 previousYear: 'Last year (Control + left)',
23 nextYear: 'Next year (Control + right)',
24 previousDecade: 'Last decade',
25 nextDecade: 'Next decade',
26 previousCentury: 'Last century',
27 nextCentury: 'Next century'
28};
\No newline at end of file