diff --git a/src/main/resources/messages/messages_ru.yml b/src/main/resources/messages/messages_ru.yml index 734288686..797a88757 100644 --- a/src/main/resources/messages/messages_ru.yml +++ b/src/main/resources/messages/messages_ru.yml @@ -57,18 +57,18 @@ email_send: '[AuthMe] Письмо с инструкциями для восст country_banned: 'Вход с IP-адресов вашей страны воспрещен на этом сервере' antibot_auto_enabled: '&a[AuthMe] AntiBot-режим автоматически включен из-за большого количества входов!' antibot_auto_disabled: '&a[AuthMe] AntiBot-режим автоматичски отключен после %m мин. Надеюсь атака закончилась' -# TODO email_already_used: '&4The email address is already being used' -# TODO kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.' -# TODO invalid_name_case: 'You should join using username %valid, not %invalid.' +not_owner_error: 'Вы не владелец этого аккаунта. Пожалуйста, выберите себе другой ник!' +two_factor_create: '&2Ваш секретный код %code. Вы должны просканировать его здесь %url' +email_already_used: '&4Этот email уже используется.' +denied_command: '&cДля использования этой команды, вы должны авторизоваться!' +same_ip_online: 'Игрок с таким же IP как у вас уже на сервере!' +password_error_chars: '&4Ваш пароль содержит недоступные символы. Доступные: REG_EX' +denied_chat: '&cДля общения в чате вы должны авторизоваться!' +kick_antibot: '&a[AuthMe] AntiBot защита включена! Вы должны подождать перед следующим входом на сервер.' +email_exists: '&cВосстановительное письмо через email отправлено! Вы можете отменить его командой ниже:' +invalid_name_case: 'Вы должны использовать ник %valid, а не %invalid.' # TODO accounts_owned_other: 'The player %name has %count accounts:' # TODO kicked_admin_registered: 'An admin just registered you; please log in again' # TODO tempban_max_logins: '&cYou have been temporarily banned for failing to log in too many times.' -# TODO password_error_chars: '&4Your password contains illegal characters. Allowed chars: REG_EX' -# TODO incomplete_email_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.' -# TODO denied_chat: '&cIn order to chat you must be authenticated!' -# TODO denied_command: '&cIn order to use this command you must be authenticated!' -# TODO same_ip_online: 'A player with the same IP is already in game!' -# TODO email_exists: '&cA recovery email was already sent! You can discard it and send a new one using the command below:' -# TODO two_factor_create: '&2Your secret code is %code. You can scan it from here %url' # TODO accounts_owned_self: 'You own %count accounts:' -# TODO not_owner_error: 'You are not the owner of this account. Please choose another name!' \ No newline at end of file +# TODO incomplete_email_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'