Skip to content

Commit aeda880

Browse files
authored
Fix missing dots at the end of sentence for error translations (#587)
1 parent e7105f3 commit aeda880

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

messages/pl/yii-validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
'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}}.',
6565
/** @see Nested */
6666
'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.',
67-
'An object data set data can only have an array type.' => 'Dane zestawu danych obiektu mogą zawierać tylko typ tablicowy',
67+
'An object data set data can only have an array type.' => 'Dane zestawu danych obiektu mogą zawierać tylko typ tablicowy.',
6868
'Property "{path}" is not found.' => 'Właściwość "{path}" nie została znaleziona.',
6969
/** @see Number */
7070
'Value must be a number.' => 'Wartość musi być liczbą.',
7171
/** @see Regex */
72-
'Value is invalid.' => 'Wartość jest nieprawidłowa,',
72+
'Value is invalid.' => 'Wartość jest nieprawidłowa.',
7373
/** @see Required */
7474
'Value cannot be blank.' => 'Wartość nie może być pusta.',
7575
'Value not passed.' => 'Wartość nie została przekazana.',

messages/uz/yii-validator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'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.',
4141
'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.',
4242
/** @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.',
4444
'Every iterable key must have an integer or a string type.' => 'Barcha kalit integer yoki string turida boʻlishi kerak.',
4545
/** @see Email */
4646
'This value is not a valid email address.' => 'Qiymat yaroqli elektron pochta manzili emas.',
@@ -61,7 +61,7 @@
6161
/** @see Length */
6262
'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.',
6363
'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.',
6565
/** @see Nested */
6666
'Nested rule without rules can be used for objects only.' => 'Qoidalarga ega boʻlmagan Nested qoidasi faqat obyektlarga ishlatilishi mumkin.',
6767
'An object data set data can only have an array or an object type.' => 'Obyekt maʼlumotlari obyekt boʻlishi kerak.',
@@ -74,7 +74,7 @@
7474
'Value cannot be blank.' => 'Qiymat boʻsh boʻlishi mumkin emas.',
7575
'Value not passed.' => 'Qiymat oʻtmadi.',
7676
/** @see Subset */
77-
'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak',
77+
'Value must be iterable.' => 'Qiymat takrorlanadigan boʻlishi kerak.',
7878
'This value is not a subset of acceptable values.' => 'Bu qiymat ruxsat etilgan qiymatlarning quyi toʻplami emas.',
7979
/** @see TrueValue */
8080
'The value must be "{true}".' => 'Qiymat "{true}" boʻlishi kerak.',
@@ -92,7 +92,7 @@
9292
* @see BooleanValue
9393
* @see TrueValue
9494
*/
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}.',
9696
/**
9797
* @see Compare
9898
* @see Equal

0 commit comments

Comments
 (0)