UNPKG

732 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 monthSelect: 'Choose a month',
12 yearSelect: 'Choose a year',
13 decadeSelect: 'Choose a decade',
14 yearFormat: 'YYYY',
15 dateFormat: 'D/M/YYYY',
16 dayFormat: 'D',
17 dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18 monthBeforeYear: true,
19 previousMonth: 'Previous month (PageUp)',
20 nextMonth: 'Next month (PageDown)',
21 previousYear: 'Last year (Control + left)',
22 nextYear: 'Next year (Control + right)',
23 previousDecade: 'Last decade',
24 nextDecade: 'Next decade',
25 previousCentury: 'Last century',
26 nextCentury: 'Next century'
27};
\No newline at end of file