//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/emailstats_summary.js
// Generated: /usr/local/cpanel/base/sharedjs/emailstats_summary-zh.js
// Module: legacy_shared/emailstats_summary-zh
// Locale: zh
// 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~~