BETA

Transvision

Displaying 27 results for the string origin in pt-BR:

Entity pt-BR en-US
Entity # all locales dom • chrome • dom • dom.properties
CorsResponseForSameOriginRequest
pt-BR
Falha ao carregar ‘%1$S’ ao responder ‘%2$S’. Um ServiceWorker não tem permissão de sintetizar uma resposta 'cors' para uma requisição 'same-origin'.
en-US
Failed to load ‘%1$S’ by responding ‘%2$S’. A ServiceWorker is not allowed to synthesize a cors Response for a same-origin Request.
Entity # all locales dom • chrome • dom • dom.properties
MediaElementAudioSourceNodeCrossOrigin
pt-BR
The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence.
en-US
The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
MediaStreamAudioSourceNodeCrossOrigin
pt-BR
The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence.
en-US
The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
pt-BR
document.requestStorageAccess() não pode ser chamado em um documento com uma origem opaca, como um iframe em sandbox sem allow-same-origin em seu atributo sandbox.
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
TargetPrincipalDoesNotMatch
pt-BR
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('%S') does not match the recipient window's origin ('%S').
en-US
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘%S’) does not match the recipient window’s origin (‘%S’).
Entity # all locales dom • chrome • layout • layout_errors.properties
ZoomPropertyWarning
pt-BR
Esta página usa a propriedade não padrão “zoom”. Considere usar calc() nos valores de propriedades relevantes, ou usar “transform” junto com “transform-origin: 0 0”.
en-US
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
Entity # all locales dom • chrome • security • security.properties
BothAllowScriptsAndSameOriginPresent
pt-BR
Um iframe que tem allow-scripts e allow-same-origin no seu atributo sandbox pode remover sua sandbox.
en-US
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Entity # all locales dom • chrome • security • security.properties
CORSAllowOriginNotMatchingOrigin
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o cabeçalho CORS 'Access-Control-Allow-Origin' é incompatível com '%2$S').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘%2$S’).
Entity # all locales dom • chrome • security • security.properties
CORSDidNotSucceed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request did not succeed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request did not succeed).
Entity # all locales dom • chrome • security • security.properties
CORSDisabled
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: CORS está desativado).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS disabled).
Entity # all locales dom • chrome • security • security.properties
CORSExternalRedirectNotAllowed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request external redirect not allowed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request external redirect not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowHeader
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: símbolo inválido '%2$S' no cabeçalho CORS 'Access-Control-Allow-Headers').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Headers’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowMethod
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: símbolo inválido '%2$S' no cabeçalho CORS 'Access-Control-Allow-Methods').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMethodNotFound
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: nenhum método encontrado no cabeçalho CORS 'Access-Control-Allow-Methods').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Did not find method in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowCredentials
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: esperado 'true' no cabeçalho CORS 'Access-Control-Allow-Credentials').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowHeaderFromPreflight2
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o header ‘%2$S’ não é permitido de acordo com o header ‘Access-Control-Allow-Headers’ da resposta de comprovação de CORS).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: header ‘%2$S’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowOrigin
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o cabeçalho CORS 'Access-Control-Allow-Origin' não está presente).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Entity # all locales dom • chrome • security • security.properties
CORSMultipleAllowOriginNotAllowed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSNotSupportingCredentials
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
Entity # all locales dom • chrome • security • security.properties
CORSOriginHeaderNotAdded
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Origin’ cannot be added).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Origin’ cannot be added).
Entity # all locales dom • chrome • security • security.properties
CORSPreflightDidNotSucceed2
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: a resposta de comprovação de CORS não foi bem-sucedida).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS preflight response did not succeed).
Entity # all locales dom • chrome • security • security.properties
CORSRequestNotHttp
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: requisição CORS não é HTTP).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request not http).
Entity # all locales dom • chrome • security • security.properties
IneligibleResource
pt-BR
"%1$S" não é elegível para verificações de integridade pois não é CORS-enabled ou same-origin.
en-US
“%1$S” is not eligible for integrity checks since it’s neither CORS-enabled nor same-origin.
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-web-isolated-process-name
pt-BR
Web (processo { $pid }) de { $origin }
en-US
Web (process { $pid }) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-web-large-allocation
pt-BR
Web (processo { $pid }, grande) de { $origin }
en-US
Web (process { $pid }, large) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-with-coop-coep-process-name
pt-BR
Web (processo { $pid }, isolado de origem cruzada) de { $origin }
en-US
Web (process { $pid }, cross-origin isolated) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-origins-explanation
pt-BR
A <a data-l10n-name="origin-doc-link">Telemetria de origem do Firefox</a> codifica os dados antes de ser enviados, assim o { $telemetryServerOwner } pode contar coisas, mas não saber se algum { -brand-product-name } indicado contribuiu ou não para a contagem (<a data-l10n-name="prio-blog-link">saiba mais</a>).
en-US
<a data-l10n-name="origin-doc-link">Firefox Origin Telemetry</a> encodes data before it is sent so that { $telemetryServerOwner } can count things, but not know whether or not any given { -brand-product-name } contributed to that count. (<a data-l10n-name="prio-blog-link">learn more</a>)

