UNPKG

807 BJavaScriptView Raw
1export default {
2 today: 'Heute',
3 now: 'Jetzt',
4 backToToday: 'Zurück zu Heute',
5 ok: 'OK',
6 clear: 'Zurücksetzen',
7 month: 'Monat',
8 year: 'Jahr',
9 timeSelect: 'Zeit wählen',
10 dateSelect: 'Datum wählen',
11 monthSelect: 'Wähle einen Monat',
12 yearSelect: 'Wähle ein Jahr',
13 decadeSelect: 'Wähle ein Jahrzehnt',
14 yearFormat: 'YYYY',
15 dateFormat: 'D.M.YYYY',
16 dayFormat: 'D',
17 dateTimeFormat: 'D.M.YYYY HH:mm:ss',
18 monthBeforeYear: true,
19 previousMonth: 'Vorheriger Monat (PageUp)',
20 nextMonth: 'Nächster Monat (PageDown)',
21 previousYear: 'Vorheriges Jahr (Ctrl + left)',
22 nextYear: 'Nächstes Jahr (Ctrl + right)',
23 previousDecade: 'Vorheriges Jahrzehnt',
24 nextDecade: 'Nächstes Jahrzehnt',
25 previousCentury: 'Vorheriges Jahrhundert',
26 nextCentury: 'Nächstes Jahrhundert'
27};
\No newline at end of file