Added EmailChangedEvent (#1549)
* Added EmailChangedEvent * Fix failing tests Silly. * Documented the EmailChangedEvent * Separate messages for cancelled email event * Added lang todos for all the languages I can't speak I wish I could though. * Checkstyle satisfaction * Changed log level to info for cancelled events
This commit is contained in:
@@ -79,7 +79,7 @@ on_join_validation:
|
||||
country_banned: '&4Вход с IP-адресов вашей страны запрещён на этом сервере.'
|
||||
not_owner_error: 'Вы не являетесь владельцем данной уч. записи. Выберите себе другое имя!'
|
||||
invalid_name_case: 'Неверное имя! Зайдите под именем %valid, а не %invalid.'
|
||||
# TODO quick_command: 'You used a command too fast! Please, join the server again and wait more before using any command.'
|
||||
quick_command: 'Вы вводили команды слишком часто! Пожалуйста заходите снова и вводите команды помедленнее.'
|
||||
|
||||
# Email
|
||||
email:
|
||||
@@ -99,6 +99,8 @@ email:
|
||||
send_failure: 'Письмо не может быть отправлено. Свяжитесь в администратором.'
|
||||
change_password_expired: 'Больше нельзя сменить свой пароль, используя эту команду.'
|
||||
email_cooldown_error: '&cПисьмо было отправлено недавно. Подождите %time, прежде чем отправить новое.'
|
||||
add_not_allowed: '&cДобавление электронной почты не было разрешено.'
|
||||
change_not_allowed: '&cИзменение электронной почты не было разрешено.'
|
||||
|
||||
# Password recovery by email
|
||||
recovery:
|
||||
@@ -117,8 +119,8 @@ captcha:
|
||||
usage_captcha: '&3Необходимо ввести текст с каптчи. Используйте «/captcha %captcha_code»'
|
||||
wrong_captcha: '&cНеверно! Используйте «/captcha %captcha_code».'
|
||||
valid_captcha: '&2Вы успешно решили каптчу!'
|
||||
# TODO captcha_for_registration: 'To register you have to solve a captcha first, please use the command: /captcha %captcha_code'
|
||||
# TODO register_captcha_valid: '&2Valid captcha! You may now register with /register'
|
||||
captcha_for_registration: 'Чтобы зарегистрироваться, решите каптчу используя команду: «/captcha %captcha_code»'
|
||||
register_captcha_valid: '&2Вы успешно решили каптчу! Теперь вы можете зарегистрироваться командой «/register»'
|
||||
|
||||
# Verification code
|
||||
verification:
|
||||
|
||||
Reference in New Issue
Block a user