mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
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:
parent
b09e03d82a
commit
33c58a8ef6
@ -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"
|
||||||
|
@ -29,8 +29,8 @@ export default {
|
|||||||
Transfer: {
|
Transfer: {
|
||||||
notFoundContent: 'Ничего не найдено',
|
notFoundContent: 'Ничего не найдено',
|
||||||
searchPlaceholder: 'Введите название для поиска',
|
searchPlaceholder: 'Введите название для поиска',
|
||||||
itemUnit: 'item',
|
itemUnit: 'элем.',
|
||||||
itemsUnit: 'items',
|
itemsUnit: 'элем.',
|
||||||
},
|
},
|
||||||
Select: {
|
Select: {
|
||||||
notFoundContent: 'Ничего не найдено',
|
notFoundContent: 'Ничего не найдено',
|
||||||
|
Loading…
Reference in New Issue
Block a user