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.
40 lines
840 B
40 lines
840 B
9 years ago
|
/**
|
||
|
* Created by Andrey Gayvoronsky on 13/04/16.
|
||
|
*/
|
||
|
|
||
9 years ago
|
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';
|
||
|
|
||
9 years ago
|
export default {
|
||
9 years ago
|
Pagination,
|
||
|
DatePicker,
|
||
|
TimePicker,
|
||
|
Calendar,
|
||
9 years ago
|
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',
|
||
|
},
|
||
9 years ago
|
Select: {
|
||
|
notFoundContent: 'Not Found',
|
||
|
},
|
||
9 years ago
|
};
|