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