//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/emailstats_summary.js
// Generated: /usr/local/cpanel/base/sharedjs/emailstats_summary-zh_tw.js
// Module: legacy_shared/emailstats_summary-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 = {"Click a row to show a detailed report.":"按一下資料列以顯示詳細的報告。","Data Sent":"已傳送的資料","Defer+Fail Per Hour":"每小時的延遲與失敗","Deferrals":"延遲","Domain":"網域","Failed and Deferred":"失敗並已延遲","Failures":"失敗","Relay per Hour":"每小時轉送","Successful":"成功","Total Messages":"訊息總計","User":"使用者"};
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~~