//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-zh_tw.js
// Module: legacy_cjt/password-zh_tw
// Locale: zh_tw
// 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~~