New translations validation.php (Russian)

This commit is contained in:
James Cole
2017-11-14 10:30:10 +01:00
parent 3243288e44
commit 1971fb7e29

View File

@@ -45,22 +45,22 @@ return [
'date_format' => ':attribute не совпадает с форматом :format.', 'date_format' => ':attribute не совпадает с форматом :format.',
'different' => ':attribute и :other не должны совпадать.', 'different' => ':attribute и :other не должны совпадать.',
'digits' => ':attribute должно содержать :digits цифр.', 'digits' => ':attribute должно содержать :digits цифр.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute должен содержать :min - :max цифр.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute не является верным email адресом.',
'filled' => 'The :attribute field is required.', 'filled' => 'Поле :attribute должно быть заполнено.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'Выбран неверный :attribute.',
'image' => 'The :attribute must be an image.', 'image' => ':attribute должен быть изображением.',
'in' => 'The selected :attribute is invalid.', 'in' => 'Выбранный :attribute не верный.',
'integer' => 'The :attribute must be an integer.', 'integer' => ':attribute должно быть целым числом.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => ':attribute должен быть верным IP-адресом.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => ':attribute должно быть верной JSON строкой.',
'max.numeric' => 'The :attribute may not be greater than :max.', 'max.numeric' => 'The :attribute may not be greater than :max.',
'max.file' => 'The :attribute may not be greater than :max kilobytes.', 'max.file' => 'The :attribute may not be greater than :max kilobytes.',
'max.string' => 'The :attribute may not be greater than :max characters.', 'max.string' => 'The :attribute may not be greater than :max characters.',
'max.array' => 'The :attribute may not have more than :max items.', 'max.array' => 'The :attribute may not have more than :max items.',
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'The :attribute must be a file of type: :values.',
'min.numeric' => 'The :attribute must be at least :min.', 'min.numeric' => ':attribute должен быть минимум :min.',
'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.file' => ':attribute должен быть минимум :min килобайт.',
'min.string' => 'The :attribute must be at least :min characters.', 'min.string' => 'The :attribute must be at least :min characters.',
'min.array' => 'The :attribute must have at least :min items.', 'min.array' => 'The :attribute must have at least :min items.',
'not_in' => 'Выбранный :attribute не верный.', 'not_in' => 'Выбранный :attribute не верный.',
@@ -72,7 +72,7 @@ return [
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => ':attribute поле обязательно для заполнения, так как ни одно из :values не существует.',
'same' => ':attribute и :other должны совпадать.', 'same' => ':attribute и :other должны совпадать.',
'size.numeric' => ':attribute должен быть размером :size.', 'size.numeric' => ':attribute должен быть размером :size.',
'size.file' => ':attribute должен быть размером :size килобайт.', 'size.file' => ':attribute должен быть размером :size килобайт.',