New translations validation.php (Russian)

This commit is contained in:
James Cole
2017-08-25 07:36:15 +02:00
parent cb66925f22
commit 9a2d87eb42

View File

@@ -23,72 +23,72 @@ return [
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.', 'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
'file_too_large' => 'Файл ":name" слишком большой.', 'file_too_large' => 'Файл ":name" слишком большой.',
'belongs_to_user' => 'Значение :attribute неизвестно', 'belongs_to_user' => 'Значение :attribute неизвестно',
'accepted' => '', 'accepted' => 'The :attribute must be accepted.',
'bic' => '', 'bic' => 'This is not a valid BIC.',
'more' => '', 'more' => ':attribute must be larger than zero.',
'active_url' => '', 'active_url' => 'The :attribute is not a valid URL.',
'after' => '', 'after' => 'The :attribute must be a date after :date.',
'alpha' => '', 'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => '', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => '', 'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => '', 'array' => 'The :attribute must be an array.',
'unique_for_user' => '', 'unique_for_user' => 'There already is an entry with this :attribute.',
'before' => '', 'before' => 'The :attribute must be a date before :date.',
'unique_object_for_user' => '', 'unique_object_for_user' => 'This name is already in use',
'unique_account_for_user' => '', 'unique_account_for_user' => 'This account name is already in use',
'between.numeric' => '', 'between.numeric' => 'The :attribute must be between :min and :max.',
'between.file' => '', 'between.file' => 'The :attribute must be between :min and :max kilobytes.',
'between.string' => '', 'between.string' => 'The :attribute must be between :min and :max characters.',
'between.array' => '', 'between.array' => 'The :attribute must have between :min and :max items.',
'boolean' => '', 'boolean' => 'The :attribute field must be true or false.',
'confirmed' => '', 'confirmed' => 'The :attribute confirmation does not match.',
'date' => '', 'date' => 'The :attribute is not a valid date.',
'date_format' => '', 'date_format' => 'The :attribute does not match the format :format.',
'different' => '', 'different' => 'The :attribute and :other must be different.',
'digits' => '', 'digits' => 'The :attribute must be :digits digits.',
'digits_between' => '', 'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => '', 'email' => 'The :attribute must be a valid email address.',
'filled' => '', 'filled' => 'The :attribute field is required.',
'exists' => '', 'exists' => 'The selected :attribute is invalid.',
'image' => '', 'image' => 'The :attribute must be an image.',
'in' => '', 'in' => 'The selected :attribute is invalid.',
'integer' => '', 'integer' => 'The :attribute must be an integer.',
'ip' => '', 'ip' => 'The :attribute must be a valid IP address.',
'json' => '', 'json' => 'The :attribute must be a valid JSON string.',
'max.numeric' => '', 'max.numeric' => 'The :attribute may not be greater than :max.',
'max.file' => '', 'max.file' => 'The :attribute may not be greater than :max kilobytes.',
'max.string' => '', 'max.string' => 'The :attribute may not be greater than :max characters.',
'max.array' => '', 'max.array' => 'The :attribute may not have more than :max items.',
'mimes' => '', 'mimes' => 'The :attribute must be a file of type: :values.',
'min.numeric' => '', 'min.numeric' => 'The :attribute must be at least :min.',
'min.file' => '', 'min.file' => 'The :attribute must be at least :min kilobytes.',
'min.string' => '', 'min.string' => 'The :attribute must be at least :min characters.',
'min.array' => '', 'min.array' => 'The :attribute must have at least :min items.',
'not_in' => '', 'not_in' => 'The selected :attribute is invalid.',
'numeric' => '', 'numeric' => 'The :attribute must be a number.',
'regex' => '', 'regex' => 'The :attribute format is invalid.',
'required' => '', 'required' => 'The :attribute field is required.',
'required_if' => '', 'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => '', 'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => '', 'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => '', 'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => '', 'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => '', 'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => '', 'same' => 'The :attribute and :other must match.',
'size.numeric' => '', 'size.numeric' => 'The :attribute must be :size.',
'size.file' => '', 'size.file' => 'The :attribute must be :size kilobytes.',
'size.string' => '', 'size.string' => 'The :attribute must be :size characters.',
'size.array' => '', 'size.array' => 'The :attribute must contain :size items.',
'unique' => '', 'unique' => 'The :attribute has already been taken.',
'string' => '', 'string' => 'The :attribute must be a string.',
'url' => '', 'url' => 'The :attribute format is invalid.',
'timezone' => '', 'timezone' => 'The :attribute must be a valid zone.',
'2fa_code' => '', '2fa_code' => 'The :attribute field is invalid.',
'dimensions' => '', 'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => '', 'distinct' => 'The :attribute field has a duplicate value.',
'file' => '', 'file' => 'The :attribute must be a file.',
'in_array' => '', 'in_array' => 'The :attribute field does not exist in :other.',
'present' => '', 'present' => 'The :attribute field must be present.',
'amount_zero' => '', 'amount_zero' => 'The total amount cannot be zero',
'secure_password' => '', 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
]; ];