# 此文件包含Simple Voice Chat插件的翻译
# 玩家因未安装MOD且配置文件已启用force_voicechat(检测玩家是否装了MOD)而被踢时收到的消息
#第一个参数(%s)是mod或plugin的名称,第二个参数(%s)是mod或plugin的版本
force_voicechat_kick_message=You need %s %s to play on this server
# 玩家加入不兼容插件或mod版本的服务器时收到的消息
#第一个参数是mod或plugin的版本,第二个参数是mod或plugin的名称
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
# 玩家在尝试执行需要该模组的命令时收到的消息(也就是说玩家没装MOD)
#第一个参数是mod或plugin名称
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
# 玩家在尝试执行只能作为玩家执行的命令时得到的消息
player_command_message=This command can only be executed as a player
# Placeholder API 的 '%voicechat_installed%'
placeholder_api_voicechat_installed=
# Placeholder API 的 '%voicechat_not_installed%'
placeholder_api_voicechat_not_installed=
# Placeholder API 的'%voicechat_disabled%'
placeholder_api_voicechat_disabled=
|