BETA

Transvision

Displaying 55 results for the string Type in zh-TW:

Entity zh-TW en-US
Entity # all locales browser • browser • pageInfo.ftl
media-animated-image-type.value
zh-TW
{ $frames -> *[other] { $type } 圖片(動畫,{ $frames } 個畫格) }
en-US
{ $frames -> [one] { $type } Image (animated, { $frames } frame) *[other] { $type } Image (animated, { $frames } frames) }
Entity # all locales browser • browser • pageInfo.ftl
media-image-type.value
zh-TW
{ $type } 圖片
en-US
{ $type } Image
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 • applicationManager.ftl
app-manager-handle-protocol
zh-TW
下列程式可用來處理 { $type } 鏈結。
en-US
The following applications can be used to handle { $type } links.
Entity # all locales browser • browser • preferences • preferences.ftl
applications-file-ending-with-type
zh-TW
{ applications-file-ending }({ $type })
en-US
{ applications-file-ending } ({ $type })
Entity # all locales browser • browser • preferences • preferences.ftl
applications-type-description-with-type
zh-TW
{ $type-description }({ $type })
en-US
{ $type-description } ({ $type })
Entity # all locales browser • browser • preferences • preferences.ftl
applications-type-pdf-with-type
zh-TW
{ applications-type-pdf }({ $type })
en-US
{ applications-type-pdf } ({ $type })
Entity # all locales browser • pdfviewer • viewer.properties
text_annotation_type.alt
zh-TW
[{{type}} 註解]
en-US
[{{type}} Annotation]
Entity # all locales dom • chrome • dom • dom.properties
AllEntryTypesIgnored
zh-TW
無有效的 entryTypes,中斷註冊。
en-US
No valid entryTypes; aborting registration.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedXLinkAttributeWarning
zh-TW
已棄用 MathML 元素的 XLink 屬性「href」、「type」、「show」及「actuate」,未來將移除。
en-US
XLink attributes “href”, “type”, “show” and “actuate” are deprecated on MathML elements and will be removed at a future date.
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
MediaLoadUnsupportedTypeAttribute
zh-TW
不支援「%1$S」格式的「type」屬性。媒體資源 %2$S 載入失敗。
en-US
Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed.
Entity # all locales dom • chrome • dom • dom.properties
MediaLoadUnsupportedTypeAttributeLoadingNextChild
zh-TW
不支援「%1$S」指定的「type」屬性。媒體資源 %2$S 載入失敗。將嘗試載入下一個 <source> 元素。
en-US
Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed. Trying to load from next <source> element.
Entity # all locales dom • chrome • dom • dom.properties
PreloadIgnoredInvalidAttr
zh-TW
由於未知的「as」或「type」值,或「media」屬性不符合,已忽略預載 %S。
en-US
Preload of %S was ignored due to unknown “as” or “type” values, or non-matching “media” attribute.
Entity # all locales dom • chrome • dom • dom.properties
ResponseTypeSyncXHRWarning
zh-TW
在同步模式的視窗內容當中,不再支援使用 XMLHttpRequest 當中的 responseType 屬性。
en-US
Use of XMLHttpRequest’s responseType attribute is no longer supported in the synchronous mode in window context.
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
UnsupportedEntryTypesIgnored
zh-TW
忽略不支援的 entryTypes: %S。
en-US
Ignoring unsupported entryTypes: %S.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
zh-TW
表格含有上傳檔案的輸入,但未使用 method=POST 與 enctype=multipart/form-data。檔案將不會被上傳。
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotPostWarning
zh-TW
表格含有 enctype=%S 但未使用 method=post。傳送時會使用 method=GET 且忽略 enctype 設定。
en-US
Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctype
zh-TW
幾乎是標準模式的 Doctype。預期要有「<!DOCTYPE html>」。
en-US
Almost standards mode doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errBogusDoctype
zh-TW
不正確的 Doctype
en-US
Bogus doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
zh-TW
還沒發現 Doctype 就發現了結束標籤。預期應有「<!DOCTYPE html>」。
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInDoctype
zh-TW
Doctype 當中出現了檔案結束符號。
en-US
End of file inside doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedPublicId
zh-TW
預期要有一個公用識別符,但 Doctype 已經結束了。
en-US
Expected a public identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedSystemId
zh-TW
預期應有一個系統識別符,但 Doctype 已經結束了。
en-US
Expected a system identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errMissingSpaceBeforeDoctypeName
zh-TW
在 Doctype 名稱前面少了一個空白。
en-US
Missing space before doctype name.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNamelessDoctype
zh-TW
缺少名稱的 Doctype
en-US
Nameless doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenDoctypePublicKeywordAndQuote
zh-TW
在 Doctype 的「PUBLIC」關鍵字與引號中間沒有空格。
en-US
No space between the doctype “PUBLIC” keyword and the quote.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenDoctypeSystemKeywordAndQuote
zh-TW
在 Doctype 當中的「SYSTEM」關鍵字與引號中間沒有空格。
en-US
No space between the doctype “SYSTEM” keyword and the quote.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenPublicAndSystemIds
zh-TW
在 Doctype 當中的公用與系統識別符中間沒有空格。
en-US
No space between the doctype public and system identifiers.
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctype
zh-TW
詭異的 Doctype 。原本預期應為「<!DOCTYPE html>」。
en-US
Quirky doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
zh-TW
尚未定義 Doctype 就出現了起始標籤。預期應有「<!DOCTYPE html>」。
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayDoctype
zh-TW
多餘的 Doctype
en-US
Stray doctype.
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 dom • chrome • xslt • xslt.properties
11
zh-TW
XSLT 樣式表沒有 XML mimetype:
en-US
An XSLT stylesheet does not have an XML mimetype:
Entity # all locales dom • chrome • xslt • xslt.properties
17
zh-TW
XPath 分析失敗: 應該要有名稱或 Nodetype 測試:
en-US
XPath parse failure: Name or Nodetype test expected:
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
address-input-type-aria-label
zh-TW
{ $count -> [0] { $type } *[other] { $type } 有 { $count } 個地址,使用鍵盤左方向鍵移動到該項目。 }
en-US
{ $count -> [0] { $type } [one] { $type } with one address, use left arrow key to focus on it. *[other] { $type } with { $count } addresses, use left arrow key to focus on them. }
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
remove-address-row-type
zh-TW
移除 { $type } 欄位
en-US
Remove the { $type } field
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
remove-address-row-type-label.tooltiptext
zh-TW
移除 { $type } 欄位
en-US
Remove the { $type } field
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
zh-TW
<ul> <li>請檢查有沒有打錯網址,像是不小心把 <strong>www</strong>.example.com 打成 <strong>ww</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>搜尋</button> </div> <li>若您還是無法載入任何頁面,請檢查您裝置的數據或 Wi-Fi 連線。 <button id='wifi'>開啟 Wi-Fi</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
zh-TW
<ul> <li>網址通常長得像 <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>搜尋</button> </div> <li>請確定您用的是斜線(例: <strong>/</strong>)。</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales security • manager • chrome • pipnss • pipnss.properties
CertDumpLogotype
zh-TW
標準字 (Logotype)
en-US
Logotype
Entity # all locales suite • chrome • browser • region.properties
browser.validate.html.service
zh-TW
http://validator.w3.org/check?charset=%28detect+automatically%29&doctype=Inline&uri=
en-US
https://validator.w3.org/check?charset=%28detect+automatically%29&doctype=Inline&uri=
Entity # all locales toolkit • toolkit • about • aboutConfig.ftl
config-modify-title
zh-TW
輸入 { $type } 的值
en-US
Enter { $type } value
Entity # all locales toolkit • toolkit • about • aboutConfig.ftl
config-new-title
zh-TW
新 { $type } 的值
en-US
New { $type } value
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-unknown-process-name
zh-TW
其他({ $type },程序 { $pid })
en-US
Other ({ $type }, process { $pid })
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
clear-type-parameters
zh-TW
ClearType 參數
en-US
ClearType Parameters
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-settings-explanation
zh-TW
Telemetry 正在收集{ about-telemetry-data-type },已<a data-l10n-name="upload-link">{ about-telemetry-upload-type }</a>上傳。
en-US
Telemetry is collecting { about-telemetry-data-type } and upload is <a data-l10n-name="upload-link">{ about-telemetry-upload-type }</a>.
Entity # all locales toolkit • toolkit • payments • payments.ftl
credit-card-label-number-2.aria-label
zh-TW
{ $type } { credit-card-label-number-2 }
en-US
{ $type } { credit-card-label-number-2 }
Entity # all locales toolkit • toolkit • payments • payments.ftl
credit-card-label-number-expiration-2.aria-label
zh-TW
{ $type } { credit-card-label-number-expiration-2 }
en-US
{ $type } { credit-card-label-number-expiration-2 }
Entity # all locales toolkit • toolkit • payments • payments.ftl
credit-card-label-number-name-2.aria-label
zh-TW
{ $type } { credit-card-label-number-name-2 }
en-US
{ $type } { credit-card-label-number-name-2 }
Entity # all locales toolkit • toolkit • payments • payments.ftl
credit-card-label-number-name-expiration-2.aria-label
zh-TW
{ $type } { credit-card-label-number-name-expiration-2 }
en-US
{ $type } { credit-card-label-number-name-expiration-2 }

