Skip to content

Commit 71f6acb

Browse files
authored
Fix translations (#417)
1 parent 0edc381 commit 71f6acb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

messages/ru/yii-validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
'Must be an IP address with specified subnet.' => 'Должно быть IP адресом с подсетью.',
3535
'Must not be a subnet.' => 'Не должно быть подсетью.',
3636
'Is not in the allowed range.' => 'Не входит в список разрешенных диапазонов адресов.',
37-
'The value must be "{true}".' => 'Значение должно быть "{true}".',
37+
'The value must be "{true}".' => 'Значение должно быть «{true}».',
3838
'The value is not JSON.' => 'Значение не является строкой JSON.',
3939
'Nested rule without rules can be used for objects only.' => 'Правило Nested без указания правил может использоваться только для объектов.',
4040
'An object data set data can only have an array or an object type.' => 'Данные в объекте должны быть массивом или объектом.',
4141
'The value must have an array or an object type.' => 'Значение должно быть массивом или объектом.',
42-
'Property path "{path}" is not found.' => 'Свойство "{path}" не найдено.',
42+
'Property path "{path}" is not found.' => 'Свойство «{path}» не найдено.',
4343
'The allowed types are integer, float and string.' => 'Разрешённые типы: integer, float и string.',
4444
'Value must be an integer.' => 'Значение должно быть целым числом.',
4545
'Value must be a number.' => 'Значение должно быть числом.',

0 commit comments

Comments
 (0)