Update ru_RU.tsx (#10616)

* Update locale-provider ru_RU and tests

* Update locale-provider ru_RU and tests: patch-2
This commit is contained in:
Ivan Trofimov 2018-05-22 13:31:12 +05:00 committed by 偏右
parent b09e03d82a
commit 33c58a8ef6
2 changed files with 4 additions and 4 deletions

View File

@ -120638,7 +120638,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
class="ant-transfer-list-header-selected" class="ant-transfer-list-header-selected"
> >
<span> <span>
0 item 0 элем.
</span> </span>
<span <span
class="ant-transfer-list-header-title" class="ant-transfer-list-header-title"
@ -120725,7 +120725,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
class="ant-transfer-list-header-selected" class="ant-transfer-list-header-selected"
> >
<span> <span>
0 item 0 элем.
</span> </span>
<span <span
class="ant-transfer-list-header-title" class="ant-transfer-list-header-title"

View File

@ -29,8 +29,8 @@ export default {
Transfer: { Transfer: {
notFoundContent: 'Ничего не найдено', notFoundContent: 'Ничего не найдено',
searchPlaceholder: 'Введите название для поиска', searchPlaceholder: 'Введите название для поиска',
itemUnit: 'item', itemUnit: 'элем.',
itemsUnit: 'items', itemsUnit: 'элем.',
}, },
Select: { Select: {
notFoundContent: 'Ничего не найдено', notFoundContent: 'Ничего не найдено',