Fix #321 Message verifier should understand line breaks
- Make messages verifier understand that indented lines belong to the same message
- Revert newline to &n replacements done in f5583f4
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
unknown_user: '&fПотребителя не е в БД'
|
||||
unsafe_spawn: '&fТвоята локация когато излезе не беше безопасна, телепортиран си на Spawn!'
|
||||
not_logged_in: '&cНе си влязъл!'
|
||||
reg_voluntarily: '&fМоже да се регистрираш с тази команда:&n "/register парола парола"'
|
||||
reg_voluntarily: '&fМоже да се регистрираш с тази команда:
|
||||
"/register парола парола"'
|
||||
usage_log: '&cКоманда: /login парола'
|
||||
wrong_pwd: '&cГрешна парола!'
|
||||
unregistered: '&cУспешно от-регистриран!'
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
unknown_user: '&fO usuario non está na base de datos'
|
||||
unsafe_spawn: '&fA localización dende a que saíches era insegura, teletransportándote ao spawn do mundo'
|
||||
not_logged_in: '&cNon te identificaches!'
|
||||
reg_voluntarily: '&fPodes rexistrar o teu nome no servidor co comando "/register <contrasinal> <confirmarContrasinal>"'
|
||||
reg_voluntarily: '&fPodes rexistrar o teu nome no servidor co comando
|
||||
"/register <contrasinal> <confirmarContrasinal>"'
|
||||
usage_log: '&cUso: /login <contrasinal>'
|
||||
wrong_pwd: '&cContrasinal equivocado'
|
||||
unregistered: '&cFeito! Xa non estás rexistrado!'
|
||||
@@ -54,6 +55,7 @@ email_changed: '[AuthMe] Cambiouse o correo!'
|
||||
email_send: '[AuthMe] Enviouse o correo de confirmación!'
|
||||
country_banned: 'O teu país está bloqueado neste servidor'
|
||||
antibot_auto_enabled: '[AuthMe] AntiBotMod conectouse automáticamente debido a conexións masivas!'
|
||||
antibot_auto_disabled: '[AuthMe] AntiBotMod desactivouse automáticamente despois de %m minutos,&n esperemos que a invasión se detivera'
|
||||
antibot_auto_disabled: '[AuthMe] AntiBotMod desactivouse automáticamente despois de %m minutos,
|
||||
esperemos que a invasión se detivera'
|
||||
kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
|
||||
email_exists: '&cA recovery email was already sent! You can discard it and send a new one using the command below:'
|
||||
|
||||
Reference in New Issue
Block a user