BETA

Transvision

Displaying 38 results for the string bytes in pt-BR:

Entity pt-BR en-US
Entity # all locales browser • browser • pageInfo.ftl
properties-general-size.value
pt-BR
{ $bytes -> [one] { $kb } KB ({ $bytes } byte) *[other] { $kb } KB ({ $bytes } bytes) }
en-US
{ $bytes -> [one] { $kb } KB ({ $bytes } byte) *[other] { $kb } KB ({ $bytes } bytes) }
Entity # all locales browser • pdfviewer • viewer.properties
document_properties_kb
pt-BR
{{size_kb}}KB ({{size_b}} bytes)
en-US
{{size_kb}} KB ({{size_b}} bytes)
Entity # all locales browser • pdfviewer • viewer.properties
document_properties_mb
pt-BR
{{size_mb}}MB ({{size_b}} bytes)
en-US
{{size_mb}} MB ({{size_b}} bytes)
Entity # all locales devtools • client • markers.properties
marker.gcreason.label.TOO_MUCH_MALLOC
pt-BR
Too Many Bytes Allocated
en-US
Too Many Bytes Allocated
Entity # all locales devtools • client • memory.properties
heapview.field.bytes
pt-BR
Bytes
en-US
Bytes
Entity # all locales devtools • client • memory.properties
heapview.field.bytes.tooltip
pt-BR
O número de bytes usados por este grupo, excluindo subgrupos
en-US
The number of bytes taken up by this group, excluding subgroups
Entity # all locales devtools • client • memory.properties
heapview.field.retainedSize
pt-BR
Tamanho de retenção (bytes)
en-US
Retained Size (Bytes)
Entity # all locales devtools • client • memory.properties
heapview.field.shallowSize
pt-BR
Tamanho superficial (bytes)
en-US
Shallow Size (Bytes)
Entity # all locales devtools • client • memory.properties
heapview.field.totalbytes
pt-BR
Total de bytes
en-US
Total Bytes
Entity # all locales devtools • client • memory.properties
heapview.field.totalbytes.tooltip
pt-BR
O número de bytes usados por este grupo, incluindo subgrupos
en-US
The number of bytes taken up by this group, including subgroups
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O parâmetro ‘salt‘ no cabeçalho ‘Encryption‘ deve incluir codificado em base64-url (https://tools.ietf.org/html/rfc7515#appendix-C), e deve ter pelo menos 16 bytes antes da codificação. Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para mais informações.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O parâmetro ‘dh‘ no cabeçalho ‘Crypto-Key‘ deve incluir a chave pública Diffie-Hellman do servidor de aplicativo, com codificação base64url (https://tools.ietf.org/html/rfc7515#appendix-C) em formato “uncompressed” ou “raw” (65 bytes antes da codificação). Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para mais informações.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncBomlessUtf16
pt-BR
Detectado texto Latim Básico codificado em UTF-16 sem uma indicação da ordem de bytes (BOM) e sem uma declaração no protocolo de transferência. Codificar este conteúdo em UTF-16 é ineficiente e a codificação de caracteres deveria ser declarada de qualquer forma.
en-US
Detected UTF-16-encoded Basic Latin-only text without a byte order mark and without a transfer protocol-level declaration. Encoding this content in UTF-16 is inefficient and the character encoding should have been declared in any case.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMeta
pt-BR
A declaração da codificação de caracteres do documento HTML não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. Ao ser aberta em um navegador configurado de forma diferente, a página será automaticamente recarregada. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. When viewed in a differently-configured browser, this page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaFrame
pt-BR
A declaração da codificação de caracteres do documento HTML em um frame não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. Ao ser aberta fora de um frame, a página será automaticamente recarregada. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of the framed HTML document was not found when prescanning the first 1024 bytes of the file. When viewed without the document framing it, the page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaReload
pt-BR
A página foi recarregada porque a declaração da codificação de caracteres do documento HTML não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The page was reloaded, because the character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaTooLate
pt-BR
A declaração da codificação de caracteres do documento não foi encontrada a tempo de fazer efeito. Ela precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of document was found too late for it to take effect. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclarationPlain
pt-BR
A codificação de caracteres do documento de texto sem formatação não foi declarada. O documento será exibido com texto corrompido em algumas configurações de navegadores se o documento contiver caracteres fora da faixa US-ASCII. A codificação de caracteres do arquivo deve ser declarada no protocolo de transferência ou o arquivo precisa usar uma indicação da ordem de bytes (BOM) como uma assinatura da codificação.
en-US
The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the file needs to be declared in the transfer protocol or file needs to use a byte order mark as an encoding signature.
Entity # all locales dom • chrome • security • security.properties
ReferrerLengthOverLimitation
pt-BR
Cabeçalho HTTP Referrer: Tamanho ultrapassa limite de “%1$S” bytes - truncando o cabeçalho 'referrer' para a origem: “%2$S”
en-US
HTTP Referrer header: Length is over “%1$S” bytes limit - stripping referrer header down to origin: “%2$S”
Entity # all locales dom • chrome • security • security.properties
ReferrerOriginLengthOverLimitation
pt-BR
Cabeçalho HTTP Referrer: Tamanho da origem dentro do 'referrer' ultrapassa o limite de “%1$S” bytes - removendo 'referrer' com origem “%2$S”.
en-US
HTTP Referrer header: Length of origin within referrer is over “%1$S” bytes limit - removing referrer with origin “%2$S”.
Entity # all locales mail • chrome • messenger • messenger.properties
byteAbbreviation2
pt-BR
%.*f bytes
en-US
%.*f bytes
Entity # all locales mail • chrome • messenger • messengercompose • composeMsgs.properties
smtpPermSizeExceeded1
pt-BR
O tamanho da mensagem que você quer enviar excede o limite global (%d bytes) do servidor. A mensagem não foi enviada. Reduza o tamanho da mensagem e tente de novo.
en-US
The size of the message you are trying to send exceeds the global size limit (%d bytes) of the server. The message was not sent; reduce the message size and try again.
Entity # all locales security • manager • chrome • pipnss • pipnss.properties
CertDumpRawBytesHeader
pt-BR
Tamanho: %S bytes / %S bits
en-US
Size: %S Bytes / %S Bits
Entity # all locales suite • chrome • browser • metadata.properties
imageSize
pt-BR
%S KB (%S bytes)
en-US
%S KB (%S bytes)
Entity # all locales suite • chrome • browser • pageInfo.properties
generalSize
pt-BR
%SKB (%S bytes)
en-US
%S KB (%S bytes)
Entity # all locales suite • chrome • common • feeds • subscribe.properties
bytes
pt-BR
bytes
en-US
bytes
Entity # all locales suite • chrome • mailnews • compose • composeMsgs.properties
smtpPermSizeExceeded1
pt-BR
O tamanho da mensagem que deseja enviar excede o limite de tamanho (%d bytes) do servidor. A mensagem não foi enviada; reduza o tamanho da mensagem e tente novamente.
en-US
The size of the message you are trying to send exceeds the global size limit (%d bytes) of the server. The message was not sent; reduce the message size and try again.
Entity # all locales suite • chrome • mailnews • messenger.properties
byteAbbreviation2
pt-BR
%.*f bytes
en-US
%.*f bytes
Entity # all locales toolkit • chrome • global • aboutWebrtc.properties
ice_pair_bytes_received
pt-BR
Bytes recebidos
en-US
Bytes received
Entity # all locales toolkit • chrome • global • aboutWebrtc.properties
ice_pair_bytes_sent
pt-BR
Bytes enviados
en-US
Bytes sent
Entity # all locales toolkit • chrome • mozapps • downloads • downloads.properties
bytes
pt-BR
bytes
en-US
bytes
Entity # all locales toolkit • toolkit • about • aboutNetworking.ftl
about-networking-bytes-received
pt-BR
Bytes recebidos
en-US
Bytes Received
Entity # all locales toolkit • toolkit • about • aboutNetworking.ftl
about-networking-bytes-sent
pt-BR
Bytes enviados
en-US
Bytes Sent
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-ice-pair-bytes-received
pt-BR
Bytes recebidos:
en-US
Bytes received:
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-ice-pair-bytes-sent
pt-BR
Bytes enviados:
en-US
Bytes sent:
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-max-padding-bytes-sec
pt-BR
Máximo preenchimento de pacotes (bytes/seg)
en-US
Maximum Padding (bytes/sec)
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-receive-bandwidth-bytes-sec
pt-BR
Largura de banda de recebimento (bytes/seg)
en-US
Receive Bandwidth (bytes/sec)
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-send-bandwidth-bytes-sec
pt-BR
Largura de banda de envio (bytes/seg)
en-US
Send Bandwidth (bytes/sec)

Displaying 36 results for the string bytes in en-US:

Entity pt-BR en-US
Entity # all locales browser • browser • pageInfo.ftl
properties-general-size.value
pt-BR
{ $bytes -> [one] { $kb } KB ({ $bytes } byte) *[other] { $kb } KB ({ $bytes } bytes) }
en-US
{ $bytes -> [one] { $kb } KB ({ $bytes } byte) *[other] { $kb } KB ({ $bytes } bytes) }
Entity # all locales browser • pdfviewer • viewer.properties
document_properties_kb
pt-BR
{{size_kb}}KB ({{size_b}} bytes)
en-US
{{size_kb}} KB ({{size_b}} bytes)
Entity # all locales browser • pdfviewer • viewer.properties
document_properties_mb
pt-BR
{{size_mb}}MB ({{size_b}} bytes)
en-US
{{size_mb}} MB ({{size_b}} bytes)
Entity # all locales devtools • client • markers.properties
marker.gcreason.label.TOO_MUCH_MALLOC
pt-BR
Too Many Bytes Allocated
en-US
Too Many Bytes Allocated
Entity # all locales devtools • client • memory.properties
heapview.field.bytes
pt-BR
Bytes
en-US
Bytes
Entity # all locales devtools • client • memory.properties
heapview.field.bytes.tooltip
pt-BR
O número de bytes usados por este grupo, excluindo subgrupos
en-US
The number of bytes taken up by this group, excluding subgroups
Entity # all locales devtools • client • memory.properties
heapview.field.retainedSize
pt-BR
Tamanho de retenção (bytes)
en-US
Retained Size (Bytes)
Entity # all locales devtools • client • memory.properties
heapview.field.shallowSize
pt-BR
Tamanho superficial (bytes)
en-US
Shallow Size (Bytes)
Entity # all locales devtools • client • memory.properties
heapview.field.totalbytes
pt-BR
Total de bytes
en-US
Total Bytes
Entity # all locales devtools • client • memory.properties
heapview.field.totalbytes.tooltip
pt-BR
O número de bytes usados por este grupo, incluindo subgrupos
en-US
The number of bytes taken up by this group, including subgroups
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O parâmetro ‘salt‘ no cabeçalho ‘Encryption‘ deve incluir codificado em base64-url (https://tools.ietf.org/html/rfc7515#appendix-C), e deve ter pelo menos 16 bytes antes da codificação. Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para mais informações.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O parâmetro ‘dh‘ no cabeçalho ‘Crypto-Key‘ deve incluir a chave pública Diffie-Hellman do servidor de aplicativo, com codificação base64url (https://tools.ietf.org/html/rfc7515#appendix-C) em formato “uncompressed” ou “raw” (65 bytes antes da codificação). Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para mais informações.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMeta
pt-BR
A declaração da codificação de caracteres do documento HTML não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. Ao ser aberta em um navegador configurado de forma diferente, a página será automaticamente recarregada. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. When viewed in a differently-configured browser, this page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaFrame
pt-BR
A declaração da codificação de caracteres do documento HTML em um frame não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. Ao ser aberta fora de um frame, a página será automaticamente recarregada. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of the framed HTML document was not found when prescanning the first 1024 bytes of the file. When viewed without the document framing it, the page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaReload
pt-BR
A página foi recarregada porque a declaração da codificação de caracteres do documento HTML não foi encontrada ao verificar os primeiros 1024 bytes do arquivo. A declaração da codificação precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The page was reloaded, because the character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncLateMetaTooLate
pt-BR
A declaração da codificação de caracteres do documento não foi encontrada a tempo de fazer efeito. Ela precisa ser movida para os primeiros 1024 bytes do arquivo.
en-US
The character encoding declaration of document was found too late for it to take effect. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Entity # all locales dom • chrome • security • security.properties
ReferrerLengthOverLimitation
pt-BR
Cabeçalho HTTP Referrer: Tamanho ultrapassa limite de “%1$S” bytes - truncando o cabeçalho 'referrer' para a origem: “%2$S”
en-US
HTTP Referrer header: Length is over “%1$S” bytes limit - stripping referrer header down to origin: “%2$S”
Entity # all locales dom • chrome • security • security.properties
ReferrerOriginLengthOverLimitation
pt-BR
Cabeçalho HTTP Referrer: Tamanho da origem dentro do 'referrer' ultrapassa o limite de “%1$S” bytes - removendo 'referrer' com origem “%2$S”.
en-US
HTTP Referrer header: Length of origin within referrer is over “%1$S” bytes limit - removing referrer with origin “%2$S”.
Entity # all locales mail • chrome • messenger • messenger.properties
byteAbbreviation2
pt-BR
%.*f bytes
en-US
%.*f bytes
Entity # all locales mail • chrome • messenger • messengercompose • composeMsgs.properties
smtpPermSizeExceeded1
pt-BR
O tamanho da mensagem que você quer enviar excede o limite global (%d bytes) do servidor. A mensagem não foi enviada. Reduza o tamanho da mensagem e tente de novo.
en-US
The size of the message you are trying to send exceeds the global size limit (%d bytes) of the server. The message was not sent; reduce the message size and try again.
Entity # all locales security • manager • chrome • pipnss • pipnss.properties
CertDumpRawBytesHeader
pt-BR
Tamanho: %S bytes / %S bits
en-US
Size: %S Bytes / %S Bits
Entity # all locales suite • chrome • browser • metadata.properties
imageSize
pt-BR
%S KB (%S bytes)
en-US
%S KB (%S bytes)
Entity # all locales suite • chrome • browser • pageInfo.properties
generalSize
pt-BR
%SKB (%S bytes)
en-US
%S KB (%S bytes)
Entity # all locales suite • chrome • common • feeds • subscribe.properties
bytes
pt-BR
bytes
en-US
bytes
Entity # all locales suite • chrome • mailnews • compose • composeMsgs.properties
smtpPermSizeExceeded1
pt-BR
O tamanho da mensagem que deseja enviar excede o limite de tamanho (%d bytes) do servidor. A mensagem não foi enviada; reduza o tamanho da mensagem e tente novamente.
en-US
The size of the message you are trying to send exceeds the global size limit (%d bytes) of the server. The message was not sent; reduce the message size and try again.
Entity # all locales suite • chrome • mailnews • messenger.properties
byteAbbreviation2
pt-BR
%.*f bytes
en-US
%.*f bytes
Entity # all locales toolkit • chrome • global • aboutWebrtc.properties
ice_pair_bytes_received
pt-BR
Bytes recebidos
en-US
Bytes received
Entity # all locales toolkit • chrome • global • aboutWebrtc.properties
ice_pair_bytes_sent
pt-BR
Bytes enviados
en-US
Bytes sent
Entity # all locales toolkit • chrome • mozapps • downloads • downloads.properties
bytes
pt-BR
bytes
en-US
bytes
Entity # all locales toolkit • toolkit • about • aboutNetworking.ftl
about-networking-bytes-received
pt-BR
Bytes recebidos
en-US
Bytes Received
Entity # all locales toolkit • toolkit • about • aboutNetworking.ftl
about-networking-bytes-sent
pt-BR
Bytes enviados
en-US
Bytes Sent
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-ice-pair-bytes-received
pt-BR
Bytes recebidos:
en-US
Bytes received:
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-ice-pair-bytes-sent
pt-BR
Bytes enviados:
en-US
Bytes sent:
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-max-padding-bytes-sec
pt-BR
Máximo preenchimento de pacotes (bytes/seg)
en-US
Maximum Padding (bytes/sec)
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-receive-bandwidth-bytes-sec
pt-BR
Largura de banda de recebimento (bytes/seg)
en-US
Receive Bandwidth (bytes/sec)
Entity # all locales toolkit • toolkit • about • aboutWebrtc.ftl
about-webrtc-send-bandwidth-bytes-sec
pt-BR
Largura de banda de envio (bytes/seg)
en-US
Send Bandwidth (bytes/sec)
Please enable JavaScript. Some features won't be available without it.