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.
45 lines
1.1 KiB
45 lines
1.1 KiB
6 years ago
|
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: 'איפוס',
|
||
|
emptyText: 'אין מידע',
|
||
|
selectAll: 'בחר הכל',
|
||
|
selectInvert: 'הפוך בחירה',
|
||
|
},
|
||
|
Modal: {
|
||
|
okText: 'אישור',
|
||
|
cancelText: 'ביטול',
|
||
|
justOkText: 'אישור',
|
||
|
},
|
||
|
Popconfirm: {
|
||
|
okText: 'אישור',
|
||
|
cancelText: 'ביטול',
|
||
|
},
|
||
|
Transfer: {
|
||
|
notFoundContent: 'לא נמצא',
|
||
|
searchPlaceholder: 'חפש כאן',
|
||
|
itemUnit: 'פריט',
|
||
|
itemsUnit: 'פריטים',
|
||
|
},
|
||
|
Select: {
|
||
|
notFoundContent: 'לא נמצא',
|
||
|
},
|
||
|
Upload: {
|
||
|
uploading: 'מעלה...',
|
||
|
removeFile: 'הסר קובץ',
|
||
|
uploadError: 'שגיאת העלאה',
|
||
|
previewFile: 'הצג קובץ',
|
||
|
},
|
||
|
}
|