Skip to content

Commit

Permalink
feat lang
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Jan 22, 2024
1 parent 327ff15 commit 46d2106
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
30 changes: 24 additions & 6 deletions src/main/resources/plugin/i18n/velocityct_en_US.properties
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
20 changes: 19 additions & 1 deletion src/main/resources/plugin/i18n/velocityct_zh_CN.properties
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} 伺服器白名单

0 comments on commit 46d2106

Please sign in to comment.