Skip to content

Commit 0cd36e8

Browse files
authored
Merge pull request #2 from yichifauzi/Multiloader-1.20.x
Add Traditional Chinese (zh_tw.json)
2 parents e055b88 + 47db3d4 commit 0cd36e8

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

  • common/src/main/resources/assets/seamless_loading_screen/lang
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"seamless_loading_screen.screen.loading_chunks": "正在產生區塊",
3+
"seamless_loading_screen.config.title": "無縫載入畫面選項",
4+
"seamless_loading_screen.config.display": "顯示選項",
5+
"seamless_loading_screen.config.display.description": "與載入畫面期間如何繪製螢幕截圖相關的選項。",
6+
"seamless_loading_screen.config.capturing": "擷取選項",
7+
"seamless_loading_screen.config.capturing.description": "與如何擷取螢幕截圖相關的選項。",
8+
"seamless_loading_screen.config.time": "區塊載入等待延遲",
9+
"seamless_loading_screen.config.time.description": "淡入效果開始淡入前應等待的時間量(以刻為單位,20 刻 = 1 秒),以便載入區塊。",
10+
"seamless_loading_screen.config.fade": "淡入持續時間",
11+
"seamless_loading_screen.config.fade.description": "淡入效果應持續的時間量(以刻為單位,20 刻 = 1 秒)。",
12+
"seamless_loading_screen.config.disableCamera": "停用相機移動",
13+
"seamless_loading_screen.config.disableCamera.description": "在淡入效果發生時,是否應停用相機移動?",
14+
"seamless_loading_screen.config.archiveScreenshots": "封存螢幕截圖",
15+
"seamless_loading_screen.config.archiveScreenshots.description": "是否應封存舊的螢幕截圖以供日後使用?",
16+
"seamless_loading_screen.config.updateWorldIcon": "更新世界圖示",
17+
"seamless_loading_screen.config.updateWorldIcon.description": "當你離開單人遊戲世界時,是否應更新世界圖示?",
18+
"seamless_loading_screen.config.soundEffects": "音效",
19+
"seamless_loading_screen.config.soundEffect": "音效",
20+
"seamless_loading_screen.config.soundEffect.description": "在淡入過程開始時播放的音效的識別碼。",
21+
"seamless_loading_screen.config.playSoundEffect": "啟用音效",
22+
"seamless_loading_screen.config.playSoundEffect.description": "淡入過程開始時是否應播放音效?",
23+
"seamless_loading_screen.config.soundPitch": "音調",
24+
"seamless_loading_screen.config.soundVolume": "音量",
25+
"seamless_loading_screen.config.screenshotBlur": "螢幕截圖模糊",
26+
"seamless_loading_screen.config.screenshotBlurStrength": "背景模糊強度",
27+
"seamless_loading_screen.config.screenshotBlurStrength.description": "模糊效果的強度應該有多強?強度越高,螢幕截圖就越難辨認。",
28+
"seamless_loading_screen.config.screenshotBlurQuality": "背景模糊品質",
29+
"seamless_loading_screen.config.screenshotBlurQuality.description": "模糊的品質等級應該是什麼?品質越低,模糊圖案越容易辨認,但對效能越友善。",
30+
"seamless_loading_screen.config.enableScreenshotBlur": "啟用背景模糊",
31+
"seamless_loading_screen.config.enableScreenshotBlur.description": "是否應模糊螢幕截圖?",
32+
"seamless_loading_screen.config.tint": "螢幕截圖色彩",
33+
"seamless_loading_screen.config.tintColor": "色彩 (RGB)",
34+
"seamless_loading_screen.config.tintColor.description": "螢幕截圖應該是什麼顏色?",
35+
"seamless_loading_screen.config.tintStrength": "色彩強度",
36+
"seamless_loading_screen.config.tintStrength.description": "色彩效果應該有多強?",
37+
"seamless_loading_screen.config.resolution": "螢幕截圖解析度",
38+
"seamless_loading_screen.config.resolution.description": "原生 - OptiFine TAA 相容性,遊戲的解析度\n標準 - 支援高達 21:9 的超寬螢幕\n4K - 適用於 4K 螢幕\n8K - 適用於 8K 螢幕",
39+
"seamless_loading_screen.config.resolution.native": "原生",
40+
"seamless_loading_screen.config.resolution.normal": "標準",
41+
"seamless_loading_screen.config.resolution.r4k": "4K",
42+
"seamless_loading_screen.config.resolution.r8k": "8K",
43+
"seamless_loading_screen.config.displayMode": "無縫畫面",
44+
"seamless_loading_screen.config.serverDisplayMode": "伺服器的預設顯示模式",
45+
"seamless_loading_screen.config.serverDisplayMode.description": "變更用於是否顯示螢幕截圖的預設模式",
46+
"seamless_loading_screen.config.displayMode.enabled": "已啟用",
47+
"seamless_loading_screen.config.displayMode.freeze": "自訂 / 凍結",
48+
"seamless_loading_screen.config.displayMode.disabled": "已停用",
49+
"seamless_loading_screen.config.server_settings": "伺服器特定設定",
50+
"seamless_loading_screen.config.blacklistedAddresses": "封鎖清單伺服器",
51+
"seamless_loading_screen.config.blacklistedAddresses.description": "連線到設定時,《無縫載入畫面》將為其停用自身的伺服器位址清單。",
52+
"seamless_loading_screen.config.saveScreenshotsByUser": "依使用者儲存螢幕截圖",
53+
"seamless_loading_screen.config.saveScreenshotsByUser.description": "將嘗試使用使用者名稱(如果有效)來儲存螢幕截圖,以防止多使用者問題"
54+
}

0 commit comments

Comments
 (0)