|
40 | 40 | 'This value must contain at most {max, number} {max, plural, one{item} other{items}}.' => 'Qiymat koʻpi bilan {max, number} ta {max, plural, one{element} other{element}}dan iborat boʻlishi kerak.', |
41 | 41 | 'This value must contain exactly {exactly, number} {exactly, plural, one{item} other{items}}.' => 'Qiymat aynan {exactly, number} ta {exactly, plural, one{element} other{element}}dan iborat boʻlishi kerak.', |
42 | 42 | /** @see Each */ |
43 | | - 'Value must be array or iterable.' => 'Qiymat massiv yoki takrorlanadigan(iterable) psevdo-tur boʻlishi kerak', |
| 43 | + 'Value must be array or iterable.' => 'Qiymat massiv yoki takrorlanadigan(iterable) psevdo-tur boʻlishi kerak.', |
44 | 44 | 'Every iterable key must have an integer or a string type.' => 'Barcha kalit integer yoki string turida boʻlishi kerak.', |
45 | 45 | /** @see Email */ |
46 | 46 | 'This value is not a valid email address.' => 'Qiymat yaroqli elektron pochta manzili emas.', |
|
61 | 61 | /** @see Length */ |
62 | 62 | 'This value must contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Qiymat kamida {min, number} ta {min, plural, one{belgi} other{belgi}}dan iborat boʻlishi kerak.', |
63 | 63 | 'This value must contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Qiymat koʻpi bilan {max, number} ta {max, plural, one{belgi} other{belgi}}dan iborat boʻlishi kerak.', |
64 | | - 'This value must contain exactly {exactly, number} {exactly, plural, one{character} other{characters}}.' => 'Qiymat {exactly, number} ta {exactly, plural, one{belgi} other{belgi}}dan iborat boʻlishi kerak', |
| 64 | + 'This value must contain exactly {exactly, number} {exactly, plural, one{character} other{characters}}.' => 'Qiymat {exactly, number} ta {exactly, plural, one{belgi} other{belgi}}dan iborat boʻlishi kerak.', |
65 | 65 | /** @see Nested */ |
66 | 66 | 'Nested rule without rules can be used for objects only.' => 'Qoidalarga ega boʻlmagan Nested qoidasi faqat obyektlarga ishlatilishi mumkin.', |
67 | 67 | 'An object data set data can only have an array or an object type.' => 'Obyekt maʼlumotlari obyekt boʻlishi kerak.', |
|
74 | 74 | 'Value cannot be blank.' => 'Qiymat boʻsh boʻlishi mumkin emas.', |
75 | 75 | 'Value not passed.' => 'Qiymat oʻtmadi.', |
76 | 76 | /** @see Subset */ |
77 | | - 'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak', |
| 77 | + 'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak.', |
78 | 78 | 'This value is not a subset of acceptable values.' => 'Bu qiymat ruxsat etilgan qiymatlarning quyi toʻplami emas.', |
79 | 79 | /** @see TrueValue */ |
80 | 80 | 'The value must be "{true}".' => 'Qiymat "{true}" boʻlishi kerak.', |
|
92 | 92 | * @see BooleanValue |
93 | 93 | * @see TrueValue |
94 | 94 | */ |
95 | | - 'The allowed types are integer, float, string, boolean. {type} given.' => 'Ruxsat berilgan turlar: integer, float, string, boolean va null. Bu qiymat turi {type}', |
| 95 | + 'The allowed types are integer, float, string, boolean. {type} given.' => 'Ruxsat berilgan turlar: integer, float, string, boolean va null. Bu qiymat turi {type}.', |
96 | 96 | /** |
97 | 97 | * @see Compare |
98 | 98 | * @see Equal |
|
0 commit comments