//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/editRuleController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/editRuleController-es.js
// Module: /templates/mod_security/views/editRuleController-es
// Locale: es
// 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 = {"A vendor configuration file provides this rule. You cannot edit vendor rules. You can enable or disable this rule with the controls below.":"Un archivo de configuración del proveedor proporciona esta regla. No puede editar las reglas del proveedor. Puede habilitar o deshabilitar esta regla con los siguientes controles.","The configuration file that provides the rule “[_1]” is disabled. Whether enabled or disabled, the rule will have no visible effect until you enable the configuration file for the “[_2]” vendor.":"El archivo de configuración que entrega la regla “[_1]” está deshabilitado. Si esta habilitado o no, la regla no tendrá efecto visible hasta que habilite el archivo de configuración para el proveedor “[_2]”.","The rule with ID number “[_1]” is not unique. There are multiple rules that use the same ID number within the “[_2]” vendor rule set.":"La regla con número ID “[_1]” no es única. Hay varias reglas que utilizan el mismo número de identificación dentro del conjunto de reglas del proveedor “[_2]”.","The rule with ID number “[_1]” is not unique. There are multiple rules that use the same ID number within your user-defined rule set.":"La regla con número ID “[_1]” no es única. Hay varias reglas que utilizan el mismo número de identificación dentro del conjunto de reglas definidas por el usuario.","The system could not find the ID number for this rule.":"El sistema no pudo encontrar un número de identificación para esta regla.","The system could not find the rule with ID number “[_1]” from the “[_2]” vendor rule set.":"El sistema no pudo encontrar la regla con número de identificación “[_1]” desde el conjunto del reglas del proveedor “[_2]”.","The system could not find the rule with ID number “[_1]” from your user-defined rule set.":"El sistema no pudo encontrar la regla con número de identificación “[_1]” de su conjunto de reglas definidas por el usuario.","The vendor that provides the rule “[_1]” is disabled. Whether enabled or disabled, the rule will have no visible effect until you enable that vendor.":"El proveedor que entrega la regla “[_1]” está deshabilitado. Si está habilitada o no, la regla no tendrá efecto visible hasta que habilite al proveedor.","There is a duplicate [asis,ModSecurity™] rule in the staged configuration file. You cannot add a duplicate rule.":"Hay una regla [asis,ModSecurity™] duplicada en el archivo de configuración predeterminado. No puede añadir una regla duplicada.","You have successfully updated the [asis,ModSecurity™] rule.":"Actualizó la regla [asis,ModSecurity™] correctamente."};
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~~