//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-zh.js
// Module: /templates/mod_security/views/enableDisableConfigController-zh
// Locale: zh
// 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 system could not disable the configuration files.":"系统无法禁用配置文件。","The system could not enable the configuration files.":"系统无法启用配置文件。","The system failed to pass the ID query string parameter.":"系统未能传递 ID 查询字符串参数。","You have successfully disabled all of the configuration files.":"您已成功禁用了所有配置文件。","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"您已成功禁用了一些配置文件。 下面标记了系统未能禁用的文件。","You have successfully disabled the configuration file: [_1]":"您已成功禁用配置文件: [_1]","You have successfully enabled all of the configuration files.":"您已成功启用了所有配置文件。","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"您已成功启用了一些配置文件。 下面标记了系统未能启用的文件。","You have successfully enabled the configuration file: [_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~~