158 lines
8.8 KiB
YAML
158 lines
8.8 KiB
YAML
# List of global tags:
|
|
# %nl% - Goes to new line.
|
|
# %username% - Replaces the username of the player receiving the message.
|
|
# %displayname% - Replaces the nickname (and colors) of the player receiving the message.
|
|
|
|
# Registration
|
|
registration:
|
|
disabled: '<red>O rexistro está deshabilitado'
|
|
name_taken: '<red>Ese nome de usuario xa está rexistrado'
|
|
register_request: '<red>Por favor, rexístrate con "/register <contrasinal> <confirmarContrasinal>"'
|
|
command_usage: '<red>Uso: /register contrasinal confirmarContrasinal'
|
|
reg_only: '<white>Só xogadores rexistrados! Por favor, visita http://example.com para rexistrarte'
|
|
success: '<red>Rexistrado con éxito!'
|
|
# TODO kicked_admin_registered: 'An admin just registered you; please log in again'
|
|
|
|
# Password errors on registration
|
|
password:
|
|
match_error: '<white>O contrasinal non coincide'
|
|
# TODO name_in_password: '<red>You can''t use your name as password, please choose another one...'
|
|
# TODO unsafe_password: '<red>The chosen password isn''t safe, please choose another one...'
|
|
# TODO forbidden_characters: '<dark_red>Your password contains illegal characters. Allowed chars: %valid_chars'
|
|
wrong_length: '<white>O teu contrasinal non alcanza a lonxitude mínima ou excede a lonxitude máxima'
|
|
|
|
# Login
|
|
login:
|
|
command_usage: '<red>Uso: /login <contrasinal>'
|
|
wrong_password: '<red>Contrasinal equivocado'
|
|
success: '<red>Identificación con éxito!'
|
|
login_request: '<red>Por favor, identifícate con "/login <password>"'
|
|
timeout_error: '<white>Rematou o tempo da autentificación'
|
|
|
|
# Errors
|
|
error:
|
|
# TODO denied_command: '<red>In order to use this command you must be authenticated!'
|
|
# TODO denied_chat: '<red>In order to chat you must be authenticated!'
|
|
unregistered_user: '<red>Ese nome de usuario non está rexistrado'
|
|
not_logged_in: '<red>Non te identificaches!'
|
|
no_permission: '<red>Non tes o permiso'
|
|
unexpected_error: '<white>Ocurriu un erro; contacta cun administrador'
|
|
max_registration: '<white>Excediches o máximo de rexistros para a túa Conta'
|
|
logged_in: '<red>Xa estás identificado!'
|
|
kick_for_vip: '<red>Un xogador VIP uniuse ao servidor cheo!'
|
|
# TODO kick_unresolved_hostname: '<red>An error occurred: unresolved player hostname!'
|
|
# TODO tempban_max_logins: '<red>You have been temporarily banned for failing to log in too many times.'
|
|
|
|
# AntiBot
|
|
antibot:
|
|
# TODO kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
|
|
auto_enabled: '[AuthMe] AntiBotMod conectouse automáticamente debido a conexións masivas!'
|
|
auto_disabled: '[AuthMe] AntiBotMod desactivouse automáticamente despois de %m minutos, esperemos que a invasión se detivera'
|
|
|
|
# Unregister
|
|
unregister:
|
|
success: '<red>Feito! Xa non estás rexistrado!'
|
|
command_usage: '<red>Uso: /unregister <contrasinal>'
|
|
|
|
# Other messages
|
|
misc:
|
|
account_not_activated: '<white>A túa conta aínda non está activada, comproba a túa bandexa de correo!!'
|
|
password_changed: '<red>Cambiouse o contrasinal!'
|
|
logout: '<red>Sesión pechada con éxito'
|
|
reload: '<white>Recargáronse a configuración e a base de datos'
|
|
usage_change_password: '<white>Uso: /changepassword <contrasinalVello> <contrasinalNovo>'
|
|
# TODO accounts_owned_self: 'You own %count accounts:'
|
|
# TODO accounts_owned_other: 'The player %name has %count accounts:'
|
|
|
|
# Session messages
|
|
session:
|
|
valid_session: '<red>Identificado mediante a sesión'
|
|
invalid_session: '<white>Os datos de sesión non corresponden, por favor, espere a que remate a sesión'
|
|
|
|
# Error messages when joining
|
|
on_join_validation:
|
|
# TODO same_ip_online: 'A player with the same IP is already in game!'
|
|
same_nick_online: '<white>Xa está xogando alguén co mesmo nome'
|
|
name_length: '<red>O teu nome é demasiado curto ou demasiado longo'
|
|
characters_in_name: '<red>O teu nome contén caracteres ilegais. Caracteres permitidos: %valid_chars'
|
|
kick_full_server: '<red>O servidor está actualmente cheo, sentímolo!'
|
|
country_banned: 'O teu país está bloqueado neste servidor'
|
|
# TODO not_owner_error: 'You are not the owner of this account. Please choose another name!'
|
|
# TODO invalid_name_case: 'You should join using username %valid, not %invalid.'
|
|
# TODO quick_command: 'You used a command too fast! Please, join the server again and wait more before using any command.'
|
|
|
|
# Email
|
|
email:
|
|
add_email_request: '<red>Por favor, engade o teu correo electrónico con: /email add <oTeuCorreo> <confirmarCorreo>'
|
|
usage_email_add: '<white>Uso: /email add <correo> <confirmeCorreo> '
|
|
usage_email_change: '<white>Uso: /email change <correoVello> <correoNovo> '
|
|
new_email_invalid: '[AuthMe] O novo correo non é válido!'
|
|
old_email_invalid: '[AuthMe] O correo vello non é válido!'
|
|
invalid: '[AuthMe] Correo non válido'
|
|
added: '[AuthMe] Correo engadido!'
|
|
# TODO add_not_allowed: '<red>Adding email was not allowed'
|
|
request_confirmation: '[AuthMe] Confirma o teu correo!'
|
|
changed: '[AuthMe] Cambiouse o correo!'
|
|
# TODO change_not_allowed: '<red>Changing email was not allowed'
|
|
# TODO email_show: '<dark_green>Your current email address is: <white>%email'
|
|
# TODO no_email_for_account: '<dark_green>You currently don''t have email address associated with this account.'
|
|
# TODO already_used: '<dark_red>The email address is already being used'
|
|
# TODO incomplete_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
|
|
# TODO send_failure: 'The email could not be sent. Please contact an administrator.'
|
|
# TODO change_password_expired: 'You cannot change your password using this command anymore.'
|
|
# TODO email_cooldown_error: '<red>An email was already sent recently. You must wait %time before you can send a new one.'
|
|
|
|
# Password recovery by email
|
|
recovery:
|
|
forgot_password_hint: '<red>Olvidaches o contrasinal? Por favor, usa /email recovery <oTeuCorreo>'
|
|
command_usage: '<white>Uso: /email recovery <correo>'
|
|
email_sent: '[AuthMe] Enviouse o correo de confirmación!'
|
|
code:
|
|
# TODO code_sent: 'A recovery code to reset your password has been sent to your email.'
|
|
# TODO incorrect: 'The recovery code is not correct! You have %count tries remaining.'
|
|
# TODO tries_exceeded: 'You have exceeded the maximum number attempts to enter the recovery code. Use "/email recovery [email]" to generate a new one.'
|
|
# TODO correct: 'Recovery code entered correctly!'
|
|
# TODO change_password: 'Please use the command /email setpassword <new password> to change your password immediately.'
|
|
|
|
# Captcha
|
|
captcha:
|
|
usage_captcha: '<red>Necesitas escribir un captcha, por favor escribe: /captcha %captcha_code'
|
|
wrong_captcha: '<red>Captcha equivocado, por favor usa: /captcha %captcha_code'
|
|
valid_captcha: '<red>O teu captcha é válido !'
|
|
# TODO captcha_for_registration: 'To register you have to solve a captcha first, please use the command: /captcha %captcha_code'
|
|
# TODO register_captcha_valid: '<dark_green>Valid captcha! You may now register with /register'
|
|
|
|
# Verification code
|
|
verification:
|
|
# TODO code_required: '<dark_aqua>This command is sensitive and requires an email verification! Check your inbox and follow the email''s instructions.'
|
|
# TODO command_usage: '<red>Usage: /verification <code>'
|
|
# TODO incorrect_code: '<red>Incorrect code, please type "/verification <code>" into the chat, using the code you received by email'
|
|
# TODO success: '<dark_green>Your identity has been verified! You can now execute all commands within the current session!'
|
|
# TODO already_verified: '<dark_green>You can already execute every sensitive command within the current session!'
|
|
# TODO code_expired: '<dark_aqua>Your code has expired! Execute another sensitive command to get a new code!'
|
|
# TODO email_needed: '<dark_aqua>To verify your identity you need to link an email address with your account!!'
|
|
|
|
# Time units
|
|
time:
|
|
# TODO second: 'second'
|
|
# TODO seconds: 'seconds'
|
|
# TODO minute: 'minute'
|
|
# TODO minutes: 'minutes'
|
|
# TODO hour: 'hour'
|
|
# TODO hours: 'hours'
|
|
# TODO day: 'day'
|
|
# TODO days: 'days'
|
|
|
|
# Two-factor authentication
|
|
two_factor:
|
|
# TODO code_created: '<dark_green>Your secret code is %code. You can scan it from here %url'
|
|
# TODO confirmation_required: 'Please confirm your code with /2fa confirm <code>'
|
|
# TODO code_required: 'Please submit your two-factor authentication code with /2fa code <code>'
|
|
# TODO already_enabled: 'Two-factor authentication is already enabled for your account!'
|
|
# TODO enable_error_no_code: 'No 2fa key has been generated for you or it has expired. Please run /2fa add'
|
|
# TODO enable_success: 'Successfully enabled two-factor authentication for your account'
|
|
# TODO enable_error_wrong_code: 'Wrong code or code has expired. Please run /2fa add'
|
|
# TODO not_enabled_error: 'Two-factor authentication is not enabled for your account. Run /2fa add'
|
|
# TODO removed_success: 'Successfully removed two-factor auth from your account'
|
|
# TODO invalid_code: 'Invalid code!'
|