-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
7 deletions.
There are no files selected for viewing
30 changes: 24 additions & 6 deletions
30
src/main/resources/plugin/i18n/velocityct_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
velocityct.serverInvalid=Invalid server {0} | ||
velocityct.whitelist.groupNotFound=GroupName Not Found | ||
velocityct.whitelist.groupShow=Whitelist Groups: | ||
velocityct.whitelist.missingArgument=Missing Group Name parameter | ||
velocityct.whitelist.groupShowPlayers=Whitelist Group {0} Members: | ||
velocityct.whitelist.groupShowServers=Whitelist Group {0} Servers: | ||
# 0 -> ServerName | ||
velocityct.serverInvalid=Invalid server ID {0} | ||
velocityct.whitelist.groupNotFound=The group name was not found | ||
velocityct.whitelist.groupShow=All whitelist groups: | ||
# 0 -> ArgName | ||
velocityct.whitelist.missingArgument=Missing argument {0} | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupShowPlayers=Whitelist group {0} members list: | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupShowServers=Whitelist group {0} server list: | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupCreateCompleted=Whitelist group {0} is created completed | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupAlreadyExists=Whitelist group {0} already exists | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupDeleteCompleted=Whitelist group {0} is deleted | ||
# 0 -> GroupName, 1 -> PlayerName | ||
velocityct.whitelist.groupAddPlayerCompleted=Whitelist group {0} added {1} completed | ||
# 0 -> GroupName, 1 -> PlayerName | ||
velocityct.whitelist.groupRemovePlayerCompleted=Whitelist group {0} removed {1} completed | ||
# 0 -> PlayerName, 1 -> ServerName | ||
velocityct.whitelist.serverAddPlayerCompleted=Add {1} to {0} server whitelist | ||
# 0 -> PlayerName, 1 -> ServerName | ||
velocityct.whitelist.serverRemovePlayerCompleted=Remove {1} of {0} server whitelist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
# 0 -> ServerName | ||
velocityct.serverInvalid=无效的伺服器 ID {0} | ||
velocityct.whitelist.groupNotFound=未找到该组名 | ||
velocityct.whitelist.groupShow=所有白名单组: | ||
velocityct.whitelist.missingArgument=缺少参数 Group | ||
# 0 -> ArgName | ||
velocityct.whitelist.missingArgument=缺少参数 {0} | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupShowPlayers=白名单组 {0} 成员名单: | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupShowServers=白名单组 {0} 伺服器名单: | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupCreateCompleted=白名单组 {0} 建立完成 | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupAlreadyExists=白名单组 {0} 已经存在 | ||
# 0 -> GroupName | ||
velocityct.whitelist.groupDeleteCompleted=白名单组 {0} 删除完成 | ||
# 0 -> GroupName, 1 -> PlayerName | ||
velocityct.whitelist.groupAddPlayerCompleted=白名单组 {0} 添加 {1} 完毕 | ||
# 0 -> GroupName, 1 -> PlayerName | ||
velocityct.whitelist.groupRemovePlayerCompleted=白名单组 {0} 移除 {1} 完毕 | ||
# 0 -> PlayerName, 1 -> ServerName | ||
velocityct.whitelist.serverAddPlayerCompleted=添加 {1} 之 {0} 伺服器白名单 | ||
# 0 -> PlayerName, 1 -> ServerName | ||
velocityct.whitelist.serverRemovePlayerCompleted=移除 {1} 之 {0} 伺服器白名单 |