File: /var/www/html/laravel/lang/ru.json
{
":found value found, but :expected is required": "Указан тип :found, но ожидается :expected",
"The property :property is not defined and the definition does not allow additional properties": "Свойство :property не описано в формате валидации",
"Does not match the regex pattern :pattern": "Не соответствует формату :pattern",
"Object value found, but :expected is required": "Является объектом, но ожидается :expected",
"an array": "массив",
"a string": "строка",
"string": "строка",
"array": "массив",
"The property :property is required": "Отсутствует обязательное поле :property",
"Failed to match at least one schema": "Не совпадает с описанием типов",
"a null": "NULL",
"object": "Объект",
"an object": "Объект"
}