//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config-zh_tw.js
// Module: /templates/greylist/views/config-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 = {"The number of minutes during which the mail server accepts a resent email from an unknown triplet.":"郵件伺服器接受從未知三元組重新傳送之電子郵件的持續分鐘數。","The number of minutes during which the mail server defers email from an unknown triplet.":"郵件伺服器延遲從未知三元組寄來之電子郵件的持續分鐘數。","The system successfully saved your [asis,Greylisting] configuration settings.":"系統已成功儲存您的[asis,Greylisting]組態設定。","The time at which the mail server treats a resent email as coming from a new, unknown triplet.":"郵件伺服器將重新傳送的電子郵件視為來自新的未知三元組的時間。","Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]":"系統是否自動接受具有有效 [asis,SPF] 記錄的主機傳來的電子郵件。[comment,this text is used in a tooltip]"};
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~~