From 90e949d4e936301693a3d6c5a83bcc0ce6ff5405 Mon Sep 17 00:00:00 2001 From: TopNotchFoxy Date: Fri, 13 Feb 2026 18:26:29 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (469 of 469 strings) Translation: pear-devs/pear-desktop/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/zh_Hant/ --- src/i18n/resources/zh-TW.json | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/i18n/resources/zh-TW.json b/src/i18n/resources/zh-TW.json index 5a169eca..0b4b4ce8 100644 --- a/src/i18n/resources/zh-TW.json +++ b/src/i18n/resources/zh-TW.json @@ -161,7 +161,8 @@ "default": "預設", "force-show": "強制顯示", "hide": "隱藏", - "label": "按讚按鈕" + "label": "按讚按鈕", + "swap": "交換讚及倒讚的按鈕位置" }, "remove-upgrade-button": "移除升級按鈕", "theme": { @@ -321,6 +322,22 @@ "hostname": { "label": "主機名稱" }, + "https": { + "label": "HTTPS 及 憑證", + "submenu": { + "cert": { + "dialogTitle": "選擇憑證檔案", + "label": "憑證檔案(.crt/.pem)" + }, + "enable-https": { + "label": "啟用 HTTPS" + }, + "key": { + "dialogTitle": "選擇私人金鑰檔案", + "label": "私人金鑰檔案(.key/.pem)" + } + } + }, "port": { "label": "連接埠" } @@ -396,6 +413,17 @@ "no-captions": "該首歌曲無可用的字幕" } }, + "clock": { + "description": "新增時鐘至應用程式上方", + "menu": { + "format": { + "24-hour-format": "24 小時制", + "display-seconds": "顯示秒數", + "label": "時間格式" + } + }, + "name": "時鐘" + }, "compact-sidebar": { "description": "永遠讓側邊欄保持收合狀態", "name": "收合側邊欄" @@ -462,8 +490,8 @@ "set-status-display-type": { "label": "狀態樣式", "submenu": { - "artist": "正在聆聽 {artist} 的歌曲", "application": "正在聆聽 {{applicationName}}", + "artist": "正在聆聽 {artist} 的歌曲", "title": "正在聆聽 {song title}" } }