Keep updated with English

Maxetto
2021-08-24 22:24:08 +02:00
parent c8721d436a
commit f749a9165c

@@ -1,6 +1,6 @@
Credits: Maxetto Credits: Maxetto
FastLogin version: 1.10 FastLogin version: Build #1007 (23/08/2021)
*** ***
@@ -14,12 +14,12 @@ FastLogin version: 1.10
# Source code: https://github.com/games647/FastLogin # Source code: https://github.com/games647/FastLogin
# #
# You can access the newest locale here: # You can access the newest locale here:
# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml # https://github.com/games647/FastLogin/blob/main/core/src/main/resources/messages.yml
# #
# You want to have language template? Visit the Github Wiki here: # You want to have language template? Visit the GitHub Wiki here:
# https://github.com/games647/FastLogin/wiki/English # https://github.com/games647/FastLogin/wiki/English
# In order to split a message into seperate lines you could just make a new line, but keep the ' # In order to split a message into separate lines you could just make a new line, but keep the '
# Example: # Example:
# bla: '&aFirst line # bla: '&aFirst line
# Second line # Second line
@@ -32,13 +32,13 @@ FastLogin version: 1.10
# ========= Shared (BungeeCord and Bukkit) ============ # ========= Shared (BungeeCord and Bukkit) ============
# Switch mode is activated and a new (non-whitelist) cracked player tries to join # Switch mode is activated and a new cracked player tries to join, who is not namely allowed
switch-kick-message: '&4Solo i giocatori Premium in Whitelist possono entrare nel server' switch-kick-message: '&4Solo i giocatori Premium autorizzati possono entrare nel server'
# GameProfile activated premium logins in order to skip offline authentication # GameProfile activated premium login in order to skip offline authentication
add-premium: '&2Aggiunto alla lista dei giocatori Premium' add-premium: '&2Aggiunto alla lista dei giocatori Premium'
# GameProfile activated premium logins in order to skip offline authentication # GameProfile activated premium login in order to skip offline authentication
add-premium-other: '&2Il giocatore inserito è stato aggiunto alla lista dei giocatori Premium' add-premium-other: '&2Il giocatore inserito è stato aggiunto alla lista dei giocatori Premium'
# GameProfile is already set be a paid account # GameProfile is already set be a paid account
@@ -64,10 +64,10 @@ player-unknown: '&4Il giocatore inserito non è presente nel database'
# The user skipped the authentication, because it was a premium player # The user skipped the authentication, because it was a premium player
auto-login: '&2Autenticato dall''Account Premium' auto-login: '&2Autenticato dall''Account Premium'
# The user was auto registered on the first join. The user account will be registered to protect it from cracked players # FastLogin attempted to auto register user. The user account is registered to protect it from cracked players
# If FastLogin is respecting auth plugin IP limit - the registration may have failed, however the message is still displayed
# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED) # The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)
auto-register: '&2Sei stato registrato automaticamente con la password: %password auto-register: '&2Abbiamo provato a registrarti automaticamente con la password: &7%password&2. Magari la vuoi cambiare?'
Magari la vuoi cambiare?'
# GameProfile is not able to toggle the premium state of other players # GameProfile is not able to toggle the premium state of other players
no-permission: '&4Non hai il permesso di fare ciò' no-permission: '&4Non hai il permesso di fare ciò'
@@ -78,7 +78,7 @@ no-console: '&4Non sei un giocatore. Non puoi aggiungerti alla lista dei giocato
# The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate # The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate
# with the BungeeCord first which will establish a connection with the database server. # with the BungeeCord first which will establish a connection with the database server.
wait-on-proxy: '&6Inoltro la richiesta...' wait-on-proxy: '&6Inoltro la richiesta... (Non dimenticare di seguire la guida di installazione per BungeeCord)'
# When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium # When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium
# authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet. # authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet.
@@ -86,18 +86,18 @@ wait-on-proxy: '&6Inoltro la richiesta...'
# the player will be just authenticated as cracked # the player will be just authenticated as cracked
error-kick: '&4Si è verificato un errore' error-kick: '&4Si è verificato un errore'
# The server sents a verify token within the premium authentication reqest. If this doesn't match on response, # The server sends a verify token within the premium authentication request. If this doesn't match on response,
# it could be another client sending malicious packets # it could be another client sending malicious packets
invalid-verify-token: '&4Token di autenticazione non valido' invalid-verify-token: '&4Token di autenticazione non valido'
# The client sent no request join server request to the mojang servers which would proof that it's owner of that # The client sent no request join server request to the mojang servers which would proof that it's owner of that
# acciunt. Only modified clients would do this. # account. Only modified clients would do this.
invalid-session: '&4Sessione non valida' invalid-session: '&4Sessione non valida'
# The client sent a malicous packet without a login request packet # The client sent a malicious packet without a login request packet
invalid-requst: '&4Richiesta non valida' invalid-requst: '&4Richiesta non valida'
# Message if the bukkit isn't fully started to inject the packets # Message if the Bukkit isn't fully started to inject the packets
not-started: '&cIl server non si è ancora avviato completamente. Per favore riprova' not-started: '&cIl server non si è ancora avviato completamente. Per favore riprova'
# Warning message if a user invoked /premium command # Warning message if a user invoked /premium command