Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 165
Spanish
TheProgramSrc edited this page Dec 5, 2019
·
3 revisions
Credits: Beelzebu, ....
FastLogin version: 1.9
# FastLogin localization# Project site: https://www.spigotmc.org/resources/fastlogin.14153# Source code: https://github.com/games647/FastLogin## You can access the newest locale here:# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml## You want to have language template? Visit the Github Wiki here:# 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 '# Example:# bla: '&aFirst line# Second line# Third line'# If you want to disable a message, you can just set it to a empty value.# In this case no message will be sent# Example:# bla: ''# ========= Shared (BungeeCord and Bukkit) ============# Switch mode is activated and a new (non-whitelist) cracked player tries to joinswitch-kick-message: '&4Sólo cuentas premium de minecraft tienen permitido entrar a este servidor'# Player activated premium logins in order to skip offline authenticationadd-premium: '&2Has sido añadido a la lista de usuarios premium'# Player activated premium logins in order to skip offline authenticationadd-premium-other: '&2Jugador añadido a la lista de usuarios premium'# Player is already set be a paid accountalready-exists: '&4Ya estás en la lista de usuarios premium'# Player is already set be a paid accountalready-exists-other: '&4Este jugador ya estaba en la lista de usuarios premium'# Player was changed to be crackedremove-premium: '&2Fuiste removido de la lista de usuarios premium'# Player is already set to be crackednot-premium: '&4No estás en la lista de usuarios premium'# Player is already set to be crackednot-premium-other: '&4Este jugador no estaba en la lista de usuarios premium'# Admin wanted to change the premium of a user that isn't known to the pluginplayer-unknown: '&4No se ha encontrado a este jugador en la base de datos'# ========= Bukkit/Spigot/PaperSpigot/TacoSpigot only ================================# The user skipped the authentication, because it was a premium playerauto-login: '&2Sesión iniciada automáticamente'# The user was auto registered on the first join. The user account will be registered to protect it from cracked players# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)auto-register: '&2Fuiste registrado en el servidor con la contraseña: %passwordDeberías cambiarla.'# Player is not able to toggle the premium state of other playersno-permission: '&4No tienes permisos para hacer esto'# Although the console can toggle the premium state, it's not possible for the console itself.# Because the console is not a user. (obviously, isn't it?)no-console: '&4No eres un jugador. No puedes modificar TU estado premium como consola.'# 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.wait-on-proxy: '&6Enviando solicitud...'# 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.# So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check),# the player will be just authenticated as crackederror-kick: '&4Ha ocurrido un error'# The server sents a verify token within the premium authentication reqest. If this doesn't match on response,# it could be another client sending malicious packetsinvalid-verify-token: '&4Token inválida'# 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.invalid-session: '&4Sesión inválida'# The client sent a malicous packet without a login request packetinvalid-requst: '&4Solicitud inválida'# Message if the bukkit isn't fully started to inject the packetsnot-started: '&cEl servidor aún no termina de iniciarse. Por favor intenta más tarde.'# Warning message if a user invoked /premium commandpremium-warning: '&c&lATENCIÓN: &6Este comando debe ser ejecutado &lúnicamente&6 cuando &lTÚ&6 eres el dueño de esta cuenta de Minecraft pagada.Usa &a/premium&6 nuevamente para confirmar'# ========= Bungee/Waterfall only ================================