//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController-ko.js
// Module: /templates/mod_security/views/reportController-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 = {"Report a [asis,ModSecurity] Rule":"[asis,ModSecurity] 규칙 보고","Report a [asis,ModSecurity] Rule to [_1]":"[_1](으)로 [asis,ModSecurity] 규칙 보고","You have successfully submitted a report for the rule ID “[_1]” to “[_2]”.":"규칙 ID “[_1]”에 대한 보고서를 “[_2]”에 성공적으로 제출했습니다.","You must include at least one hit record with your report.":"보고서에 하나 이상의 적중 레코드를 포함시켜야 합니다."};
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~~