From e361464f5c0d1dc40f51133b50d7014bff66abdf Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:49:37 +0800 Subject: [PATCH] =?UTF-8?q?mods=5Fupdate(Debugify):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B3=20v1.19.3+1.1=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/debugify/lang/en_us.json | 6 ++++-- assets/debugify/lang/zh_tw.json | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/debugify/lang/en_us.json b/assets/debugify/lang/en_us.json index cca420698..1d3d862c5 100644 --- a/assets/debugify/lang/en_us.json +++ b/assets/debugify/lang/en_us.json @@ -7,7 +7,7 @@ "debugify.fix.enabled": "Fixed", "debugify.fix.disabled": "Not fixed", "debugify.fix.unavailable": "Unavailable", - "debugify.error.conflict": "%s is already fixed by the mod '%s'", + "debugify.error.conflict": "%s fix is incompatible with the mod '%s'", "debugify.error.os": "%s only applies to %s", "debugify.os.windows": "Windows", "debugify.os.macos": "macOS", @@ -17,7 +17,9 @@ "debugify.misc.default_disabled": "Default to Disabled", "debugify.misc.default_disabled.description": "Default new bug fixes to be disabled rather than enabled.", "debugify.env.client": "Client", - "debugify.env.server": "Server", + "debugify.env.client.desc": "Fixes that only apply on the client.", + "debugify.env.server": "Main", + "debugify.env.server.desc": "Fixes that apply to both the client and the server, and common code between them.", "debugify.no_yacl.title": "YetAnotherConfigLib not installed!", "debugify.no_yacl.description": "To configure Debugify using a GUI, you must install %s, this is the library used to make this functionality available. Otherwise, you can configure using the JSON file stored at '%s'.", diff --git a/assets/debugify/lang/zh_tw.json b/assets/debugify/lang/zh_tw.json index 101f19744..008476166 100644 --- a/assets/debugify/lang/zh_tw.json +++ b/assets/debugify/lang/zh_tw.json @@ -7,7 +7,7 @@ "debugify.fix.enabled": "已修復", "debugify.fix.disabled": "未修復", "debugify.fix.unavailable": "不可用", - "debugify.error.conflict": "%s 已經被 '%s' 模組修復", + "debugify.error.conflict": "%s 修復與「%s」模組不相容", "debugify.error.os": "%s 僅適用於 %s", "debugify.os.windows": "Windows", "debugify.os.macos": "macOS", @@ -17,12 +17,14 @@ "debugify.misc.default_disabled": "預設停用", "debugify.misc.default_disabled.description": "新的錯誤修復將會預設停用。", "debugify.env.client": "用戶端", - "debugify.env.server": "伺服器端", + "debugify.env.client.desc": "修復僅套用在用戶端上。", + "debugify.env.server": "主要", + "debugify.env.server.desc": "修復在用戶端與伺服器端兩者上套用,以及它們的通用程式碼。", "debugify.no_yacl.title": "YetAnotherConfigLib 尚未安裝!", "debugify.no_yacl.description": "要使用 GUI 來設定 Debugify,你必須安裝 %s,此程式庫將讓本功能可用。不然你也可以透過編輯儲存在 '%s' 中的 JSON 來設定。", "debugify.mc_237493.header": "Debugify 已停用遙測資料", - "debugify.mc_237493.line": "你選擇 '%s' 在遙測資料選項中,所以 Debugify 將會防止任何來自 Mojang 的遙測資料服務連線。這是由 Debugify 修正的 MC-237493。", + "debugify.mc_237493.line": "你選擇 '%s' 在遙測資料選項中,所以 Debugify 將會防止任何來自 Mojang 的遙測資料服務連線。這是由 Debugify 修復的 MC-237493。", "debugify.mc_237493.tooltip.off": "'%s' 完全停用任何來自 Mojang 遙測資料服務的連線。(Debugify MC-237493)", "debugify.mc_237493.tooltip.minimal": "'%s' 僅包含了 Mojang 認為需要的資訊。", "debugify.mc_237493.tooltip.all": "'%s' 包括了所有最小和遙測資料選項。"