Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-zh.js
// Module:    /js2/gencrt-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 = {"Certificate Email Address":"证书电子邮件地址","Choose a country.":"选择国家/地区。","City":"市/县","Company":"公司","Company Division":"公司部门","Contact Email Address":"联系人电子邮件地址","Country":"国家/地区","Domain":"域","Passphrase":"密码短语","State":"省/直辖市/自治区","The company division must be no longer than [quant,_1,character,characters].":"公司部门长度不得超过 [quant,_1,个字符,个字符]。","The company name must be no longer than [quant,_1,character,characters].":"公司名称不得超过 [quant,_1,个字符,个字符]。","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"提供的电子邮件地址无效。 此地址必须以邮箱名开头,然后是一个“@”符号,最后是邮件域名。","The passphrase must be at least [quant,_1,character,characters] long.":"密码短语长度必须至少为 [quant,_1,个字符,个字符]。","The passphrase must be no longer than [quant,_1,character,characters].":"密码短语的长度不得超过 [quant,_1,个字符,个字符]。","The “[_1]” field must be at least [quant,_2,character,characters] long.":"“[_1]”字段长度必须至少为 [quant,_2,个字符,个字符]。","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"此字段包含某些证书颁发机构可能不接受的字符。 请与您的证书颁发机构联系,确认他们是否接受这些字符。","You can only enter valid domains.":"只能输入有效域。","You entered an invalid character. The passphrase may contain only letters and numbers.":"您输入了无效字符。 密码短语只能包含字母和数字。","You must enter a city.":"必须输入一个城市名。","You must enter a company.":"必须输入公司名。","You must enter a state.":"必须输入省/直辖市/自治区。","You must enter an email address.":"必须输入电子邮件地址。"};

    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