New translations validation.php (Russian)

This commit is contained in:
James Cole 2017-11-14 10:00:16 +01:00
parent 16ebee549b
commit cf460a0584

View File

@ -78,9 +78,9 @@ return [
'size.file' => 'The :attribute must be :size kilobytes.', 'size.file' => 'The :attribute must be :size kilobytes.',
'size.string' => 'The :attribute must be :size characters.', 'size.string' => 'The :attribute must be :size characters.',
'size.array' => 'The :attribute must contain :size items.', 'size.array' => 'The :attribute must contain :size items.',
'unique' => 'The :attribute has already been taken.', 'unique' => ':attribute уже занят.',
'string' => 'The :attribute must be a string.', 'string' => 'Значение :attribute должно быть строкой.',
'url' => 'The :attribute format is invalid.', 'url' => 'Неверный формат ввода :attribute.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => 'The :attribute must be a valid zone.',
'2fa_code' => 'The :attribute field is invalid.', '2fa_code' => 'The :attribute field is invalid.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'The :attribute has invalid image dimensions.',
@ -88,6 +88,6 @@ return [
'file' => 'The :attribute must be a file.', 'file' => 'The :attribute must be a file.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.', 'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero', 'amount_zero' => 'Общее количество не может быть равно нулю',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', 'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Для получения справки посетите https://goo.gl/NCh2tN',
]; ];