//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-zh.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"高级选项","Alpha Characters":"字母字符","Both":"二者","Cancel":"取消","Close":"关闭","Generate Password":"生成密码","I have copied this password in a safe place.":"我已在安全的位置复制此密码。","Length":"长度","Loading …":"正在加载…","Lowercase":"小写字母","Non Alpha Characters":"非字母字符","Numbers":"数字","OK":"确定","Password Generator":"密码生成器","Password Strength":"密码强度","Password cannot be empty.":"密码不能为空。","Password strength must be at least [numf,_1].":"密码强度必须至少为 [numf,_1]。","Passwords Match":"密码匹配","Passwords do not match.":"密码不匹配。","Passwords must be at least [quant,_1,character,characters] long.":"密码长度至少为 [quant,_1,个字符,个字符]。","Strong":"强","Symbols":"符号","Uppercase":"大写字母","Use Password":"使用密码","Very Strong":"非常强","Very Weak":"非常弱","Weak":"弱"};
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~~