Skip to content

Commit 12d6939

Browse files
TN-TechNoobweblate
authored andcommitted
chore(i18n): Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (397 of 397 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/zh_Hant/
1 parent d1b4879 commit 12d6939

File tree

1 file changed

+55
-12
lines changed

1 file changed

+55
-12
lines changed

src/i18n/resources/zh-TW.json

+55-12
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,49 @@
279279
},
280280
"name": "微光效果"
281281
},
282+
"api-server": {
283+
"description": "新增伺服器以使用 API 控制播放器",
284+
"dialog": {
285+
"request": {
286+
"buttons": {
287+
"allow": "允許",
288+
"deny": "拒絕"
289+
},
290+
"message": "允許 {{ID}} ({{origin}}) 訪問 API 嗎?",
291+
"title": "API 驗證請求"
292+
}
293+
},
294+
"menu": {
295+
"auth-strategy": {
296+
"label": "驗證策略",
297+
"submenu": {
298+
"auth-at-first": {
299+
"label": "首次請求時驗證"
300+
},
301+
"none": {
302+
"label": "不要驗證"
303+
}
304+
}
305+
},
306+
"hostname": {
307+
"label": "主機名稱"
308+
},
309+
"port": {
310+
"label": "接口"
311+
}
312+
},
313+
"name": "API 伺服器 [Beta]",
314+
"prompt": {
315+
"hostname": {
316+
"label": "輸入 API 伺服器的主機名稱 例 (0.0.0.0):",
317+
"title": "主機名稱"
318+
},
319+
"port": {
320+
"label": "輸入 API 伺服器接口:",
321+
"title": "接口"
322+
}
323+
}
324+
},
282325
"audio-compressor": {
283326
"description": "使用音效壓縮 (大聲部份的音量降低, 柔和部份的音量提高)",
284327
"name": "音效壓縮器"
@@ -300,7 +343,7 @@
300343
"name": "標題選擇器",
301344
"prompt": {
302345
"selector": {
303-
"label": "目前標題語言: {{language}}",
346+
"label": "目前標題語言{{language}}",
304347
"none": "",
305348
"title": "選擇標題語言"
306349
}
@@ -363,7 +406,7 @@
363406
"name": "Discord 狀態",
364407
"prompt": {
365408
"set-inactivity-timeout": {
366-
"label": "設定多少秒後清除狀態:",
409+
"label": "設定多少秒後清除狀態",
367410
"title": "設定閒置狀態時長"
368411
}
369412
}
@@ -388,11 +431,11 @@
388431
}
389432
},
390433
"feedback": {
391-
"conversion-progress": "轉檔進度: {{percent}}%",
434+
"conversion-progress": "轉檔進度{{percent}}%",
392435
"converting": "轉檔中…",
393-
"done": "完成下載: {{filePath}}",
436+
"done": "完成下載{{filePath}}",
394437
"download-info": "正在下載 {{artist}} - {{title}} [{{videoId}}",
395-
"download-progress": "下載進度: {{percent}}%",
438+
"download-progress": "下載進度{{percent}}%",
396439
"downloading": "下載中…",
397440
"downloading-counter": "正在下載第 {{current}}/{{total}}…",
398441
"downloading-playlist": "正在下載播放清單 \"{{playlistTitle}}\" - 共 {{playlistSize}} 首歌 ({{playlistId}})",
@@ -403,10 +446,10 @@
403446
"playlist-has-only-one-song": "播放清單內只有一首歌曲, 將直接下載",
404447
"playlist-id-not-found": "沒有找到播放清單 ID",
405448
"playlist-is-empty": "播放清單是空的",
406-
"playlist-is-mix-or-private": "獲取播放清單資訊時發生錯誤: 請確認非私人播放清單或是\"為你推薦的合輯\"\n\n{{error}}",
449+
"playlist-is-mix-or-private": "獲取播放清單資訊時發生錯誤請確認非私人播放清單或是\"為你推薦的合輯\"\n\n{{error}}",
407450
"preparing-file": "正在準備檔案…",
408451
"saving": "儲存中…",
409-
"trying-to-get-playlist-id": "正在嘗試獲取播放清單 ID: {{playlistId}}",
452+
"trying-to-get-playlist-id": "正在嘗試獲取播放清單 ID{{playlistId}}",
410453
"video-id-not-found": "未能找到該影片",
411454
"writing-id3": "正在寫入 ID3 標籤…"
412455
}
@@ -582,7 +625,7 @@
582625
"decrease": "降低音量",
583626
"increase": "增加音量"
584627
},
585-
"label": "選擇全域音量控制快捷鍵:",
628+
"label": "選擇全域音量控制快捷鍵",
586629
"title": "全域音量控制快捷鍵"
587630
},
588631
"volume-steps": {
@@ -595,8 +638,8 @@
595638
"backend": {
596639
"dialog": {
597640
"quality-changer": {
598-
"detail": "目前畫質: {{quality}}",
599-
"message": "選擇影片畫質:",
641+
"detail": "目前畫質{{quality}}",
642+
"message": "選擇影片畫質",
600643
"title": "選擇影片畫質"
601644
}
602645
}
@@ -651,7 +694,7 @@
651694
"play-pause": "播放/暫停",
652695
"previous": "上一首"
653696
},
654-
"label": "選擇全域音樂控制快捷鍵:",
697+
"label": "選擇全域音樂控制快捷鍵",
655698
"title": "全域快捷鍵"
656699
}
657700
}
@@ -703,7 +746,7 @@
703746
},
704747
"show-lyrics-even-if-inexact": {
705748
"label": "即使不精確依然強制顯示歌詞",
706-
"tooltip": "當找不到符合該歌曲的歌詞時,該功能會嘗試不同的搜尋方式\n使用不同的搜尋方式會導致不精確的結果。"
749+
"tooltip": "當找不到符合該歌曲的歌詞時,該功能會嘗試不同的搜尋方式\n使用不同的搜尋方式會導致不精確的結果。"
707750
},
708751
"show-time-codes": {
709752
"label": "顯示時間線",

0 commit comments

Comments
 (0)