Skip to content
911061873 edited this page Feb 25, 2020 · 6 revisions

FastLogin 语言配置文件

你可以在这里找到最新的语言文件:

想要翻译好的语言文件吗? 来GitHub Wiki吧:

如果要提示消息多行显示,你可以直接换行,但是要用 ' 包起来

例如:

bla:'&a第一行

第二行

第三行'

如果你不想要这个提示信息,你只需要把他设置为空。这样就不会有任何提示。

例如:

bla: ''

I was afraid the translation was not accurate enough, so I kept the English.

我怕翻译不够准确,所以我保留了英文。(by:n233333)

Switch mode is activated and a new (non-whitelist) cracked player tries to join

switch-kick-message: '&4只有在白名单的正版用户才可以加入服务器。'

GameProfile activated premium login in order to skip offline authentication

add-premium: '&2已经加入正版用户列表中'

GameProfile activated premium login in order to skip offline authentication

add-premium-other: '&2玩家已经加入正版用户列表中'

GameProfile is already set be a paid account

already-exists: '&4你已经在正版用户列表中了'

GameProfile is already set be a paid account

already-exists-other: '&4玩家已经在正版用户列表中了'

GameProfile was changed to be cracked

remove-premium: '&2已经从正版用户列表中删除'

GameProfile is already set to be cracked

not-premium: '&4你不在正版用户列表中'

GameProfile is already set to be cracked

not-premium-other: '&4玩家不在正版用户列表中'

Admin wanted to change the premium of a user that isn't known to the plugin

player-unknown: '&4玩家不在数据库中'

========= Bukkit/Spigot ================

The user skipped the authentication, because it was a premium player

auto-login: '&2正版玩家已经自动登录到服务器。'

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: '&2已经帮你自动注册了,密码是: %password 你要改密码吗?'

GameProfile is not able to toggle the premium state of other players

no-permission: '&4没有权限'

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: '&4不能把控制台本身添加进用户列表,请使用 /premium [playername]来添加'

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: '&6正在发送请求'

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 cracked

error-kick: '&4发生错误'

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

invalid-verify-token: '&4错误的 token'

The client sent no request join server request to the mojang servers which would proof that it's owner of that

account. Only modified clients would do this.

invalid-session: '&4错误的会话'

The client sent a malicious packet without a login request packet

invalid-requst: '&4错误的请求'

Message if the Bukkit isn't fully started to inject the packets

not-started: '&c服务器没启动完成,请稍后重试。'

Warning message if a user invoked /premium command

premium-warning: '&c&l警告:&6这个命令&l只能&6 在你是这个正版账户的拥有者才能使用 再次输入&a/premium&6 来确认'

========= Bungee/Waterfall only ================================

Clone this wiki locally