Files
panel/lang/ru/auth.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

26 lines
1.4 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Неправильный логин или пароль.',
'failed-two-factor' => 'Некорректный код 2FA',
'two-factor-code' => 'Код двухфакторной аутентификации',
'two-factor-hint' => 'Вы можете использовать резервные коды, если потеряли доступ к своему устройству.',
'password' => 'Неверный пароль.',
'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте ещё раз через :seconds секунд.',
'2fa_must_be_enabled' => 'Администратор потребовал, чтобы для вашей учетной записи была включена 2FA для доступа к панели',
'password_login_disabled' => 'Вход в систему отключен. Для входа используйте OAuth.',
];