//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-pt_br.js
// Module: legacy_shared/sslinstall-pt_br
// Locale: pt_br
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"A user-defined description for the certificate.":"Uma descrição definida pelo usuário para o certificado.","Cancel":"Cancelar","Certificate":"Certificado","Certificate Authority Bundle":"Pacote de Autoridade de certificação","Certificates that do not have a domain associated with your account are not listed here.":"Os certificados que não possuem um domínio associado à sua conta não são listados aqui.","Choose a certificate to install.":"Escolha um certificado para instalação.","Choose a domain.":"Escolha um domínio.","Choose a service.":"Escolha um serviço.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Escolha a conta ou o domínio Apache que contém o certificado desejado a ser instalado. Em seguida, selecione o certificado.","Description":"Descrição","Domain":"Domínio","Domain names on the certificate.":"Nomes de domínio no certificado.","Domains":"Domínios","Enter a valid IP address.":"Insira um endereço IP válido.","Expiration":"Término","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Ocultar","IP":"IP","Installing …":"Instalando…","Issuer":"Emissor","Issuer organization name.":"Nome da organização do emissor.","Key":"Chave","Loading certificates for “[output,strong,_1]” …":"Carregando certificados para “[output,strong,_1]” …","Loading installed Apache certificates …":"Carregando certificados Apache instalados…","OK":"OK","Provide or retrieve a certificate.":"Forneça ou recupere um certificado.","Provide or retrieve a key.":"Forneça ou recupere uma chave.","SSL Certificate List":"Lista de certificados SSL","SSL Certificate Successfully Updated":"Certificado SSL atualizado com êxito","SSL Host Successfully Installed":"Host SSL instalado com êxito","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"O SSL está instalado; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) é primário.","SSL is installed; “[_1]” is primary.":"O SSL está instalado; “[_1]” é primário.","Select a certificate below:":"Selecione um certificado abaixo:","Self-Signed":"Autoassinado","Service":"Serviço","Show":"Mostrar","The CA bundle does not match the certificate.":"O pacote de Autoridade de certificação não corresponde ao certificado.","The CA bundle is invalid.":"O pacote de Autoridade de certificação é inválido.","The IP address “[_1]” is not available, or you do not have permission to use it.":"O endereço IP “[_1]” não está disponível ou você não tem permissão para usá-lo.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"O certificado SSL também é compatível com [numerate,_1,este domínio,estes domínios], mas [numerate,_1,este domínio,estes domínios] não se refere(m) ao site SSL mencionado acima:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"Também é possível acessar o site SSL por meio de [numerate,_1,este domínio,estes domínios], mas o certificado não dá suporte a [numerate,_1,ele,eles]. Os navegadores da Web mostrarão um aviso quando [numerate,_1,este domínio,estes domínios] for acessado por HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"O site SSL agora está ativo e acessível via HTTPS em [numerate,_1,este domínio,estes domínios]:","The certificate does not match your selected domain.":"O certificado não corresponde ao seu domínio selecionado.","The certificate information could not be retrieved because of an error: [_1]":"Não foi possível recuperar as informações de certificados devido a um erro: [_1]","The certificate is not valid.":"O certificado não é válido.","The certificate list could not be retrieved because of an error: [_1]":"Não foi possível recuperar a lista de certificados devido a um erro: [_1]","The certificate’s expiration date":"A data de expiração do certificado","The key does not match the certificate.":"A chave não corresponde ao certificado.","The key is invalid.":"A chave é inválida.","The lookup failed because of an error: [_1]":"Falha na pesquisa devido a um erro: [_1]","This SSL certificate was already installed.":"Este certificado SSL já foi instalado.","This account does not have any installable certificates.":"Esta conta não tem nenhum certificado instalável.","This is not a valid domain.":"Este não é um domínio válido.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Usar certificado","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"É recomendável que os usuários gerenciem subdomínios individuais (p. ex., “[_1]”, “[_2]”) em vez de um único subdomínio curinga (p. ex., “[_3]”).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"Você pode gerenciar todos os seus certificados salvos na [output,url,_1,página “Certificados”].","You have successfully configured SSL.":"Você configurou o SSL com êxito.","You have successfully updated the SSL website’s certificate.":"Você atualizou com êxito o certificado do site SSL."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~