//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/transfers/TransferSessionUI.js
// Generated: /usr/local/cpanel/base/sharedjs/transfers/TransferSessionUI-ko.js
// Module: legacy_shared/transfers/TransferSessionUI-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 = {"Abort":"중단","Aborted":"중단됨","Aborting …":"중단하는 중…","Completed":"완료됨","Failed":"실패","Local Restore Summary":"로컬 복원 요약","Pause Queue":"대기열 일시 중지","Paused":"일시 중지됨","Pausing":"일시 중지 중…","Pausing …":"일시 중지 중…","Pending":"대기 중","Processing":"처리 중…","Resume Queue":"대기열 다시 시작","Transfer from “[_1]” Summary":"“[_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~~