From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-pt-BR/dom/chrome/security/caps.properties | 9 ++ l10n-pt-BR/dom/chrome/security/csp.properties | 125 +++++++++++++++ l10n-pt-BR/dom/chrome/security/security.properties | 167 +++++++++++++++++++++ 3 files changed, 301 insertions(+) create mode 100644 l10n-pt-BR/dom/chrome/security/caps.properties create mode 100644 l10n-pt-BR/dom/chrome/security/csp.properties create mode 100644 l10n-pt-BR/dom/chrome/security/security.properties (limited to 'l10n-pt-BR/dom/chrome/security') diff --git a/l10n-pt-BR/dom/chrome/security/caps.properties b/l10n-pt-BR/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..004c0eecb0 --- /dev/null +++ b/l10n-pt-BR/dom/chrome/security/caps.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +CheckLoadURIError = Erro de segurança: conteúdo em %S pode não ser carregado ou vinculado a %S. +CheckSameOriginError = Erro de segurança: conteúdo em %S pode não carregar dados de %S. +ExternalDataError = Security Error: Content at %S attempted to load %S, but may not load external data when being used as an image. + +CreateWrapperDenied = Permissão negada para criar wrapper de objeto da classe %S +CreateWrapperDeniedForOrigin = Permissão negada a <%2$S> para criar wrapper de objeto da classe %1$S diff --git a/l10n-pt-BR/dom/chrome/security/csp.properties b/l10n-pt-BR/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..7206a27961 --- /dev/null +++ b/l10n-pt-BR/dom/chrome/security/csp.properties @@ -0,0 +1,125 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# CSP Warnings: +# LOCALIZATION NOTE (CSPViolation): +# %1$S is the reason why the resource has not been loaded. +CSPViolation = As configurações da página bloquearam o carregamento de um recurso: %1$S +# LOCALIZATION NOTE (CSPViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPViolationWithURI = As configurações da página bloquearam o carregamento de um recurso em %2$S (“%1$S”). +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = Ocorreu uma violação em uma diretiva report-only de CSP (Content Security Policy) (“%1$S”). O comportamento foi permitido e um relatório de CSP foi enviado. +# LOCALIZATION NOTE (CSPROViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPROViolationWithURI = As configurações da página observaram o carregamento de um recurso em %2$S (“%1$S”). Um relatório de CSP (Content Security Policy) está sendo enviado. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = Tentou enviar relato para uma URI inválida: “%1$S” +tooManyReports = Impediu que relatórios CSP demais fossem enviados em um curto período de tempo. +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = não foi possível parsear a URI do relatório: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = Não foi possível processar a diretiva desconhecida “%1$S” +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = Ignorando opção desconhecida %1$S +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = Ignorando fonte duplicada %1$S +# LOCALIZATION NOTE (ignoringNonAsciiToken): +# %1$S defines the name of the directive +# %2$S is the token string containing non-ASCII characters. +ignoringNonAsciiToken = Ignorando diretiva ‘%1$S’ com o token não ASCII ‘%2$S’ +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = Ignorando a fonte '%1$S' (não suportado quando entregue via elemento meta). +# LOCALIZATION NOTE (ignoringSrcWithinNonceOrHashDirective): +# %1$S is the ignored src (e.g. "unsafe-inline") +# %2$S is the directive (e.g. "script-src-elem") +ignoringSrcWithinNonceOrHashDirective = Ignorando “%1$S” em %2$S: Especificado 'nonce-source' ou 'hash-source' +# LOCALIZATION NOTE (ignoringScriptSrcForStrictDynamic): +# %1$S is the ignored src +# %1$S is the directive src (e.g. "script-src-elem") +# 'strict-dynamic' should not be localized +ignoringScriptSrcForStrictDynamic = Ignorando “%1$S” em %2$S: Especificado ‘strict-dynamic’ +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = Ignorar código “%1$S” (Suportado somente com script-src). +# LOCALIZATION NOTE (ignoringUnsafeEval): +# %1$S is the csp directive (e.g. script-src-elem) +# 'unsafe-eval' and 'wasm-unsafe-eval' should not be localized +ignoringUnsafeEval = Ignorando ‘unsafe-eval’ ou ‘wasm-unsafe-eval’ dentro de “%1$S”. +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +strictDynamicButNoHashOrNonce = A palavra-chave ‘strict-dynamic’ dentro de “%1$S” sem nonce ou hash válido pode bloquear o carregamento de todos os scripts +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = A URI do relatório (%1$S) deve uma URI HTTP ou HTTPS. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = Este site (%1$S) tem uma diretiva Report-Only, sem uma URI de onde relatar. O CSP (Content Security Policy) não bloqueará e não pode relatar violações desta diretiva. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = Falha ao parsear origem não reconhecida %1$S +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = Trocando requisição não segura '%1$S' para usar '%2$S' +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = Ignorando fontes da diretiva '%1$S' +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = Interpretando %1$S como nome de servidor, não uma palavra-chave. Se sua intenção era usar como palavra-chave, use '%2$S' (entre aspas simples). +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = Directiva não suportada “%1$S”. Diretiva e valores serão ignorados. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = Bloqueando solicitação não segura '%1$S'. +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values +ignoringDirectiveWithNoValues = Ignorando ‘%1$S’, pois não contém nenhum parâmetro. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = Ignorando a diretiva de isolamento (sandbox) quando entregue em uma diretiva report-only '%1$S' +# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective): +# %1$S is the name of the src that is ignored. +# %2$S is the name of the directive that causes the src to be ignored. +IgnoringSrcBecauseOfDirective=Ignorando ‘%1$S’ por causa da directiva ‘%2$S’. +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +# %2$S is the directive which supports src +IgnoringSourceWithinDirective = Ignorando fonte “%1$S” (não suportado dentro de ‘%2$S’). +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +obsoleteBlockAllMixedContent = Ignorando ‘%1$S’ porque a mudança na exibição de conteúdo misto torna block-all-mixed-content obsoleto. + + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = Não foi possível parsear origem inválida %1$S +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = Não foi possível parsear servidor inválido %1$S +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = Não foi possível parsear porta em %1$S +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = Detectadas diretivas %1$S duplicadas. Serão ignoradas todas as instâncias com exceção da primeira. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = Não foi possível parsear flag de isolamento (sandbox) inválido '%1$S' + +# LOCALIZATION NOTE (CSPMessagePrefix): +# Do not translate "Content-Security-Policy", only handle spacing for the colon. +# %S is a console message that is being prefixed here. +CSPMessagePrefix = Content-Security-Policy: %S diff --git a/l10n-pt-BR/dom/chrome/security/security.properties b/l10n-pt-BR/dom/chrome/security/security.properties new file mode 100644 index 0000000000..9401286223 --- /dev/null +++ b/l10n-pt-BR/dom/chrome/security/security.properties @@ -0,0 +1,167 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Mixed Content Blocker +# LOCALIZATION NOTE: "%1$S" is the URI of the blocked mixed content resource +BlockMixedDisplayContent = Bloqueado carregamento de conteúdo misto de exibição “%1$S” +BlockMixedActiveContent = Bloqueado carregamento de conteúdo misto ativo “%1$S” + +# CORS +# LOCALIZATION NOTE: Do not translate "Access-Control-Allow-Origin", Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers +CORSDisabled=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: CORS desativado). +CORSDidNotSucceed2=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: falha na requisição CORS). Código de status: %2$S. +CORSOriginHeaderNotAdded=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: cabeçalho ‘Origin’ do CORS não pode ser adicionado). +CORSExternalRedirectNotAllowed=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: redirecionamento externo de requisição CORS não permitido). +CORSRequestNotHttp=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: requisição CORS não é http). +CORSMissingAllowOrigin2=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: falta cabeçalho 'Access-Control-Allow-Origin' no CORS). Código de status: %2$S. +CORSMultipleAllowOriginNotAllowed=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: não é permitido vários cabeçalhos ‘Access-Control-Allow-Origin’ no CORS). +CORSAllowOriginNotMatchingOrigin=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: cabeçalho 'Access-Control-Allow-Origin' do CORS não corresponde a '%2$S'). +CORSNotSupportingCredentials=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em ‘%1$S’ (motivo: credencial não suportada se o cabeçalho ‘Access-Control-Allow-Origin’ do CORS for ‘*’). +CORSMethodNotFound=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: método não encontrado no cabeçalho 'Access-Control-Allow-Methods' do CORS ). +CORSMissingAllowCredentials=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: esperado 'true' no cabeçalho 'Access-Control-Allow-Credentials' do CORS). +CORSPreflightDidNotSucceed3=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: falha na resposta de comprovação (preflight) do CORS). Código de status: %2$S. +CORSInvalidAllowMethod=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: token '%2$S' inválido no cabeçalho 'Access-Control-Allow-Methods' do CORS). +CORSInvalidAllowHeader=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: token ‘%2$S’ inválido no cabeçalho 'Access-Control-Allow-Headers' do CORS). +CORSMissingAllowHeaderFromPreflight2=Requisição cross-origin bloqueada: A diretiva Same Origin (mesma origem) não permite a leitura do recurso remoto em %1$S (motivo: header ‘%2$S’ não permitido, de acordo com o header ‘Access-Control-Allow-Headers’ da resposta de comprovação (preflight) do CORS). +CORSAllowHeaderFromPreflightDeprecation=Aviso de requisição de origem cruzada (cross-origin): A diretiva de mesma origem (same origin) em breve não permitirá a leitura do recurso remoto em %1$S. Motivo: quando o valor de `Access-Control-Allow-Headers` é `*`, o cabeçalho `Authorization` não é coberto. Para incluir o cabeçalho `Authorization`, ele deve ser incluído explicitamente no cabeçalho CORS `Access-Control-Allow-Headers`. + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=Strict-Transport-Security: Ocorreu um erro desconhecido ao processar o cabeçalho especificado pelo site. +STSCouldNotParseHeader=Strict-Transport-Security: O site especificou um cabeçalho que não pôde ser analisado com sucesso. +STSNoMaxAge=Strict-Transport-Security: O site especificou um cabeçalho que não incluiu uma diretiva 'max-age'. +STSMultipleMaxAges=Strict-Transport-Security: O site especificou um cabeçalho que inclui várias diretivas 'max-age'. +STSInvalidMaxAge=Strict-Transport-Security: O site especificou um cabeçalho que inclui uma diretiva 'max-age' inválida. +STSMultipleIncludeSubdomains=Strict-Transport-Security: O site especificou um cabeçalho que inclui várias diretivas 'includeSubDomains'. +STSInvalidIncludeSubdomains=Strict-Transport-Security: O site especificou um cabeçalho que inclui uma diretiva 'includeSubDomains' inválida. +STSCouldNotSaveState=Strict-Transport-Security: Ocorreu um erro ao marcar o site como um host Strict-Transport-Security. + +InsecurePasswordsPresentOnPage=Campos de senha presentes em uma página não segura (http://). Este é um risco de segurança que permite que credenciais de usuários sejam roubadas. +InsecureFormActionPasswordsPresent=Campos de senha presentes em um formulário com ação de formulário não segura (http://). Este é um risco de segurança que permite que credenciais de usuários sejam roubadas. +InsecurePasswordsPresentOnIframe=Campos de senha presentes em um iframe não seguro (http://). Este é um risco de segurança que permite que credenciais de usuários sejam roubadas. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=Carregando conteúdo ativo misto (não seguro) “%1$S” em uma página segura +LoadingMixedDisplayContent2=Carregando conteúdo de exibição misto (não seguro) “%1$S” em uma página segura +LoadingMixedDisplayObjectSubrequestDeprecation=O carregamento de conteúdo misto (não seguro) “%1$S” dentro de um plugin em uma página segura é desencorajado e será bloqueado em breve. +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +MixedContentBlockedDownload = Bloqueado o download de conteúdo não seguro “%S”. + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=Um iframe que tem tanto allow-scripts como allow-same-origin no atributo sandbox pode remover o isolamento. +# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" +BothAllowTopNavigationAndUserActivationPresent=Um iframe que tem tanto allow-top-navigation como allow-top-navigation-by-user-activation no atributo sandbox permite navegação no nível superior. + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=O elemento de script tem uma hash mal formada no atributo de integridade: "%1$S". O formato correto é "-". +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=O hash contido no atributo de integridade tem comprimento errado. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=O hash contido no atributo de integridade não pôde ser descodificado. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). "%2$S" is the value we saw. +IntegrityMismatch2=Nenhum dos hashes “%1$S” do atributo 'integrity' corresponde ao conteúdo do sub-recurso. O hash calculado é “%2$S”. +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource="%1$S" não é elegível para verificações de integridade, pois não é ativado por CORS nem é same-origin. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=Algoritmo hash não suportado no atributo 'integrity': "%1$S" +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=O atributo 'integrity' não contém nenhum metadado válido. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=Este site usa a cifra RC4 para criptografia, que está obsoleta e não é segura. + +DeprecatedTLSVersion2=Este site usa uma versão obsoleta do TLS. Atualize para TLS 1.2 ou 1.3. + +#XCTO: nosniff +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options: nosniff". +MimeTypeMismatch2=O recurso de “%1$S” foi bloqueado devido ao tipo MIME (“%2$S”) não corresponder (X-Content-Type-Options: nosniff). +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XCTOHeaderValueMissing=Aviso de cabeçalho X-Content-Type-Options: O valor é “%1$S”; você queria enviar “nosniff”? +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XTCOWithMIMEValueMissing=O recurso de “%1$S” não foi renderizado devido a um tipo MIME desconhecido, incorreto ou ausente (X-Content-Type-Options: nosniff). + +BlockScriptWithWrongMimeType2=Script de “%1$S” foi bloqueado devido a um tipo MIME não permitido (“%2$S”). +WarnScriptWithWrongMimeType=O script de “%1$S” foi carregado apesar do seu tipo MIME (“%2$S”) não ser um tipo MIME JavaScript válido. +# LOCALIZATION NOTE: Do not translate "importScripts()" +BlockImportScriptsWithWrongMimeType=O carregamento de um script de “%1$S” com importScripts() foi bloqueado devido a um tipo MIME não permitido (“%2$S”). +BlockWorkerWithWrongMimeType=O carregamento de um Worker de “%1$S” foi bloqueado devido a um tipo MIME não permitido (“%2$S”). +BlockModuleWithWrongMimeType=O carregamento de um módulo de “%1$S” foi bloqueado devido a um tipo MIME não permitido (“%2$S”). + +# LOCALIZATION NOTE: Do not translate "data: URI". +BlockTopLevelDataURINavigation=Navegação para 'data: URI' de nível superior não permitida (bloqueado o carregamento de: “%1$S”) +BlockRedirectToDataURI=Redirecionamento para 'data: URI' não permitido (bloqueado o carregamento de: “%1$S”) + +# LOCALIZATION NOTE: Do not translate "file: URI". “%1$S” is the whole URI of the loaded file. “%2$S” is the MIME type e.g. "text/plain". +BlockFileScriptWithWrongMimeType=Carregamento de script de arquivo: URI (“%1$S”) foi bloqueado porque seu tipo MIME (“%2$S”) não é um tipo MIME JavaScript válido. + +# LOCALIZATION NOTE: “%S” is the whole URI of the loaded file. +BlockExtensionScriptWithWrongExt=O carregamento do script com URI “%S” foi bloqueado porque a extensão do arquivo não é permitida. + +RestrictBrowserEvalUsage=O uso de eval() e eval-like não é permitido no processo superior nem em contextos de sistema (uso bloqueado em “%1$S”) + +# LOCALIZATION NOTE (MixedContentAutoUpgrade): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +MixedContentAutoUpgrade=Mudando requisição não segura de exibição ‘%1$S’ para usar ‘%2$S’ +# LOCALIZATION NOTE (RunningClearSiteDataValue): +# %S is the URI of the resource whose data was cleaned up +RunningClearSiteDataValue=O cabeçalho Clear-Site-Data forçou a limpeza de dados de “%S”. +UnknownClearSiteDataValue=Cabeçalho Clear-Site-Data encontrado. Valor “%S” desconhecido. + +# Reporting API +ReportingHeaderInvalidJSON=Cabeçalho do relatório: Valor JSON inválido recebido. +ReportingHeaderInvalidNameItem=Cabeçalho do relatório: Nome inválido do grupo. +ReportingHeaderDuplicateGroup=Cabeçalho do relatório: Ignorando grupo duplicado com nome “%S”. +ReportingHeaderInvalidItem=Cabeçalho do relatório: Ignorando item inválido com nome “%S”. +ReportingHeaderInvalidEndpoint=Cabeçalho do relatório: Ignorando extremidade inválida no item com nome “%S”. +# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name +ReportingHeaderInvalidURLEndpoint=Cabeçalho do relatório: Ignorando URL inválida de extremidade “%1$S” no item com nome “%2$S”. + +FeaturePolicyUnsupportedFeatureName=Diretiva de recursos: Desconsiderando nome de recurso não suportado “%S”. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidEmptyAllowValue= Diretiva de recursos: Desconsiderando lista vazia de permissões no recurso: “%S”. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidAllowValue=Diretiva de recursos: Desconsiderando valor de permissão não suportado “%S”. + +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerLengthOverLimitation=Cabeçalho HTTP Referrer: Tamanho ultrapassa limite de “%1$S” bytes - truncando o cabeçalho 'referrer' para a origem: “%2$S” +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerOriginLengthOverLimitation=Cabeçalho HTTP Referrer: Tamanho da origem dentro do 'referrer' ultrapassa o limite de “%1$S” bytes - removendo 'referrer' com origem “%2$S”. + +# LOCALIZATION NOTE: Do not translate "no-referrer-when-downgrade", "origin-when-cross-origin" and "unsafe-url". %S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingWarning=Diretiva Referrer: Diretivas menos restritas, incluindo ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ e ‘unsafe-url’, serão ignoradas em breve na requisição cross-site: %S +# LOCALIZATION NOTE: %1$S is the ignored referrer policy, %2$S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingMessage=Diretiva Referrer: Ignorando a diretiva 'referrer' menos restrita “%1$S” na requisição cross-site: %2$S + +# X-Frame-Options +# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options". +XFrameOptionsInvalid = Cabeçalho X-Frame-Options inválido encontrado ao carregar “%2$S”: “%1$S” não é uma diretiva válida. +# LOCALIZATION NOTE(XFrameOptionsDeny): %1$S is the header value, %2$S is frame URI and %3$S is the parent document URI. Do not translate "X-Frame-Options". +XFrameOptionsDeny=O carregamento de “%2$S” em um frame é negado pela diretiva “X-Frame-Options“ definida como “%1$S“. + +# HTTPS-Only Mode +# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeRequest = Mudando requisição não segura “%1$S” para usar “%2$S”. +# LOCALIZATION NOTE: %1$S is the URL of request. +HTTPSOnlyNoUpgradeException = Mantendo solicitação não segura “%1$S” porque está isenta. +# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code. +HTTPSOnlyFailedRequest = Falha na mudança da solicitação não segura “%1$S” (%2$S). +# LOCALIZATION NOTE: %S is the URL of the failed request; +HTTPSOnlyFailedDowngradeAgain = Falha na mudança da solicitação não segura “%S”. Voltando para “http”. +# LOCALIZATION NOTE: Hints or indicates a new transaction for a URL is likely coming soon. We use +# a speculative connection to start a TCP connection so that the resource is immediately ready +# when the transaction is actually submitted. HTTPS-Only and HTTPS-First will upgrade such +# speculative TCP connections from http to https. +# %1$S is the URL of the upgraded speculative TCP connection; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeSpeculativeConnection = Mudando a conexão TCP especulativa insegura “%1$S” para usar “%2$S”. + +HTTPSFirstSchemeless = Mudando a URL sem esquema explícito de protocolo, inserida na barra de endereços, para usar HTTPS. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +IframeSandboxBlockedDownload = O download de “%S” foi bloqueado porque o iframe acionador tem o flag de isolamento (sandbox) definido. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +SandboxBlockedCustomProtocols = Navegação bloqueada no protocolo personalizado “%S” em um contexto em isolamento (sandbox). + +# Sanitizer API +# LOCALIZATION NOTE: Please do not localize "DocumentFragment". It's the name of an API. +SanitizerRcvdNoInput = Recebido vazio ou sem entrada. Retornando um DocumentFragment vazio. -- cgit v1.2.3