mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
locale: add Transfer.deselectAll to ru_RU and uk_UA (#50429)
This commit is contained in:
parent
5e50aabfd7
commit
879ad6533b
@ -58,6 +58,7 @@ const localeValues: Locale = {
|
||||
itemsUnit: 'элем.',
|
||||
remove: 'Удалить',
|
||||
selectAll: 'Выбрать все данные',
|
||||
deselectAll: 'Очистить все данные',
|
||||
selectCurrent: 'Выбрать текущую страницу',
|
||||
selectInvert: 'Инвертировать выбор',
|
||||
removeAll: 'Удалить все данные',
|
||||
|
@ -59,6 +59,7 @@ const localeValues: Locale = {
|
||||
selectCurrent: 'Вибрати поточну сторінку',
|
||||
removeCurrent: 'Скасувати вибір на сторінці',
|
||||
selectAll: 'Вибрати всі дані',
|
||||
deselectAll: 'Очистити вибір',
|
||||
removeAll: 'Скасувати вибір',
|
||||
selectInvert: 'Інвертувати поточну сторінку',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user