//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts-ko.js
// Module: /templates/greylist/views/trustedHosts-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 to delete “[_1]” from the Trusted Hosts list.":"신뢰할 수 있는 호스트 목록에서 “[_1]”을(를) 삭제하려면 클릭하십시오.","Click to edit the comment for “[_1]”.":"“[_1]”에 대한 설명을 편집하려면 클릭하십시오.","Do you want to permanently delete [quant,_1,record,records] from the Trusted Hosts list?":"신뢰할 수 있는 호스트 목록에서 [quant,_1,레코드,레코드]을(를) 영구적으로 삭제하시겠습니까?","Do you want to permanently delete “[_1]” from the Trusted Hosts list?":"신뢰할 수 있는 호스트 목록에서 “[_1]”을(를) 영구적으로 삭제하시겠습니까?","Examples:":"예:","Some records failed to update.":"일부 레코드를 업데이트하지 못했습니다.","The system was unable to delete [quant,_1,record,records] from the Trusted Hosts list.":"시스템이 신뢰할 수 있는 호스트 목록에서 [quant,_1,레코드,레코드]을(를) 삭제하지 못했습니다.","You have deleted all records from the Trusted Hosts list.":"신뢰할 수 있는 호스트 목록에서 모든 레코드를 삭제했습니다.","You have successfully deleted [quant,_1,record,records] from the Trusted Hosts list.":"신뢰할 수 있는 호스트 목록에서 [quant,_1,레코드,레코드]을(를) 삭제했습니다.","You have successfully deleted “[_1]” from the Trusted Hosts list.":"신뢰할 수 있는 호스트 목록에서 “[_1]”을(를) 삭제했습니다.","You have successfully updated the comment for “[_1]”.":"“[_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~~