//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-pt_br.js
// Module: /templates/setupcluster/page-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 = {"Delete entry for “[_1]”.":"Exclua a entrada de “[_1]”.","Delete link to server “[output,strong,_1]”?":"Excluir link para o servidor “[output,strong,_1]”?","Edit key for “[_1]”.":"Edite a chave de “[_1]”.","Link definition for server not updated.":"Definição de link do servidor não atualizada.","Link definition for server, [output,strong,_1], not updated.":"Definição de link do servidor, [output,strong,_1], não atualizada.","Link definition for server, [output,strong,_1], successfully updated.":"Definição de link do servidor, [output,strong,_1], atualizada com êxito.","Link to server, [output,strong,_1], successfully created.":"Link para o servidor, [output,strong,_1], criado com êxito.","Link to server, [output,strong,_1], successfully deleted.":"Link para o servidor, [output,strong,_1], excluído com êxito.","Paste the replacement API token here. The current signature is: [_1]":"Paste the replacement API token here. The current signature is: [_1]","Paste the server’s API token here.":"Paste the server’s API token here.","The server name must be a valid host name or ip address.":"O nome do servidor deve ser um nome de host válido ou um endereço IP.","The server name, username, and API token are required.":"The server name, username, and API token are required.","The username can only include alphanumeric characters.":"O nome de usuário só pode incluir caracteres alfanuméricos.","Unable to create link to server “[output,strong,_1]”.":"Não é possível criar o link com o servidor “[output,strong,_1]”.","Unable to create link to server.":"Não é possível criar o link com o servidor.","Unable to delete link to server “[output,strong,_1]”.":"Não é possível excluir o link para o servidor “[output,strong,_1]”.","Unable to delete link to server.":"Não foi possível excluir o link do servidor.","You must specify both a username and an API token.":"You must specify both a username and an API token."};
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~~