BETA

Transvision

Filter by folder:

Show all results browser dom toolkit

Displaying 22 results for the string meta in zh-TW:

Entity zh-TW en-US
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-error
zh-TW
{ $count -> *[other] <span>錯誤:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(未匯入)</span> }
en-US
{ $count -> *[other] <span>Errors:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-no-change
zh-TW
{ $count -> *[other] <span>重複的登入資訊:</span> <span data-l10n-name="count">{ $count }</span><span data-l10n-name="meta">(未匯入)</span> }
en-US
{ $count -> *[other] <span>Duplicate logins found:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-no-change2
zh-TW
<span>重複的項目:</span> <span data-l10n-name="count">{ $count }</span><span data-l10n-name="meta">(未匯入)</span>
en-US
{ $count -> *[other] <span>Duplicate entries found:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • pageInfo.ftl
general-meta-tags.value
zh-TW
{ $tags -> *[other] Meta({ $tags } 個標籤) }
en-US
{ $tags -> [one] Meta (1 tag) *[other] Meta ({ $tags } tags) }
Entity # all locales browser • browser • screenshots.ftl
screenshots-notification-image-copied-details
zh-TW
已將擷圖複製到剪貼簿,按下 { screenshots-meta-key }-V 即可貼上。
en-US
Your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste.
Entity # all locales browser • browser • screenshots.ftl
screenshots-notification-link-copied-details
zh-TW
已將您拍攝的圖片鏈結複製到剪貼簿,按下 { screenshots-meta-key }+V 即可貼上。
en-US
The link to your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste.
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
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
EncMetaAfterHeadInKilobyte
zh-TW
用來宣告字元編碼的 <meta> 標籤應移動至 <head> 區塊的一開始才可正確使用該編碼。
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaReplacement
zh-TW
用來宣告字元編碼的 meta 標籤內容造成跨網站指令碼風險,已改用替代編碼。
en-US
A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead.
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
EncMetaTooLateFrame
zh-TW
用來宣告字元編碼的 <meta> 標籤太晚才出現,改以使用父文件的編碼。需將 <meta> 標籤移動至 <head> 區塊的一開始才可正確使用該編碼。
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used 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
EncMetaUnsupported
zh-TW
在 HTML 文件當中的 meta 標籤宣告了一個不受支援的字元編碼。已忽略該宣告。
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUserDefined
zh-TW
網頁的 meta 標籤宣告使用 x-user-defined 作為字元編碼格式。為了保持與刻意編碼錯誤的傳統字體相容性,將會解譯為宣告使用 windown-1252 編碼。此網站應該轉移為使用 Unicode。
en-US
A meta tag was used to declare the character encoding as x-user-defined. This was interpreted as a windows-1252 declaration instead for compatibility with intentionally mis-encoded legacy fonts. This site should migrate to Unicode.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUtf16
zh-TW
網頁的 meta 標籤宣告使用 UTF-16 作為字元編碼格式。已將此解釋為宣告使用 UTF-8 編碼。
en-US
A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead.
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
EncSpeculationFailMeta
zh-TW
由於在進行宣告字元編碼的 <meta> 標籤出現前出現了非 ASCII 字元,已重新剖析文件的開頭。<meta> 標籤應為 <head> 標籤的第一個子元素,且在其之前不應有非 ASCII 字元文字出現。
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
zh-TW
由於在文件中出現非 ASCII 字元,卻找不到用來宣告字元編碼的 <meta> 標籤,需退回採用 XML 的宣告語法,並重新剖析文件的開頭。應在 <head> 標籤的第一個子元素加入用來宣告字元編碼的 <meta> 標籤,而不使用 XML 宣告語法。
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
zh-TW
這份 HTML 文件的字元編碼使用了 XML 的語法進行宣告,這個行為不符合標準,且直接在 <head> 區塊一開始使用 <meta> 標籤進行宣告更有效。
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • security • csp.properties
ignoringSrcFromMetaCSP
zh-TW
忽略來源「%1$S」(不支援透過 meta 元素提供)。
en-US
Ignoring source ‘%1$S’ (Not supported when delivered via meta element).
Entity # all locales toolkit • chrome • global-platform • unix • platformKeys.properties
VK_META
zh-TW
Meta
en-US
Meta
Entity # all locales toolkit • chrome • global-platform • win • platformKeys.properties
VK_META
zh-TW
Meta
en-US
Meta

Displaying 22 results for the string meta in en-US:

Entity zh-TW en-US
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-error
zh-TW
{ $count -> *[other] <span>錯誤:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(未匯入)</span> }
en-US
{ $count -> *[other] <span>Errors:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-no-change
zh-TW
{ $count -> *[other] <span>重複的登入資訊:</span> <span data-l10n-name="count">{ $count }</span><span data-l10n-name="meta">(未匯入)</span> }
en-US
{ $count -> *[other] <span>Duplicate logins found:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-items-no-change2
zh-TW
<span>重複的項目:</span> <span data-l10n-name="count">{ $count }</span><span data-l10n-name="meta">(未匯入)</span>
en-US
{ $count -> *[other] <span>Duplicate entries found:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> }
Entity # all locales browser • browser • pageInfo.ftl
general-meta-tags.value
zh-TW
{ $tags -> *[other] Meta({ $tags } 個標籤) }
en-US
{ $tags -> [one] Meta (1 tag) *[other] Meta ({ $tags } tags) }
Entity # all locales browser • browser • screenshots.ftl
screenshots-notification-image-copied-details
zh-TW
已將擷圖複製到剪貼簿,按下 { screenshots-meta-key }-V 即可貼上。
en-US
Your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste.
Entity # all locales browser • browser • screenshots.ftl
screenshots-notification-link-copied-details
zh-TW
已將您拍攝的圖片鏈結複製到剪貼簿,按下 { screenshots-meta-key }+V 即可貼上。
en-US
The link to your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste.
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
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
EncMetaAfterHeadInKilobyte
zh-TW
用來宣告字元編碼的 <meta> 標籤應移動至 <head> 區塊的一開始才可正確使用該編碼。
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaReplacement
zh-TW
用來宣告字元編碼的 meta 標籤內容造成跨網站指令碼風險,已改用替代編碼。
en-US
A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead.
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
EncMetaTooLateFrame
zh-TW
用來宣告字元編碼的 <meta> 標籤太晚才出現,改以使用父文件的編碼。需將 <meta> 標籤移動至 <head> 區塊的一開始才可正確使用該編碼。
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used 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
EncMetaUnsupported
zh-TW
在 HTML 文件當中的 meta 標籤宣告了一個不受支援的字元編碼。已忽略該宣告。
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUserDefined
zh-TW
網頁的 meta 標籤宣告使用 x-user-defined 作為字元編碼格式。為了保持與刻意編碼錯誤的傳統字體相容性,將會解譯為宣告使用 windown-1252 編碼。此網站應該轉移為使用 Unicode。
en-US
A meta tag was used to declare the character encoding as x-user-defined. This was interpreted as a windows-1252 declaration instead for compatibility with intentionally mis-encoded legacy fonts. This site should migrate to Unicode.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUtf16
zh-TW
網頁的 meta 標籤宣告使用 UTF-16 作為字元編碼格式。已將此解釋為宣告使用 UTF-8 編碼。
en-US
A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead.
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
EncSpeculationFailMeta
zh-TW
由於在進行宣告字元編碼的 <meta> 標籤出現前出現了非 ASCII 字元,已重新剖析文件的開頭。<meta> 標籤應為 <head> 標籤的第一個子元素,且在其之前不應有非 ASCII 字元文字出現。
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
zh-TW
由於在文件中出現非 ASCII 字元,卻找不到用來宣告字元編碼的 <meta> 標籤,需退回採用 XML 的宣告語法,並重新剖析文件的開頭。應在 <head> 標籤的第一個子元素加入用來宣告字元編碼的 <meta> 標籤,而不使用 XML 宣告語法。
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
zh-TW
這份 HTML 文件的字元編碼使用了 XML 的語法進行宣告,這個行為不符合標準,且直接在 <head> 區塊一開始使用 <meta> 標籤進行宣告更有效。
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • security • csp.properties
ignoringSrcFromMetaCSP
zh-TW
忽略來源「%1$S」(不支援透過 meta 元素提供)。
en-US
Ignoring source ‘%1$S’ (Not supported when delivered via meta element).
Entity # all locales toolkit • chrome • global-platform • unix • platformKeys.properties
VK_META
zh-TW
Meta
en-US
Meta
Entity # all locales toolkit • chrome • global-platform • win • platformKeys.properties
VK_META
zh-TW
Meta
en-US
Meta
Please enable JavaScript. Some features won't be available without it.