Skip to content

Commit 48d9d27

Browse files
minor #52175 Added missing Uzbek translations. (asrorbekh)
This PR was merged into the 5.4 branch. Discussion ---------- Added missing Uzbek translations. | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #51962 | License | MIT Added missing translations (translation units 104-109) and fixed some translations in previous units. Commits ------- 77cd7036aa Added missing Uzbek translations.
2 parents 63ed973 + cdededd commit 48d9d27

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

Resources/translations/validators.uz.xlf

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<body>
55
<trans-unit id="1">
66
<source>This value should be false.</source>
7-
<target>Qiymat noto'g'ri bo'lishi kerak.</target>
7+
<target>Qiymat false bo'lishi kerak.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>This value should be true.</source>
11-
<target>Qiymat to'g'ri bo'lishi kerak.</target>
11+
<target>Qiymat true bo'lishi kerak.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>This value should be of type {{ type }}.</source>
@@ -20,7 +20,7 @@
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>The value you selected is not a valid choice.</source>
23-
<target>Tanlangan qiymat to'g'ri emas.</target>
23+
<target>Tanlangan qiymat yaroqli emas.</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
@@ -32,7 +32,7 @@
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
35-
<target>Belgilangan qiymatlarning bir yoki bir nechtasi noto'g'ri.</target>
35+
<target>Belgilangan qiymatlarning bir yoki bir nechtasi yaroqsiz.</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
@@ -143,9 +143,9 @@
143143
<target>Noto'g'ri til.</target>
144144
</trans-unit>
145145
<trans-unit id="39">
146-
<source>This value is not a valid locale.</source>
147-
<target>Ushbu qiymat mahalliy qiymat emas.</target>
148-
</trans-unit>
146+
<source>This value is not a valid locale.</source>
147+
<target>Ushbu qiymat mahalliy qiymat emas.</target>
148+
</trans-unit>
149149
<trans-unit id="40">
150150
<source>This value is not a valid country.</source>
151151
<target>Mamlakat qiymati noto'g'ri.</target>
@@ -390,7 +390,7 @@
390390
<source>This value should be a valid expression.</source>
391391
<target>Ushbu qiymat to'g'ri ifoda bo'lishi kerak.</target>
392392
</trans-unit>
393-
<trans-unit id="101">
393+
<trans-unit id="101">
394394
<source>This value is not a valid CSS color.</source>
395395
<target>Bu qiymat haqiqiy CSS rangi emas.</target>
396396
</trans-unit>
@@ -402,6 +402,30 @@
402402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403403
<target>Tarmoq niqobining qiymati {{ min }} va {{ max }} oralig'ida bo'lishi kerak.</target>
404404
</trans-unit>
405+
<trans-unit id="104">
406+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
407+
<target>Fayl nomi juda uzun. U {{ filename_max_length }} belgidan iborat boʻlishi kerak.|Fayl nomi juda uzun. U {{ filename_max_length }} ta belgidan iborat boʻlishi kerak.</target>
408+
</trans-unit>
409+
<trans-unit id="105">
410+
<source>The password strength is too low. Please use a stronger password.</source>
411+
<target>Parol kuchi juda past. Iltimos, kuchliroq paroldan foydalaning.</target>
412+
</trans-unit>
413+
<trans-unit id="106">
414+
<source>This value contains characters that are not allowed by the current restriction-level.</source>
415+
<target>Bu qiymat joriy cheklov darajasida ruxsat etilmagan belgilarni o'z ichiga oladi.</target>
416+
</trans-unit>
417+
<trans-unit id="107">
418+
<source>Using invisible characters is not allowed.</source>
419+
<target>Ko'rinmas belgilardan foydalanish taqiqlangan.</target>
420+
</trans-unit>
421+
<trans-unit id="108">
422+
<source>Mixing numbers from different scripts is not allowed.</source>
423+
<target>Turli skriptlardagi raqamlarni aralashtirish taqiqlangan.</target>
424+
</trans-unit>
425+
<trans-unit id="109">
426+
<source>Using hidden overlay characters is not allowed.</source>
427+
<target>Yashirin qoplamali belgilardan foydalanish taqiqlangan.</target>
428+
</trans-unit>
405429
</body>
406430
</file>
407431
</xliff>

0 commit comments

Comments
 (0)