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..a922339 --- /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