Files
element-plus/packages/locale/lang/he.ts
赵添 0456c790db feat: add mention component (#17586)
* feat: add mention component

* fix: build error

* fix: build error

* feat: delete as a whole

* fix: update docs

* fix: update global.d.ts

* fix: update

* fix: update code

* fix: update code

* fix: update code

* fix: rename

* fix: update code

* fix: upload code

* fix: update code

* fix: fixed cursor position abnormality

* fix: update code

* fix: docs add avatar

* fix: tooltip position is wrong when placing on top

* feat: add overview icon

* fix: overview icon color
2024-08-02 11:00:26 +08:00

139 lines
3.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
name: 'he',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
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: 'שומר מקום',
},
mention: {
loading: 'טוען',
},
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: 'לא',
},
carousel: {
leftArrow: 'Carousel arrow left', // to be translated
rightArrow: 'Carousel arrow right', // to be translated
indicator: 'Carousel switch to index {index}', // to be translated
},
},
}