UNPKG

801 BJavaScriptView Raw
1export default {
2 today: 'Dnes',
3 now: 'Nyní',
4 backToToday: 'Zpět na dnešek',
5 ok: 'Ok',
6 clear: 'Vymazat',
7 month: 'Měsíc',
8 year: 'Rok',
9 timeSelect: 'Vybrat čas',
10 dateSelect: 'Vybrat datum',
11 monthSelect: 'Vyberte měsíc',
12 yearSelect: 'Vyberte rok',
13 decadeSelect: 'Vyberte dekádu',
14 yearFormat: 'YYYY',
15 dateFormat: 'D.M.YYYY',
16 dayFormat: 'D',
17 dateTimeFormat: 'D.M.YYYY HH:mm:ss',
18 monthBeforeYear: true,
19 previousMonth: 'Předchozí měsíc (PageUp)',
20 nextMonth: 'Následující (PageDown)',
21 previousYear: 'Předchozí rok (Control + left)',
22 nextYear: 'Následující rok (Control + right)',
23 previousDecade: 'Předchozí dekáda',
24 nextDecade: 'Následující dekáda',
25 previousCentury: 'Předchozí století',
26 nextCentury: 'Následující století'
27};
\No newline at end of file