//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts-zh.js
// Module: /jupiter/js2/ssl/crts-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 = {"A key that does not use at least [numf,_1]-bit encryption does not provide adequate security.":"密钥须使用至少 [numf,_1] 位加密,否则就不足以保障安全。","Choose a country.":"选择国家/地区。","City":"市/县","Company":"公司","Company Division":"公司部门","Country":"国家/地区","Domain":"域","Email":"电子邮件","Please use an email format (for example: [asis,user@example.com]).":"请使用电子邮件格式(例如: [asis,user@example.com])。","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 “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","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~~