//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index-es_es.js
// Module: /templates/manage_plugins/index-es_es
// Locale: es_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 = {"Description":"Descripción","ERROR":"ERROR","Installation of “[_1]” is in progress.":"Instalación de “[_1]” en curso.","Installed: [_1]":"Instalado: [_1]","Name":"Nombre","The log follower for “[_1]” indicated an internal error ([_2]).":"El rastreador de registros para “[_1]” indicó un error interno ([_2]).","The log transmission for “[_1]” did not include a final status for the installation. This may indicate a failure. Check “[_2]” for more information.":"La transmisión de registros para “[_1]” no incluía un estado final para la instalación, lo que puede denotar un fallo. Si desea más información, examine “[_2]”.","The log transmission for “[_1]” did not include a final status for the uninstallation. This may indicate a failure. Check “[_2]” for more information.":"La transmisión de registros para “[_1]” no incluía un estado final para la desinstalación, lo que puede denotar un fallo. Si desea más información, examine “[_2]”.","The log transmission for “[_1]” included a failure status ([_2]) for the installation.":"La transmisión de registros para “[_1]” incluía un estado de error ([_2]) para la instalación.","The log transmission for “[_1]” included a failure status ([_2]) for the uninstallation.":"La transmisión de registros para “[_1]” incluía un estado de error ([_2]) para la desinstalación.","The system failed to start the installation for “[_1]” because of an error: [_2]":"El sistema no pudo iniciar la instalación para “[_1]” debido a un error: [_2]","The system failed to start the uninstallation for “[_1]” because of an error: [_2]":"El sistema no pudo iniciar la desinstalación para “[_1]” debido a un error: [_2]","This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.":"Este plugin tiene un mínimo recomendado de [quant,_1,núcleo,núcleos], pero su servidor solo dispone de [quant,_2,núcleo,núcleos]. Es posible que su servidor experimente incidencias de rendimiento mientras use este plugin.","Uninstallation of “[_1]” is in progress.":"Desinstalación de “[_1]” en curso.","Version":"Versión","“[_1]” is now installed.":"“[_1]” ahora está instalado.","“[_1]” is now uninstalled.":"“[_1]” ahora está desinstalado."};
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~~