tu-view-plus
Version:
137 lines (136 loc) • 3.43 kB
JavaScript
const e = {
name: "he",
tu: {
colorpicker: {
confirm: "אישור",
clear: "נקה"
},
datepicker: {
now: "כעת",
today: "היום",
cancel: "בטל",
clear: "נקה",
confirm: "אישור",
selectDate: "בחר תאריך",
selectTime: "בחר זמן",
startDate: "תאריך התחלה",
startTime: "זמן התחלה",
endDate: "תאריך סיום",
endTime: "זמן סיום",
prevYear: "שנה קודמת",
nextYear: "שנה הבאה",
prevMonth: "חודש קודם",
nextMonth: "חודש הבא",
year: "שנה",
month1: "ינואר",
month2: "פברואר",
month3: "מרץ",
month4: "אפריל",
month5: "מאי",
month6: "יוני",
month7: "יולי",
month8: "אוגוסט",
month9: "ספטמבר",
month10: "אוקטובר",
month11: "נובמבר",
month12: "דצמבר",
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: "שומר מקום",
noData: "אין נתונים"
},
pagination: {
goto: "עבור ל",
pagesize: "/עמוד",
total: "כולל {total}",
pageClassifier: "",
page: "Page",
// to be translated
prev: "Go to previous page",
// to be translated
next: "Go to next page",
// to be translated
currentPage: "page {pager}",
// to be translated
prevPages: "Previous {pager} pages",
// to be translated
nextPages: "Next {pager} pages"
// to be translated
},
messagebox: {
title: "הודעה",
confirm: "אישור",
cancel: "בטל",
error: "קלט לא תקין"
},
upload: {
deleteTip: "לחץ כדי למחוק",
delete: "מחק",
preview: "תצוגה מקדימה",
continue: "המשך"
},
table: {
emptyText: "אין נתונים",
confirmFilter: "אישור",
resetFilter: "נקה",
clearFilter: "הכל",
sumText: "סך הכל"
},
tree: {
emptyText: "אין נתונים"
},
transfer: {
noMatch: "לא נמצאה התאמה",
noData: "אין נתונים",
titles: ["רשימה 1", "רשימה 2"],
filterPlaceholder: "סנן לפי...",
noCheckedFormat: "פריטים {total}",
hasCheckedFormat: " נבחרו {checked}/{total}"
},
image: {
error: "שגיאה"
},
pageHeader: {
title: "חזרה"
},
popconfirm: {
confirmButtonText: "כן",
cancelButtonText: "לא"
}
}
};
export {
e as default
};