//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-pt.js
// Module: legacy_cjt/password-pt
// Locale: pt
// 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 = {"Advanced Options":"Advanced Options","Alpha Characters":"Alpha Characters","Both":"Both","Cancel":"Cancelar","Close":"Fechar","Generate Password":"Generate Password","I have copied this password in a safe place.":"I have copied this password in a safe place.","Length":"Length","Loading …":"Carregando …","Lowercase":"Lowercase","Non Alpha Characters":"Non Alpha Characters","Numbers":"Numbers","OK":"OK","Password Generator":"Password Generator","Password Strength":"Password Strength","Password cannot be empty.":"Password cannot be empty.","Password strength must be at least [numf,_1].":"Password strength must be at least [numf,_1].","Passwords Match":"Passwords Match","Passwords do not match.":"Passwords do not match.","Passwords must be at least [quant,_1,character,characters] long.":"Passwords must be at least [quant,_1,character,characters] long.","Strong":"Strong","Symbols":"Symbols","Uppercase":"Uppercase","Use Password":"Use Password","Very Strong":"Very Strong","Very Weak":"Very Weak","Weak":"Weak"};
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~~