//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdEnableController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdEnableController-ko.js
// Module: /templates/hulkd/views/hulkdEnableController-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 = {"The status for [asis,cPHulk] has changed, possibly in another browser session.":"[asis,cPHulk]의 상태가 변경되었습니다(아마도 다른 브라우저 세션에서).","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"시스템이 IP 주소를 허용 목록에 추가하기 위해 [asis,SSHD]에 대해 [asis,UseDNS] 설정을 비활성화했습니다. 변경 내용을 구현하려면 [output,url,_1,SSH 서버 재시작,_2] 페이지를 통해 SSH를 다시 시작해야 합니다.","[asis,cPHulk] is now disabled.":"[asis,cPHulk]은(는) 현재 비활성화 상태입니다.","[asis,cPHulk] is now enabled.":"[asis,cPHulk]은(는) 현재 활성화 상태입니다."};
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~~