//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/security/tls_wizard/views/VirtualHostsController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/security/tls_wizard/views/VirtualHostsController-zh.js
// Module: /jupiter/security/tls_wizard/views/VirtualHostsController-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 [output,abbr,DV,Domain Validated] certificate is installed.":"已安装 [output,abbr, DV ,域名已验证]证书。","A certificate of unknown type is installed.":"已安装未知类型的证书。","A self-signed certificate is installed.":"已安装自签名证书。","An [output,abbr,EV,Extended Validation] certificate is installed.":"已安装[output,abbr, EV, 扩展验证]证书。","An [output,abbr,OV,Organization Validated] certificate is installed.":"已安装[output,abbr, OV, 组织已验证]证书。","Deselect all unresolved domains ([numf,_1]).":"取消选中所有未解析的域([numf,_1])。","Failed to save information to browser cache.":"未能将信息保存到浏览器缓存。","Item Successfully Added to Cart.":"项目已成功添加到购物车。","Proceed to checkout.":"继续结账。","You have altered an item in your cart. The system has removed that item. After you make the necessary changes, add that item back to your cart.":"您已更改购物车中的项。 系统已删除该项。 在进行必要修改后,将该项重新添加到购物车。","[output,strong,Showing] [numf,_1] - [numf,_2] of [quant,_3,domain,domains].":"[output,strong,正在显示 ] [numf,_1] - [numf,_2],共有 [quant,_3,个域,个域]。","[output,strong,Showing] [numf,_1] of [quant,_2,website,websites]":"[output,strong,Showing] [numf,_1] of [quant,_2,website,websites]","[quant,_1,Certificate,Certificates]":"[quant,_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~~