Displaying 47 results for the string origin in en-US:

Entity pt-BR en-US
Entity # all locales browser • chrome • browser • browser.properties
getUserMedia.sharingMenuUnknownHost
pt-BR
Origem desconhecida
en-US
Unknown origin
Entity # all locales devtools • client • storage.properties
table.headers.indexedDB.origin
pt-BR
Origem
en-US
Origin
Entity # all locales dom • chrome • dom • dom.properties
CorsResponseForSameOriginRequest
pt-BR
Falha ao carregar ‘%1$S’ ao responder ‘%2$S’. Um ServiceWorker não tem permissão de sintetizar uma resposta 'cors' para uma requisição 'same-origin'.
en-US
Failed to load ‘%1$S’ by responding ‘%2$S’. A ServiceWorker is not allowed to synthesize a cors Response for a same-origin Request.
Entity # all locales dom • chrome • dom • dom.properties
DocumentSetDomainNotAllowedWarning
pt-BR
Não é permitido definir document.domain em um ambiente isolado de origem cruzada.
en-US
Setting document.domain in a cross-origin isolated environment is not allowed.
Entity # all locales dom • chrome • dom • dom.properties
HittingMaxWorkersPerDomain2
pt-BR
Um Worker não pôde ser imediatamente inicializado pois outros documentos da mesma origem já estão utilizando o número máximo de workers. Um Worker foi agendado e será iniciado assim que algum dos outros concluírem.
en-US
A Worker could not be started immediately because other documents in the same origin are already using the maximum number of workers. The Worker is now queued and will be started after some of the other workers have completed.
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
ManifestStartURLShouldBeSameOrigin
pt-BR
A URL de início deve ser da mesma origem que o documento.
en-US
The start URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMEInsecureContextDeprecatedWarning
pt-BR
O uso de Encrypted Media Extensions em %S em um contexto não seguro (isto é, não HTTPS) está obsoleto e será removido em breve. Você deve considerar mudar para uma origem segura, como HTTPS.
en-US
Using Encrypted Media Extensions at %S on an insecure (i.e. non-HTTPS) context is deprecated and will soon be removed. You should consider switching to a secure origin such as HTTPS.
Entity # all locales dom • chrome • dom • dom.properties
MediaElementAudioSourceNodeCrossOrigin
pt-BR
The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence.
en-US
The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
MediaStreamAudioSourceNodeCrossOrigin
pt-BR
The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence.
en-US
The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
MediaStreamTrackAudioSourceNodeCrossOrigin
pt-BR
O MediaStreamTrack passado para createMediaStreamTrackSource é um recurso de origem cruzada, o nó ficará em silêncio.
en-US
The MediaStreamTrack passed to createMediaStreamTrackSource is a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
NotificationsCrossOriginIframeRequestIsForbidden
pt-BR
A permissão para notificação só pode ser requisitada em um documento de nível superior ou iframe de mesma origem.
en-US
The Notification permission may only be requested in a top-level document or same-origin iframe.
Entity # all locales dom • chrome • dom • dom.properties
PostMessageSharedMemoryObjectToCrossOriginWarning
pt-BR
Não é possível postar mensagem contendo um objeto de memória compartilhada em uma janela de origem cruzada.
en-US
Cannot post message containing a shared memory object to a cross-origin window.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
pt-BR
document.requestStorageAccess() não pode ser chamado em um documento com uma origem opaca, como um iframe em sandbox sem allow-same-origin em seu atributo sandbox.
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
TargetPrincipalDoesNotMatch
pt-BR
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('%S') does not match the recipient window's origin ('%S').
en-US
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘%S’) does not match the recipient window’s origin (‘%S’).
Entity # all locales dom • chrome • layout • layout_errors.properties
ZoomPropertyWarning
pt-BR
Esta página usa a propriedade não padrão “zoom”. Considere usar calc() nos valores de propriedades relevantes, ou usar “transform” junto com “transform-origin: 0 0”.
en-US
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
Entity # all locales dom • chrome • security • security.properties
BothAllowScriptsAndSameOriginPresent
pt-BR
Um iframe que tem allow-scripts e allow-same-origin no seu atributo sandbox pode remover sua sandbox.
en-US
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Entity # all locales dom • chrome • security • security.properties
CORSAllowOriginNotMatchingOrigin
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o cabeçalho CORS 'Access-Control-Allow-Origin' é incompatível com '%2$S').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘%2$S’).
Entity # all locales dom • chrome • security • security.properties
CORSDidNotSucceed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request did not succeed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request did not succeed).
Entity # all locales dom • chrome • security • security.properties
CORSDisabled
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: CORS está desativado).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS disabled).
Entity # all locales dom • chrome • security • security.properties
CORSExternalRedirectNotAllowed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request external redirect not allowed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request external redirect not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowHeader
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: símbolo inválido '%2$S' no cabeçalho CORS 'Access-Control-Allow-Headers').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Headers’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowMethod
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: símbolo inválido '%2$S' no cabeçalho CORS 'Access-Control-Allow-Methods').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMethodNotFound
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: nenhum método encontrado no cabeçalho CORS 'Access-Control-Allow-Methods').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Did not find method in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowCredentials
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: esperado 'true' no cabeçalho CORS 'Access-Control-Allow-Credentials').
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowHeaderFromPreflight2
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o header ‘%2$S’ não é permitido de acordo com o header ‘Access-Control-Allow-Headers’ da resposta de comprovação de CORS).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: header ‘%2$S’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowOrigin
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: o cabeçalho CORS 'Access-Control-Allow-Origin' não está presente).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Entity # all locales dom • chrome • security • security.properties
CORSMultipleAllowOriginNotAllowed
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSNotSupportingCredentials
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
Entity # all locales dom • chrome • security • security.properties
CORSOriginHeaderNotAdded
pt-BR
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Origin’ cannot be added).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Origin’ cannot be added).
Entity # all locales dom • chrome • security • security.properties
CORSPreflightDidNotSucceed2
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: a resposta de comprovação de CORS não foi bem-sucedida).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS preflight response did not succeed).
Entity # all locales dom • chrome • security • security.properties
CORSRequestNotHttp
pt-BR
Requisição cross-origin bloqueada: A política de mesma origem (Same Origin Policy) impede a leitura do recurso remoto em %1$S. (Motivo: requisição CORS não é HTTP).
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS request not http).
Entity # all locales dom • chrome • security • security.properties
IneligibleResource
pt-BR
"%1$S" não é elegível para verificações de integridade pois não é CORS-enabled ou same-origin.
en-US
“%1$S” is not eligible for integrity checks since it’s neither CORS-enabled nor same-origin.
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
remoteAllowAll
pt-BR
Permitir o conteúdo remoto da #1 origem listada acima;Permitir o conteúdo remoto de todas as #1 origens listadas acima
en-US
Allow remote content from the #1 origin listed above;Allow remote content from all #1 origins listed above
Entity # all locales mail • chrome • messenger • search-attributes.properties
JunkScoreOrigin
pt-BR
Origem da pontuação de spam
en-US
Junk Score Origin
Entity # all locales netwerk • necko.properties
CookieAllowedForOriginByHeuristic
pt-BR
Acesso ao armazenamento concedido automaticamente para a origem “%2$S” em “%1$S”.
en-US
Storage access automatically granted for origin “%2$S” on “%1$S”.
Entity # all locales netwerk • necko.properties
CookieAllowedForOriginByStorageAccessAPI
pt-BR
Acesso ao armazenamento concedido para a origem “%2$S” em “%1$S”.
en-US
Storage access granted for origin “%2$S” on “%1$S”.
Entity # all locales suite • chrome • mailnews • search-attributes.properties
JunkScoreOrigin
pt-BR
Origem da pontuação de spam
en-US
Junk Score Origin
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-web-isolated-process-name
pt-BR
Web (processo { $pid }) de { $origin }
en-US
Web (process { $pid }) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-web-large-allocation
pt-BR
Web (processo { $pid }, grande) de { $origin }
en-US
Web (process { $pid }, large) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutProcesses.ftl
about-processes-with-coop-coep-process-name
pt-BR
Web (processo { $pid }, isolado de origem cruzada) de { $origin }
en-US
Web (process { $pid }, cross-origin isolated) for { $origin }
Entity # all locales toolkit • toolkit • about • aboutServiceWorkers.ftl
origin-title
pt-BR
Origem: { $originTitle }
en-US
Origin: { $originTitle }
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-origin-origin
pt-BR
origem
en-US
origin
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-origin-section
pt-BR
Telemetria de origem
en-US
Origin Telemetry
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-origins-explanation
pt-BR
A <a data-l10n-name="origin-doc-link">Telemetria de origem do Firefox</a> codifica os dados antes de ser enviados, assim o { $telemetryServerOwner } pode contar coisas, mas não saber se algum { -brand-product-name } indicado contribuiu ou não para a contagem (<a data-l10n-name="prio-blog-link">saiba mais</a>).
en-US
<a data-l10n-name="origin-doc-link">Firefox Origin Telemetry</a> encodes data before it is sent so that { $telemetryServerOwner } can count things, but not know whether or not any given { -brand-product-name } contributed to that count. (<a data-l10n-name="prio-blog-link">learn more</a>)
Please enable JavaScript. Some features won't be available without it.