//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-zh.js
// Module: /templates/accounts/createacct-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 username cannot contain spaces.":"用户名不能包含空格。","A username must have between [numf,_1] and [quant,_2,character,characters].":"用户名的字符数必须介于 [numf,_1] 至 [quant,_2,个字符,个字符] 之间。","A username must start with a letter.":"用户名必须以字母开头。","Domain":"域","Email":"电子邮件","Enable Spam Box":"启用垃圾邮箱","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"资源包名称","Selected Package":"已选择资源包","The email field must be empty or an email address.":"“电子邮件”字段必须为空或电子邮件地址。","The username cannot be the same as the password.":"用户名不能与密码相同。","This is not a valid domain.":"这不是一个有效域。","This is not a valid package name.":"这不是有效的资源包名称。","This is not a valid username.":"这不是有效的用户名。","Updating …":"正在更新…","Username":"用户名","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"必须选择一个资源包。"};
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~~