mirror of https://github.com/ElemeFE/element
parent
310eda65b5
commit
740ad56577
|
@ -0,0 +1,104 @@
|
||||||
|
export default {
|
||||||
|
el: {
|
||||||
|
colorpicker: {
|
||||||
|
confirm: 'אישור',
|
||||||
|
clear: 'נקה'
|
||||||
|
},
|
||||||
|
datepicker: {
|
||||||
|
now: 'כעת',
|
||||||
|
today: 'היום',
|
||||||
|
cancel: 'בטל',
|
||||||
|
clear: 'נקה',
|
||||||
|
confirm: 'אישור',
|
||||||
|
selectDate: 'בחר תאריך',
|
||||||
|
selectTime: 'בחר זמן',
|
||||||
|
startDate: 'תאריך התחלה',
|
||||||
|
startTime: 'זמן התחלה',
|
||||||
|
endDate: 'תאריך סיום',
|
||||||
|
endTime: 'זמן סיום',
|
||||||
|
year: '',
|
||||||
|
month1: 'ינואר',
|
||||||
|
month2: 'פברואר',
|
||||||
|
month3: 'מרץ',
|
||||||
|
month4: 'אפריל',
|
||||||
|
month5: 'מאי',
|
||||||
|
month6: 'יוני',
|
||||||
|
month7: 'יולי',
|
||||||
|
month8: 'אוגוסט',
|
||||||
|
month9: 'ספטמבר',
|
||||||
|
month10: 'אוקטובר',
|
||||||
|
month11: 'נובמבר',
|
||||||
|
month12: 'דצמבר',
|
||||||
|
// week: 'week',
|
||||||
|
weeks: {
|
||||||
|
sun: 'א׳',
|
||||||
|
mon: 'ב׳',
|
||||||
|
tue: 'ג׳',
|
||||||
|
wed: 'ד׳',
|
||||||
|
thu: 'ה׳',
|
||||||
|
fri: 'ו׳',
|
||||||
|
sat: 'שבת'
|
||||||
|
},
|
||||||
|
months: {
|
||||||
|
jan: 'ינואר',
|
||||||
|
feb: 'פברואר',
|
||||||
|
mar: 'מרץ',
|
||||||
|
apr: 'אפריל',
|
||||||
|
may: 'מאי',
|
||||||
|
jun: 'יוני',
|
||||||
|
jul: 'יולי',
|
||||||
|
aug: 'אוגוסט',
|
||||||
|
sep: 'ספטמבר',
|
||||||
|
oct: 'אוקטובר',
|
||||||
|
nov: 'נובמבר',
|
||||||
|
dec: 'דצמבר'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
select: {
|
||||||
|
loading: 'טוען',
|
||||||
|
noMatch: 'לא נמצאו נתונים',
|
||||||
|
noData: 'ללא נתונים',
|
||||||
|
placeholder: 'בחר'
|
||||||
|
},
|
||||||
|
cascader: {
|
||||||
|
noMatch: 'ללא נתונים מתאימים',
|
||||||
|
loading: 'טוען',
|
||||||
|
placeholder: 'בחר'
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
goto: 'עבור ל',
|
||||||
|
pagesize: '/page',
|
||||||
|
total: 'כולל {total}',
|
||||||
|
pageClassifier: ''
|
||||||
|
},
|
||||||
|
messagebox: {
|
||||||
|
title: 'הודעה',
|
||||||
|
confirm: 'אישור',
|
||||||
|
cancel: 'בטל',
|
||||||
|
error: 'קלט לא תקין'
|
||||||
|
},
|
||||||
|
upload: {
|
||||||
|
delete: 'מחק',
|
||||||
|
preview: 'תצוגה מקדימה',
|
||||||
|
continue: 'המשך'
|
||||||
|
},
|
||||||
|
table: {
|
||||||
|
emptyText: 'אין נתונים',
|
||||||
|
confirmFilter: 'אישור',
|
||||||
|
resetFilter: 'נקה',
|
||||||
|
clearFilter: 'הכל',
|
||||||
|
sumText: 'סך'
|
||||||
|
},
|
||||||
|
tree: {
|
||||||
|
emptyText: 'אין נתונים'
|
||||||
|
},
|
||||||
|
transfer: {
|
||||||
|
noMatch: 'אין נתונים מתאימים',
|
||||||
|
noData: 'ללא נתונים',
|
||||||
|
titles: ['List 1', 'List 2'], // to be translated
|
||||||
|
filterPlaceholder: 'הקלד', // to be translated
|
||||||
|
noCheckedFormat: 'פריטים {total}', // to be translated
|
||||||
|
hasCheckedFormat: ' אישור {checked}/{total}' // to be translated
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue