//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-pt_br.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"Endereço de email do certificado","Choose a country.":"Escolha um país.","City":"Cidade","Company":"Empresa","Company Division":"Divisão da empresa","Contact Email Address":"Endereço de email do contato","Country":"País","Domain":"Domínio","Passphrase":"Senha","State":"Estado","The company division must be no longer than [quant,_1,character,characters].":"A divisão da empresa não deve ter mais que [quant,_1,caractere,caracteres].","The company name must be no longer than [quant,_1,character,characters].":"O nome da empresa não deve ter mais que [quant,_1,caractere,caracteres].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"O endereço de email fornecido não é válido. Este endereço deve iniciar com o nome da caixa de correio, em seguida o sinal “@” e o nome de domínio do email.","The passphrase must be at least [quant,_1,character,characters] long.":"A senha deve ter pelo menos [quant,_1,caractere,caracteres].","The passphrase must be no longer than [quant,_1,character,characters].":"A senha não deve ter mais de [quant,_1,caractere,caracteres].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"O campo “[_1]” deve ter pelo menos [quant,_2,caractere,caracteres].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"O campo contém caracteres que algumas autoridades de certificação não podem aceitar. Entre em contato com a autoridade de certificação para confirmar se ela aceita os caracteres.","You can only enter valid domains.":"Você pode inserir apenas domínios válidos.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Você inseriu um caractere inválido. A senha pode conter apenas letras e números.","You must enter a city.":"É necessário inserir uma cidade.","You must enter a company.":"É necessário inserir uma empresa.","You must enter a state.":"É necessário especificar um estado.","You must enter an email address.":"É necessário inserir um endereço de email."};
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~~