mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
*updates for RU locale (#5406)
This commit is contained in:
parent
1be1d41cc9
commit
b093d9d8b0
@ -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: 'Предпросмотр файл',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user