vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
import Pagination from '../vc-pagination/locale/he_IL'; |
|
import DatePicker from '../date-picker/locale/he_IL'; |
|
import TimePicker from '../time-picker/locale/he_IL'; |
|
import Calendar from '../calendar/locale/he_IL'; |
|
|
|
export default { |
|
locale: 'he', |
|
Pagination, |
|
DatePicker, |
|
TimePicker, |
|
Calendar, |
|
Table: { |
|
filterTitle: 'תפריט סינון', |
|
filterConfirm: 'אישור', |
|
filterReset: 'איפוס', |
|
selectAll: 'בחר הכל', |
|
selectInvert: 'הפוך בחירה', |
|
}, |
|
Modal: { |
|
okText: 'אישור', |
|
cancelText: 'ביטול', |
|
justOkText: 'אישור', |
|
}, |
|
Popconfirm: { |
|
okText: 'אישור', |
|
cancelText: 'ביטול', |
|
}, |
|
Transfer: { |
|
searchPlaceholder: 'חפש כאן', |
|
itemUnit: 'פריט', |
|
itemsUnit: 'פריטים', |
|
}, |
|
Upload: { |
|
uploading: 'מעלה...', |
|
removeFile: 'הסר קובץ', |
|
uploadError: 'שגיאת העלאה', |
|
previewFile: 'הצג קובץ', |
|
downloadFile: 'הורד קובץ', |
|
}, |
|
Empty: { |
|
description: 'אין מידע', |
|
}, |
|
};
|
|
|