Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator-pt_br.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator-pt_br.js
// Module:    cjt/validator/email-validator-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 = {"Do not include the [asis,@] character or the domain name.":"Não inclua o caractere [asis,@] nem o nome do domínio.","The email must contain a username and a domain.":"O email deve conter um nome de usuário e um domínio.","The username can only contain letters, numbers, periods, hyphens, and underscores.":"O nome de usuário só pode conter letras, números, pontos, hifens e sublinhados.","The username can only contain the following characters: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]":"O nome de usuário só pode conter os seguintes caracteres: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]","The username cannot begin or end with a period.":"O nome de usuário não pode começar nem terminar com um ponto final.","The username cannot contain two consecutive periods.":"O nome de usuário não pode conter dois pontos consecutivos.","The username cannot exceed [numf,_1] characters.":"O nome de usuário não pode exceder [numf,_1] caracteres.","You must enter a username.":"Você deve inserir um nome de usuário."};

    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