Displaying 200 results for the string Type in en-US:

Entity zh-TW en-US
Entity # all locales browser • browser • aboutCertError.ftl
unsafeContentType-title
zh-TW
不安全的檔案格式
en-US
Unsafe File Type
Entity # all locales browser • browser • browser.ftl
urlbar-search-tips-onboard
zh-TW
打得更少,找到更多: 直接從網址列進行 { $engineName } 搜尋。
en-US
Type less, find more: Search { $engineName } right from your address bar.
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-search-shortcuts-body
zh-TW
現在起,當您在網址列輸入搜尋引擎名稱或特定網址時,將於搜尋建議的下方顯示藍色捷徑。選擇該捷徑即可直接從網址列完成搜尋。
en-US
Now, when you type a search engine or specific site into the address bar, a blue shortcut will appear in the search suggestions beneath. Select that shortcut to complete your search directly from the address bar.
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-searchbar-title
zh-TW
使用網址列,打得更少,找得更多
en-US
Type less, find more with the address bar
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-topsites-url-input.placeholder
zh-TW
輸入或貼上網址
en-US
Type or paste a URL
Entity # all locales browser • browser • nsserrors.ftl
sec-error-inadequate-cert-type
zh-TW
程式的憑證類型未被核准。
en-US
Certificate type not approved for application.
Entity # all locales browser • browser • nsserrors.ftl
sec-error-ocsp-unknown-response-type
zh-TW
OCSP 回應無法被完全解碼;回應是未知的類型。
en-US
The OCSP response cannot be fully decoded; it is of an unknown type.
Entity # all locales browser • browser • nsserrors.ftl
sec-error-unknown-aia-location-type
zh-TW
憑證的授權資訊存取擴充欄位中包含了未知的位置類型
en-US
Unknown location type in cert AIA extension
Entity # all locales browser • browser • nsserrors.ftl
sec-error-unknown-object-type
zh-TW
指定的物件類型未知。
en-US
Unknown object type specified.
Entity # all locales browser • browser • nsserrors.ftl
sec-error-unsupported-message-type
zh-TW
CMS 或 PKCS #7 訊息類型不支援。
en-US
The CMS or PKCS #7 Message type is unsupported.
Entity # all locales browser • browser • nsserrors.ftl
ssl-error-rx-unknown-handshake
zh-TW
SSL 收到含未知訊息類型的交握訊息。
en-US
SSL received a handshake message with an unknown message type.
Entity # all locales browser • browser • nsserrors.ftl
ssl-error-rx-unknown-record-type
zh-TW
SSL 收到含未知內容類型的記錄。
en-US
SSL received a record with an unknown content type.
Entity # all locales browser • browser • nsserrors.ftl
ssl-error-unsupported-cert-alert
zh-TW
SSL 端點不支援收到的憑證類型。
en-US
SSL peer does not support certificates of the type it received.
Entity # all locales browser • browser • nsserrors.ftl
ssl-error-unsupported-certificate-type
zh-TW
不支援的憑證類型。
en-US
Unsupported certificate type.
Entity # all locales browser • browser • pageInfo.ftl
general-type.value
zh-TW
類型:
en-US
Type:
Entity # all locales browser • browser • pageInfo.ftl
media-animated-image-type.value
zh-TW
{ $frames -> *[other] { $type } 圖片(動畫,{ $frames } 個畫格) }
en-US
{ $frames -> [one] { $type } Image (animated, { $frames } frame) *[other] { $type } Image (animated, { $frames } frames) }
Entity # all locales browser • browser • pageInfo.ftl
media-image-type.value
zh-TW
{ $type } 圖片
en-US
{ $type } Image
Entity # all locales browser • browser • pageInfo.ftl
media-type.label
zh-TW
類型
en-US
Type
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 • applicationManager.ftl
app-manager-handle-protocol
zh-TW
下列程式可用來處理 { $type } 鏈結。
en-US
The following applications can be used to handle { $type } links.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-addons-desc
zh-TW
您可以指定哪些網站可以安裝附加元件。請輸入完整網址後按「允許」。
en-US
You can specify which websites are allowed to install add-ons. Type the exact address of the site you want to allow and then click Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-cookie-desc
zh-TW
您可以指定哪些網站是否可以設定 Cookie 和儲存網站資料。請在下方輸入要指定的完整網址,然後點擊「封鎖」、「此次瀏覽階段允許」或「允許」。
en-US
You can specify which websites are always or never allowed to use cookies and site data. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-popup-desc
zh-TW
您可以指定哪些網站可以開啟彈出型視窗 (Pop-up)。請輸入完整網址後按「允許」。
en-US
You can specify which websites are allowed to open pop-up windows. Type the exact address of the site you want to allow and then click Allow.
Entity # all locales browser • browser • preferences • preferences.ftl
applications-file-ending-with-type
zh-TW
{ applications-file-ending }({ $type })
en-US
{ applications-file-ending } ({ $type })
Entity # all locales browser • browser • preferences • preferences.ftl
applications-filter.placeholder
zh-TW
搜尋檔案類型或應用程式
en-US
Search file types or applications
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
applications-type-description-with-type
zh-TW
{ $type-description }({ $type })
en-US
{ $type-description } ({ $type })
Entity # all locales browser • browser • preferences • preferences.ftl
applications-type-pdf-with-type
zh-TW
{ applications-type-pdf }({ $type })
en-US
{ applications-type-pdf } ({ $type })
Entity # all locales browser • browser • preferences • preferences.ftl
check-user-spelling.label
zh-TW
打字時即時檢查拼字
en-US
Check your spelling as you type
Entity # all locales browser • browser • preferences • preferences.ftl
sitedata-block-desc
zh-TW
要封鎖的類型
en-US
Type blocked
Entity # all locales browser • browser • protections.ftl
graph-legend-description
zh-TW
在這一週當中封鎖的各類型追蹤器的總數圖表
en-US
A graph containing the total number of each type of tracker blocked this week.
Entity # all locales browser • chrome • browser • places • places.properties
bookmarksRestoreFormatError
zh-TW
檔案類型不支援。
en-US
Unsupported file type.
Entity # all locales browser • chrome • overrides • appstrings.properties
externalProtocolChkMsg
zh-TW
對於此類鏈結一律使用並記住我的選擇
en-US
Remember my choice for all links of this type.
Entity # all locales browser • chrome • overrides • appstrings.properties
unsafeContentType
zh-TW
因為其中含有可能不安全的檔案類型,無法顯示您嘗試檢視的頁面。請向網站擁有者回報此問題。
en-US
The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem.
Entity # all locales browser • extensions • formautofill • formautofill.properties
cardNetwork
zh-TW
卡片類型
en-US
Card Type
Entity # all locales browser • installer • custom.properties
OPTIONS_PAGE_TITLE
zh-TW
安裝類型
en-US
Setup Type
Entity # all locales browser • installer • custom.properties
OPTIONS_SUMMARY
zh-TW
請選擇您想安裝的類型後按「下一步」。
en-US
Choose the type of setup you prefer, then click Next.
Entity # all locales browser • pdfviewer • viewer.properties
text_annotation_type.alt
zh-TW
[{{type}} 註解]
en-US
[{{type}} Annotation]
Entity # all locales calendar • chrome • calendar • calendar-event-dialog-attendees.properties
event.attendee.usertype.unknown
zh-TW
未知類型(%1$S)
en-US
Unknown Type (%1$S)
Entity # all locales calendar • chrome • calendar • calendar-occurrence-prompt.properties
header.containsrepeating.mixed.label
zh-TW
包含不同類型的重複項目
en-US
contains repeating items of different type
Entity # all locales calendar • chrome • calendar • calendarCreation.dtd
calendartype.label
zh-TW
行事曆類型:
en-US
Calendar Type:
Entity # all locales calendar • chrome • calendar • calendarCreation.dtd
network.subscribe.multiple.description
zh-TW
此位置有多種不同的行事曆。請先選擇要訂閱的類型,再勾選想要訂閱的行事曆。
en-US
Multiple calendar types are available for this location. Please select the calendar type, then mark the calendars you would like to subscribe to.
Entity # all locales devtools • client • debugger.properties
eventListenersHeader1.placeholder
zh-TW
依照事件類型過濾
en-US
Filter by event type
Entity # all locales devtools • client • jit-optimizations.properties
jit.types
zh-TW
類型
en-US
Types
Entity # all locales devtools • client • markers.properties
marker.field.DOMEventType
zh-TW
事件類型:
en-US
Event Type:
Entity # all locales devtools • client • markers.properties
marker.field.type
zh-TW
類型:
en-US
Type:
Entity # all locales devtools • client • memory.properties
censusDisplays.coarseType.tooltip
zh-TW
依照類型分組
en-US
Group items by their type
Entity # all locales devtools • client • netmonitor.properties
charts.type
zh-TW
類型
en-US
Type
Entity # all locales devtools • client • netmonitor.properties
netmonitor.response.mime
zh-TW
MIME 類型:
en-US
MIME Type:
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.type
zh-TW
類型
en-US
Type
Entity # all locales devtools • client • styleeditor.ftl
styleeditor-editor-textbox.data-placeholder
zh-TW
在此輸入 CSS。
en-US
Type CSS here.
Entity # all locales devtools • client • toolbox-options.ftl
options-stylesheet-autocompletion-tooltip.title
zh-TW
在您於樣式編輯器中輸入時自動完成 CSS 屬性、值與選擇器
en-US
Autocomplete CSS properties, values and selectors in Style Editor as you type
Entity # all locales devtools • client • webconsole.properties
selfxss.msg
zh-TW
小心詐騙: 請勿貼上您不了解的內容或程式碼。可能會造成您的身份被盜用,或是電腦遭人控制。請在下方輸入「%S」(不需要按 Enter)以允許貼上內容。
en-US
Scam Warning: Take care when pasting things you don’t understand. This could allow attackers to steal your identity or take control of your computer. Please type ‘%S’ below (no need to press enter) to allow pasting.
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.autocomplete.tooltip
zh-TW
若開啟此選項,將在輸入時就顯示建議
en-US
If you enable this option the input will display suggestions as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.instantEvaluation.tooltip
zh-TW
若開啟此選項,將在輸入時就立即求值
en-US
If you enable this option the input will be instantly evaluated as you type in it
Entity # all locales dom • chrome • appstrings.properties
unsafeContentType
zh-TW
因為其中含有可能不安全的檔案類型,無法顯示您嘗試檢視的頁面。請向網站擁有者回報此問題。
en-US
The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem.
Entity # all locales dom • chrome • dom • dom.properties
AllEntryTypesIgnored
zh-TW
無有效的 entryTypes,中斷註冊。
en-US
No valid entryTypes; aborting registration.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedXLinkAttributeWarning
zh-TW
已棄用 MathML 元素的 XLink 屬性「href」、「type」、「show」及「actuate」,未來將移除。
en-US
XLink attributes “href”, “type”, “show” and “actuate” are deprecated on MathML elements and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MediaDecodeAudioDataUnknownContentType
zh-TW
傳送給 decodeAudioData 的緩衝內容包含了未知的內容格式。
en-US
The buffer passed to decodeAudioData contains an unknown content type.
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
MediaLoadUnsupportedTypeAttribute
zh-TW
不支援「%1$S」格式的「type」屬性。媒體資源 %2$S 載入失敗。
en-US
Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed.
Entity # all locales dom • chrome • dom • dom.properties
MediaLoadUnsupportedTypeAttributeLoadingNextChild
zh-TW
不支援「%1$S」指定的「type」屬性。媒體資源 %2$S 載入失敗。將嘗試載入下一個 <source> 元素。
en-US
Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed. Trying to load from next <source> element.
Entity # all locales dom • chrome • dom • dom.properties
MediaRecorderMultiTracksNotSupported
zh-TW
MediaRecorder 目前還不支援錄製多軌同類型的內容。
en-US
MediaRecorder does not support recording multiple tracks of the same type at this time.
Entity # all locales dom • chrome • dom • dom.properties
PreloadIgnoredInvalidAttr
zh-TW
由於未知的「as」或「type」值,或「media」屬性不符合,已忽略預載 %S。
en-US
Preload of %S was ignored due to unknown “as” or “type” values, or non-matching “media” attribute.
Entity # all locales dom • chrome • dom • dom.properties
PreventDefaultFromPassiveListenerWarning
zh-TW
忽略從註冊為「passive」的 listener 對「%1$S」類型事件的「preventDefault()」呼叫。
en-US
Ignoring ‘preventDefault()’ call on event of type ‘%1$S’ from a listener registered as ‘passive’.
Entity # all locales dom • chrome • dom • dom.properties
ResponseTypeSyncXHRWarning
zh-TW
在同步模式的視窗內容當中,不再支援使用 XMLHttpRequest 當中的 responseType 屬性。
en-US
Use of XMLHttpRequest’s responseType attribute is no longer supported in the synchronous mode in window context.
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
UnsupportedEntryTypesIgnored
zh-TW
忽略不支援的 entryTypes: %S。
en-US
Ignoring unsupported entryTypes: %S.
Entity # all locales dom • chrome • layout • HtmlForm.properties
AllSupportedTypes
zh-TW
所有支援的類型
en-US
All Supported Types
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
zh-TW
表格含有上傳檔案的輸入,但未使用 method=POST 與 enctype=multipart/form-data。檔案將不會被上傳。
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotPostWarning
zh-TW
表格含有 enctype=%S 但未使用 method=post。傳送時會使用 method=GET 且忽略 enctype 設定。
en-US
Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
Entity # all locales dom • chrome • layout • css.properties
MimeNotCss
zh-TW
無法載入樣式表 %1$S,因為它的 MIME 型態「%2$S」不是「text/css」。
en-US
The stylesheet %1$S was not loaded because its MIME type, “%2$S”, is not “text/css”.
Entity # all locales dom • chrome • layout • css.properties
MimeNotCssWarn
zh-TW
已載入樣式表 %1$S 為 CSS,但它的 MIME 型態「%2$S」不是「text/css」。
en-US
The stylesheet %1$S was loaded as CSS even though its MIME type, “%2$S”, is not “text/css”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctype
zh-TW
幾乎是標準模式的 Doctype。預期要有「<!DOCTYPE html>」。
en-US
Almost standards mode doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errBogusDoctype
zh-TW
不正確的 Doctype
en-US
Bogus doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
zh-TW
還沒發現 Doctype 就發現了結束標籤。預期應有「<!DOCTYPE html>」。
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEofInDoctype
zh-TW
Doctype 當中出現了檔案結束符號。
en-US
End of file inside doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedPublicId
zh-TW
預期要有一個公用識別符,但 Doctype 已經結束了。
en-US
Expected a public identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedSystemId
zh-TW
預期應有一個系統識別符,但 Doctype 已經結束了。
en-US
Expected a system identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooSeenWhenFooOpen
zh-TW
發現了「%1$S」的起始標籤,但有個相同型別的元素已經開啟了。
en-US
An “%1$S” start tag seen but an element of the same type was already open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooSeenWhenFooOpen2
zh-TW
發現了「%1$S」的起始標籤,但有個相同型別的元素已經開啟了。
en-US
Start tag “%1$S” seen but an element of the same type was already open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtGt
zh-TW
發現了「<>」。可能造成的原因: 未跳脫的「<」(應該要跳脫為「&lt;」)或是把起始標籤打錯了。
en-US
Saw “<>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errLtSlashGt
zh-TW
發現「</>」。可能造成的原因: 未跳脫的「<」(應該要跳脫成「&lt;」) 或是打錯了的結尾標籤。
en-US
Saw “</>”. Probable causes: Unescaped “<” (escape as “&lt;”) or mistyped end tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errMissingSpaceBeforeDoctypeName
zh-TW
在 Doctype 名稱前面少了一個空白。
en-US
Missing space before doctype name.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNamelessDoctype
zh-TW
缺少名稱的 Doctype
en-US
Nameless doctype.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenDoctypePublicKeywordAndQuote
zh-TW
在 Doctype 的「PUBLIC」關鍵字與引號中間沒有空格。
en-US
No space between the doctype “PUBLIC” keyword and the quote.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenDoctypeSystemKeywordAndQuote
zh-TW
在 Doctype 當中的「SYSTEM」關鍵字與引號中間沒有空格。
en-US
No space between the doctype “SYSTEM” keyword and the quote.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSpaceBetweenPublicAndSystemIds
zh-TW
在 Doctype 當中的公用與系統識別符中間沒有空格。
en-US
No space between the doctype public and system identifiers.
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctype
zh-TW
詭異的 Doctype 。原本預期應為「<!DOCTYPE html>」。
en-US
Quirky doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
zh-TW
尚未定義 Doctype 就出現了起始標籤。預期應有「<!DOCTYPE html>」。
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStrayDoctype
zh-TW
多餘的 Doctype
en-US
Stray doctype.
Entity # all locales dom • chrome • netError.dtd
unsafeContentType.title
zh-TW
不安全的檔案格式
en-US
Unsafe File Type
Entity # all locales dom • chrome • security • security.properties
BlockImportScriptsWithWrongMimeType
zh-TW
因為使用了未允許的 MIME 類型(「%2$S」),已封鎖透過 importScripts() 載入的指令碼「%1$S」。
en-US
Loading script from “%1$S” with importScripts() was blocked because of a disallowed MIME type (“%2$S”).
Entity # all locales dom • chrome • security • security.properties
BlockModuleWithWrongMimeType
zh-TW
因為使用了未允許的 MIME 類型(「%2$S」),已封鎖載入來自「%1$S」的模組。
en-US
Loading module from “%1$S” was blocked because of a disallowed MIME type (“%2$S”).
Entity # all locales dom • chrome • security • security.properties
BlockScriptWithWrongMimeType2
zh-TW
因為使用了未允許的 MIME 類型(「%2$S」),已封鎖來自「%1$S」的指令碼。
en-US
Script from “%1$S” was blocked because of a disallowed MIME type (“%2$S”).
Entity # all locales dom • chrome • security • security.properties
BlockWorkerWithWrongMimeType
zh-TW
因為使用了未允許的 MIME 類型(「%2$S」),已封鎖載入來自「%1$S」的 Worker。
en-US
Loading Worker from “%1$S” was blocked because of a disallowed MIME type (“%2$S”).
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
WarnScriptWithWrongMimeType
zh-TW
即使 MIME 類型(「%2$S」)不是有效的 JavaScript MIME 類型,仍已載入來自「%1$S」的指令碼。
en-US
The script from “%1$S” was loaded even though its MIME type (“%2$S”) is not a valid JavaScript MIME type.
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 dom • chrome • xslt • xslt.properties
11
zh-TW
XSLT 樣式表沒有 XML mimetype:
en-US
An XSLT stylesheet does not have an XML mimetype:
Entity # all locales dom • chrome • xslt • xslt.properties
17
zh-TW
XPath 分析失敗: 應該要有名稱或 Nodetype 測試:
en-US
XPath parse failure: Name or Nodetype test expected:
Entity # all locales editor • ui • chrome • composer • editor.properties
CantEditMimeTypeMsg
zh-TW
無法編輯這種型態的文件
en-US
This type of page can't be edited.
Entity # all locales editor • ui • chrome • composer • editor.properties
MissingImageError
zh-TW
請輸入或選擇正確的圖片。
en-US
Please enter or choose an image of type gif, jpg, or png.
Entity # all locales editor • ui • chrome • composer • editorOverlay.dtd
enableInlineSpellChecker.label
zh-TW
即時拼字檢查
en-US
Spellcheck As You Type
Entity # all locales editor • ui • chrome • dialogs • EditorButtonProperties.dtd
ButtonType.label
zh-TW
類型
en-US
Type
Entity # all locales editor • ui • chrome • dialogs • EditorImageProperties.dtd
altTextEditField.tooltip
zh-TW
輸入出現在圖片位置的文字
en-US
Type text to display in place of the image
Entity # all locales editor • ui • chrome • dialogs • EditorImageProperties.dtd
locationEditField.tooltip
zh-TW
輸入圖片檔的檔名路徑或網址
en-US
Type the image's filename or location
Entity # all locales editor • ui • chrome • dialogs • EditorInputProperties.dtd
Accept.label
zh-TW
接受型態:
en-US
Accept Types:
Entity # all locales editor • ui • chrome • dialogs • EditorInputProperties.dtd
InputType.label
zh-TW
欄位型態
en-US
Field Type
Entity # all locales editor • ui • chrome • dialogs • EditorInsertTable.dtd
borderEditField.tooltip
zh-TW
輸入表格框線的寬度 (0 為無框線)
en-US
Type a number for the table's border, or type zero (0) for no border
Entity # all locales editor • ui • chrome • dialogs • EditorListProperties.dtd
ListType.label
zh-TW
清單(List)型式:
en-US
List Type
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-accept.params
zh-TW
Warning: Source string is missing
en-US
[<nickname> [<type> [<file>]]]
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-close.help
zh-TW
Warning: Source string is missing
en-US
Closes an existing DCC connection. |nickname| may be omitted if run from a DCC view, in which case the DCC connection for that view will be closed. |type| and |file| may be needed to identify the connection. You can also use a regular expression for either <nickname> or <file>.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-close.params
zh-TW
Warning: Source string is missing
en-US
[<nickname> [<type> [<file>]]]
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-list.help
zh-TW
Warning: Source string is missing
en-US
Lists the currently known about DCC offers and connections. This may be limited to just "chat" or "send" using the |type| parameter.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-list.params
zh-TW
Warning: Source string is missing
en-US
[<type>]
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.oper.help
zh-TW
Warning: Source string is missing
en-US
Requests IRC Operator status from the current server. If <password> is not provided, you will be asked to enter the password in a prompt with a masked textfield (so nobody will be able to read it when you type it).
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.save.help
zh-TW
Warning: Source string is missing
en-US
Save the current view as file <filename>. If <filename> is omitted, a Save As dialog will be shown. <savetype> can be either |complete|, |htmlonly| or |text|. If it is omitted, it is deduced from the file extension. Files with the extension .html, .xhtml, .xhtm or .htm will be saved as complete views, .txt files as text files. Any other extensions will throw an error if <savetype> is not provided.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.save.params
zh-TW
Warning: Source string is missing
en-US
[<filename> [<savetype>]]
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.say.help
zh-TW
Warning: Source string is missing
en-US
Sends a message to the current view. This command is used automatically by ChatZilla when you type text that does not begin with the "/" character.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.toggle-oas.format
zh-TW
Warning: Source string is missing
en-US
Open This $viewType at Startup
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.commands.header
zh-TW
Warning: Source string is missing
en-US
Type /help <command-name> for information about a specific command.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.dcc.matches.help
zh-TW
Warning: Source string is missing
en-US
You must specify enough of the user's nickname to uniquely identify the request, or include the request type and even the filename if necessary.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.no.default
zh-TW
Warning: Source string is missing
en-US
Please do not just type into this tab, use an actual command instead.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.matching.commands
zh-TW
Warning: Source string is missing
en-US
Currently implemented commands matching the pattern ``%S'' are [%S].\nType /help <command-name> for information about a specific command.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.save.err.invalid.ext
zh-TW
Warning: Source string is missing
en-US
The extension ``%S'' cannot be used without supplying a <savetype>. Use either |.xhtml|, |.xhtm|, |.html|, |.htm| or |.txt| as a file extension, or supply <savetype>.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.save.err.invalid.savetype
zh-TW
Warning: Source string is missing
en-US
The savetype ``%S'' is not a valid type of file to save to. Use either |complete|, |htmlonly| or |text|.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.save.err.no.ext
zh-TW
Warning: Source string is missing
en-US
You must specify either a normal extension or <savetype>. Nothing was saved.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.supports.chanTypes
zh-TW
Warning: Source string is missing
en-US
Supported channel types: %S"
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.test.styles
zh-TW
Warning: Source string is missing
en-US
Sample text styles *bold*, _underline_, /italic/, |teletype| message.
Entity # all locales extensions • irc • chrome • chatzilla.properties
munger.teletype
zh-TW
Warning: Source string is missing
en-US
Teletype
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.group.global.log.label
zh-TW
Warning: Source string is missing
en-US
Log these view types
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.group.global.maxLines.help
zh-TW
Warning: Source string is missing
en-US
The number of lines of text to keep in this view type. Once the limit is reached, the oldest lines are removed as new lines are added.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.logFolder.help
zh-TW
Warning: Source string is missing
en-US
Specifies the base location for all logs. The various "Log file for" preferences specify the exact names for the different types of log file.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.munger.teletype.help
zh-TW
Warning: Source string is missing
en-US
Makes ChatZilla display |teletype| actually in teletype (a fixed-width font).
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.munger.teletype.label
zh-TW
Warning: Source string is missing
en-US
Teletype
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.outgoing.colorCodes.help
zh-TW
Warning: Source string is missing
en-US
Allows you to send color and other mIRC codes, such as bold and underline, using special %-sequences. When enabled, simply type "%" to see a popup of the various choices.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.proxy.typeOverride.label
zh-TW
Warning: Source string is missing
en-US
Proxy Type
Entity # all locales extensions • irc • chrome • config.dtd
config.type.hint
zh-TW
Warning: Source string is missing
en-US
Type of object to add preferences for
Entity # all locales extensions • irc • chrome • config.dtd
config.type.label
zh-TW
Warning: Source string is missing
en-US
Type:
Entity # all locales mail • chrome • messenger • AccountWizard.dtd
accountTypeDirections.label
zh-TW
選擇您想要設定的帳號類型:
en-US
Select the type of account you would like to set up:
Entity # all locales mail • chrome • messenger • AccountWizard.dtd
incomingServerTypeDesc.label
zh-TW
請選擇您用來收信的伺服器類型。
en-US
Select the type of incoming server you are using.
Entity # all locales mail • chrome • messenger • AccountWizard.dtd
serverTypePrefix.label
zh-TW
收件伺服器類型:
en-US
Incoming Server Type:
Entity # all locales mail • chrome • messenger • accountCreationModel.properties
outgoing_not_smtp.error
zh-TW
寄件伺服器必須是 SMTP 。
en-US
The outgoing server must be of type SMTP
Entity # all locales mail • chrome • messenger • addressbook • abCard.dtd
PhotoURL.placeholder
zh-TW
貼上或輸入相片的網址
en-US
Paste or type the web address of a photo
Entity # all locales mail • chrome • messenger • addressbook • abMailListDialog.dtd
AddressTitle.label
zh-TW
輸入 Email 地址以加入群組信名單:
en-US
Type email addresses to add them to the mailing list:
Entity # all locales mail • chrome • messenger • addressbook • addressBook.properties
errorInvalidImage
zh-TW
錯誤: 僅接受 JPG、PNG 及 GIF 格式圖片。
en-US
Error: Only JPG, PNG and GIF image types are supported.
Entity # all locales mail • chrome • messenger • am-server-top.dtd
serverType.label
zh-TW
伺服器類型:
en-US
Server Type:
Entity # all locales mail • chrome • messenger • am-server-top.dtd
storeType.label
zh-TW
訊息儲存方式:
en-US
Message Store Type:
Entity # all locales mail • chrome • messenger • chat.properties
unknownCommand
zh-TW
%S 是不受支援的命令。請輸入 /help 檢視受支援的命令清單。
en-US
%S is not a supported command. Type /help to see the list of commands.
Entity # all locales mail • chrome • messenger • converterDialog.dtd
converterDialog.title
zh-TW
訊息儲存空間類型轉換器
en-US
Message Store Type Converter
Entity # all locales mail • chrome • messenger • folderProps.dtd
folderType.label
zh-TW
信件匣類型:
en-US
Folder Type:
Entity # all locales mail • chrome • messenger • importDialog.dtd
select.label
zh-TW
選擇要匯入的資料類型:
en-US
or select the type of material to import:
Entity # all locales mail • chrome • messenger • importDialog.dtd
selectDescription.label
zh-TW
請選擇您想匯入的程式資料類型:
en-US
Please select the type of file that you would like to import:
Entity # all locales mail • chrome • messenger • messengercompose • EditorImageProperties.dtd
altTextEditField.tooltip
zh-TW
輸入出現在圖片位置的文字
en-US
Type text to display in place of the image
Entity # all locales mail • chrome • messenger • messengercompose • EditorImageProperties.dtd
locationEditField.tooltip
zh-TW
輸入圖片檔的檔名路徑或網址
en-US
Type the image's filename or location
Entity # all locales mail • chrome • messenger • messengercompose • EditorInsertTable.dtd
borderEditField.tooltip
zh-TW
輸入表格框線的寬度 (0 為無框線)
en-US
Type a number for the table's border, or type zero (0) for no border
Entity # all locales mail • chrome • messenger • messengercompose • EditorListProperties.dtd
ListType.label
zh-TW
清單(List)型式:
en-US
List Type
Entity # all locales mail • chrome • messenger • messengercompose • editor.properties
CantEditMimeTypeMsg
zh-TW
無法編輯這種型態的文件
en-US
This type of page can't be edited.
Entity # all locales mail • chrome • messenger • messengercompose • editor.properties
MissingImageError
zh-TW
請輸入或選擇正確的圖片。
en-US
Please enter or choose an image of type gif, jpg, or png.
Entity # all locales mail • chrome • messenger • messengercompose • messengercompose.dtd
enableInlineSpellChecker.label
zh-TW
即時拼字檢查
en-US
Spellcheck As You Type
Entity # all locales mail • chrome • messenger • messengercompose • messengercompose.dtd
extraRecipients.tooltip
zh-TW
其他類型的地址欄位
en-US
Other types of addressing fields
Entity # all locales mail • chrome • messenger • preferences • preferences.properties
cookiepermissionstext
zh-TW
您可以指定網站能否使用 Cookie。請輸入完整網址後按「封鎖」、「允許此次連線 (Session)」或「允許」。
en-US
You can specify which web sites are always or never allowed to use cookies. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.
Entity # all locales mail • chrome • messenger • preferences • preferences.properties
forAnyConnection
zh-TW
任何類型的連線
en-US
Any type of connection
Entity # all locales mail • chrome • messenger • preferences • preferences.properties
imagepermissionstext
zh-TW
您可以指定要載入來自哪些網站的遠端內容,也可以允許某位寄件者寄來的郵件當中的遠端內容。請輸入您想要管理的網站網址或寄件者信箱,然後點擊「封鎖」或「允許」。
en-US
You can specify from which web sites images and other remote content are allowed to load. You can also allow all remote content based on sender e-mail address. Type the address of the site or e-mail you want to manage and then click Block or Allow.
Entity # all locales mail • chrome • mozldap • ldap.properties
17
zh-TW
未定義的屬性
en-US
Undefined attribute type
Entity # all locales mail • chrome • mozldap • ldap.properties
20
zh-TW
型態或數值已存在
en-US
Type or value exists
Entity # all locales mail • chrome • overrides • netError.dtd
unsafeContentType.title
zh-TW
不安全的檔案類型
en-US
Unsafe file type
Entity # all locales mail • installer • custom.properties
OPTIONS_PAGE_TITLE
zh-TW
安裝類型
en-US
Setup Type
Entity # all locales mail • installer • custom.properties
OPTIONS_SUMMARY
zh-TW
請選擇您想安裝的類型後按「下一步」。
en-US
Choose the type of setup you prefer, then click Next.
Entity # all locales mail • installer • custom.properties
REG_APP_DESC
zh-TW
$BrandShortName 是全功能的郵件處理程式。$BrandShortName 支援 IMAP 與 POP 郵件協定,並能處理 HTML 格式郵件。內建垃圾郵件控制、RSS 消息來源閱讀、強而有力的快速搜尋、即時拼字檢查、全域收件匣、進階的郵件篩選等功能讓 $BrandShortName 躋身為最現代的郵件處理程式。
en-US
$BrandShortName is a full-featured email application. $BrandShortName supports IMAP and POP mail protocols, as well as HTML mail formatting. Built-in junk mail controls, RSS capabilities, powerful quick search, spell check as you type, global inbox, and advanced message filtering round out $BrandShortName's modern feature set.
Entity # all locales mail • messenger • 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 mail • messenger • aboutRights.ftl
rights-locationawarebrowsing-term-2
zh-TW
輸入 geo.enabled
en-US
Type geo.enabled
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
address-input-type-aria-label
zh-TW
{ $count -> [0] { $type } *[other] { $type } 有 { $count } 個地址,使用鍵盤左方向鍵移動到該項目。 }
en-US
{ $count -> [0] { $type } [one] { $type } with one address, use left arrow key to focus on it. *[other] { $type } with { $count } addresses, use left arrow key to focus on them. }
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
remove-address-row-type
zh-TW
移除 { $type } 欄位
en-US
Remove the { $type } field
Entity # all locales mail • messenger • messengercompose • messengercompose.ftl
remove-address-row-type-label.tooltiptext
zh-TW
移除 { $type } 欄位
en-US
Remove the { $type } field
Entity # all locales mail • messenger • openpgp • keyWizard.ftl
openpgp-keygen-keytype.value
zh-TW
金鑰類型:
en-US
Key type:
Entity # all locales mail • messenger • openpgp • openpgp.ftl
openpgp-key-details-key-type-label
zh-TW
類型
en-US
Type
Entity # all locales mail • messenger • openpgp • openpgp.ftl
openpgp-key-gen-key-type-label
zh-TW
金鑰類型
en-US
Key type
Entity # all locales mail • messenger • preferences • preferences.ftl
spellcheck-inline-label.label
zh-TW
啟用拼字檢查
en-US
Enable spellcheck as you type
Entity # all locales mail • messenger • preferences • preferences.ftl
store-type-label.value
zh-TW
新帳號的訊息儲存方式:
en-US
Message Store Type for new accounts:
Entity # all locales mail • messenger • preferences • preferences.ftl
type-column-label.label
zh-TW
內容類型
en-US
Content Type
Entity # all locales mobile • overrides • appstrings.properties
unsafeContentType
zh-TW
因為其中含有可能不安全的檔案類型,無法顯示您嘗試檢視的頁面。請向網站擁有者回報此問題。
en-US
The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem.
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
zh-TW
<ul> <li>請檢查有沒有打錯網址,像是不小心把 <strong>www</strong>.example.com 打成 <strong>ww</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>搜尋</button> </div> <li>若您還是無法載入任何頁面,請檢查您裝置的數據或 Wi-Fi 連線。 <button id='wifi'>開啟 Wi-Fi</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
zh-TW
<ul> <li>網址通常長得像 <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>搜尋</button> </div> <li>請確定您用的是斜線(例: <strong>/</strong>)。</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales mobile • overrides • netError.dtd
unsafeContentType.title
zh-TW
不安全的檔案格式
en-US
Unsafe File Type
Entity # all locales netwerk • necko.properties
RepostFormData
zh-TW
此網頁即將被重新導向到新網址。您確定要重送表單資料到新網址嗎?
en-US
This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INADEQUATE_CERT_TYPE
zh-TW
程式的憑證類型未被核准。
en-US
Certificate type not approved for application.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE
zh-TW
OCSP 回應無法被完全解碼;回應是未知的類型。
en-US
The OCSP response cannot be fully decoded; it is of an unknown type.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_AIA_LOCATION_TYPE
zh-TW
憑證的授權資訊存取擴充欄位中包含了未知的位置類型
en-US
Unknown location type in cert AIA extension
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_OBJECT_TYPE
zh-TW
指定的物件類型未知。
en-US
Unknown object type specified.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE
zh-TW
CMS 或 PKCS #7 訊息類型不支援。
en-US
The CMS or PKCS #7 Message type is unsupported.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_RX_UNKNOWN_HANDSHAKE
zh-TW
SSL 收到含未知訊息類型的交握訊息。
en-US
SSL received a handshake message with an unknown message type.
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 security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_UNSUPPORTED_CERTIFICATE_TYPE
zh-TW
不支援的憑證類型。
en-US
Unsupported certificate type.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_UNSUPPORTED_CERT_ALERT
zh-TW
SSL 端點不支援收到的憑證類型。
en-US
SSL peer does not support certificates of the type it received.
Entity # all locales security • manager • chrome • pipnss • pipnss.properties
CertDumpLogotype
zh-TW
標準字 (Logotype)
en-US
Logotype
Entity # all locales security • manager • security • pippki • pippki.ftl
protected-auth-msg
zh-TW
請鑑別此 Token,鑑別方法會隨 Token 類型而不同。
en-US
Please authenticate to the token. Authentication method depends on the type of your token.
Please enable JavaScript. Some features won't be available without it.