1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 00:25:15 +01:00

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (118 of 118 strings)

Translate-URL: https://hosted.weblate.org/projects/localcdn/localcdn/pt_BR/
This commit is contained in:
Joel D'Silva 2021-04-12 14:36:05 +00:00 committed by Hosted Weblate
parent 1e9a41a165
commit 20742bdc7c
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -24,7 +24,7 @@
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "Cancela solicitações interceptadas se o recurso necessário não está disponível localmente.",
"message": "Se o recurso solicitado não estiver disponível localmente, a solicitação interceptada será cancelada.",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
@ -60,7 +60,7 @@
"description": "Generate rule sets for your adblocker"
},
"generateRuleSetDescription": {
"message": "No caso de você estar usando um bloqueador de anúncios você pode gerar as regras aqui. Você tem que adicionar essas regras manualmente no bloqueador de anúncios.",
"message": "No caso de estar usando um bloqueador de anúncios, você pode gerar as regras aqui. Você precisa adicionar essas regras manualmente no bloqueador de anúncios.",
"description": "In case you are using an adblocker you can generate the rules here. You have to add these rules manually in your adblocker."
},
"lastUpdate": {
@ -76,7 +76,7 @@
"description": "Enable logging"
},
"loggingDescription": {
"message": "Você poder abrir o registro com o ícone no menu. O mesmo será excluído ao fechar o navegador ou quando desabilitar o registro.",
"message": "Você poder abrir o registro usando o ícone no menu. Após fechar o navegado ou desativar o registro, o mesmo será excluído.",
"description": "You can open the log with the icon in the menu. The log will be deleted when you close the browser or disable logging."
},
"featureBreaksWebsitesDescription": {
@ -136,7 +136,7 @@
"description": "Internal statistics"
},
"internalStatisticsDescription": {
"message": "Esta função está atualmente em uma fase experimental. Não há transmissão de dados. É tudo local em seu dispositivo.",
"message": "Esta função está atualmente em uma fase experimental. Todos os dados são armazenados no seu dispositivo e não serão transmitidos.",
"description": "No data transmission. Its all local on your device."
},
"headerStatistics": {
@ -236,7 +236,7 @@
"description": "Never (Silent Updates)"
},
"updateNotificationOnlyRules": {
"message": "Apenas se novos CDNS e regras",
"message": "Apenas quando houver novos CDNs ou regras",
"description": "Only if new CDNs and rules"
},
"updateNotificationAlways": {
@ -336,139 +336,139 @@
"description": "The crossorigin attribute prevents the replacement because the destination does not match the requested one."
},
"helpHtmlFilterIntegrity": {
"message": "",
"message": "O LocalCDN atualiza os frameworks para economizar espaço em disco e fornece-los mais. Uma tag de integridade é o valor hash de um arquivo. Se a verificação falhar, o navegador não incluirá um framework. A verificação de integridade falhará porque os valores hash de, por exemplo, jQuery 1.10.1 e jQuery 1.12.4 são diferentes.",
"description": "To save disk space and to deliver more frameworks LocalCDN upgrades a framework. An integrity tag is the hash value of a file. If the check fails, the browser wont include a framework. The integrity check will fail because the hash values for e.g. jQuery 1.10.1 and jQuery 1.12.4 are different."
},
"helpHtmlFilterErrors": {
"message": "",
"message": "Infelizmente, às vezes os caracteres especiais são exibidos incorretamente. Neste caso, você pode desativar a configuração novamente, para exibir os tremas corretamente.",
"description": "Unfortunately, it sometimes happens that special characters are then displayed incorrectly. In this case you can deactivate the setting again, to display the umlauts correctly."
},
"helpRuleGeneratorDescription": {
"message": "",
"message": "Se deseja redirecionar automaticamente todas as conexões CDNs suportadas para o LocalCDN, você pode adicionar essas regras ao seu bloqueador de anúncios para permitir esses redirecionamentos. Se você não quiser adicionar essas regras, deverá permitir cada conexão CDN individualmente para cada site.",
"description": "If you want to automatically redirect all supported CDN connections to LocalCDN, you can add these rules to your adblocker to allow these redirections. If you do not want to add these rules, you must allow each CDN connection individually for each website."
},
"helpRuleGeneratorUblockTitle": {
"message": "",
"message": "Apenas uBlock Origin:",
"description": "Only uBlock Origin:"
},
"helpRuleGeneratorUblockDescription": {
"message": "",
"message": "Essas regras são relevantes apenas no modo »médio« ou »rígido«, porque bloqueia todos os recursos de terceiros. Elas não são necessárias no modo »padrão«, »fácil« ou »muito fácil«. Para mais informações, visite a Wiki do uBlock Origin.",
"description": "These rules are only relevant in »medium« or »hard« mode, because it blocks all 3rd-party resources. They are not necessary in »default«, »easy« or »very-easy« mode. For more information, please visit the uBlock Origin Wiki."
},
"helpRuleGeneratorUblockTableIcon": {
"message": "",
"message": "Ícone",
"description": "Icon"
},
"helpRuleGeneratorUblockTableMode": {
"message": "",
"message": "Modo",
"description": "Mode"
},
"helpRuleGeneratorUblockTableUseful": {
"message": "",
"message": "Regras úteis",
"description": "Rules useful"
},
"helpRuleGeneratorUblockTableDefaultEasy": {
"message": "",
"message": "Padrão/Fácil",
"description": "Default/Easy"
},
"helpRuleGeneratorUblockTableMedium": {
"message": "",
"message": "Médio",
"description": "Medium"
},
"helpRuleGeneratorUblockTableHard": {
"message": "",
"message": "Rígido",
"description": "Hard"
},
"helpWebsiteIssuesDescription": {
"message": "",
"message": "Há duas possíveis razões para isso: Ou um framework/livraria é requerida que o LocalCDN (ainda) não fornece ou um SOP. Um SOP (Política de mesma origem) é um recurso de segurança que determina quais dados o navegador pode carregar. Isso ajuda no isolamento de documentos maliciosos e, assim, reduzindo possíveis vetores de ataques. Esta política impede que o navegador carregue frameworks externos do LocalCDN. Infelizmente, não há solução para isso no momento.",
"description": "There are two possible reasons: Either a framework/library is required that LocalCDN doesnt (yet) deliver or an SOP. A SOP (Same origin policy) is a security mechanism that determines what data the browser is allowed to load. It helps to isolate malicious documents and thus reduce possible attack vectors. This policy prevents the browser from loading the external frameworks of LocalCDN. Unfortunately there is no solution for this at the moment."
},
"helpBlockGoogleFontsDescription": {
"message": "",
"message": "O LocalCDN pode substituir »Ícones do Google Material«. Para capturar a conexão, seu bloqueador de anúncios (como uBlock Origin, uMatrix ou AdGuard) deve permitir a solicitação. O LocalCDN atende a essas solicitações e, se a consulta contiver »Ícones do Google Material«, o recurso será substituído. Se não ativou a opção »Bloquear pedidos de recursos ausentes«, recursos inexistentes serão permitidos e »Google Fonts« será carregado porque »Ícones do Google Material« e »Google Fonts« usam o mesmo domínio. Se não deseja isso, você pode bloquear »Google Fonts« no LocalCDN.",
"description": "LocalCDN can replace »Google Material Icons«. To catch the connection your adblocker (e.g. uBlock Origin, uMatrix or AdGuard) must allow the request. LocalCDN listens on these requests and if the query contains »Google Material Icons«, the resource will be replaced. If you uncheck the »Block requests for missing content« option, non-existent resources will be allowed to pass and »Google Fonts« will be loaded, because »Google Material Icons« and »Google Fonts« use the same domain. If you dont want this, you can block »Google Fonts« on LocalCDN."
},
"helpStatisticsDescription": {
"message": "",
"message": "Não entre em pânico, nada será transmitido. Isso vai contra todos os meus princípios. As estatísticas (em formato JSON) contém as seguintes informações: Data + contador de framework e CDN. Isso é tudo. Deixe-me dar um exemplo:",
"description": "Dont panic, nothing will be transmitted. It would be against all my principles. The statistics (JSON format) contains the following information: Date, CDN+counter and framework+counter. Thats all. Ive an example here:"
},
"helpStatisticsContent": {
"message": "",
"message": "As estatísticas não contém nenhuma informação sobre o navegador, sistema operacional, site solicitante, endereço de IP ou qualquer outra informação. Apenas Data, contador de framework e CDN. Ele te mostra quais frameworks são substituídos pelo LocalCDN com que frequência e quais CDNs foram solicitados.",
"description": "The statistics contain no information about the browser, operating system, requesting website, IP addresses or any other information. Just date, CDN+counter and framework+counter. It shows you which frameworks are replaced by LocalCDNs how often and which CDNs were requested."
},
"helpStatisticsTruthTitle": {
"message": "",
"message": "Como sei que isso é verdade?",
"description": "How do I know thats true?"
},
"helpStatisticsTruthDescription": {
"message": "",
"message": "O armazenamento de extensão pode ser visualizado diretamente com o navegador Firefox. Abra o URL »about:debugging«, mude para »Armazenamento« e selecione »Armazenamento de Extensão«. Na chave »internalStatisticsData« encontrará os dados coletados. Apenas copie e coloque em um JSON PrettyPrinter para torna-lo mais legível. Note que a primeira e a última aspas e a chave devem ser removidas. Você deve ser capaz de ver isso claramente neste vídeo.",
"description": "The extension storage can be viewed directly with the Firefox browser. Open the URL »about:debugging«, switch to »Storage« and select »Extension Storage«. Under the key »internalStatisticsData« you will find the collected data. Just copy it and put it into a JSON PrettyPrinter to make it more readable. Please note that you have to remove the first and last quotation mark and the key to it. You should be able to see this clearly in this video."
},
"helpSyncTitle": {
"message": "",
"message": "O que será sincronizado quando eu selecionar »sincronizar« como o tipo de armazenamento?",
"description": "What will be synchronized when I select »sync« as storage type?"
},
"helpSyncDescription": {
"message": "",
"message": "A sincronização só funcionará se estiver conectado com uma conta do Firefox no dispositivo e permitir a sincronização de extensões nas configurações. Um servidor de sincronização separado sob seu controle também funcionará. Isso sincronizará a maioria das configurações do LocalCDN em todos os seus dispositivos.",
"description": "Sync will only work if you are logged in with a Firefox account on the device and have allowed add-ons to sync in the settings. A separate sync server under your control will also work. This will synchronize most of the settings of LocalCDN across all devices."
},
"helpSyncAccount": {
"message": "",
"message": "Se não tiver uma conta de sincronização, nada será sincronizado. Neste caso, não fará diferença o tipo de armazenamento que você selecionou.",
"description": "If you dont have a sync account, nothing will be synchronized. In that case it makes no difference what type of storage you have selected."
},
"helpSyncContentNever": {
"message": "",
"message": "Coisas que nunca serão sincronizadas:",
"description": "Things that are never synchronized:"
},
"helpNumberOfInjections": {
"message": "",
"message": "Número de injeções",
"description": "Numbers of injections"
},
"helpYes": {
"message": "",
"message": "Sim",
"description": "Yes"
},
"helpNo": {
"message": "",
"message": "Não",
"description": "No"
},
"helpData": {
"message": "",
"message": "Dados",
"description": "Data"
},
"helpSyncContentEver": {
"message": "",
"message": "Configurações que serão sincronizadas:",
"description": "Settings that will be synchronized:"
},
"helpIcons": {
"message": "",
"message": "Padrão, Claro, Azul/Cinza",
"description": "Default, Light, Blue/Grey"
},
"helpSyncContentLinks": {
"message": "",
"message": "Mais informações sobre a sincronização do Firefox:",
"description": "More information about Firefox Sync:"
},
"helpBrowserCompatibility": {
"message": "",
"message": "Compatibilidade do navegador",
"description": "Browser compatibility"
},
"helpReplace": {
"message": "",
"message": "Substituir",
"description": "Replace"
},
"helpReplaceOther": {
"message": "",
"message": "Substituir outros recursos",
"description": "Replace other resources"
},
"helpUpgradeAllResources": {
"message": "",
"message": "Atualizar todos os recursos",
"description": "Upgrade all resources"
},
"helpExplanationChrome": {
"message": "",
"message": "Todos os navegadores baseado em Chromium",
"description": "All Chromium based Browser"
},
"helpLimitation": {
"message": "",
"message": "Isso não é uma limitação do LocalCDN, mas à falta de suporte à API em navegadores baseado em Chromium.",
"description": "This is not a limitation of LocalCDN, but missing API support of Chromium based browsers."
}
}