BETA

Transvision

Displaying 37 results for the string content in zh-TW:

Entity zh-TW en-US
Entity # all locales browser • browser • browser.ftl
browser-main-window-mac-window-titles.data-content-title-default
zh-TW
{ $content-title }
en-US
{ $content-title }
Entity # all locales browser • browser • browser.ftl
browser-main-window-mac-window-titles.data-content-title-private
zh-TW
{ $content-title } — 隱私瀏覽
en-US
{ $content-title } — Private Browsing
Entity # all locales browser • browser • browser.ftl
browser-main-window-window-titles.data-content-title-default
zh-TW
{ $content-title } — { -brand-full-name }
en-US
{ $content-title } — { -brand-full-name }
Entity # all locales browser • browser • browser.ftl
browser-main-window-window-titles.data-content-title-private
zh-TW
{ $content-title } — { -brand-full-name } 隱私瀏覽
en-US
{ $content-title } — { -brand-full-name } Private Browsing
Entity # all locales devtools • client • netmonitor.properties
networkMenu.summary.tooltip.domContentLoaded
zh-TW
「DOMContentLoad」事件發生所需時間
en-US
Time when “DOMContentLoad” event occurred
Entity # all locales devtools • client • webconsole.properties
webconsole.group.csp
zh-TW
Content-Security-Policy 警告
en-US
Content-Security-Policy warnings
Entity # all locales dom • chrome • dom • dom.properties
EditorFileDropFailed
zh-TW
將檔案置放於 contenteditable 元素失敗: %S。
en-US
Dropping a file into a contenteditable element failed: %S.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMENoCodecsDeprecatedWarning
zh-TW
於 %S 呼叫 navigator.requestMediaKeySystemAccess(),傳入的 MediaKeySystemConfiguration 中的 audioCapabilities 或 videoCapabilities 的 contentType 不含「codecs」字串的方法已被棄用,即將停止支援。
en-US
Calling navigator.requestMediaKeySystemAccess() (at %S) passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities without a contentType with a “codecs” string is deprecated and will soon become unsupported.
Entity # all locales dom • chrome • dom • dom.properties
MediaLoadUnsupportedMimeType
zh-TW
不支援 HTTP Content-Type 為「%1$S」。媒體資源 %2$S 載入失敗。
en-US
HTTP “Content-Type” of “%1$S” is not supported. Load of media resource %2$S failed.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
zh-TW
scope「%1$S」的 ServiceWorker 無法解密推送訊息。「Content-Encoding」檔頭必須為「aesgcm」。也可使用「aesgcm128」但已被棄用,即將移除。請參考 https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 取得更多資訊。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
zh-TW
scope「%1$S」的 ServiceWorker 無法解密推送訊息。「Encryption-Key」檔頭需包含「dh」參數。此檔頭已被棄用,即將移除,請改用「Crypto-Key」與「Content-Encoding: aesgcm」。請參考 https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 取得更多資訊。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterMimeTypeError2
zh-TW
為 Scope「%1$S」註冊或更新 ServiceWorker 失敗: 指令碼「%3$S」的 Content-Type「%2$S」不正確。必須為 JavaScript MIME 類型。
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be a JavaScript MIME type.
Entity # all locales dom • chrome • dom • dom.properties
SizeToContentWarning
zh-TW
已棄用 sizeToContent(),將在未來移除。
en-US
sizeToContent() is deprecated and will be removed in the future.
Entity # all locales dom • chrome • dom • dom.properties
WindowContentUntrustedWarning
zh-TW
Window 物件的「content」屬性已被棄用,請改用「window.top」。
en-US
The ‘content’ attribute of Window objects is deprecated. Please use ‘window.top’ instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReload
zh-TW
並未宣告文件的字元編碼,僅可於完整接收文件後根據內容猜測編碼方式,此行為造成文件必須被重新載入。應透過 HTTP 標頭中的 Content-Type、<meta> 標籤,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReloadPlain
zh-TW
並未宣告文件的字元編碼,僅可於完整接收文件後根據內容猜測編碼方式,此行為造成文件必須被重新載入。應透過 HTTP 標頭中的 Content-Type 或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFrame
zh-TW
根據從父文件繼承的字元編碼,位元組串流發生錯誤。必須透過 Content-Type HTTP 標頭、<meta> 標籤、或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFramePlain
zh-TW
根據從父文件繼承的字元編碼,位元組串流發生錯誤。必須透過 Content-Type HTTP 標頭、或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDecl
zh-TW
並未宣告文件的字元編碼,改以根據內容猜測編碼方式。應透過 HTTP 標頭中的 Content-Type、使用 <meta> 標籤,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclPlain
zh-TW
並未宣告文件的字元編碼,改以根據內容猜測編碼方式。應透過 HTTP 標頭中的 Content-Type,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • security • csp.properties
CSPMessagePrefix
zh-TW
Content-Security-Policy: %S
en-US
Content-Security-Policy: %S
Entity # all locales dom • chrome • security • csp.properties
obsoleteBlockAllMixedContent
zh-TW
由於升級混和式內容顯示,會造成 block-all-mixed-content 無效,忽略「%1$S」。
en-US
Ignoring ‘%1$S’ because mixed content display upgrading makes block-all-mixed-content obsolete.
Entity # all locales dom • chrome • security • security.properties
MimeTypeMismatch2
zh-TW
MIME 類型(「%2$S」)不符合,所以來自「%1$S」的資源被封鎖(X-Content-Type-Options: nosniff)。
en-US
The resource from “%1$S” was blocked due to MIME type (“%2$S”) mismatch (X-Content-Type-Options: nosniff).
Entity # all locales dom • chrome • security • security.properties
XCTOHeaderValueMissing
zh-TW
X-Content-Type-Options 標頭警告: 此值原本為「%1$S」;您是不是要傳「nosniff」?
en-US
X-Content-Type-Options header warning: value was “%1$S”; did you mean to send “nosniff”?
Entity # all locales dom • chrome • security • security.properties
XTCOWithMIMEValueMissing
zh-TW
由於缺少 MIME 類型、類型未知或不正確,並未描繪來自「%1$S」的資源(X-Content-Type-Options: nosniff)。
en-US
The resource from “%1$S” was not rendered due to an unknown, incorrect or missing MIME type (X-Content-Type-Options: nosniff).
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-aec-logging-unavailable-sandbox
zh-TW
需要設定環境變數 MOZ_DISABLE_CONTENT_SANDBOX=1 才可以匯出 AEC 紀錄。請務必先理解可能造成的風險,再設定此環境變數。
en-US
The environment variable MOZ_DISABLE_CONTENT_SANDBOX=1 is required to export AEC logs. Only set this variable if you understand the possible risks.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-message
zh-TW
您的組織所使用的資料外洩防護軟體封鎖了此內容:{ $content }。
en-US
Your organization uses data-loss prevention software that has blocked this content: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-error-message
zh-TW
與資料外洩防護軟體溝通時發生錯誤。對下列資源的傳輸遭拒:{ $content }。
en-US
An error occurred in communicating with the data-loss prevention software. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-genericresponse-message
zh-TW
內容分析功能已對下列資源回覆 { $response }:{ $content }
en-US
Content Analysis responded with { $response } for resource: { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-invalid-agent-signature-message
zh-TW
{ $agent } 的簽章驗證失敗。拒絕傳輸下列資源:{ $content }。
en-US
Failed signature verification for { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-invalid-agent-signature-message-content
zh-TW
{ $agent } 簽章驗證失敗,{ $content }
en-US
Failed signature verification for { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-no-agent-connected-message
zh-TW
無法連線至 { $agent }。拒絕傳輸下列資源:{ $content }。
en-US
Unable to connect to { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-no-agent-connected-message-content
zh-TW
無法連線至 { $agent },{ $content }
en-US
Unable to connect to { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-slow-agent-notification
zh-TW
內容分析功能花了很長一段時間才能回應資源「{ $content }」
en-US
The Content Analysis tool is taking a long time to respond for resource “{ $content }”
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-unspecified-error-message
zh-TW
與 { $agent } 溝通時發生錯誤。拒絕傳輸下列資源:{ $content }。
en-US
An error occurred in communicating with { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-unspecified-error-message-content
zh-TW
與 { $agent } 溝通時發生錯誤,{ $content }
en-US
An error occurred in communicating with { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-warndialogtext
zh-TW
您的組織所使用的資料外洩防護軟體,將此內容標示為不安全:{ $content },還是要使用嗎?
en-US
Your organization uses data-loss prevention software that has flagged this content as unsafe: { $content }. Use it anyway?

Displaying 186 results for the string content in en-US:

Entity zh-TW en-US
Entity # all locales browser • browser • aboutUnloads.ftl
about-unloads-column-processes.title
zh-TW
處理分頁內容的處理程序 ID 清單
en-US
IDs of the processes hosting tab’s content
Entity # all locales browser • browser • browser.ftl
browser-main-window-mac-window-titles.data-content-title-default
zh-TW
{ $content-title }
en-US
{ $content-title }
Entity # all locales browser • browser • browser.ftl
browser-main-window-mac-window-titles.data-content-title-private
zh-TW
{ $content-title } — 隱私瀏覽
en-US
{ $content-title } — Private Browsing
Entity # all locales browser • browser • browser.ftl
browser-main-window-window-titles.data-content-title-default
zh-TW
{ $content-title } — { -brand-full-name }
en-US
{ $content-title } — { -brand-full-name }
Entity # all locales browser • browser • browser.ftl
browser-main-window-window-titles.data-content-title-private
zh-TW
{ $content-title } — { -brand-full-name } 隱私瀏覽
en-US
{ $content-title } — { -brand-full-name } Private Browsing
Entity # all locales browser • browser • browser.ftl
identity-description-active-loaded
zh-TW
此網站包含不安全的內容(例如指令碼),與其之間的連線並不私密。
en-US
This website contains content that is not secure (such as scripts) and your connection to it is not private.
Entity # all locales browser • browser • browser.ftl
identity-description-passive-loaded-insecure2
zh-TW
此網站包含不安全的內容(例如圖片)。
en-US
This website contains content that is not secure (such as images).
Entity # all locales browser • browser • browser.ftl
identity-description-passive-loaded-mixed2
zh-TW
雖然 { -brand-short-name } 已經封鎖部分內容,但頁面中還是有不安全的內容(例如圖片)。
en-US
Although { -brand-short-name } has blocked some content, there is still content on the page that is not secure (such as images).
Entity # all locales browser • browser • browser.ftl
repair-text-encoding-button.tooltiptext
zh-TW
根據訊息內容猜測正確的文字編碼
en-US
Guess correct text encoding from page content
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-custom-pocket-subtitle
zh-TW
由 { -brand-product-name } 的姊妹作 { -pocket-brand-name } 精心策展的內容
en-US
Exceptional content curated by { -pocket-brand-name }, part of the { -brand-product-name } family
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-custom-recent-subtitle
zh-TW
近期造訪過的網站與內容精選
en-US
A selection of recent sites and content
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-custom-recent-toggle.description
zh-TW
近期造訪過的網站與內容精選
en-US
A selection of recent sites and content
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-custom-stories-toggle.description
zh-TW
由 { -brand-product-name } 產品家族精選的內容文章
en-US
Exceptional content curated by the { -brand-product-name } family
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-error-fallback-info
zh-TW
唉唷,載入內容時發生錯誤。
en-US
Oops, something went wrong loading this content.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-pocket-onboarding-cta
zh-TW
{ -pocket-brand-name } 為您探索不同的線上內容,將最豐富、最有啟發性、最可靠的內容帶來您的 { -brand-product-name } 瀏覽器。
en-US
{ -pocket-brand-name } explores a diverse range of publications to bring the most informative, inspirational, and trustworthy content right to your { -brand-product-name } browser.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-privacy-modal-button-manage
zh-TW
管理贊助內容設定
en-US
Manage sponsored content settings
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-privacy-modal-paragraph-2
zh-TW
除了提供吸引人的文章之外,我們還與贊助商合作提供與您相關,且經精挑細選的內容。請放心,<strong>您的上網資料絕對不會流出於您電腦上的 { -brand-product-name } 之外</strong>— 我們跟我們的贊助商都不會看到。
en-US
In addition to dishing up captivating stories, we also show you relevant, highly-vetted content from select sponsors. Rest assured, <strong>your browsing data never leaves your personal copy of { -brand-product-name }</strong> — we don’t see it, and our sponsors don’t either.
Entity # all locales browser • browser • pageInfo.ftl
general-meta-content.label
zh-TW
內容
en-US
Content
Entity # all locales browser • browser • places.ftl
places-forget-about-this-site-confirmation-msg
zh-TW
此動作將清除與 { $hostOrBaseDomain } 有關的所有資料,包含瀏覽紀錄、Cookie、快取資料與內容偏好設定。不會清除書籤與密碼。您確定要繼續嗎?
en-US
This action will remove data related to { $hostOrBaseDomain } including history, cookies, cache and content preferences. Related bookmarks and passwords will not be removed. Are you sure you want to proceed?
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-EnableTrackingProtection
zh-TW
開啟或關閉內容封鎖功能,並可選擇鎖定該功能。
en-US
Enable or disable Content Blocking and optionally lock it.
Entity # all locales browser • browser • preferences • applicationManager.ftl
app-manager-handle-file
zh-TW
下列程式可用來處理 { $type } 內容。
en-US
The following applications can be used to handle { $type } content.
Entity # all locales browser • browser • preferences • blocklists.ftl
blocklist-item-moz-full-description
zh-TW
封鎖所有偵測到的追蹤器。可能無法正常載入部分網站或內容。
en-US
Blocks all detected trackers. Some websites or content may not load properly.
Entity # all locales browser • browser • preferences • clearSiteData.ftl
clear-site-data-cache-empty.label
zh-TW
網頁快取內容
en-US
Cached Web Content
Entity # all locales browser • browser • preferences • clearSiteData.ftl
clear-site-data-cache-with-data.label
zh-TW
網頁快取內容({ $amount } { $unit })
en-US
Cached Web Content ({ $amount } { $unit })
Entity # all locales browser • browser • preferences • clearSiteData.ftl
clear-site-data-description
zh-TW
清除 { -brand-short-name } 儲存的所有 Cookie 與網站資料可能會將您從許多網站登出,並清除網頁離線內容。單純清除快取資料則不會影響登入狀態。
en-US
Clearing all cookies and site data stored by { -brand-short-name } may sign you out of websites and remove offline web content. Clearing cache data will not affect your logins.
Entity # all locales browser • browser • preferences • preferences.ftl
applications-type-column.label
zh-TW
內容類型
en-US
Content Type
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-all-windows-tracking-content
zh-TW
所有視窗中的追蹤內容
en-US
Tracking content in all windows
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-and-isolating-etp-warning-description-2
zh-TW
此設定可能會造成某些網站無法顯示內容或正常運作。若網站運作不正常,您可能會想要對該網站關掉追蹤保護功能,載入完整內容。
en-US
This setting may cause some websites to not display content or work correctly. If a site seems broken, you may want to turn off tracking protection for that site to load all content.
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-etp-strict-desc
zh-TW
保護更強大,但可能會導致某些網站或內容故障。
en-US
Stronger protection, but may cause some sites or content to break.
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-private-windows
zh-TW
隱私視窗中的追蹤內容
en-US
Tracking content in Private Windows
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-tracking-content-label.label
zh-TW
追蹤用內容
en-US
Tracking content
Entity # all locales browser • browser • preferences • preferences.ftl
drm-content-header
zh-TW
數位權利管理(DRM)內容
en-US
Digital Rights Management (DRM) Content
Entity # all locales browser • browser • preferences • preferences.ftl
home-prefs-content-description2
zh-TW
選擇要在您的 { -firefox-home-brand-name } 畫面顯示哪些內容。
en-US
Choose what content you want on your { -firefox-home-brand-name } screen.
Entity # all locales browser • browser • preferences • preferences.ftl
home-prefs-content-header2
zh-TW
{ -firefox-home-brand-name } 內容
en-US
{ -firefox-home-brand-name } Content
Entity # all locales browser • browser • preferences • preferences.ftl
home-prefs-recent-activity-description
zh-TW
近期造訪過的網站與內容精選
en-US
A selection of recent sites and content
Entity # all locales browser • browser • preferences • preferences.ftl
home-prefs-recommended-by-description-generic
zh-TW
由 { -brand-product-name } 產品家族精選的內容文章
en-US
Exceptional content curated by the { -brand-product-name } family
Entity # all locales browser • browser • preferences • preferences.ftl
home-prefs-recommended-by-description-new
zh-TW
由 { -brand-product-name } 的姊妹作 { $provider } 精心策展的內容
en-US
Exceptional content curated by { $provider }, part of the { -brand-product-name } family
Entity # all locales browser • browser • preferences • preferences.ftl
performance-limit-content-process-blocked-desc
zh-TW
僅能在多程序的 { -brand-short-name } 當中修改內容處理程序數量。<a data-l10n-name="learn-more">了解如何確認多程序模式是否已開啟</a>
en-US
Modifying the number of content processes is only possible with multiprocess { -brand-short-name }. <a data-l10n-name="learn-more">Learn how to check if multiprocess is enabled</a>
Entity # all locales browser • browser • preferences • preferences.ftl
performance-limit-content-process-enabled-desc
zh-TW
調高內容處理程序的數量,可改善開啟多個分頁時的效能,但也會使用更多記憶體。
en-US
Additional content processes can improve performance when using multiple tabs, but will also use more memory.
Entity # all locales browser • browser • preferences • preferences.ftl
performance-limit-content-process-option
zh-TW
內容處理程序數量限制
en-US
Content process limit
Entity # all locales browser • browser • preferences • preferences.ftl
play-drm-content.label
zh-TW
播放 DRM 內容
en-US
Play DRM-controlled content
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-text-zoom-override-warning.message
zh-TW
警告:若您選擇「只縮放文字」,但未將預設縮放比例設定為 100%,可能造成某些網站或內容不正常。
en-US
Warning: If you select “Zoom text only” and your default zoom is not set to 100%, it may cause some sites or content to break.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-choice-tooltip-auto.title
zh-TW
依照系統設定與 { -brand-short-name } 佈景主題設定,自動更改網頁與背景與內容。
en-US
Automatically change website backgrounds and content based on your system settings and { -brand-short-name } theme.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-choice-tooltip-dark.title
zh-TW
在網站背景與內容使用暗色外觀。
en-US
Use a dark appearance for website backgrounds and content.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-choice-tooltip-light.title
zh-TW
在網站背景與內容使用亮色外觀。
en-US
Use a light appearance for website backgrounds and content.
Entity # all locales browser • browser • preferences • preferences.ftl
security-browsing-protection
zh-TW
詐騙內容與危險網站保護
en-US
Deceptive Content and Dangerous Software Protection
Entity # all locales browser • browser • preferences • preferences.ftl
security-enable-safe-browsing.label
zh-TW
封鎖危險及詐騙內容
en-US
Block dangerous and deceptive content
Entity # all locales browser • browser • preferences • preferences.ftl
space-alert-over-5gb-message2
zh-TW
<strong>{ -brand-short-name } 的磁碟空間不足。</strong>網站內容可能無法正確顯示。您可以到「選項 > 隱私權與安全性 > Cookie 與網站資料」清除目前儲存的網站資料。
en-US
<strong>{ -brand-short-name } is running out of disk space.</strong> Website contents may not display properly. You can clear stored data in Settings > Privacy & Security > Cookies and Site Data.
Entity # all locales browser • browser • preferences • preferences.ftl
space-alert-under-5gb-message2
zh-TW
<strong>{ -brand-short-name } 的磁碟空間不足。</strong>網站內容可能無法正確顯示。請點擊「瞭解更多」清理磁碟空間,讓您有更好的瀏覽體驗。
en-US
<strong>{ -brand-short-name } is running out of disk space.</strong> Website contents may not display properly. Visit “Learn more” to optimize your disk usage for better browsing experience.
Entity # all locales browser • browser • preferences • preferences.ftl
translate-web-pages.label
zh-TW
翻譯網頁內容
en-US
Translate web content
Entity # all locales browser • browser • protections.ftl
bar-tooltip-tracker.aria-label
zh-TW
{ $count -> *[other] { $count } 組追蹤用內容({ $percentage }%) }
en-US
{ $count -> [one] { $count } tracking content ({ $percentage }%) *[other] { $count } tracking content ({ $percentage }%) }
Entity # all locales browser • browser • protections.ftl
bar-tooltip-tracker.title
zh-TW
追蹤用內容
en-US
Tracking Content
Entity # all locales browser • browser • protections.ftl
tracker-tab-description
zh-TW
網站中可能會有包含追蹤碼的外部廣告、影片或其他內容。封鎖追蹤內容可以讓網站更快載入,但某些按鈕、表單、登入欄位可能無法正常運作。<a data-l10n-name="learn-more-link">了解更多</a>
en-US
Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work. <a data-l10n-name="learn-more-link">Learn more</a>
Entity # all locales browser • browser • protections.ftl
tracker-tab-title
zh-TW
追蹤用內容
en-US
Tracking Content
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-content-blocking-tracking-protection
zh-TW
追蹤用內容
en-US
Tracking Content
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-tracking-content
zh-TW
網站中可能會有包含追蹤碼的外部廣告、影片或其他內容。封鎖追蹤內容可以讓網站更快載入,但某些按鈕、表單、登入欄位可能無法正常運作。
en-US
Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work.
Entity # all locales browser • browser • reportBrokenSite.ftl
report-broken-site-panel-reason-content.label
zh-TW
按鈕、鏈結或其他內容
en-US
Buttons, links, and other content
Entity # all locales browser • browser • siteProtections.ftl
protections-blocking-tracking-content.title
zh-TW
封鎖追蹤用內容
en-US
Tracking Content Blocked
Entity # all locales browser • browser • siteProtections.ftl
protections-not-blocking-tracking-content.title
zh-TW
不封鎖追蹤用內容
en-US
Not Blocking Tracking Content
Entity # all locales browser • chrome • browser • browser.properties
e10s.accessibilityNotice.jawsMessage
zh-TW
由於 %S 與您的無障礙輔助軟體有相容性問題,無法顯示分頁內容。請更新您的螢幕閱讀器或改用 Firefox Extended Support Release 版本。
en-US
Display of tab content is disabled due to incompatibility between %S and your accessibility software. Please update your screen reader or switch to Firefox Extended Support Release.
Entity # all locales browser • chrome • browser • browser.properties
protections.blocking.trackingContent.title
zh-TW
封鎖追蹤用內容
en-US
Tracking Content Blocked
Entity # all locales browser • chrome • browser • browser.properties
protections.notBlocking.trackingContent.title
zh-TW
不封鎖追蹤用內容
en-US
Not Blocking Tracking Content
Entity # all locales browser • chrome • browser • siteData.properties
clearSiteDataPromptText
zh-TW
選擇「立刻清除」後就會清除所有 %S 儲存的 Cookie 與網站資料。可能會將您從許多網站登出,並清除網頁離線內容。
en-US
Selecting ‘Clear Now’ will clear all cookies and site data stored by %S. This may sign you out of websites and remove offline web content.
Entity # all locales browser • chrome • overrides • appstrings.properties
cspBlocked
zh-TW
這個頁面包含了內容安全政策以致於無法以這種方式被載入。
en-US
This page has a content security policy that prevents it from being loaded in this way.
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-multiprocess-toolbox-description
zh-TW
目標瀏覽器的主要與內容處理程序
en-US
Main Process and Content Processes for the target browser
Entity # all locales devtools • client • accessibility.ftl
accessibility-text-label-issue-embed
zh-TW
嵌入內容必須加入標籤。<a>了解更多</a>
en-US
Embedded content must be labeled. <a>Learn more</a>
Entity # all locales devtools • client • accessibility.ftl
accessibility-text-label-issue-heading-content
zh-TW
標題應該有可見的文字內容。<a>了解更多</a>
en-US
Headings should have visible text content. <a>Learn more</a>
Entity # all locales devtools • client • accessibility.ftl
accessibility-text-label-issue-iframe
zh-TW
使用 <code>title</code> 屬性來說明 <span>iframe</span> 當中的內容。<a>了解更多</a>
en-US
Use <code>title</code> attribute to describe <span>iframe</span> content. <a>Learn more</a>
Entity # all locales devtools • client • accessibility.ftl
accessibility-text-label-issue-image
zh-TW
包含圖片的內容必須加入標籤。<a>了解更多</a>
en-US
Content with images must be labeled. <a>Learn more</a>
Entity # all locales devtools • client • changes.properties
changes.contextmenu.copyRuleDescription
zh-TW
複製此 CSS 規則內容到剪貼簿。
en-US
Copy contents of this CSS rule to clipboard.
Entity # all locales devtools • client • debugger.properties
sourceFooter.prettyPrint.noContentMessage
zh-TW
檔案空白,無法 Pretty Print
en-US
Can’t pretty print, file has no content
Entity # all locales devtools • client • inspector.properties
markupView.display.contents.tooltiptext2
zh-TW
此元素不會自行產生特定的盒子,直接呈現內容。
en-US
This element doesn’t produce a specific box by itself, but renders its contents.
Entity # all locales devtools • client • inspector.properties
markupView.display.flex.tooltiptext2
zh-TW
此元素行為與區塊元素相同,並使用 flexbox 模型對內容進行排版。點擊即可切換此元素的 flexbox 覆蓋畫面。
en-US
This element behaves like a block element and lays out its content according to the flexbox model. Click to toggle the flexbox overlay for this element.
Entity # all locales devtools • client • inspector.properties
markupView.display.grid.tooltiptext2
zh-TW
此元素行為與區塊元素相同,並使用 grid 模型對內容進行排版。點擊即可切換此元素的 grid 覆蓋畫面。
en-US
This element behaves like a block element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
Entity # all locales devtools • client • inspector.properties
markupView.display.inlineFlex.tooltiptext2
zh-TW
此元素行為與行內元素相同,並使用 flexbox 模型對內容進行排版。點擊即可切換此元素的 flexbox 覆蓋畫面。
en-US
This element behaves like an inline element and lays out its content according to the flexbox model. Click to toggle the flexbox overlay for this element.
Entity # all locales devtools • client • inspector.properties
markupView.display.inlineGrid.tooltiptext2
zh-TW
此元素行為與行內元素相同,並使用 grid 模型對內容進行排版。點擊即可切換此元素的 grid 覆蓋畫面。
en-US
This element behaves like an inline element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
Entity # all locales devtools • client • inspector.properties
markupView.display.subgrid.tooltiptiptext
zh-TW
此元素根據 grid 模型自行排版,但將行列定義交由上層 grid 容器進行定義。
en-US
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
Entity # all locales devtools • client • layout.properties
flexbox.itemSizing.itemContentSize
zh-TW
內容大小
en-US
Content Size
Entity # all locales devtools • client • memory.properties
filter.tooltip
zh-TW
過濾 heap 快照內容
en-US
Filter the contents of the snapshot
Entity # all locales devtools • client • memory.properties
toolbar.view.census.tooltip
zh-TW
將物件加總分組,檢視 Heap 快照的內容摘要
en-US
View a summary of the snapshot’s contents by aggregating objects into groups
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.resizeColumnToFitContent
zh-TW
根據欄位內容調整寬度
en-US
Resize Column To Fit Content
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.resizeColumnToFitContent.title
zh-TW
滑鼠雙擊即可根據內容調整欄位寬度
en-US
Double-click to fit column to content
Entity # all locales devtools • client • netmonitor.properties
netmonitor.trackingResource.tooltip
zh-TW
這個網址與目前已知的追蹤器相符,開啟內容封鎖功能後就會封鎖此網址。
en-US
This URL matches a known tracker and it would be blocked with Content Blocking enabled.
Entity # all locales devtools • client • netmonitor.properties
networkMenu.summary.tooltip.domContentLoaded
zh-TW
「DOMContentLoad」事件發生所需時間
en-US
Time when “DOMContentLoad” event occurred
Entity # all locales devtools • client • perftools.ftl
perftools-thread-gecko-main.title
zh-TW
父程序與內容程序等主要處理程序
en-US
The main processes for both the parent process, and content processes
Entity # all locales devtools • client • responsive.properties
responsive.remoteOnly
zh-TW
適應性設計模式僅可在遠端瀏覽器分頁,例如多程序 Firefox 當中處理網頁內容的分頁使用。
en-US
Responsive Design Mode is only available for remote browser tabs, such as those used for web content in multi-process Firefox.
Entity # all locales devtools • client • toolbox-options.ftl
options-sourceeditor-detectindentation-tooltip.title
zh-TW
依照原始內容猜測縮排長度
en-US
Guess indentation based on source content
Entity # all locales devtools • client • tooltips.ftl
inactive-css-text-wrap-balance-fragmented
zh-TW
由於是分段的元素(內容拆分在不同欄或頁面中),<strong>{ $property }</strong> 對此元素沒有影響。
en-US
<strong>{ $property }</strong> has no effect on this element because it is fragmented, i.e. its content is split across multiple columns or pages.
Entity # all locales devtools • client • tooltips.ftl
inactive-css-text-wrap-balance-fragmented-fix
zh-TW
請避免分割元素內容,例如將欄位移除,或是使用 <strong>page-break-inside:avoid</strong>。{ learn-more }
en-US
Avoid splitting the element’s content e.g. by removing the columns or by using <strong>page-break-inside:avoid</strong>. { learn-more }
Entity # all locales devtools • client • webconsole.properties
webconsole.group.csp
zh-TW
Content-Security-Policy 警告
en-US
Content-Security-Policy warnings
Entity # all locales devtools • shared • accessibility.properties
accessibility.text.label.issue.embed
zh-TW
嵌入內容必須加入標籤。
en-US
Embedded content must be labeled.
Entity # all locales devtools • shared • accessibility.properties
accessibility.text.label.issue.heading.content
zh-TW
標題應該有可見的文字內容。
en-US
Headings should have visible text content.
Entity # all locales devtools • shared • accessibility.properties
accessibility.text.label.issue.iframe
zh-TW
使用「title」屬性來說明「iframe」當中的內容。
en-US
Use “title” attribute to describe “iframe” content.
Entity # all locales devtools • shared • accessibility.properties
accessibility.text.label.issue.image
zh-TW
包含圖片的內容必須加入標籤。
en-US
Content with images must be labeled.
Entity # all locales dom • chrome • accessibility • AccessFu.properties
contentinfo
zh-TW
內容資訊
en-US
content info
Entity # all locales dom • chrome • accessibility • mac • accessible.properties
content
zh-TW
內容
en-US
content
Entity # all locales dom • chrome • accessibility • mac • accessible.properties
htmlContent
zh-TW
HTML 內容
en-US
HTML Content
Entity # all locales dom • chrome • appstrings.properties
cspBlocked
zh-TW
這個頁面包含了內容安全政策以致於無法以這種方式被載入。
en-US
This page has a content security policy that prevents it from being loaded in this way.
Entity # all locales dom • chrome • dom • dom.properties
EditorFileDropFailed
zh-TW
將檔案置放於 contenteditable 元素失敗: %S。
en-US
Dropping a file into a contenteditable element failed: %S.
Entity # all locales dom • chrome • dom • dom.properties
ImportXULIntoContentWarning
zh-TW
已棄用匯入 XUL 節點至內容文件的用法,未來將移除此功能。
en-US
Importing XUL nodes into a content document is deprecated. This functionality may be removed soon.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMENoCodecsDeprecatedWarning
zh-TW
於 %S 呼叫 navigator.requestMediaKeySystemAccess(),傳入的 MediaKeySystemConfiguration 中的 audioCapabilities 或 videoCapabilities 的 contentType 不含「codecs」字串的方法已被棄用,即將停止支援。
en-US
Calling navigator.requestMediaKeySystemAccess() (at %S) passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities without a contentType with a “codecs” string is deprecated and will soon become unsupported.
Entity # all locales dom • chrome • dom • dom.properties
MediaLoadUnsupportedMimeType
zh-TW
不支援 HTTP Content-Type 為「%1$S」。媒體資源 %2$S 載入失敗。
en-US
HTTP “Content-Type” of “%1$S” is not supported. Load of media resource %2$S failed.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
zh-TW
scope「%1$S」的 ServiceWorker 無法解密推送訊息。「Content-Encoding」檔頭必須為「aesgcm」。也可使用「aesgcm128」但已被棄用,即將移除。請參考 https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 取得更多資訊。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
zh-TW
scope「%1$S」的 ServiceWorker 無法解密推送訊息。「Encryption-Key」檔頭需包含「dh」參數。此檔頭已被棄用,即將移除,請改用「Crypto-Key」與「Content-Encoding: aesgcm」。請參考 https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 取得更多資訊。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterMimeTypeError2
zh-TW
為 Scope「%1$S」註冊或更新 ServiceWorker 失敗: 指令碼「%3$S」的 Content-Type「%2$S」不正確。必須為 JavaScript MIME 類型。
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be a JavaScript MIME type.
Entity # all locales dom • chrome • dom • dom.properties
SizeToContentWarning
zh-TW
已棄用 sizeToContent(),將在未來移除。
en-US
sizeToContent() is deprecated and will be removed in the future.
Entity # all locales dom • chrome • dom • dom.properties
WebExtContentScriptModuleSourceNotAllowed
zh-TW
只能透過 moz-extension 網址來載入 WebExtension 的內容指令碼,而非下列網址:「%S」
en-US
WebExtension content scripts may only load modules with moz-extension URLs and not: “%S”.
Entity # all locales dom • chrome • dom • dom.properties
WindowContentUntrustedWarning
zh-TW
Window 物件的「content」屬性已被棄用,請改用「window.top」。
en-US
The ‘content’ attribute of Window objects is deprecated. Please use ‘window.top’ instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReload
zh-TW
並未宣告文件的字元編碼,僅可於完整接收文件後根據內容猜測編碼方式,此行為造成文件必須被重新載入。應透過 HTTP 標頭中的 Content-Type、<meta> 標籤,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReloadPlain
zh-TW
並未宣告文件的字元編碼,僅可於完整接收文件後根據內容猜測編碼方式,此行為造成文件必須被重新載入。應透過 HTTP 標頭中的 Content-Type 或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFrame
zh-TW
根據從父文件繼承的字元編碼,位元組串流發生錯誤。必須透過 Content-Type HTTP 標頭、<meta> 標籤、或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFramePlain
zh-TW
根據從父文件繼承的字元編碼,位元組串流發生錯誤。必須透過 Content-Type HTTP 標頭、或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLate
zh-TW
用來宣告字元編碼的 <meta> 標籤太晚才出現,改以根據內容猜測編碼方式。需將 <meta> 標籤移動至 <head> 區塊的一開始才可正確使用該編碼。
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDecl
zh-TW
並未宣告文件的字元編碼,改以根據內容猜測編碼方式。應透過 HTTP 標頭中的 Content-Type、使用 <meta> 標籤,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclPlain
zh-TW
並未宣告文件的字元編碼,改以根據內容猜測編碼方式。應透過 HTTP 標頭中的 Content-Type,或使用位元組順序符號(BOM)來宣告字元編碼。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • layout_errors.properties
ForcedLayoutStart
zh-TW
在頁面完整載入前強制進行排版。若尚未載入樣式表,可能會造成不含樣式的內容在頁面中短暫出現。
en-US
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.
Entity # all locales dom • chrome • nsWebBrowserPersist.properties
accessError
zh-TW
無法儲存 %S (無法改變該資料夾的內容)。
en-US
%S could not be saved, because you cannot change the contents of that folder.\n\nChange the folder properties and try again, or try saving in a different location.
Entity # all locales dom • chrome • security • caps.properties
CheckLoadURIError
zh-TW
安全性錯誤: %S 的內容無法由 %S 載入資料或鏈結。
en-US
Security Error: Content at %S may not load or link to %S.
Entity # all locales dom • chrome • security • caps.properties
CheckSameOriginError
zh-TW
安全性錯誤: %S 的內容無法由 %S 載入資料。
en-US
Security Error: Content at %S may not load data from %S.
Entity # all locales dom • chrome • security • caps.properties
ExternalDataError
zh-TW
安全性錯誤: 位於 %S 的內容嘗試載入 %S,但作為圖片使用時不應載入外部資料。
en-US
Security Error: Content at %S attempted to load %S, but may not load external data when being used as an image.
Entity # all locales dom • chrome • security • csp.properties
CSPMessagePrefix
zh-TW
Content-Security-Policy: %S
en-US
Content-Security-Policy: %S
Entity # all locales dom • chrome • security • csp.properties
obsoleteBlockAllMixedContent
zh-TW
由於升級混和式內容顯示,會造成 block-all-mixed-content 無效,忽略「%1$S」。
en-US
Ignoring ‘%1$S’ because mixed content display upgrading makes block-all-mixed-content obsolete.
Entity # all locales dom • chrome • security • security.properties
BlockMixedActiveContent
zh-TW
已封鎖載入混和的主動內容「%1$S」
en-US
Blocked loading mixed active content “%1$S”
Entity # all locales dom • chrome • security • security.properties
BlockMixedDisplayContent
zh-TW
已封鎖載入混和的顯示內容「%1$S」
en-US
Blocked loading mixed display content “%1$S”
Entity # all locales dom • chrome • security • security.properties
IntegrityMismatch2
zh-TW
integrity 屬性中的「%1$S」雜湊值沒有一個符合子資源的內容。計算出的雜湊值為「%2$S」。
en-US
None of the “%1$S” hashes in the integrity attribute match the content of the subresource. The computed hash is “%2$S”.
Entity # all locales dom • chrome • security • security.properties
LoadingMixedActiveContent2
zh-TW
在安全的加密網頁中載入混合(不安全的)主動式內容「%1$S」
en-US
Loading mixed (insecure) active content “%1$S” on a secure page
Entity # all locales dom • chrome • security • security.properties
LoadingMixedDisplayContent2
zh-TW
在安全的加密網頁中載入混合(不安全的)顯示內容「%1$S」
en-US
Loading mixed (insecure) display content “%1$S” on a secure page
Entity # all locales dom • chrome • security • security.properties
LoadingMixedDisplayObjectSubrequestDeprecation
zh-TW
不建議透過外掛程式在安全頁面載入混合(不安全)的內容「%1$S」,這個行為即將被封鎖。
en-US
Loading mixed (insecure) content “%1$S” within a plugin on a secure page is discouraged and will be blocked soon.
Entity # all locales dom • chrome • security • security.properties
MimeTypeMismatch2
zh-TW
MIME 類型(「%2$S」)不符合,所以來自「%1$S」的資源被封鎖(X-Content-Type-Options: nosniff)。
en-US
The resource from “%1$S” was blocked due to MIME type (“%2$S”) mismatch (X-Content-Type-Options: nosniff).
Entity # all locales dom • chrome • security • security.properties
MixedContentBlockedDownload
zh-TW
已封鎖下載不安全的內容「%S」。
en-US
Blocked downloading insecure content “%S”.
Entity # all locales dom • chrome • security • security.properties
XCTOHeaderValueMissing
zh-TW
X-Content-Type-Options 標頭警告: 此值原本為「%1$S」;您是不是要傳「nosniff」?
en-US
X-Content-Type-Options header warning: value was “%1$S”; did you mean to send “nosniff”?
Entity # all locales dom • chrome • security • security.properties
XTCOWithMIMEValueMissing
zh-TW
由於缺少 MIME 類型、類型未知或不正確,並未描繪來自「%1$S」的資源(X-Content-Type-Options: nosniff)。
en-US
The resource from “%1$S” was not rendered due to an unknown, incorrect or missing MIME type (X-Content-Type-Options: nosniff).
Entity # all locales netwerk • necko.properties
CookieBlockedForeign
zh-TW
由於我們封鎖所有第三方儲存空間存取請求,且已開啟內容封鎖功能,已封鎖對「%1$S」存取 Cookie 或儲存空間的請求。
en-US
Request to access cookie or storage on “%1$S” was blocked because we are blocking all third-party storage access requests and content blocking is enabled.
Entity # all locales netwerk • necko.properties
CookieBlockedTracker
zh-TW
由於請求來自追蹤器,且已開啟內容封鎖功能,已封鎖對「%1$S」存取 Cookie 或儲存空間的請求。
en-US
Request to access cookie or storage on “%1$S” was blocked because it came from a tracker and content blocking is enabled.
Entity # all locales netwerk • necko.properties
TrackerUriBlocked
zh-TW
因為開啟了內容封鎖功能,已封鎖位於「%1$S」的資源。
en-US
The resource at “%1$S” was blocked because content blocking is enabled.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_ILLEGAL_PARAMETER_ALERT
zh-TW
SSL 端點已拒絕接收無法接受的內容。
en-US
SSL peer rejected a handshake message for unacceptable content.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_RX_UNKNOWN_RECORD_TYPE
zh-TW
SSL 收到含未知內容類型的記錄。
en-US
SSL received a record with an unknown content type.
Entity # all locales toolkit • crashreporter • crashreporter.ftl
crashreporter-view-report-title
zh-TW
報表內容
en-US
Report Contents
Entity # all locales toolkit • crashreporter • crashreporter.ini
ViewReportTitle
zh-TW
報表內容
en-US
Report Contents
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
plugins-widevine-description
zh-TW
此外掛程式讓您可播放相容於 Encrypted Media Extensions 規格的加密媒體內容。加密媒體內容通常用於防止複製,或是需收費的媒體內容。可到 https://www.w3.org/TR/encrypted-media/ 取得 Encrypted Media Extensions 的更多資訊。
en-US
This plugin enables playback of encrypted media in compliance with the Encrypted Media Extensions specification. Encrypted media is typically used by sites to protect against copying of premium media content. Visit https://www.w3.org/TR/encrypted-media/ for more information on Encrypted Media Extensions.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
plugins-widevine-name
zh-TW
Google Inc. 提供的 Widevine 內容解碼模組
en-US
Widevine Content Decryption Module provided by Google Inc.
Entity # all locales toolkit • toolkit • about • aboutPlugins.ftl
plugins-widevine-description
zh-TW
此外掛程式讓您可播放相容於 Encrypted Media Extensions 規格的加密媒體內容。加密媒體內容通常用於防止複製,或是需收費的媒體內容。可到 https://www.w3.org/TR/encrypted-media/ 取得 Encrypted Media Extensions 的更多資訊。
en-US
This plugin enables playback of encrypted media in compliance with the Encrypted Media Extensions specification. Encrypted media is typically used by sites to protect against copying of premium media content. Visit https://www.w3.org/TR/encrypted-media/ for more information on Encrypted Media Extensions.
Entity # all locales toolkit • toolkit • about • aboutPlugins.ftl
plugins-widevine-name
zh-TW
Google Inc. 提供的 Widevine 內容解碼模組
en-US
Widevine Content Decryption Module provided by Google Inc.
Entity # all locales toolkit • toolkit • about • aboutReader.ftl
about-reader-content-width-label.label
zh-TW
內容寬度
en-US
Content width
Entity # all locales toolkit • toolkit • about • aboutReader.ftl
about-reader-toolbar-contentwidthminus.title
zh-TW
縮小內容寬度
en-US
Decrease Content Width
Entity # all locales toolkit • toolkit • about • aboutReader.ftl
about-reader-toolbar-contentwidthplus.title
zh-TW
放大內容寬度
en-US
Increase Content Width
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
enableSafeBrowsing-label
zh-TW
封鎖危險及詐騙內容
en-US
Block dangerous and deceptive content
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-intro-point-6
zh-TW
{ -brand-short-name } 需要下載某些第三方內容解碼程式才能播放某些格式的視訊內容。
en-US
In order to play back certain types of video content, { -brand-short-name } downloads certain content decryption modules from third parties.
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
can-sandbox-content
zh-TW
內容程序沙盒
en-US
Content Process Sandboxing
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
content-analysis-title
zh-TW
內容分析(DLP)
en-US
Content Analysis (DLP)
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
content-sandbox-level
zh-TW
內容程序沙盒等級
en-US
Content Process Sandbox Level
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
content-uses-tiling
zh-TW
使用 Tiling(內容)
en-US
Uses Tiling (Content)
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
content-win32k-lockdown-state
zh-TW
內容處理程序的 Win32k Lockdown 狀態
en-US
Win32k Lockdown State for Content Process
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
effective-content-sandbox-level
zh-TW
有效內容處理程序沙盒等級
en-US
Effective Content Process Sandbox Level
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
media-content-decryption-modules-title
zh-TW
內容解密模組資訊
en-US
Content Decryption Modules Information
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
sandbox-proc-type-content
zh-TW
內容
en-US
content
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
sandbox-proc-type-file
zh-TW
檔案內容
en-US
file content
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-aec-logging-unavailable-sandbox
zh-TW
需要設定環境變數 MOZ_DISABLE_CONTENT_SANDBOX=1 才可以匯出 AEC 紀錄。請務必先理解可能造成的風險,再設定此環境變數。
en-US
The environment variable MOZ_DISABLE_CONTENT_SANDBOX=1 is required to export AEC logs. Only set this variable if you understand the possible risks.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-policy-reason-v2
zh-TW
它散播仇恨、暴力、非法內容
en-US
It contains hateful, violent, or illegal content
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-alert-title
zh-TW
內容分析
en-US
Content Analysis
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-body-clipboard
zh-TW
根據您組織的資料保護政策,您未被允許貼上此內容。若需更多資訊,請聯絡您的管理員。
en-US
Under your organization’s data protection policies, you’re not permitted to paste this content. Contact your administrator for more info.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-body-dropped-text
zh-TW
根據您組織的資料保護政策,您未被允許拖放此內容。若需更多資訊,請聯絡您的管理員。
en-US
Under your organization’s data protection policies, you’re not permitted to drag and drop this content. Contact your administrator for more info.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-title-clipboard
zh-TW
您未被允許貼上此內容
en-US
You’re not permitted to paste this content
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-title-dropped-text
zh-TW
您未被允許放下此內容
en-US
You’re not permitted to drop this content
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-message
zh-TW
您的組織所使用的資料外洩防護軟體封鎖了此內容:{ $content }。
en-US
Your organization uses data-loss prevention software that has blocked this content: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-error-message
zh-TW
與資料外洩防護軟體溝通時發生錯誤。對下列資源的傳輸遭拒:{ $content }。
en-US
An error occurred in communicating with the data-loss prevention software. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-genericresponse-message
zh-TW
內容分析功能已對下列資源回覆 { $response }:{ $content }
en-US
Content Analysis responded with { $response } for resource: { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-invalid-agent-signature-message
zh-TW
{ $agent } 的簽章驗證失敗。拒絕傳輸下列資源:{ $content }。
en-US
Failed signature verification for { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-invalid-agent-signature-message-content
zh-TW
{ $agent } 簽章驗證失敗,{ $content }
en-US
Failed signature verification for { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-no-agent-connected-message
zh-TW
無法連線至 { $agent }。拒絕傳輸下列資源:{ $content }。
en-US
Unable to connect to { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-no-agent-connected-message-content
zh-TW
無法連線至 { $agent },{ $content }
en-US
Unable to connect to { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-notification-title
zh-TW
內容分析
en-US
Content Analysis
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-slow-agent-notification
zh-TW
內容分析功能花了很長一段時間才能回應資源「{ $content }」
en-US
The Content Analysis tool is taking a long time to respond for resource “{ $content }”
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-unspecified-error-message
zh-TW
與 { $agent } 溝通時發生錯誤。拒絕傳輸下列資源:{ $content }。
en-US
An error occurred in communicating with { $agent }. Transfer denied for resource: { $content }.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-unspecified-error-message-content
zh-TW
與 { $agent } 溝通時發生錯誤,{ $content }
en-US
An error occurred in communicating with { $agent }. { $content }
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-warndialog-response-allow
zh-TW
使用內容
en-US
Use content
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-warndialogtext
zh-TW
您的組織所使用的資料外洩防護軟體,將此內容標示為不安全:{ $content },還是要使用嗎?
en-US
Your organization uses data-loss prevention software that has flagged this content as unsafe: { $content }. Use it anyway?
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-warndialogtitle
zh-TW
此內容可能不安全
en-US
This content may be unsafe
Entity # all locales toolkit • toolkit • global • extensionPermissions.ftl
webext-perms-description-declarativeNetRequest
zh-TW
封鎖任何頁面上的內容
en-US
Block content on any page
Entity # all locales toolkit • toolkit • global • processTypes.ftl
process-type-privilegedmozilla
zh-TW
有權限的 Mozilla 內容
en-US
Privileged Mozilla Content
Entity # all locales toolkit • toolkit • global • processTypes.ftl
process-type-web
zh-TW
網站內容
en-US
Web Content
Entity # all locales toolkit • toolkit • global • processTypes.ftl
process-type-webisolated
zh-TW
隔離的網頁內容
en-US
Isolated Web Content
Entity # all locales toolkit • toolkit • neterror • certError.ftl
contentEncodingError-title
zh-TW
內容編碼錯誤
en-US
Content Encoding Error
Entity # all locales toolkit • toolkit • neterror • certError.ftl
corruptedContentError-title
zh-TW
內容毀損錯誤
en-US
Corrupted Content Error
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
ssl-error-illegal-parameter-alert
zh-TW
SSL 端點已拒絕接收無法接受的內容。
en-US
SSL peer rejected a handshake message for unacceptable content.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
ssl-error-rx-unknown-record-type
zh-TW
SSL 收到含未知內容類型的記錄。
en-US
SSL received a record with an unknown content type.
Please enable JavaScript. Some features won't be available without it.