From 334761788ac1b50d343bdae33a8ef17107761456 Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 5 Jun 2024 18:24:44 +0000 Subject: [PATCH] Translations for Chinese (Simplified) Co-authored-by: Kevin Z --- .../assets/computercraft/lang/zh_cn.json | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/projects/common/src/main/resources/assets/computercraft/lang/zh_cn.json b/projects/common/src/main/resources/assets/computercraft/lang/zh_cn.json index 2deddd331..0d3ad1317 100644 --- a/projects/common/src/main/resources/assets/computercraft/lang/zh_cn.json +++ b/projects/common/src/main/resources/assets/computercraft/lang/zh_cn.json @@ -102,7 +102,7 @@ "item.computercraft.pocket_computer_normal.upgraded": "%s手提计算机", "item.computercraft.printed_book": "打印书", "item.computercraft.printed_page": "打印纸", - "item.computercraft.printed_pages": "打印纸", + "item.computercraft.printed_pages": "打印纸簇", "item.computercraft.treasure_disk": "软盘", "itemGroup.computercraft": "ComputerCraft", "tracking_field.computercraft.fs.name": "文件系统操作", @@ -120,5 +120,41 @@ "upgrade.minecraft.diamond_hoe.adjective": "耕种", "upgrade.minecraft.diamond_pickaxe.adjective": "采掘", "upgrade.minecraft.diamond_shovel.adjective": "挖掘", - "upgrade.minecraft.diamond_sword.adjective": "战斗" + "upgrade.minecraft.diamond_sword.adjective": "战斗", + "argument.computercraft.computer.instance": "唯一实例ID", + "commands.computercraft.dump.open_path": "查看该电脑的文件", + "gui.computercraft.config.command_require_creative": "命令电脑需要创造模式", + "gui.computercraft.config.command_require_creative.tooltip": "玩家需要处于创造模式并为管理员才能与命令计算机交互。\n这是原版命令方块的默认行为。", + "gui.computercraft.config.http.bandwidth": "带宽", + "gui.computercraft.config.http.bandwidth.global_download.tooltip": "每秒钟可以下载的字节数. 所有电脑共享该设置 (bytes/s).\n范围: > 1", + "gui.computercraft.config.http.proxy.type.tooltip": "代理使用的协议.\n允许: HTTP, HTTPS, SOCKS4, SOCKS5", + "argument.computercraft.computer.id": "电脑ID", + "argument.computercraft.computer.distance": "实体距离", + "argument.computercraft.computer.family": "电脑类别", + "argument.computercraft.computer.label": "电脑标签", + "argument.computercraft.unknown_computer_family": "未知电脑类别 '%s'", + "commands.computercraft.help.desc": "显示该帮助信息", + "gui.computercraft.config.computer_space_limit.tooltip": "计算机和海龟的磁盘空间限制,以字节为单位。", + "gui.computercraft.config.disabled_generic_methods": "禁用的通用方法", + "gui.computercraft.config.http.bandwidth.global_upload": "全局上传限速", + "gui.computercraft.config.http.bandwidth.global_download": "全局下载限速", + "gui.computercraft.config.http.bandwidth.global_upload.tooltip": "每秒钟可以上传的字节数. 所有电脑共享该设置 (bytes/s).\n范围: > 1", + "gui.computercraft.config.http.bandwidth.tooltip": "限制电脑可以使用的带宽.", + "gui.computercraft.config.http.proxy": "代理", + "gui.computercraft.config.http.proxy.host": "主机名", + "gui.computercraft.config.http.proxy.host.tooltip": "代理服务器的主机名或IP地址.", + "gui.computercraft.config.http.proxy.port": "端口", + "gui.computercraft.config.http.proxy.port.tooltip": "代理服务器的端口.\n范围: 1 ~ 65536", + "gui.computercraft.config.http.proxy.type": "代理类型", + "gui.computercraft.config.http.rules": "允许/阻止规则", + "gui.computercraft.config.http.tooltip": "控制HTTP API", + "tracking_field.computercraft.java_allocation.name": "Java分配", + "tracking_field.computercraft.max": "%s (最大)", + "tracking_field.computercraft.server_tasks.name": "服务器任务", + "tag.item.computercraft.turtle": "海龟", + "tag.item.computercraft.wired_modem": "有线调制解调器", + "tracking_field.computercraft.avg": "%s (平均)", + "tracking_field.computercraft.computer_tasks.name": "任务", + "tracking_field.computercraft.count": "%s (计数)", + "tracking_field.computercraft.http_requests.name": "HTTP请求" }