//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/transfers/TransferMasterLogProcessor.js
// Generated: /usr/local/cpanel/base/sharedjs/transfers/TransferMasterLogProcessor-ko.js
// Module: legacy_shared/transfers/TransferMasterLogProcessor-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 = {"Failed":"실패","Success":"성공","View this restoration’s log.":"이 복원 로그를 확인합니다.","View this transfer’s log.":"이 전송 로그를 확인합니다.","Warnings":"경고","[_1]: “[_2]”":"[_1]: “[_2]”","[_1]: “[_2]” → “[_3]”":"[_1]: “[_2]” → “[_3]”"};
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~~