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.
39 lines
840 B
39 lines
840 B
/**
|
|
* Created by Andrey Gayvoronsky on 13/04/16.
|
|
*/
|
|
|
|
import Pagination from 'rc-pagination/lib/locale/ru_RU';
|
|
import DatePicker from '../date-picker/locale/ru_RU';
|
|
import TimePicker from '../time-picker/locale/ru_RU';
|
|
import Calendar from '../calendar/locale/ru_RU';
|
|
|
|
export default {
|
|
Pagination,
|
|
DatePicker,
|
|
TimePicker,
|
|
Calendar,
|
|
Table: {
|
|
filterTitle: 'Фильтр',
|
|
filterConfirm: 'OK',
|
|
filterReset: 'Сбросить',
|
|
emptyText: 'Нет данных',
|
|
},
|
|
Modal: {
|
|
okText: 'OK',
|
|
cancelText: 'Отмена',
|
|
justOkText: 'OK',
|
|
},
|
|
Popconfirm: {
|
|
okText: 'OK',
|
|
cancelText: 'Отмена',
|
|
},
|
|
Transfer: {
|
|
notFoundContent: 'Not Found',
|
|
searchPlaceholder: 'Search here',
|
|
itemUnit: 'item',
|
|
itemsUnit: 'items',
|
|
},
|
|
Select: {
|
|
notFoundContent: 'Not Found',
|
|
},
|
|
};
|
|
|