Viewing File: /usr/local/cpanel/base/cjt/password-pt_br.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-pt_br.js
// Module:    legacy_cjt/password-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 = {"Advanced Options":"Opções avançadas","Alpha Characters":"Caracteres alfa","Both":"Ambos","Cancel":"Cancelar","Close":"Fechar","Generate Password":"Gerar senha","I have copied this password in a safe place.":"Copiei a senha em um local seguro.","Length":"Tamanho","Loading …":"Carregando …","Lowercase":"Minúsculas","Non Alpha Characters":"Caracteres não alfa","Numbers":"Números","OK":"OK","Password Generator":"Gerador de senha","Password Strength":"Nível de segurança da senha","Password cannot be empty.":"A senha não pode estar vazia.","Password strength must be at least [numf,_1].":"O nível de segurança da senha deve ser pelo menos [numf,_1].","Passwords Match":"Senhas coincidentes","Passwords do not match.":"As senhas não coincidem.","Passwords must be at least [quant,_1,character,characters] long.":"As senhas devem ter pelo menos [quant,_1,caractere,caracteres].","Strong":"Forte","Symbols":"Símbolos","Uppercase":"Maiúsculas","Use Password":"Usar senha","Very Strong":"Muito forte","Very Weak":"Muito fraco","Weak":"Fraco"};

    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~~
Back to Directory File Manager