snipe-it/resources/lang/ru/auth/message.php

46 lines
2.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'account_already_exists' => 'Учетная запись с таким адресом электронной почты уже существует.',
'account_not_found' => 'Неверный Логин или Пароль.',
'account_not_activated' => 'Эта учетная запись не активирована.',
'account_suspended' => 'Эта учетная запись приостановлена.',
'account_banned' => 'Эта учетная запись заблокирована.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
2016-03-25 01:18:05 -07:00
'signin' => array(
'error' => 'При попытке входа возникла проблема, пожалуйста попробуйте позже.',
'success' => 'Вы успешно авторизованы.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
2016-03-25 01:18:05 -07:00
'signup' => array(
'error' => 'При попытке создания вашей учетной записи возникла проблема, пожалуйста попробуйте позже.',
'success' => 'Учетная запись успешно создана.',
),
'forgot-password' => array(
'error' => 'При попытке сброса возникла проблема, пожалуйста попробуйте позже.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
2016-03-25 01:18:05 -07:00
'forgot-password-confirm' => array(
'error' => 'При попытке сбросить ваш пароль возникла проблема, пожалуйста попробуйте позже.',
'success' => 'Ваш пароль успешно изменен.',
2016-03-25 01:18:05 -07:00
),
2016-03-25 01:18:05 -07:00
);