//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-pt_br.js
// Module: /templates/hulkd/views/hulkdWhitelistController-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 = {"Add to Whitelist":"Adicionar à lista de permissão","Click to delete “[_1]” from the whitelist.":"Clique para excluir “[_1]” da lista de permissão.","Click to edit the comment for “[_1]”.":"Clique para editar o comentário de “[_1]”.","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"Deseja excluir permanentemente [quant,_1,registro,registros] da lista de permissão?","Do you want to permanently delete “[_1]” from the whitelist?":"Deseja excluir permanentemente “[_1]” da lista de permissão?","Some IP addresses were not added to the whitelist.":"Alguns endereços IP não foram adicionados à lista de permissão.","Some records failed to update.":"Falha na atualização de alguns registros.","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"O sistema desabilitou a configuração [asis,UseDNS] de [asis,SSHD] para adicionar endereços IP à lista de permissão. Reinicie SSH por meio da página [output,url,_1,Reiniciar servidor SSH,_2] para implementar a alteração.","The system was unable to delete [quant,_1,record,records] from the whitelist.":"O sistema não pôde excluir [quant,_1,registro,registros] da lista de permissão.","You have deleted all records from the whitelist.":"Você excluiu todos os registros da lista de permissão.","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"Você adicionou com êxito [quant,_1,endereço IP,endereços IP] à lista de permissão.","You have successfully added “[_1]” to the whitelist.":"Você adicionou com êxito “[_1]” à lista de permissão.","You have successfully deleted [quant,_1,record,records] from the whitelist.":"Você excluiu com êxito [quant,_1,registro,registros] da lista de permissão.","You have successfully deleted “[_1]” from the whitelist.":"Você excluiu com êxito “[_1]” da lista de permissão.","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"Você atualizou com êxito o comentário de “[_1]”.","Your current IP address “[_1]” is not on the whitelist.":"O endereço IP atual “[_1]” não está na lista de permissão."};
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~~