UNPKG

3.21 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: 'אישור',
5 clear: 'נקה'
6 },
7 datepicker: {
8 now: 'כעת',
9 today: 'היום',
10 cancel: 'בטל',
11 clear: 'נקה',
12 confirm: 'אישור',
13 selectDate: 'בחר תאריך',
14 selectTime: 'בחר זמן',
15 startDate: 'תאריך התחלה',
16 startTime: 'זמן התחלה',
17 endDate: 'תאריך סיום',
18 endTime: 'זמן סיום',
19 prevYear: 'Previous Year', // to be translated
20 nextYear: 'Next Year', // to be translated
21 prevMonth: 'Previous Month', // to be translated
22 nextMonth: 'Next Month', // to be translated
23 year: '',
24 month1: 'ינואר',
25 month2: 'פברואר',
26 month3: 'מרץ',
27 month4: 'אפריל',
28 month5: 'מאי',
29 month6: 'יוני',
30 month7: 'יולי',
31 month8: 'אוגוסט',
32 month9: 'ספטמבר',
33 month10: 'אוקטובר',
34 month11: 'נובמבר',
35 month12: 'דצמבר',
36 // week: 'week',
37 weeks: {
38 sun: 'א׳',
39 mon: 'ב׳',
40 tue: 'ג׳',
41 wed: 'ד׳',
42 thu: 'ה׳',
43 fri: 'ו׳',
44 sat: 'שבת'
45 },
46 months: {
47 jan: 'ינואר',
48 feb: 'פברואר',
49 mar: 'מרץ',
50 apr: 'אפריל',
51 may: 'מאי',
52 jun: 'יוני',
53 jul: 'יולי',
54 aug: 'אוגוסט',
55 sep: 'ספטמבר',
56 oct: 'אוקטובר',
57 nov: 'נובמבר',
58 dec: 'דצמבר'
59 }
60 },
61 select: {
62 loading: 'טוען',
63 noMatch: 'לא נמצאו נתונים',
64 noData: 'ללא נתונים',
65 placeholder: 'בחר'
66 },
67 cascader: {
68 noMatch: 'ללא נתונים מתאימים',
69 loading: 'טוען',
70 placeholder: 'בחר',
71 noData: 'ללא נתונים'
72 },
73 pagination: {
74 goto: 'עבור ל',
75 pagesize: '/page',
76 total: 'כולל {total}',
77 pageClassifier: ''
78 },
79 messagebox: {
80 title: 'הודעה',
81 confirm: 'אישור',
82 cancel: 'בטל',
83 error: 'קלט לא תקין'
84 },
85 upload: {
86 deleteTip: 'press delete to remove', // to be translated
87 delete: 'מחק',
88 preview: 'תצוגה מקדימה',
89 continue: 'המשך'
90 },
91 table: {
92 emptyText: 'אין נתונים',
93 confirmFilter: 'אישור',
94 resetFilter: 'נקה',
95 clearFilter: 'הכל',
96 sumText: 'סך'
97 },
98 tree: {
99 emptyText: 'אין נתונים'
100 },
101 transfer: {
102 noMatch: 'אין נתונים מתאימים',
103 noData: 'ללא נתונים',
104 titles: ['רשימה 1', 'רשימה 2'],
105 filterPlaceholder: 'הקלד',
106 noCheckedFormat: 'פריטים {total}',
107 hasCheckedFormat: ' אישור {checked}/{total}'
108 },
109 image: {
110 error: 'FAILED' // to be translated
111 },
112 pageHeader: {
113 title: 'Back' // to be translated
114 },
115 popconfirm: {
116 confirmButtonText: 'Yes', // to be translated
117 cancelButtonText: 'No' // to be translated
118 },
119 empty: {
120 description: 'אין נתונים'
121 }
122 }
123};