*updates for RU locale (#5406)

This commit is contained in:
Andrey G 2017-03-20 14:02:39 +03:00 committed by
parent 1be1d41cc9
commit b093d9d8b0

View File

@ -22,6 +22,8 @@ export default {
filterConfirm: 'OK',
filterReset: 'Сбросить',
emptyText: 'Нет данных',
selectAll: 'Выбрать всё',
selectInvert: 'Инвертировать выбор',
},
Modal: {
okText: 'OK',
@ -41,4 +43,10 @@ export default {
Select: {
notFoundContent: 'Ничего не найдено',
},
Upload: {
uploading: 'Закачиваю...',
removeFile: 'Удалить файл',
uploadError: 'Ошибка при закачке',
previewFile: 'Предпросмотр файл',
},
};