mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
(enhance): improve translations (#51407)
* (enhance): improve translations * run tests
This commit is contained in:
parent
6f8726fdce
commit
efc754c3e9
@ -349976,7 +349976,7 @@ exports[`Locale Provider should display the text as uz-latn 1`] = `
|
||||
class="ant-transfer-list-header-selected"
|
||||
>
|
||||
0
|
||||
элем.
|
||||
elem.
|
||||
</span>
|
||||
<span
|
||||
class="ant-transfer-list-header-title"
|
||||
@ -350213,7 +350213,7 @@ exports[`Locale Provider should display the text as uz-latn 1`] = `
|
||||
class="ant-transfer-list-header-selected"
|
||||
>
|
||||
0
|
||||
элем.
|
||||
elem.
|
||||
</span>
|
||||
<span
|
||||
class="ant-transfer-list-header-title"
|
||||
@ -351505,7 +351505,7 @@ exports[`Locale Provider should display the text as uz-latn 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
O'chirish
|
||||
Yopish
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
|
@ -24,7 +24,7 @@ const localeValues: Locale = {
|
||||
Table: {
|
||||
filterTitle: 'Filtr',
|
||||
filterConfirm: 'OK',
|
||||
filterReset: 'Tshlash',
|
||||
filterReset: 'Bekor qilish',
|
||||
filterEmptyText: 'Filtrlarsiz',
|
||||
filterCheckall: 'Barcha elementlarni tanlash',
|
||||
filterSearchPlaceholder: 'Filtrlarda qidiruv',
|
||||
@ -32,7 +32,7 @@ const localeValues: Locale = {
|
||||
selectAll: 'Barchasini tanlash',
|
||||
selectInvert: 'Tanlovni aylantirish',
|
||||
selectNone: "Barcha ma'lumotlarni tozalang",
|
||||
selectionAll: "Barcha ma'lumotlarni tanlash",
|
||||
selectionAll: "Barchasini tanlash",
|
||||
sortTitle: 'Tartiblash',
|
||||
expand: 'Satirni yozish',
|
||||
collapse: "Satirni yig'ish",
|
||||
@ -47,7 +47,7 @@ const localeValues: Locale = {
|
||||
},
|
||||
Modal: {
|
||||
okText: 'OK',
|
||||
cancelText: "O'chirish",
|
||||
cancelText: "Yopish",
|
||||
justOkText: 'OK',
|
||||
},
|
||||
Popconfirm: {
|
||||
@ -57,8 +57,8 @@ const localeValues: Locale = {
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
searchPlaceholder: 'Qidiruv',
|
||||
itemUnit: 'элем.',
|
||||
itemsUnit: 'элем.',
|
||||
itemUnit: 'elem.',
|
||||
itemsUnit: 'elem.',
|
||||
remove: 'Oʻchirish',
|
||||
selectAll: "Barch ma'lumotlarni tanlash",
|
||||
selectCurrent: 'Joriy sahifani tanlash',
|
||||
@ -67,7 +67,7 @@ const localeValues: Locale = {
|
||||
removeCurrent: "Joriy sahifani o'chirish",
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'Yuklanish...',
|
||||
uploading: 'Yuklanmoqda...',
|
||||
removeFile: "Faylni o'chirish",
|
||||
uploadError: 'Yuklashda xatolik yuz berdi',
|
||||
previewFile: "Faylni oldindan ko'rish",
|
||||
|
Loading…
Reference in New Issue
Block a user