//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/LogTail.js
// Generated: /usr/local/cpanel/base/sharedjs/LogTail-ko.js
// Module: legacy_shared/LogTail-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 = {"Too many errors from “[_1]”. Future errors will be suppressed.":"“[_1]”의 오류가 너무 많습니다. 앞으로의 오류는 억제됩니다.","[asis,live_tail_log] encountered an internal error: [_1]":"[asis,live_tail_log]에서 내부 오류가 발생했습니다. [_1]","[asis,live_tail_log] encountered the maximum allowed errors ([numf,_1]) and will not continue.":"[asis,live_tail_log]에서 최대 허용 오류([numf,_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~~