mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Merge pull request #144 from SkyEye-FAST/main
Simplified Chinese Support
This commit is contained in:
commit
b3855008d9
94
src/main/resources/assets/language/zh_CN.properties
Normal file
94
src/main/resources/assets/language/zh_CN.properties
Normal file
@ -0,0 +1,94 @@
|
||||
# ViaProxy language file
|
||||
#
|
||||
# Language contribution guidelines:
|
||||
# - Please use the same file content structure as in the en_US language file.
|
||||
# - Use the en_US language file as a reference/template for your language file.
|
||||
# - Keep the translations understandable and precise.
|
||||
# - Do not use or rely on machine translation (Google Translate, DeepL, etc.) exclusively.
|
||||
# - Do not copy an english translation into your language file. The en_US translation will be used as a fallback automatically.
|
||||
# - Include this header (untranslated) in your language file.
|
||||
|
||||
# The display name of the language
|
||||
language.name=简体中文(中国大陆)
|
||||
# The name of the author of the language file (Your name)
|
||||
language.author=SkyEye_FAST
|
||||
|
||||
generic.cancel=取消
|
||||
generic.could_not_open_url=无法打开链接:%s
|
||||
|
||||
tab.general.name=常规
|
||||
tab.general.server_address.label=服务器地址:
|
||||
tab.general.server_address.tooltip=支持的格式:\n- address\n- address:port\n- ClassiCube Direct URL
|
||||
tab.general.server_version.label=服务器版本:
|
||||
tab.general.minecraft_account.label=Minecraft账户:
|
||||
tab.general.minecraft_account.option_no_account=不使用账户
|
||||
tab.general.minecraft_account.option_select_account=使用选定账户
|
||||
tab.general.minecraft_account.option_openauthmod=使用OpenAuthMod
|
||||
tab.general.betacraft_auth.label=BetaCraft Auth(Classic)
|
||||
tab.general.betacraft_auth.tooltip=启用BetaCraft Auth可以让你加入启用在线模式的Classic服务器。
|
||||
tab.general.state.loading=正在加载ViaProxy…
|
||||
tab.general.state.start=启动
|
||||
tab.general.state.starting=正在启动…
|
||||
tab.general.state.stop=停止
|
||||
tab.general.state.running=ViaProxy正在运行!使用Minecraft %s连接至%s
|
||||
tab.general.warning.ban_warning.line1=ViaProxy可能会触发反作弊,因为版本间存在方块、物品、移动等差异。
|
||||
tab.general.warning.bedrock_warning.line1=ViaBedrock目前处于非常早期的开发阶段,尚不适用于日常使用。
|
||||
tab.general.warning.risk=风险自负!
|
||||
tab.general.error.no_server_version_selected=请选择服务器版本!
|
||||
tab.general.error.invalid_classicube_url=无效的ClassiCube Direct URL!
|
||||
tab.general.error.invalid_server_address=无效的服务器地址!
|
||||
tab.general.error.invalid_proxy_url=无效的代理URL!
|
||||
tab.general.error.failed_to_start=无法启动ViaProxy!请在确保本地端口未被使用后重试。
|
||||
|
||||
tab.advanced.name=高级
|
||||
tab.advanced.bind_port.label=绑定端口:
|
||||
tab.advanced.bind_port.tooltip=ViaProxy应绑定到的端口。
|
||||
tab.advanced.proxy_url.label=代理URL:
|
||||
tab.advanced.proxy_url.tooltip=用于TCP连接的SOCKS(4/5)/HTTP(S)代理的URL。\n支持的格式:\n- type://address:port\n- type://username:password@address:port
|
||||
tab.advanced.proxy_online_mode.label=代理在线模式
|
||||
tab.advanced.proxy_online_mode.tooltip=启用代理在线模式需要在客户端登录有效的Minecraft账户。\n代理在线模式可以让你在加入在线模式服务器后使用皮肤和聊天签名功能。
|
||||
tab.advanced.legacy_skin_loading.label=传统皮肤加载
|
||||
tab.advanced.legacy_skin_loading.tooltip=启用传统皮肤加载可以让你在版本<= 1.6.4的服务器上看到皮肤。
|
||||
tab.advanced.chat_signing.label=聊天签名
|
||||
tab.advanced.chat_signing.tooltip=在版本>= 1.19的服务器上启用发送签名的聊天消息。
|
||||
tab.advanced.ignore_packet_translation_errors.label=忽略数据包翻译错误
|
||||
tab.advanced.ignore_packet_translation_errors.tooltip=如果发生数据包翻译错误,启用此项可以防止你从服务器断开连接,并且只在控制台中输出错误。\n这可能会因未能翻译的数据包类型造成问题。
|
||||
tab.advanced.create_viaversion_dump.label=创建ViaVersion转储
|
||||
tab.advanced.create_viaversion_dump.success=已复制ViaVersion转储链接到剪贴板。
|
||||
tab.advanced.upload_latest_log.label=上传最新日志文件
|
||||
tab.advanced.upload_latest_log.success=已上传日志文件至%s(已复制到剪贴板)
|
||||
tab.advanced.upload_latest_log.error_generic=无法上传日志文件:%s
|
||||
tab.advanced.upload_latest_log.error_not_found=找不到日志文件。
|
||||
|
||||
tab.accounts.name=账户
|
||||
tab.accounts.description.line1=要加入在线模式服务器,你必须为ViaProxy添加一个Minecraft账户。可以通过右击来选择账户。默认情况会使用首个账户。
|
||||
tab.accounts.description.line2=如果需要频繁更换账户,可以在客户端安装OpenAuthMod。这允许ViaProxy使用你在客户端登录的账户。
|
||||
tab.accounts.list.context_menu.select=选择账户
|
||||
tab.accounts.list.context_menu.remove=移除
|
||||
tab.accounts.list.context_menu.move_up=上移 ↑
|
||||
tab.accounts.list.context_menu.move_down=下移 ↓
|
||||
tab.accounts.add.title=添加账户
|
||||
tab.accounts.add_offline.label=离线账户
|
||||
tab.accounts.add_offline.enter_username=输入离线模式用户名:
|
||||
tab.accounts.add_microsoft.label=微软账户
|
||||
tab.accounts.add_bedrock.label=基岩版账户
|
||||
tab.accounts.add.success=已成功添加账户%s。
|
||||
tab.accounts.add.timeout=登录请求超时。\n请在%s秒内登录。
|
||||
|
||||
tab.ui_settings.name=界面设置
|
||||
tab.ui_settings.language.label=语言:
|
||||
tab.ui_settings.language.completion=已翻译%s
|
||||
tab.ui_settings.language.author=作者%s
|
||||
tab.ui_settings.language.success=语言已更改为%s(%s)。ViaProxy即将重新启动!
|
||||
|
||||
popup.login_account.title=添加账户
|
||||
popup.login_account.instructions.browser=请在浏览器中打开以下URL:
|
||||
popup.login_account.instructions.code=输入以下代码:
|
||||
popup.login_account.instructions.close=登录后,弹窗将自动关闭。
|
||||
popup.login_account.instructions.copy_code.label=复制代码
|
||||
|
||||
popup.download.title=正在下载...
|
||||
|
||||
popup.update.info=正在使用过时的ViaProxy的版本!\n当前版本:%s\n最新版本:%s
|
||||
popup.update.question=是否需要更新?
|
||||
popup.update.success=已下载ViaProxy的最新版本。ViaProxy即将重新启动!
|
Loading…
Reference in New Issue
Block a user