diff --git a/packages/locale/lang/he.ts b/packages/locale/lang/he.ts index 726ee62a42..4b3496d7de 100644 --- a/packages/locale/lang/he.ts +++ b/packages/locale/lang/he.ts @@ -17,11 +17,11 @@ export default { startTime: 'זמן התחלה', endDate: 'תאריך סיום', endTime: 'זמן סיום', - prevYear: 'Previous Year', // to be translated - nextYear: 'Next Year', // to be translated - prevMonth: 'Previous Month', // to be translated - nextMonth: 'Next Month', // to be translated - year: '', + prevYear: 'שנה קודמת', + nextYear: 'שנה הבאה', + prevMonth: 'חודש קודם', + nextMonth: 'חודש הבא', + year: 'שנה', month1: 'ינואר', month2: 'פברואר', month3: 'מרץ', @@ -34,7 +34,7 @@ export default { month10: 'אוקטובר', month11: 'נובמבר', month12: 'דצמבר', - // week: 'week', + week: 'שבוע', weeks: { sun: 'א׳', mon: 'ב׳', @@ -61,19 +61,19 @@ export default { }, select: { loading: 'טוען', - noMatch: 'לא נמצאו נתונים', - noData: 'ללא נתונים', - placeholder: 'בחר', + noMatch: 'לא נמצאה התאמה', + noData: 'אין נתונים', + placeholder: 'שומר מקום', }, cascader: { - noMatch: 'ללא נתונים מתאימים', + noMatch: 'לא נמצאה התאמה', loading: 'טוען', - placeholder: 'בחר', - noData: 'ללא נתונים', + placeholder: 'שומר מקום', + noData: 'אין נתונים', }, pagination: { goto: 'עבור ל', - pagesize: '/page', + pagesize: '/עמוד', total: 'כולל {total}', pageClassifier: '', }, @@ -84,7 +84,7 @@ export default { error: 'קלט לא תקין', }, upload: { - deleteTip: 'press delete to remove', // to be translated + deleteTip: 'לחץ כדי למחוק', delete: 'מחק', preview: 'תצוגה מקדימה', continue: 'המשך', @@ -94,28 +94,28 @@ export default { confirmFilter: 'אישור', resetFilter: 'נקה', clearFilter: 'הכל', - sumText: 'סך', + sumText: 'סך הכל', }, tree: { emptyText: 'אין נתונים', }, transfer: { - noMatch: 'אין נתונים מתאימים', - noData: 'ללא נתונים', + noMatch: 'לא נמצאה התאמה', + noData: 'אין נתונים', titles: ['רשימה 1', 'רשימה 2'], - filterPlaceholder: 'הקלד', + filterPlaceholder: 'סנן לפי...', noCheckedFormat: 'פריטים {total}', - hasCheckedFormat: ' אישור {checked}/{total}', + hasCheckedFormat: ' נבחרו {checked}/{total}', }, image: { - error: 'FAILED', // to be translated + error: 'שגיאה', }, pageHeader: { - title: 'Back', // to be translated + title: 'חזרה', }, popconfirm: { - confirmButtonText: 'Yes', // to be translated - cancelButtonText: 'No', // to be translated + confirmButtonText: 'כן', + cancelButtonText: 'לא', }, }, }