Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_update(Debugify): 更新至 v1.19.3+1.1 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Feb 1, 2023
1 parent a7cee8c commit e361464
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions assets/debugify/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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'.",

Expand Down
8 changes: 5 additions & 3 deletions assets/debugify/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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' 包括了所有最小和遙測資料選項。"
Expand Down

0 comments on commit e361464

Please sign in to comment.