//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-zh_tw.js
// Module: /templates/accounts/createacct-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 = {"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.":"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~~