Skip to content

Commit

Permalink
Fix missing dots at the end of sentence for error translations (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Feb 28, 2023
1 parent e7105f3 commit aeda880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions messages/pl/yii-validator.php
Expand Up @@ -64,12 +64,12 @@
'This value must contain exactly {exactly, number} {exactly, plural, one{character} other{characters}}.' => 'Ta wartość musi zawierać co najmniej {exactly, number} {exactly, plural, one{znak} few{znaki} many{znaków} other{znaku}}.',
/** @see Nested */
'Nested rule without rules can be used for objects only.' => 'Zagnieżdżona reguła bez reguł może być używana tylko dla obiektów.',
'An object data set data can only have an array type.' => 'Dane zestawu danych obiektu mogą zawierać tylko typ tablicowy',
'An object data set data can only have an array type.' => 'Dane zestawu danych obiektu mogą zawierać tylko typ tablicowy.',
'Property "{path}" is not found.' => 'Właściwość "{path}" nie została znaleziona.',
/** @see Number */
'Value must be a number.' => 'Wartość musi być liczbą.',
/** @see Regex */
'Value is invalid.' => 'Wartość jest nieprawidłowa,',
'Value is invalid.' => 'Wartość jest nieprawidłowa.',
/** @see Required */
'Value cannot be blank.' => 'Wartość nie może być pusta.',
'Value not passed.' => 'Wartość nie została przekazana.',
Expand Down
8 changes: 4 additions & 4 deletions messages/uz/yii-validator.php
Expand Up @@ -40,7 +40,7 @@
'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.',
'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.',
/** @see Each */
'Value must be array or iterable.' => 'Qiymat massiv yoki takrorlanadigan(iterable) psevdo-tur boʻlishi kerak',
'Value must be array or iterable.' => 'Qiymat massiv yoki takrorlanadigan(iterable) psevdo-tur boʻlishi kerak.',
'Every iterable key must have an integer or a string type.' => 'Barcha kalit integer yoki string turida boʻlishi kerak.',
/** @see Email */
'This value is not a valid email address.' => 'Qiymat yaroqli elektron pochta manzili emas.',
Expand All @@ -61,7 +61,7 @@
/** @see Length */
'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.',
'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.',
'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',
'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.',
/** @see Nested */
'Nested rule without rules can be used for objects only.' => 'Qoidalarga ega boʻlmagan Nested qoidasi faqat obyektlarga ishlatilishi mumkin.',
'An object data set data can only have an array or an object type.' => 'Obyekt maʼlumotlari obyekt boʻlishi kerak.',
Expand All @@ -74,7 +74,7 @@
'Value cannot be blank.' => 'Qiymat boʻsh boʻlishi mumkin emas.',
'Value not passed.' => 'Qiymat oʻtmadi.',
/** @see Subset */
'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak',
'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak.',
'This value is not a subset of acceptable values.' => 'Bu qiymat ruxsat etilgan qiymatlarning quyi toʻplami emas.',
/** @see TrueValue */
'The value must be "{true}".' => 'Qiymat "{true}" boʻlishi kerak.',
Expand All @@ -92,7 +92,7 @@
* @see BooleanValue
* @see TrueValue
*/
'The allowed types are integer, float, string, boolean. {type} given.' => 'Ruxsat berilgan turlar: integer, float, string, boolean va null. Bu qiymat turi {type}',
'The allowed types are integer, float, string, boolean. {type} given.' => 'Ruxsat berilgan turlar: integer, float, string, boolean va null. Bu qiymat turi {type}.',
/**
* @see Compare
* @see Equal
Expand Down

0 comments on commit aeda880

Please sign in to comment.