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.
42 lines
1007 B
42 lines
1007 B
import Pagination from 'rc-pagination/lib/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: 'הצג קובץ',
|
|
},
|
|
Empty: {
|
|
description: 'אין מידע',
|
|
},
|
|
};
|
|
|