//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/addipform.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/addipform-zh.js
// Module: /js2/addipform-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 = {"Adding IP range …":"正在添加 IP 范围…","Adding IP …":"正在添加 IP…","All excluded IP addresses and IP ranges must be valid and within the given IP range.":"所有排除的 IP 地址和 IP 范围均必须有效且处于给定 IP 范围内。","Excluded IP Addresses/Ranges":"已排除 IP 地址/范围","IP Address/Range":"IP 地址/范围","Success!":"成功!","The given IP address or range is invalid.":"给定的 IP 地址或范围无效。","The given IP range does not fit within the given subnet mask.":"给定 IP 范围在给定子网掩码内不适合。"};
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~~