From 55010c7dfb1a5a89ab8ef1fa9b90917ddc219740 Mon Sep 17 00:00:00 2001 From: dirtTW Date: Fri, 9 Aug 2024 00:46:54 +0700 Subject: [PATCH 1/2] Add Traditional Chinese (zh_tw.json) Add Traditional Chinese localization --- .../seamless_loading_screen/lang/zh_tw.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json diff --git a/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json b/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json new file mode 100644 index 0000000..8eead3b --- /dev/null +++ b/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json @@ -0,0 +1,54 @@ +{ + "seamless_loading_screen.screen.loading_chunks": "正在產生區塊", + "seamless_loading_screen.config.title": "無縫載入畫面選項", + "seamless_loading_screen.config.display": "顯示選項", + "seamless_loading_screen.config.display.description": "與載入畫面期間如何繪製螢幕截圖相關的選項。", + "seamless_loading_screen.config.capturing": "擷取選項", + "seamless_loading_screen.config.capturing.description": "與如何擷取螢幕截圖相關的選項。", + "seamless_loading_screen.config.time": "區塊載入等待延遲", + "seamless_loading_screen.config.time.description": "淡入效果開始淡入前應等待的時間量(以刻為單位,20 刻 = 1 秒),以便載入區塊。", + "seamless_loading_screen.config.fade": "淡入持續時間", + "seamless_loading_screen.config.fade.description": "淡入效果應持續的時間量(以刻為單位,20 刻 = 1 秒)。", + "seamless_loading_screen.config.disableCamera": "停用相機移動", + "seamless_loading_screen.config.disableCamera.description": "在淡入效果發生時,是否應停用相機移動?", + "seamless_loading_screen.config.archiveScreenshots": "封存螢幕截圖", + "seamless_loading_screen.config.archiveScreenshots.description": "是否應封存舊的螢幕截圖以供日後使用?", + "seamless_loading_screen.config.updateWorldIcon": "更新世界圖示", + "seamless_loading_screen.config.updateWorldIcon.description": "當你離開單人遊戲世界時,是否應更新世界圖示?", + "seamless_loading_screen.config.soundEffects": "音效", + "seamless_loading_screen.config.soundEffect": "音效", + "seamless_loading_screen.config.soundEffect.description": "在淡入過程開始時播放的音效的識別碼。", + "seamless_loading_screen.config.playSoundEffect": "啟用音效", + "seamless_loading_screen.config.playSoundEffect.description": "淡入過程開始時是否應播放音效?", + "seamless_loading_screen.config.soundPitch": "音調", + "seamless_loading_screen.config.soundVolume": "音量", + "seamless_loading_screen.config.screenshotBlur": "螢幕截圖模糊", + "seamless_loading_screen.config.screenshotBlurStrength": "背景模糊強度", + "seamless_loading_screen.config.screenshotBlurStrength.description": "模糊效果的強度應該有多強?強度越高,螢幕截圖就越難辨認。", + "seamless_loading_screen.config.screenshotBlurQuality": "背景模糊品質", + "seamless_loading_screen.config.screenshotBlurQuality.description": "模糊的品質等級應該是什麼?品質越低,模糊圖案越容易辨認,但對效能越友善。", + "seamless_loading_screen.config.enableScreenshotBlur": "啟用背景模糊", + "seamless_loading_screen.config.enableScreenshotBlur.description": "是否應模糊螢幕截圖?", + "seamless_loading_screen.config.tint": "螢幕截圖色彩", + "seamless_loading_screen.config.tintColor": "色彩(RGB)", + "seamless_loading_screen.config.tintColor.description": "螢幕截圖應該是什麼顏色?", + "seamless_loading_screen.config.tintStrength": "色彩強度", + "seamless_loading_screen.config.tintStrength.description": "色彩效果應該有多強?", + "seamless_loading_screen.config.resolution": "螢幕截圖解析度", + "seamless_loading_screen.config.resolution.description": "原生 - Optifine TAA 相容性,遊戲的解析度\n標準 - 支援高達 21:9 的超寬螢幕\n4K - 適用於 4K 螢幕\n8K - 適用於 8K 螢幕", + "seamless_loading_screen.config.resolution.native": "原生", + "seamless_loading_screen.config.resolution.normal": "標準", + "seamless_loading_screen.config.resolution.r4k": "4K", + "seamless_loading_screen.config.resolution.r8k": "8K", + "seamless_loading_screen.config.displayMode": "無縫畫面", + "seamless_loading_screen.config.serverDisplayMode": "伺服器的預設顯示模式", + "seamless_loading_screen.config.serverDisplayMode.description": "變更用於是否顯示螢幕截圖的預設模式", + "seamless_loading_screen.config.displayMode.enabled": "已啟用", + "seamless_loading_screen.config.displayMode.freeze": "自訂 / 凍結", + "seamless_loading_screen.config.displayMode.disabled": "已停用", + "seamless_loading_screen.config.server_settings": "伺服器特定設定", + "seamless_loading_screen.config.blacklistedAddresses": "封鎖清單伺服器", + "seamless_loading_screen.config.blacklistedAddresses.description": "連線到設定時,無縫載入畫面將為其停用自身的伺服器位址清單。", + "seamless_loading_screen.config.saveScreenshotsByUser": "按使用者儲存螢幕截圖", + "seamless_loading_screen.config.saveScreenshotsByUser.description": "將嘗試使用使用者名稱(如果有效)來儲存螢幕截圖,以防止多使用者問題" +} \ No newline at end of file From 47db3d4374e3c200111d9239340d2cd2fb0ae66a Mon Sep 17 00:00:00 2001 From: dirtTW <31981880+yichifauzi@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:53:07 +0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com> --- .../assets/seamless_loading_screen/lang/zh_tw.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json b/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json index 8eead3b..a922339 100644 --- a/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json +++ b/common/src/main/resources/assets/seamless_loading_screen/lang/zh_tw.json @@ -30,12 +30,12 @@ "seamless_loading_screen.config.enableScreenshotBlur": "啟用背景模糊", "seamless_loading_screen.config.enableScreenshotBlur.description": "是否應模糊螢幕截圖?", "seamless_loading_screen.config.tint": "螢幕截圖色彩", - "seamless_loading_screen.config.tintColor": "色彩(RGB)", + "seamless_loading_screen.config.tintColor": "色彩 (RGB)", "seamless_loading_screen.config.tintColor.description": "螢幕截圖應該是什麼顏色?", "seamless_loading_screen.config.tintStrength": "色彩強度", "seamless_loading_screen.config.tintStrength.description": "色彩效果應該有多強?", "seamless_loading_screen.config.resolution": "螢幕截圖解析度", - "seamless_loading_screen.config.resolution.description": "原生 - Optifine TAA 相容性,遊戲的解析度\n標準 - 支援高達 21:9 的超寬螢幕\n4K - 適用於 4K 螢幕\n8K - 適用於 8K 螢幕", + "seamless_loading_screen.config.resolution.description": "原生 - OptiFine TAA 相容性,遊戲的解析度\n標準 - 支援高達 21:9 的超寬螢幕\n4K - 適用於 4K 螢幕\n8K - 適用於 8K 螢幕", "seamless_loading_screen.config.resolution.native": "原生", "seamless_loading_screen.config.resolution.normal": "標準", "seamless_loading_screen.config.resolution.r4k": "4K", @@ -48,7 +48,7 @@ "seamless_loading_screen.config.displayMode.disabled": "已停用", "seamless_loading_screen.config.server_settings": "伺服器特定設定", "seamless_loading_screen.config.blacklistedAddresses": "封鎖清單伺服器", - "seamless_loading_screen.config.blacklistedAddresses.description": "連線到設定時,無縫載入畫面將為其停用自身的伺服器位址清單。", - "seamless_loading_screen.config.saveScreenshotsByUser": "按使用者儲存螢幕截圖", + "seamless_loading_screen.config.blacklistedAddresses.description": "連線到設定時,《無縫載入畫面》將為其停用自身的伺服器位址清單。", + "seamless_loading_screen.config.saveScreenshotsByUser": "依使用者儲存螢幕截圖", "seamless_loading_screen.config.saveScreenshotsByUser.description": "將嘗試使用使用者名稱(如果有效)來儲存螢幕截圖,以防止多使用者問題" } \ No newline at end of file