//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/index.cmb-pt_br.js
// Module: /templates/mysqlhost/index.cmb-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 = {"Activation completed for “[_1]”.":"Ativação de “[_1]” concluída.","Activation failed for “[_1]” during step “[_2]” because of an error: [_3]":"Activation failed for “[_1]” during step “[_2]” because of an error: [_3]","Activation in progress for “[_1]”.":"Ativação de “[_1]” em andamento.","An unexpected error occurred.":"Ocorreu um erro inesperado.","The host must be a valid [asis,IP] address or [asis,hostname].":"O host deve ser um endereço [asis,IP] ou um [asis,hostname] válido.","The profile “[_1]” is valid.":"O perfil “[_1]” não é válido.","The value must be a valid [asis,loopback] address.":"O valor deve ser um endereço [asis,loopback] válido.","This step completed.":"Esta etapa está concluída.","This step failed.":"Falha nesta etapa.","This step is in progress.":"Esta etapa está em andamento.","This step was skipped.":"Esta etapa foi ignorada.","You have successfully created the profile, “[_1]”.":"Você criou com êxito o perfil, “[_1]”.","You have successfully deleted the profile, “[_1]”.":"Você excluiu com êxito o perfil, “[_1]”.","You have successfully updated the profile, “[_1]”.":"Você atualizou com êxito o perfil, “[_1]”."};
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~~