mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
feat: improved uk_UA translations (#25402)
* Update uk_UA.tsx Changed english 'item' and 'items' to uk_UA 'елем.' (елемент) and 'елем.' (елемента/елементів) * Updated snapshots
This commit is contained in:
parent
a4712a8f67
commit
2b767887d9
@ -251938,7 +251938,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
||||
<span
|
||||
class="ant-transfer-list-header-selected"
|
||||
>
|
||||
0 item
|
||||
0 елем.
|
||||
</span>
|
||||
<span
|
||||
class="ant-transfer-list-header-title"
|
||||
@ -252136,7 +252136,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
||||
<span
|
||||
class="ant-transfer-list-header-selected"
|
||||
>
|
||||
0 item
|
||||
0 елем.
|
||||
</span>
|
||||
<span
|
||||
class="ant-transfer-list-header-title"
|
||||
|
@ -28,8 +28,8 @@ const localeValues: Locale = {
|
||||
},
|
||||
Transfer: {
|
||||
searchPlaceholder: 'Введіть текст для пошуку',
|
||||
itemUnit: 'item',
|
||||
itemsUnit: 'items',
|
||||
itemUnit: 'елем.',
|
||||
itemsUnit: 'елем.',
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'Завантаження ...',
|
||||
|
Loading…
Reference in New Issue
Block a user