BETA

Transvision

Filter by folder:

Show all results dom mail suite toolkit

Displaying 3 results for the string scope in pt-BR:

Entity pt-BR en-US
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerGraceTimeoutTermination
pt-BR
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
en-US
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterNetworkError
pt-BR
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerScopePathMismatch
pt-BR
Failed to register a ServiceWorker: The path of the provided scope '%1$S' is not under the max scope allowed '%2$S'. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
en-US
Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.

Displaying 24 results for the string scope in en-US:

Entity pt-BR en-US
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-worker-scope.label
pt-BR
Escopo
en-US
Scope
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeNotSameOrigin
pt-BR
A URL de escopo deve ter a mesma origem do documento.
en-US
The scope URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeURLInvalid
pt-BR
A URL do escopo é inválida.
en-US
The scope URL is invalid.
Entity # all locales dom • chrome • dom • dom.properties
ManifestStartURLOutsideScope
pt-BR
A URL de início está fora do escopo, portanto o escopo é inválido.
en-US
The start URL is outside the scope, so the scope is invalid.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao descriptografar uma mensagem enviada. Para ajuda com criptografia, consulte https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O cabeçalho ‘Crypto-Key’ deve incluir um parâmetro ‘dh‘ contendo a chave pública do servidor do aplicativo. 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 ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. 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
PushMessageBadEncodingHeader
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O cabeçalho ‘Content-Encoding‘ deve incluir ‘aesgcm‘. ‘aesgcm 128‘ é permitido, mas foi descontinuado e será removido em breve. Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para mais informações.
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
PushMessageBadEncryptionHeader
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O cabeçalho ‘Encryption’ deve incluir um parâmetro ‘salt‘ único para cada mensagem. 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 ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. 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
PushMessageBadEncryptionKeyHeader
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao descriptografar uma mensagem enviada. O cabeçalho ‘Encryption-Key’ deve incluir um parâmetro ‘dh‘. Esse cabeçalho foi descontinuado e será removido em breve. Em seu lugar, use ‘Crypto-Key‘ com ‘Content-Encoding: aesgcm‘. Consulte 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 ‘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
PushMessageBadPaddingError
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. Um registro na mensagem encriptada não foi preenchida corretamente. Veja https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para mais informações.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. 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
PushMessageBadRecordSize
pt-BR
O ServiceWorker do escopo ‘%1$S’ falhou ao decriptografar uma mensagem enviada. O parâmetro ‘rs‘ do cabeçalho ‘Encryption‘ deve estar entre %2$S e 2^36-31, ou ser totalmente omitido. 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 ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. 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
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 • dom • dom.properties
ServiceWorkerGraceTimeoutTermination
pt-BR
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
en-US
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerPostMessageStorageError
pt-BR
O ServiceWorker no escopo ‘%S’ falhou a executar ‘postMessage‘ porque o acesso ao armazenamento está restringido neste contexto devido a configurações do usuário ou modo de navegação privativa.
en-US
The ServiceWorker for scope ‘%S’ failed to execute ‘postMessage‘ because storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterMimeTypeError2
pt-BR
Falha ao registrar/atualizar um ServiceWorker para o escopo ‘%1$S’: Tipo de conteúdo inválido de ‘%2$S’ recebido para o script ‘%3$S’. Deve ser um tipo MIME JavaScript.
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
ServiceWorkerRegisterNetworkError
pt-BR
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterStorageError
pt-BR
Falha ao registar/atualizar um ServiceWorker para o âmbito ‘%S’: Acesso ao armazenamento é restringido neste contexto devido a configurações do usuário ou modo de navegação privativa.
en-US
Failed to register/update a ServiceWorker for scope ‘%S’: Storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerScopePathMismatch
pt-BR
Failed to register a ServiceWorker: The path of the provided scope '%1$S' is not under the max scope allowed '%2$S'. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
en-US
Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
pt-BR
Nenhum elemento “%1$S” no escopo mas encontrada uma tag de fechamento “%1$S”.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSelectInTableScope
pt-BR
Não há “select” em escopo de tabela.
en-US
No “select” in table scope.
Entity # all locales mail • chrome • messenger • addressbook • pref-directory-add.dtd
scope.label
pt-BR
Escopo:
en-US
Scope:
Entity # all locales suite • chrome • mailnews • pref • pref-directory-add.dtd
scope.label
pt-BR
Escopo:
en-US
Scope:
Entity # all locales toolkit • toolkit • about • aboutServiceWorkers.ftl
scope
pt-BR
<strong>Escopo:</strong> { $name }
en-US
<strong>Scope:</strong> { $name }
Please enable JavaScript. Some features won't be available without it.