Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-zh.js
// Module:    /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"选择国家/地区。","City":"市/县","Company":"公司","Company Division":"公司部门","Country":"国家/地区","Domains":"域","Email":"电子邮件","Make sure to use a valid email format. For example, [asis,user@domain.com].":"确保使用有效的电子邮件格式。 例如,[asis,user@domain.com]。","Passphrase":"密码短语","State":"省/直辖市/自治区","The certificate signing request passphrase can contain only alphanumeric characters.":"证书签名请求的密码短语仅可包含字母数字字符。","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"证书签名请求密码短语的长度必须至少为 [quant,_1,个字符,个字符]。","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 passphrase must be no longer than [quant,_1,character,characters].":"密码短语的长度不得超过 [quant,_1,个字符,个字符]。","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","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 do not control this domain.":"您没有控制此域。","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"您输入的 [numerate,_2,域,域]中有 [numf,_1] 个是不受您控制的[numerate,_1,域,域]。"};

    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