mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
45 lines
1.1 KiB
TypeScript
45 lines
1.1 KiB
TypeScript
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: 'איפוס',
|
|
emptyText: 'אין מידע',
|
|
selectAll: 'בחר הכל',
|
|
selectInvert: 'הפוך בחירה',
|
|
},
|
|
Modal: {
|
|
okText: 'אישור',
|
|
cancelText: 'ביטול',
|
|
justOkText: 'אישור',
|
|
},
|
|
Popconfirm: {
|
|
okText: 'אישור',
|
|
cancelText: 'ביטול',
|
|
},
|
|
Transfer: {
|
|
notFoundContent: 'לא נמצא',
|
|
searchPlaceholder: 'חפש כאן',
|
|
itemUnit: 'פריט',
|
|
itemsUnit: 'פריטים',
|
|
},
|
|
Select: {
|
|
notFoundContent: 'לא נמצא',
|
|
},
|
|
Upload: {
|
|
uploading: 'מעלה...',
|
|
removeFile: 'הסר קובץ',
|
|
uploadError: 'שגיאת העלאה',
|
|
previewFile: 'הצג קובץ',
|
|
},
|
|
};
|