From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-zh-TW/browser/browser/aboutCertError.ftl | 126 +++ l10n-zh-TW/browser/browser/aboutConfig.ftl | 52 + l10n-zh-TW/browser/browser/aboutDialog.ftl | 46 + l10n-zh-TW/browser/browser/aboutLogins.ftl | 311 ++++++ l10n-zh-TW/browser/browser/aboutPolicies.ftl | 17 + .../browser/browser/aboutPrivateBrowsing.ftl | 27 + .../browser/browser/aboutRestartRequired.ftl | 10 + l10n-zh-TW/browser/browser/aboutRobots.ftl | 29 + l10n-zh-TW/browser/browser/aboutSessionRestore.ftl | 51 + l10n-zh-TW/browser/browser/aboutTabCrashed.ftl | 27 + l10n-zh-TW/browser/browser/allTabsMenu.ftl | 24 + .../browser/browser/appMenuNotifications.ftl | 78 ++ l10n-zh-TW/browser/browser/appmenu.ftl | 166 +++ l10n-zh-TW/browser/browser/branding/brandings.ftl | 34 + l10n-zh-TW/browser/browser/branding/sync-brand.ftl | 13 + l10n-zh-TW/browser/browser/browser.ftl | 610 ++++++++++ l10n-zh-TW/browser/browser/browserContext.ftl | 339 ++++++ l10n-zh-TW/browser/browser/browserSets.ftl | 180 +++ l10n-zh-TW/browser/browser/customizeMode.ftl | 47 + .../browser/browser/defaultBrowserNotification.ftl | 9 + l10n-zh-TW/browser/browser/downloads.ftl | 166 +++ l10n-zh-TW/browser/browser/editBookmarkOverlay.ftl | 42 + l10n-zh-TW/browser/browser/menubar.ftl | 349 ++++++ l10n-zh-TW/browser/browser/migration.ftl | 148 +++ l10n-zh-TW/browser/browser/newInstallPage.ftl | 33 + l10n-zh-TW/browser/browser/newtab/asrouter.ftl | 294 +++++ l10n-zh-TW/browser/browser/newtab/newtab.ftl | 237 ++++ l10n-zh-TW/browser/browser/newtab/onboarding.ftl | 225 ++++ l10n-zh-TW/browser/browser/nsserrors.ftl | 355 ++++++ l10n-zh-TW/browser/browser/pageInfo.ftl | 228 ++++ l10n-zh-TW/browser/browser/panicButton.ftl | 31 + l10n-zh-TW/browser/browser/places.ftl | 71 ++ .../browser/policies/policies-descriptions.ftl | 114 ++ .../browser/browser/preferences/addEngine.ftl | 22 + .../browser/preferences/applicationManager.ftl | 25 + .../browser/browser/preferences/blocklists.ftl | 33 + .../browser/browser/preferences/clearSiteData.ftl | 53 + l10n-zh-TW/browser/browser/preferences/colors.ftl | 48 + .../browser/browser/preferences/connection.ftl | 88 ++ .../browser/browser/preferences/containers.ftl | 87 ++ l10n-zh-TW/browser/browser/preferences/fonts.ftl | 160 +++ .../browser/browser/preferences/fxaPairDevice.ftl | 15 + .../browser/browser/preferences/languages.ftl | 73 ++ .../browser/browser/preferences/permissions.ftl | 157 +++ .../browser/browser/preferences/preferences.ftl | 1161 ++++++++++++++++++++ .../browser/browser/preferences/selectBookmark.ftl | 9 + .../browser/preferences/siteDataSettings.ftl | 57 + .../browser/browser/preferences/translation.ftl | 33 + l10n-zh-TW/browser/browser/protections.ftl | 224 ++++ l10n-zh-TW/browser/browser/protectionsPanel.ftl | 109 ++ l10n-zh-TW/browser/browser/safeMode.ftl | 16 + .../browser/browser/safebrowsing/blockedSite.ftl | 33 + l10n-zh-TW/browser/browser/sanitize.ftl | 110 ++ l10n-zh-TW/browser/browser/screenshots.ftl | 47 + l10n-zh-TW/browser/browser/search.ftl | 19 + .../browser/browser/setDesktopBackground.ftl | 40 + l10n-zh-TW/browser/browser/sidebarMenu.ftl | 15 + l10n-zh-TW/browser/browser/sync.ftl | 21 + l10n-zh-TW/browser/browser/syncedTabs.ftl | 43 + l10n-zh-TW/browser/browser/tabContextMenu.ftl | 93 ++ l10n-zh-TW/browser/browser/toolbarContextMenu.ftl | 74 ++ l10n-zh-TW/browser/browser/touchbar/touchbar.ftl | 38 + l10n-zh-TW/browser/browser/webrtcIndicator.ftl | 40 + 63 files changed, 7432 insertions(+) create mode 100644 l10n-zh-TW/browser/browser/aboutCertError.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutConfig.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutDialog.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutLogins.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutPolicies.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutPrivateBrowsing.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutRestartRequired.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutRobots.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutSessionRestore.ftl create mode 100644 l10n-zh-TW/browser/browser/aboutTabCrashed.ftl create mode 100644 l10n-zh-TW/browser/browser/allTabsMenu.ftl create mode 100644 l10n-zh-TW/browser/browser/appMenuNotifications.ftl create mode 100644 l10n-zh-TW/browser/browser/appmenu.ftl create mode 100644 l10n-zh-TW/browser/browser/branding/brandings.ftl create mode 100644 l10n-zh-TW/browser/browser/branding/sync-brand.ftl create mode 100644 l10n-zh-TW/browser/browser/browser.ftl create mode 100644 l10n-zh-TW/browser/browser/browserContext.ftl create mode 100644 l10n-zh-TW/browser/browser/browserSets.ftl create mode 100644 l10n-zh-TW/browser/browser/customizeMode.ftl create mode 100644 l10n-zh-TW/browser/browser/defaultBrowserNotification.ftl create mode 100644 l10n-zh-TW/browser/browser/downloads.ftl create mode 100644 l10n-zh-TW/browser/browser/editBookmarkOverlay.ftl create mode 100644 l10n-zh-TW/browser/browser/menubar.ftl create mode 100644 l10n-zh-TW/browser/browser/migration.ftl create mode 100644 l10n-zh-TW/browser/browser/newInstallPage.ftl create mode 100644 l10n-zh-TW/browser/browser/newtab/asrouter.ftl create mode 100644 l10n-zh-TW/browser/browser/newtab/newtab.ftl create mode 100644 l10n-zh-TW/browser/browser/newtab/onboarding.ftl create mode 100644 l10n-zh-TW/browser/browser/nsserrors.ftl create mode 100644 l10n-zh-TW/browser/browser/pageInfo.ftl create mode 100644 l10n-zh-TW/browser/browser/panicButton.ftl create mode 100644 l10n-zh-TW/browser/browser/places.ftl create mode 100644 l10n-zh-TW/browser/browser/policies/policies-descriptions.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/addEngine.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/applicationManager.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/blocklists.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/clearSiteData.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/colors.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/connection.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/containers.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/fonts.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/fxaPairDevice.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/languages.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/permissions.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/preferences.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/selectBookmark.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/siteDataSettings.ftl create mode 100644 l10n-zh-TW/browser/browser/preferences/translation.ftl create mode 100644 l10n-zh-TW/browser/browser/protections.ftl create mode 100644 l10n-zh-TW/browser/browser/protectionsPanel.ftl create mode 100644 l10n-zh-TW/browser/browser/safeMode.ftl create mode 100644 l10n-zh-TW/browser/browser/safebrowsing/blockedSite.ftl create mode 100644 l10n-zh-TW/browser/browser/sanitize.ftl create mode 100644 l10n-zh-TW/browser/browser/screenshots.ftl create mode 100644 l10n-zh-TW/browser/browser/search.ftl create mode 100644 l10n-zh-TW/browser/browser/setDesktopBackground.ftl create mode 100644 l10n-zh-TW/browser/browser/sidebarMenu.ftl create mode 100644 l10n-zh-TW/browser/browser/sync.ftl create mode 100644 l10n-zh-TW/browser/browser/syncedTabs.ftl create mode 100644 l10n-zh-TW/browser/browser/tabContextMenu.ftl create mode 100644 l10n-zh-TW/browser/browser/toolbarContextMenu.ftl create mode 100644 l10n-zh-TW/browser/browser/touchbar/touchbar.ftl create mode 100644 l10n-zh-TW/browser/browser/webrtcIndicator.ftl (limited to 'l10n-zh-TW/browser/browser') diff --git a/l10n-zh-TW/browser/browser/aboutCertError.ftl b/l10n-zh-TW/browser/browser/aboutCertError.ftl new file mode 100644 index 0000000000..deedda3120 --- /dev/null +++ b/l10n-zh-TW/browser/browser/aboutCertError.ftl @@ -0,0 +1,126 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-intro = { $hostname } 用了無效的安全憑證。 + +cert-error-mitm-intro = 網站會透過憑證機構簽發的憑證來驗明正身。 + +cert-error-mitm-mozilla = { -brand-short-name } 是由非營利的 Mozilla 所提供支援的。Mozilla 管理一組完全開放的憑證機構(CA)儲存空間。該儲存空間可確保憑證機構遵循最佳的作業方式,以確保使用者的安全。 + +cert-error-mitm-connection = { -brand-short-name } 使用 Mozilla 的憑證機構儲存空間來檢查連線是否安全,而不使用使用者作業系統上的內建憑證。所以如果您的防毒軟體或網路使用不在 Mozilla 憑證機構清單當中的機構所簽發的憑證來攔截網路流量,連線就會被視為不安全。 + +cert-error-trust-unknown-issuer-intro = 有心人士可能正在嘗試將別的網站偽裝成您想造訪的網站,不應繼續開啟。 + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-trust-unknown-issuer = 網站會透過憑證來證明自己的身分。因為簽發者未知、憑證是自簽憑證,或伺服器並未送出正確的中介憑證的關係,{ -brand-short-name } 無法信任 { $hostname }。 + +cert-error-trust-cert-invalid = 該憑證未受信任,因為是由無效憑證機構的憑證簽發的。 + +cert-error-trust-untrusted-issuer = 該憑證未受信任,因為簽發者的憑證未被信任。 + +cert-error-trust-signature-algorithm-disabled = 由於未經安全的簽章演算法進行簽署,無法信任此憑證。 + +cert-error-trust-expired-issuer = 該憑證未受信任,因為簽發者的憑證已過期。 + +cert-error-trust-self-signed = 該憑證未受信任,因為憑證是自己簽署的憑證。 + +cert-error-trust-symantec = 由於憑證簽發組織過去未遵循安全的運作方式,由 GeoTrust、RapidSSL、Symantec、Thawte 及 VeriSign 簽發的憑證皆不再被信任。 + +cert-error-untrusted-default = 憑證不是來自受信任的來源。 + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-domain-mismatch = 網站會透過憑證來證明自己的身分。因為伺服器送出不屬於 { $hostname } 的憑證的關係,{ -brand-short-name } 不信任這個網站。 + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $alt-name (String) - Alternate domain name for which the cert is valid. +cert-error-domain-mismatch-single = 網站會透過憑證來證明自己的身分。因為伺服器送出不屬於 { $hostname } 的憑證的關係,{ -brand-short-name } 不信任這個網站。該憑證只對 { $alt-name } 有效。 + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $alt-name (String) - Alternate domain name for which the cert is valid. +cert-error-domain-mismatch-single-nolink = 網站會透過憑證來證明自己的身分。因為伺服器送出不屬於 { $hostname } 的憑證的關係,{ -brand-short-name } 不信任這個網站。該憑證只對 { $alt-name } 有效。 + +# Variables: +# $subject-alt-names (String) - Alternate domain names for which the cert is valid. +cert-error-domain-mismatch-multiple = 網站會透過憑證來證明自己的身分。因為伺服器送出不屬於 { $hostname } 的憑證的關係,{ -brand-short-name } 不信任這個網站。該憑證僅對下列網域名稱有效: { $subject-alt-names } + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $not-after-local-time (Date) - Certificate is not valid after this time. +cert-error-expired-now = 網站會透過憑證來證明自己的身分。每一張憑證都有效期限制,而 { $hostname } 的憑證已於 { $not-after-local-time } 過期。 + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $not-before-local-time (Date) - Certificate is not valid before this time. +cert-error-not-yet-valid-now = 網站會透過憑證來證明自己的身分。每一張憑證都有效期限制,而 { $hostname } 的憑證於 { $not-before-local-time } 之後才會生效。 + +# Variables: +# $error (String) - NSS error code string that specifies type of cert error. e.g. unknown issuer, invalid cert, etc. +cert-error-code-prefix-link = 錯誤碼: { $error } + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-symantec-distrust-description = 網站會透過憑證機構簽發的憑證來驗明正身。大多數瀏覽器已不再信任 GeoTrust、RapidSSL、Symantec、Thawte 及 VeriSign 所簽發的憑證。{ $hostname } 使用來自這些機構簽發的憑證,故無法確認該網站的身分。 + +cert-error-symantec-distrust-admin = 您可通知網站管理員這個問題。 + +# Variables: +# $hasHSTS (Boolean) - Indicates whether HSTS header is present. +cert-error-details-hsts-label = HTTP Strict Transport Security: { $hasHSTS } + +# Variables: +# $hasHPKP (Boolean) - Indicates whether HPKP header is present. +cert-error-details-key-pinning-label = HTTP Public Key Pinning: { $hasHPKP } + +cert-error-details-cert-chain-label = 憑證鍊: + +open-in-new-window-for-csp-or-xfo-error = 用新視窗開啟網站 + +# Variables: +# $hostname (String) - Hostname of the website blocked by csp or xfo error. +csp-xfo-blocked-long-desc = 為了保護您的安全,{ $hostname } 不允許在被別的網站嵌入時,讓 { -brand-short-name } 顯示頁面內容。若要見到此頁面,請用新視窗開啟。 + +## Messages used for certificate error titles + +connectionFailure-title = 連線失敗 +deniedPortAccess-title = 此網址已被限制 +# "Hmm" is a sound made when considering or puzzling over something. +# You don't have to include it in your translation if your language does not have a written word like this. +dnsNotFound-title = 呃…找不到這個網站。 +fileNotFound-title = 找不到檔案 +fileAccessDenied-title = 對檔案的存取要求已被拒絕 +generic-title = 噢! +captivePortal-title = 登入到網路 +# "Hmm" is a sound made when considering or puzzling over something. +# You don't have to include it in your translation if your language does not have a written word like this. +malformedURI-title = 呃…這個網址好像有錯。 +netInterrupt-title = 連線中斷 +notCached-title = 文件已過期 +netOffline-title = 離線模式 +contentEncodingError-title = 內容編碼錯誤 +unsafeContentType-title = 不安全的檔案格式 +netReset-title = 連線被重設 +netTimeout-title = 連線已逾時 +unknownProtocolFound-title = 無法理解的網址 +proxyConnectFailure-title = Proxy 伺服器拒絕連線 +proxyResolveFailure-title = 找不到 Proxy 伺服器 +redirectLoop-title = 頁面重新導向不正確 +unknownSocketType-title = 伺服器回應錯誤 +nssFailure2-title = 安全連線失敗 +csp-xfo-error-title = { -brand-short-name } 無法開啟此網頁 +corruptedContentError-title = 內容毀損錯誤 +remoteXUL-title = 遠端 XUL +sslv3Used-title = 無法安全地連線 +inadequateSecurityError-title = 您的連線並不安全 +blockedByPolicy-title = 已封鎖頁面 +clockSkewError-title = 您的電腦時間錯誤 +networkProtocolError-title = 網路通訊協定錯誤 +nssBadCert-title = 警告: 本網站可能有安全性風險 +nssBadCert-sts-title = 未連線: 潛在的安全性問題 +certerror-mitm-title = 有軟體造成 { -brand-short-name } 無法與此網站建立安全連線 diff --git a/l10n-zh-TW/browser/browser/aboutConfig.ftl b/l10n-zh-TW/browser/browser/aboutConfig.ftl new file mode 100644 index 0000000000..6a4dbbe4d7 --- /dev/null +++ b/l10n-zh-TW/browser/browser/aboutConfig.ftl @@ -0,0 +1,52 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +## These strings appear on the warning you see when first visiting about:config. + +about-config-intro-warning-title = 調整設定前請務必小心! +about-config-intro-warning-text = 調整進階設定,可能會影響 { -brand-short-name } 的效能或安全性。 +about-config-intro-warning-checkbox = 當我嘗試修改偏好設定時警告我 +about-config-intro-warning-button = 接受風險並繼續 + +## + +# This is shown on the page before searching but after the warning is accepted. +about-config-caution-text = 調整這些偏好設定,可能會影響 { -brand-short-name } 的效能或安全性。 + +about-config-page-title = 進階偏好設定 + +about-config-search-input1 = + .placeholder = 搜尋偏好設定 +about-config-show-all = 全部顯示 + +about-config-pref-add-button = + .title = 新增 +about-config-pref-toggle-button = + .title = 切換 +about-config-pref-edit-button = + .title = 編輯 +about-config-pref-save-button = + .title = 儲存 +about-config-pref-reset-button = + .title = 重設 +about-config-pref-delete-button = + .title = 刪除 + +## Labels for the type selection radio buttons shown when adding preferences. + +about-config-pref-add-type-boolean = 布林(Boolean)值 +about-config-pref-add-type-number = 數值 +about-config-pref-add-type-string = 字串 + +## Preferences with a non-default value are differentiated visually, and at the +## same time the state is made accessible to screen readers using an aria-label +## that won't be visible or copied to the clipboard. +## +## Variables: +## $value (String): The full value of the preference. + +about-config-pref-accessible-value-default = + .aria-label = { $value }(預設) +about-config-pref-accessible-value-custom = + .aria-label = { $value }(自訂) diff --git a/l10n-zh-TW/browser/browser/aboutDialog.ftl b/l10n-zh-TW/browser/browser/aboutDialog.ftl new file mode 100644 index 0000000000..d7b1cbff7f --- /dev/null +++ b/l10n-zh-TW/browser/browser/aboutDialog.ftl @@ -0,0 +1,46 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +aboutDialog-title = + .title = 關於 { -brand-full-name } +releaseNotes-link = 有什麼新鮮事 +update-checkForUpdatesButton = + .label = 檢查更新 + .accesskey = C +update-updateButton = + .label = 重新啟動以更新 { -brand-shorter-name } + .accesskey = R +update-checkingForUpdates = 正在檢查更新… +update-downloading = 正在下載更新 —