Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator-zh.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-zh.js
// Module:    cjt/validator/email-validator-zh
// Locale:    zh
// 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.":"不要包括 [asis,@] 字符或域名。","The email must contain a username and a domain.":"电子邮件必须包含用户名和域。","The username can only contain letters, numbers, periods, hyphens, and underscores.":"用户名只能包含字母、数字、句点、连字符和下划线。","The username can only contain the following characters: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]":"用户名只能包含以下字符: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]","The username cannot begin or end with a period.":"用户名不能以句点开头或结尾。","The username cannot contain two consecutive periods.":"用户名不能包含两个连续句点。","The username cannot exceed [numf,_1] characters.":"用户名不能超过 [numf,_1] 个字符。","You must enter a username.":"必须输入一个用户名。"};

    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