UNPKG

860 BJavaScriptView Raw
1export default {
2 today: 'היום',
3 now: 'עכשיו',
4 backToToday: 'חזור להיום',
5 ok: 'אישור',
6 clear: 'איפוס',
7 month: 'חודש',
8 year: 'שנה',
9 timeSelect: 'בחר שעה',
10 dateSelect: 'בחר תאריך',
11 weekSelect: 'בחר שבוע',
12 monthSelect: 'בחר חודש',
13 yearSelect: 'בחר שנה',
14 decadeSelect: 'בחר עשור',
15 yearFormat: 'YYYY',
16 dateFormat: 'M/D/YYYY',
17 dayFormat: 'D',
18 dateTimeFormat: 'M/D/YYYY HH:mm:ss',
19 monthBeforeYear: true,
20 previousMonth: 'חודש קודם (PageUp)',
21 nextMonth: 'חודש הבא (PageDown)',
22 previousYear: 'שנה שעברה (Control + left)',
23 nextYear: 'שנה הבאה (Control + right)',
24 previousDecade: 'העשור הקודם',
25 nextDecade: 'העשור הבא',
26 previousCentury: 'המאה הקודמת',
27 nextCentury: 'המאה הבאה'
28};
\No newline at end of file