//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController-zh_tw.js
// Module: /templates/mod_security/views/reportController-zh_tw
// Locale: zh_tw
// 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]”.":"您已成功將規則識別碼 “[_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~~