* 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
145 lines
8.0 KiB
YAML
145 lines
8.0 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: '&cInregistrarea in joc nu este activata!'
|
|
name_taken: '&cCineva este inregistrat cu acest nume!'
|
|
register_request: '&3Te rugam sa te inregistrezi folosind comanda "/register <parola> <parola>"'
|
|
command_usage: '&cFoloseste comanda: /register <parola> <parola>'
|
|
reg_only: '&4Doar jucatori inregistrati pot intra pe server! Te rugam foloseste http://example.com pentru a te inregistra!'
|
|
success: '&2Te-ai inregistrat cu succes!'
|
|
kicked_admin_registered: 'Un administrator tocmai te-a inregistrat, te rog autentifica-te din nou.'
|
|
|
|
# Password errors on registration
|
|
password:
|
|
match_error: '&cParolele nu corespund, verifica-le din nou!'
|
|
name_in_password: '&cNu poti folosi numele ca si parola. Te rugam sa folosesti alta parola...'
|
|
unsafe_password: '&cParola aleasa nu este sigura. Te rugam sa folosesti alta parola...'
|
|
forbidden_characters: '&4Parola ta contine caractere nepermise. Caractere permise: %valid_chars'
|
|
wrong_length: '&cParola ta este prea scurta pentru a te inregistra! Te rugam incearca alta parola!'
|
|
|
|
# Login
|
|
login:
|
|
command_usage: '&cFoloseste comanda "/login <parola>" pentru a te autentifica.'
|
|
wrong_password: '&cParola gresita!'
|
|
success: '&2Te-ai autentificat cu succes!'
|
|
login_request: '&cTe rugam sa te autentifici folosind comanda "/login <parola>"'
|
|
timeout_error: '&4A expirat timpul de autentificare si ai fost dat afara de server, te rugam incearca din nou!'
|
|
|
|
# Errors
|
|
error:
|
|
denied_command: '&cPentru a folosi comanda trebuie sa te autentifici!'
|
|
denied_chat: 'Pentru a folosi chat-ul trebuie sa te autentifici!'
|
|
unregistered_user: '&cAcest jucator nu este inregistrat!'
|
|
not_logged_in: '&cNu te-ai autentificat!'
|
|
no_permission: '&4Nu ai permisiunea!'
|
|
unexpected_error: '&4A aparut o eroare, te rugam contacteaza un administrator!'
|
|
max_registration: '&cTe-ai inregistrat cu prea multe conturi pe acelasi ip! (%reg_count/%max_acc %reg_names)'
|
|
logged_in: '&cEsti deja autentificat!'
|
|
kick_for_vip: '&3Un V.I.P a intrat pe server cand era plin!'
|
|
tempban_max_logins: '&cAi fost interzis temporar deoarece ai esuat sa te autentifici de prea multe ori.'
|
|
|
|
# AntiBot
|
|
antibot:
|
|
kick_antibot: 'Protectia AntiBot este activata! Trebuie sa astepti cateva minute pentru a intra pe server.'
|
|
auto_enabled: '&4[Protectie AntiBot] AntiBot-ul a fost activat din cauza numarului mare de conexiuni!'
|
|
auto_disabled: '&2[Protectie AntiBot] AntiBot-ul a fost dezactivat dupa %m minute!'
|
|
|
|
# Unregister
|
|
unregister:
|
|
success: '&cTi-ai sters contul cu succes!'
|
|
command_usage: '&cFoloseste comanda: /unregister <parola>'
|
|
|
|
# Other messages
|
|
misc:
|
|
account_not_activated: '&cContul tau nu este activat, te rugam verifica-ti email-ul!'
|
|
password_changed: '&2Parola a fost salvata cu succes!'
|
|
logout: '&2Te-ai dezautentificat cu succes!'
|
|
reload: '&2Configuratiile si baza de date sau reincarcat corect!'
|
|
usage_change_password: '&cFoloseste comanda: /changepassword <parola veche> <parola noua>'
|
|
two_factor_create: '&2Codul tau secret este %code. Il poti scana de aici %url'
|
|
accounts_owned_self: 'Detii %count conturi:'
|
|
accounts_owned_other: 'Jucatorul %name are %count conturi:'
|
|
|
|
# Session messages
|
|
session:
|
|
valid_session: '&2Ai fost reconectat automat.'
|
|
invalid_session: '&cIP-ul tau a fost schimbat si sesiunea ta a expirat!'
|
|
|
|
# Error messages when joining
|
|
on_join_validation:
|
|
same_ip_online: 'Deja este un jucator care are aceiasi adresa ip cu a ta!'
|
|
same_nick_online: '&4Acelasi nume apartine unui jucator care e deja pe server!'
|
|
name_length: '&4Numele tau este prea scurt pentru a te putea conecta!'
|
|
characters_in_name: '&4Numele tau contine caractere ilegale. Caractere permise: %valid_chars'
|
|
kick_full_server: '&4Server-ul este plin, te rugam incearca din nou mai tarziu!'
|
|
country_banned: '&4Tara ta este interzisa pe acest server!'
|
|
not_owner_error: 'Tu nu esti detinatorul acestui cont. Te rugam alege alt nume!'
|
|
invalid_name_case: 'Ar trebui sa intri cu numele %valid, nu %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: '&3Te rugam adaugati email-ul la contul tau folosind comanda "/email add <email> <email>"'
|
|
usage_email_add: '&cFoloseste comanda: /email add <email> <email>'
|
|
usage_email_change: '&cFoloseste comanda: /email change <email vechi> <email nou>'
|
|
new_email_invalid: '&cNoul email este invalid, incearca din nou!'
|
|
old_email_invalid: '&cEmail-ul vechi este invalid, incearca din nou!'
|
|
invalid: '&cEmail-ul este invalid, incearca din nou!'
|
|
added: '&2Email-ul a fost adaugat cu succes la contul tau!'
|
|
request_confirmation: '&cTe rugam sa confirmi adresa ta de email!'
|
|
changed: '&2Email-ul a fost schimbat cu succes!'
|
|
email_show: '&2Adresa ta curenta de email este: &f%email'
|
|
no_email_for_account: '&2Nu ai nici o adresa de email asociata cu acest cont.'
|
|
already_used: '&4Email-ul acesta este deja folosit de altcineva'
|
|
incomplete_settings: 'Eroare: Nu indeplinesti conditiile trimiterii unui email! Te rugam contacteaza un administrator.'
|
|
send_failure: 'Email-ul nu a putut fi trimis. Ta rugam contactatezi un administrator.'
|
|
change_password_expired: 'Nu mai iti poti schimba parola folosind aceasta comanda.'
|
|
email_cooldown_error: '&cAi primit deja un mail pentru schimbarea parolei. Trebuie sa astepti %time inainte de a trimite unul nou.'
|
|
# TODO add_not_allowed: '&cAdding email was not allowed'
|
|
# TODO change_not_allowed: '&cChanging email was not allowed'
|
|
|
|
# Password recovery by email
|
|
recovery:
|
|
forgot_password_hint: '&3Ti-ai uitat parola? Te rugam foloseste comanda "/email recovery <email>"'
|
|
command_usage: '&cFoloseste comanda: /email recovery <email>'
|
|
email_sent: ' &2Ti-am trimis un mail cu codul necesar recuperarii parolei tale!'
|
|
code:
|
|
code_sent: 'Un cod de recuperare a parolei a fost trimis catre email-ul tau.'
|
|
incorrect: 'Codul de recuperare nu este corect! Mai ai %count incercari ramase.'
|
|
tries_exceeded: 'Ai atins numarul maxim de incercari pentru introducerea codului de recuperare. Foloseste "/email recovery [email]" pentru a genera unul nou.'
|
|
correct: 'Cod de recuperare corect!'
|
|
change_password: 'Foloseste imediat comanda /email setpassword <parola noua> pentru a-ti schimba parola.'
|
|
|
|
# Captcha
|
|
captcha:
|
|
usage_captcha: '&3Pentru a te autentifica, te rugam sa folosesti comanda "/captcha %captcha_code"'
|
|
wrong_captcha: '&cCodul de verificare este gresit, te rugam foloseste comanda "/captcha %captcha_code"!'
|
|
valid_captcha: '&2Codul de verificare a fost scris corect!'
|
|
# 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'
|
|
|
|
# Verification code
|
|
verification:
|
|
# TODO code_required: '&3This command is sensitive and requires an email verification! Check your inbox and follow the email''s instructions.'
|
|
# TODO command_usage: '&cUsage: /verification <code>'
|
|
# TODO incorrect_code: '&cIncorrect code, please type "/verification <code>" into the chat, using the code you received by email'
|
|
# TODO success: '&2Your identity has been verified! You can now execute all commands within the current session!'
|
|
# TODO already_verified: '&2You can already execute every sensitive command within the current session!'
|
|
# TODO code_expired: '&3Your code has expired! Execute another sensitive command to get a new code!'
|
|
# TODO email_needed: '&3To verify your identity you need to link an email address with your account!!'
|
|
|
|
# Time units
|
|
time:
|
|
second: 'secunda'
|
|
seconds: 'secunde'
|
|
minute: 'minut'
|
|
minutes: 'minute'
|
|
hour: 'ora'
|
|
hours: 'ore'
|
|
day: 'zi'
|
|
days: 'zile'
|