From 8e467aec094cfe3d70da4ef97812d88fd0d54959 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:12:15 +0900 Subject: [PATCH] New translations ja-jp.yml (Chinese Traditional) [ci skip] --- locales/zh-TW.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml index 59f04cd83c..6ce470493a 100644 --- a/locales/zh-TW.yml +++ b/locales/zh-TW.yml @@ -619,6 +619,8 @@ output: "輸出" script: "腳本" disablePagesScript: "停用頁面的 AiScript 腳本" updateRemoteUser: "更新遠端使用者資訊" +unsetMfa: "解除雙重驗證" +unsetMfaConfirm: "要解除雙重驗證嗎?" unsetUserAvatar: "移除使用者的大頭貼" unsetUserAvatarConfirm: "確定要移除使用者的大頭貼嗎?" unsetUserBanner: "移除使用者的橫幅圖像" @@ -1417,6 +1419,8 @@ addToEmojiPalette: "增加表情符號調色盤" emojiPaletteAlreadyAddedConfirm: "此表情符號在這個表情符號調色盤裡已經有了。確定要增加嗎?" append: "加在最後" prepend: "加在前面" +urlPreviewSensitiveList: "限制縮圖顯示的 URL" +urlPreviewSensitiveListDescription: "以空格指定為 AND,以換行指定為 OR。若以斜線(/)包圍則視為正規表達式。符合條件時,將不再顯示縮圖。" _imageEditing: _vars: caption: "檔案標題" @@ -2149,6 +2153,15 @@ _sensitiveMediaDetection: setSensitiveFlagAutomaticallyDescription: "即使將此設定關閉,判定結果也會保留在內部。" analyzeVideos: "啟用影片分析" analyzeVideosDescription: "除了靜止影像以外,也分析影片。伺服器的負荷會稍微增加。" + externalServiceInfo: "敏感媒體的判定已分離至外部服務(sensitive-detector)。若要使用此功能,必須另外設定 Sidecar 服務,並設定下方的連接資訊。若未設定連接資訊,則不會執行判定(視為非敏感內容)。" + apiUrl: "判定服務的連接資訊 URL" + apiUrlDescription: "sensitive-detector 服務的基礎網址(例如:http://localhost:3009)。若要連接位於私有網路上的服務,請在設定檔的 allowedPrivateNetworks 中允許對應的連接網路。若使用代理伺服器(Proxy),也請一併設定 proxyBypassHosts。若留白,則不會執行敏感內容判定。" + apiKey: "API 金鑰" + apiKeyDescription: "若判定服務端已設定認證(Bearer Token),請輸入此資訊。若未設定,請保持空白。" + timeout: "連線逾時(微秒)" + timeoutDescription: "單次判定請求的逾時時間。" + maxImagesPerRequest: "每筆請求的最大圖片數量" + maxImagesPerRequestDescription: "當判定包含多個影格的內容(如影片等)時,為每筆請求所允許的單次最大圖片數量。超過此數量的部分將會分割並依序發送。請確保此數值不超過 sensitive-detector 端的 maxParts 設定(預設值:10)。若超過該數值,該區塊(Chunk)的所有項目將被視為非敏感內容。" _emailUnavailable: used: "已被使用" format: "格式無效" @@ -2461,6 +2474,7 @@ _permissions: "read:admin:show-moderation-log": "查看審查紀錄" "read:admin:show-user": "查看使用者的私密資訊" "write:admin:suspend-user": "凍結使用者" + "write:admin:unset-mfa": "解除使用者的雙重驗證" "write:admin:unset-user-avatar": "刪除使用者的頭像" "write:admin:unset-user-banner": "刪除使用者的橫幅" "write:admin:unsuspend-user": "解除凍結使用者" @@ -2976,6 +2990,7 @@ _moderationLogTypes: createAvatarDecoration: "建立頭像裝飾" updateAvatarDecoration: "更新頭像裝飾" deleteAvatarDecoration: "刪除頭像裝飾" + unsetMfa: "解除使用者的雙重驗證" unsetUserAvatar: "移除使用者的大頭貼" unsetUserBanner: "移除使用者的橫幅圖像" createSystemWebhook: "建立 SystemWebhook"