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

46 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.',
),
'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.',
),
'signup' => array(
'error' => 'При попытке создания вашей учетной записи возникла проблема, пожалуйста попробуйте позже.',
'success' => 'Учетная запись успешно создана.',
),
'forgot-password' => array(
'error' => 'При попытке сброса возникла проблема, пожалуйста попробуйте позже.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'При попытке сбросить ваш пароль возникла проблема, пожалуйста попробуйте позже.',
'success' => 'Ваш пароль успешно изменен.',
),
);