From dadd069782ea55450b2d88adeef8fa113cdf76a2 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:28:58 +0800 Subject: [PATCH 1/4] =?UTF-8?q?mods=5Ffeat(CleanF3):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B9=BE=E6=B7=A8=20F3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Fabric/main/clean-debug/lang/en_us.json | 33 +++++++++++++++++++ .../Fabric/main/clean-debug/lang/zh_tw.json | 33 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 MultiVersions/Fabric/main/clean-debug/lang/en_us.json create mode 100644 MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json diff --git a/MultiVersions/Fabric/main/clean-debug/lang/en_us.json b/MultiVersions/Fabric/main/clean-debug/lang/en_us.json new file mode 100644 index 000000000..600028bd7 --- /dev/null +++ b/MultiVersions/Fabric/main/clean-debug/lang/en_us.json @@ -0,0 +1,33 @@ +{ + "clean-debug.midnightconfig.title": "Clean F3 Configuration", + "clean-debug.midnightconfig.vanillaCategory": "Vanilla", + "clean-debug.midnightconfig.hideTags": "Hide tags", + "clean-debug.midnightconfig.hideTags.tooltip": "Hides the tags of the block you are looking at.", + "clean-debug.midnightconfig.hardwareMode": "Hardware mode", + "clean-debug.midnightconfig.hardwareMode.tooltip": "All shows all information about your PC, reduced shows only the memory usage and none hides everything.", + "clean-debug.midnightconfig.enum.HardwareMode.ALL": "All", + "clean-debug.midnightconfig.enum.HardwareMode.REDUCED": "Reduced", + "clean-debug.midnightconfig.enum.HardwareMode.NONE": "None", + "clean-debug.midnightconfig.hideActiveRenderer": "Hides the active renderer", + "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "Self explanatory", + "clean-debug.midnightconfig.hideDebugHints": "Hide debug hints", + "clean-debug.midnightconfig.hideDebugHints.tooltip": "Hides the hints for the debug pie & tps graph", + "clean-debug.midnightconfig.shyFluids": "Shy fluid info", + "clean-debug.midnightconfig.shyFluids.tooltip": "Will only show fluid information about a block when the block actually contains one.", + "clean-debug.midnightconfig.hideHelpShortcut": "Hide help shortcut", + "clean-debug.midnightconfig.hideHelpShortcut.tooltip": "Hides the shortcut 'Press F3 + Q for help'.", + + "clean-debug.midnightconfig.modsCategory": "Mods", + "clean-debug.midnightconfig.hideSodium": "Hide Sodium's debug info", + "clean-debug.midnightconfig.hideSodium.tooltip": "Hides some of the information Sodium adds to the debug screen.", + "clean-debug.midnightconfig.hideIris": "Hide Iris' debug info", + "clean-debug.midnightconfig.hideIris.tooltip": "Hides the information Iris adds to the debug screen.", + "clean-debug.midnightconfig.hideLitematica": "Hide Litematica's debug info", + "clean-debug.midnightconfig.hideEntityCulling": "Hide EntityCulling's debug info", + "clean-debug.midnightconfig.hideViaFabric": "Hide ViaFabric's debug info", + "clean-debug.midnightconfig.hidePresenceFootsteps": "Hide Presence Footstep's debug info", + "clean-debug.midnightconfig.hideDistantHorizons": "Hide Distant Horizons' debug info", + + "modmenu.descriptionTranslation.clean-debug": "Removes useless information from the debug screen.", + "modmenu.summaryTranslation.clean-debug": "Allows you to customize what you see on the F3 screen." +} \ No newline at end of file diff --git a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json new file mode 100644 index 000000000..09cb9cc71 --- /dev/null +++ b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json @@ -0,0 +1,33 @@ +{ + "clean-debug.midnightconfig.title": "乾淨 F3 設定", + "clean-debug.midnightconfig.vanillaCategory": "原版", + "clean-debug.midnightconfig.hideTags": "隱藏標籤", + "clean-debug.midnightconfig.hideTags.tooltip": "隱藏當你看著方塊的標籤。", + "clean-debug.midnightconfig.hardwareMode": "硬體模式", + "clean-debug.midnightconfig.hardwareMode.tooltip": "「所有」顯示所有有關於你電腦的資訊,「簡化」僅顯示記憶體使用量,「無」則隱藏所有資訊。", + "clean-debug.midnightconfig.enum.HardwareMode.ALL": "所有", + "clean-debug.midnightconfig.enum.HardwareMode.REDUCED": "簡化", + "clean-debug.midnightconfig.enum.HardwareMode.NONE": "無", + "clean-debug.midnightconfig.hideActiveRenderer": "隱藏活躍繪製", + "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "本身就解釋了", + "clean-debug.midnightconfig.hideDebugHints": "隱藏除錯資訊提示", + "clean-debug.midnightconfig.hideDebugHints.tooltip": "隱藏除錯的提示對於除錯圓餅圖與 TPS 圖形。", + "clean-debug.midnightconfig.shyFluids": "閃亮液體資訊", + "clean-debug.midnightconfig.shyFluids.tooltip": "當方塊實際包含液體時,才顯示有關於液體的資訊。", + "clean-debug.midnightconfig.hideHelpShortcut": "隱藏幫助快速鍵", + "clean-debug.midnightconfig.hideHelpShortcut.tooltip": "隱藏顯示「Press F3 + Q for help」的快捷鍵資訊。", + + "clean-debug.midnightconfig.modsCategory": "模組", + "clean-debug.midnightconfig.hideSodium": "隱藏 Sodium 的除錯資訊", + "clean-debug.midnightconfig.hideSodium.tooltip": "隱藏一些由 Sodium 新增於除錯畫面中的資訊。", + "clean-debug.midnightconfig.hideIris": "隱藏 Iris 的除錯資訊", + "clean-debug.midnightconfig.hideIris.tooltip": "隱藏一些由 Iris 新增於除錯畫面的資訊。", + "clean-debug.midnightconfig.hideLitematica": "隱藏 Litematica 的除錯資訊", + "clean-debug.midnightconfig.hideEntityCulling": "隱藏 EntityCulling 的除錯資訊", + "clean-debug.midnightconfig.hideViaFabric": "隱藏 ViaFabric 的除錯資訊", + "clean-debug.midnightconfig.hidePresenceFootsteps": "隱藏 Presence Footstep 的除錯資訊", + "clean-debug.midnightconfig.hideDistantHorizons": "隱藏 Distant Horizons 的除錯資訊", + + "modmenu.descriptionTranslation.clean-debug": "從除錯畫面中移除無用的資訊。", + "modmenu.summaryTranslation.clean-debug": "允許你可以自訂你所想看到在 F3 畫面上顯示的東西。" +} \ No newline at end of file From 87231ea75bb2898c6f5b779aa6238b9c3b70119e Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:41:51 +0800 Subject: [PATCH 2/4] =?UTF-8?q?mods=5Ffix(CleanF3):=20=E5=BE=AE=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json index 09cb9cc71..aa0dbea58 100644 --- a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json +++ b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json @@ -2,14 +2,14 @@ "clean-debug.midnightconfig.title": "乾淨 F3 設定", "clean-debug.midnightconfig.vanillaCategory": "原版", "clean-debug.midnightconfig.hideTags": "隱藏標籤", - "clean-debug.midnightconfig.hideTags.tooltip": "隱藏當你看著方塊的標籤。", + "clean-debug.midnightconfig.hideTags.tooltip": "隱藏你所看著的方塊標籤。", "clean-debug.midnightconfig.hardwareMode": "硬體模式", "clean-debug.midnightconfig.hardwareMode.tooltip": "「所有」顯示所有有關於你電腦的資訊,「簡化」僅顯示記憶體使用量,「無」則隱藏所有資訊。", "clean-debug.midnightconfig.enum.HardwareMode.ALL": "所有", "clean-debug.midnightconfig.enum.HardwareMode.REDUCED": "簡化", "clean-debug.midnightconfig.enum.HardwareMode.NONE": "無", - "clean-debug.midnightconfig.hideActiveRenderer": "隱藏活躍繪製", - "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "本身就解釋了", + "clean-debug.midnightconfig.hideActiveRenderer": "隱藏活躍繪製數", + "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "本身就解釋了。", "clean-debug.midnightconfig.hideDebugHints": "隱藏除錯資訊提示", "clean-debug.midnightconfig.hideDebugHints.tooltip": "隱藏除錯的提示對於除錯圓餅圖與 TPS 圖形。", "clean-debug.midnightconfig.shyFluids": "閃亮液體資訊", @@ -30,4 +30,4 @@ "modmenu.descriptionTranslation.clean-debug": "從除錯畫面中移除無用的資訊。", "modmenu.summaryTranslation.clean-debug": "允許你可以自訂你所想看到在 F3 畫面上顯示的東西。" -} \ No newline at end of file +} From 4bef598735cdd9541338b1ac154a68ba56aa5ff2 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:27:11 +0800 Subject: [PATCH 3/4] =?UTF-8?q?mods=5Ffix(CleanF3):=20=E5=A5=97=E7=94=A8?= =?UTF-8?q?=E5=AF=A9=E6=A0=B8=E8=80=85=E7=9A=84=E5=BB=BA=E8=AD=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: StarskyXIII <71606873+StarskyXIII@users.noreply.github.com> --- .../Fabric/main/clean-debug/lang/zh_tw.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json index aa0dbea58..cc77981e8 100644 --- a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json +++ b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json @@ -1,5 +1,5 @@ { - "clean-debug.midnightconfig.title": "乾淨 F3 設定", + "clean-debug.midnightconfig.title": "Clean F3 設定", "clean-debug.midnightconfig.vanillaCategory": "原版", "clean-debug.midnightconfig.hideTags": "隱藏標籤", "clean-debug.midnightconfig.hideTags.tooltip": "隱藏你所看著的方塊標籤。", @@ -11,11 +11,11 @@ "clean-debug.midnightconfig.hideActiveRenderer": "隱藏活躍繪製數", "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "本身就解釋了。", "clean-debug.midnightconfig.hideDebugHints": "隱藏除錯資訊提示", - "clean-debug.midnightconfig.hideDebugHints.tooltip": "隱藏除錯的提示對於除錯圓餅圖與 TPS 圖形。", - "clean-debug.midnightconfig.shyFluids": "閃亮液體資訊", - "clean-debug.midnightconfig.shyFluids.tooltip": "當方塊實際包含液體時,才顯示有關於液體的資訊。", + "clean-debug.midnightconfig.hideDebugHints.tooltip": "隱藏除錯圓形圖與 TPS 圖形等提示。", + "clean-debug.midnightconfig.shyFluids": "含水方塊流體資訊", + "clean-debug.midnightconfig.shyFluids.tooltip": "當方塊實際包含流體時,才顯示有關流體的資訊。", "clean-debug.midnightconfig.hideHelpShortcut": "隱藏幫助快速鍵", - "clean-debug.midnightconfig.hideHelpShortcut.tooltip": "隱藏顯示「Press F3 + Q for help」的快捷鍵資訊。", + "clean-debug.midnightconfig.hideHelpShortcut.tooltip": "隱藏「Press F3 + Q for help」的快速鍵資訊。", "clean-debug.midnightconfig.modsCategory": "模組", "clean-debug.midnightconfig.hideSodium": "隱藏 Sodium 的除錯資訊", @@ -29,5 +29,5 @@ "clean-debug.midnightconfig.hideDistantHorizons": "隱藏 Distant Horizons 的除錯資訊", "modmenu.descriptionTranslation.clean-debug": "從除錯畫面中移除無用的資訊。", - "modmenu.summaryTranslation.clean-debug": "允許你可以自訂你所想看到在 F3 畫面上顯示的東西。" + "modmenu.summaryTranslation.clean-debug": "讓你可以自訂想在 F3 畫面上看到的資訊。" } From 5dd42c173eeb9e4ffa9443dc88ca4319fd7dfd8f Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:28:32 +0800 Subject: [PATCH 4/4] =?UTF-8?q?mods=5Ffix(CleanF3):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json index cc77981e8..eb98de74c 100644 --- a/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json +++ b/MultiVersions/Fabric/main/clean-debug/lang/zh_tw.json @@ -8,8 +8,8 @@ "clean-debug.midnightconfig.enum.HardwareMode.ALL": "所有", "clean-debug.midnightconfig.enum.HardwareMode.REDUCED": "簡化", "clean-debug.midnightconfig.enum.HardwareMode.NONE": "無", - "clean-debug.midnightconfig.hideActiveRenderer": "隱藏活躍繪製數", - "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "本身就解釋了。", + "clean-debug.midnightconfig.hideActiveRenderer": "隱藏啟用中的顯示器", + "clean-debug.midnightconfig.hideActiveRenderer.tooltip": "就如同標題說的那樣。", "clean-debug.midnightconfig.hideDebugHints": "隱藏除錯資訊提示", "clean-debug.midnightconfig.hideDebugHints.tooltip": "隱藏除錯圓形圖與 TPS 圖形等提示。", "clean-debug.midnightconfig.shyFluids": "含水方塊流體資訊",