mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(locale): added missing strings for Hebrew (#9871)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
This commit is contained in:
parent
c625cc3071
commit
7d1ecb6285
@ -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: 'לא',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user