From 7020b589ec62623e63401f055bda6309a649ba4b Mon Sep 17 00:00:00 2001 From: papermc-villager Date: Sun, 1 Feb 2026 11:52:27 -0800 Subject: [PATCH] New translations messages.properties (Chinese Simplified) --- .../proxy/l10n/messages_zh_CN.properties | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/proxy/src/main/resources/com/velocitypowered/proxy/l10n/messages_zh_CN.properties b/proxy/src/main/resources/com/velocitypowered/proxy/l10n/messages_zh_CN.properties index f56a89bc9..730cff601 100644 --- a/proxy/src/main/resources/com/velocitypowered/proxy/l10n/messages_zh_CN.properties +++ b/proxy/src/main/resources/com/velocitypowered/proxy/l10n/messages_zh_CN.properties @@ -18,42 +18,42 @@ velocity.error.already-connected=您已经连接到此服务器了! velocity.error.already-connected-proxy=您已经连接到此代理服务器了! velocity.error.already-connecting=您已经在尝试连接服务器了! -velocity.error.cant-connect=无法连接至 -velocity.error.connecting-server-error=无法将您连接至 ,请稍后再试。 -velocity.error.connected-server-error=您与 的连接出现问题。 +velocity.error.cant-connect=无法连接至 +velocity.error.connecting-server-error=无法将您连接至 ,请稍后再试。 +velocity.error.connected-server-error=您与 的连接出现问题。 velocity.error.internal-server-connection-error=发送内部服务器连接错误。 velocity.error.logging-in-too-fast=您的登录过于频繁,请稍后重试。 velocity.error.online-mode-only=您尚未登录至 Minecraft 账户。若您已登录,请尝试重启您的客户端。 velocity.error.player-connection-error=您的连接发生内部错误。 velocity.error.modern-forwarding-needs-new-client=此服务器仅兼容 Minecraft 1.13 及更高版本。 velocity.error.modern-forwarding-failed=您的服务器未向代理服务器转发请求,请确保已配置 Velocity 转发。 -velocity.error.moved-to-new-server=您已被踢出 +velocity.error.moved-to-new-server=您已被踢出 velocity.error.no-available-servers=您当前没有可连接的服务器,请稍后重试或联系管理员。 velocity.error.illegal-chat-characters=聊天中出现非法字符 # Commands velocity.command.generic-error=执行此命令时发生错误。 velocity.command.command-does-not-exist=此命令不存在。 velocity.command.players-only=只有玩家才能执行此命令。 -velocity.command.server-does-not-exist=指定的服务器 不存在。 -velocity.command.player-not-found=指定的玩家 不存在。 -velocity.command.server-current-server=您已连接至 。 +velocity.command.server-does-not-exist=指定的服务器 不存在。 +velocity.command.player-not-found=指定的玩家 不存在。 +velocity.command.server-current-server=您已连接至 。 velocity.command.server-too-many=设置的服务器过多,请使用 Tab 键补全来查看所有可用的服务器。 velocity.command.server-available=可用的服务器: -velocity.command.server-tooltip-player-online= 名玩家在线 -velocity.command.server-tooltip-players-online= 名玩家在线 +velocity.command.server-tooltip-player-online= 名玩家在线 +velocity.command.server-tooltip-players-online= 名玩家在线 velocity.command.server-tooltip-current-server=当前已连接至此服务器 velocity.command.server-tooltip-offer-connect-server=点击连接至此服务器 -velocity.command.glist-player-singular=共有 名玩家已连接至此代理服务器。 -velocity.command.glist-player-plural=共有 名玩家已连接至此代理服务器。 +velocity.command.glist-player-singular=共有 名玩家已连接至此代理服务器。 +velocity.command.glist-player-plural=共有 名玩家已连接至此代理服务器。 velocity.command.glist-view-all=使用 /glist all 命令来查看所有服务器的全部玩家列表。 velocity.command.reload-success=Velocity 配置已成功重载。 velocity.command.reload-failure=无法重载 Velocity 配置,请查看控制台了解详情。 -velocity.command.version-copyright=Copyright 2018- 以 GNU 通用公共许可证第三版授权。 +velocity.command.version-copyright=Copyright 2018- 以 GNU 通用公共许可证第三版授权。 velocity.command.no-plugins=当前没有安装任何插件。 -velocity.command.plugins-list=插件: -velocity.command.plugin-tooltip-website=网站: -velocity.command.plugin-tooltip-author=作者: -velocity.command.plugin-tooltip-authors=作者: +velocity.command.plugins-list=插件: +velocity.command.plugin-tooltip-website=网站: +velocity.command.plugin-tooltip-author=作者: +velocity.command.plugin-tooltip-authors=作者: velocity.command.dump-uploading=正在上传已收集的信息... velocity.command.dump-send-error=与 Velocity 服务器通信时发生错误,服务器可能暂不可用或您的网络设置存在问题。您可在 Velocity 服务器日志或控制台中了解详情。 velocity.command.dump-success=已创建关于此代理的匿名反馈数据。若开发者需要,您可与其分享以下链接: @@ -62,4 +62,6 @@ velocity.command.dump-server-error=Velocity 服务器发生错误,无法完成 velocity.command.dump-offline=可能原因:系统 DNS 设置无效或无网络连接 velocity.command.send-usage=/send <玩家> <服务器> # Kick -velocity.kick.shutdown=正在关闭代理。 \ No newline at end of file +velocity.kick.shutdown=正在关闭代理。 +velocity.kick.command-rate-limit=You are sending too many commands too quickly. +velocity.kick.tab-complete-rate-limit=You are sending too many tab complete requests too quickly. \ No newline at end of file