//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts-zh_tw.js
// Module: /jupiter/js2/ssl/crts-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 key that does not use at least [numf,_1]-bit encryption does not provide adequate security.":"沒有使用至少 [numf,_1] 位元加密的金鑰無法提供足夠的安全性。","Choose a country.":"選擇國家/地區。","City":"城市","Company":"公司","Company Division":"公司部門","Country":"國家/地區","Domain":"網域","Email":"電子郵件","Please use an email format (for example: [asis,user@example.com]).":"請使用電子郵件格式 (例如: [asis,user@example.com]).","State":"狀態","The company division must be no longer than [quant,_1,character,characters].":"公司部門不得超過 [quant,_1,個字元,個字元]。","The company name must be no longer than [quant,_1,character,characters].":"公司名稱不得超過 [quant,_1,個字元,個字元]。","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","You can only enter valid domains.":"您只能輸入有效的網域。","You do not control this domain.":"您沒有控制此網域。","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"您已輸入的 [numerate,_2,網域,網域] 中有 [numf,_1] 個不是您控制的 [numerate,_1,網域,網域]。"};
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~~