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:
kitsoRik 2020-07-03 16:23:55 +03:00 committed by GitHub
parent a4712a8f67
commit 2b767887d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -28,8 +28,8 @@ const localeValues: Locale = {
}, },
Transfer: { Transfer: {
searchPlaceholder: 'Введіть текст для пошуку', searchPlaceholder: 'Введіть текст для пошуку',
itemUnit: 'item', itemUnit: 'елем.',
itemsUnit: 'items', itemsUnit: 'елем.',
}, },
Upload: { Upload: {
uploading: 'Завантаження ...', uploading: 'Завантаження ...',