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