//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/support/support.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/support/support-es.js
// Module: /templates/support/support-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 week ago.":"Hace una semana.","Are you sure you want to revoke authorization for all closed tickets and remove them from the list?":"¿Está seguro de que desea revocar la autorización para todos los vales cerrados y eliminarlos de la lista?","Failed to call backend to revoke and remove authorizations from all closed tickets!":"No se pudo llamar el backend para revocar y eliminar las autorizaciones de todos los vales cerrados.","For more information, read our [output,url,_1,Grant cPanel Support Access,target,_2] documentation.":"Para obtener más información, lea nuestra documentación [output,url,_1,Grant cPanel Support Access,target,_2].","Successfully revoked and removed authorizations from all closed tickets.":"Se revocaron y se eliminaron correctamente las autorizaciones de todos los vales cerrados.","The [asis,SSH] connection test was successful for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"La conexión de prueba de [asis,SSH] tuvo éxito para el vale con ID “[_1]” en el servidor “[_2]” - “[_3]” para el usuario “[_4]”.","The [asis,SSH] test failed with the following error: “[_1]”":"La prueba [asis,SSH] falló debido al siguiente error: “[_1]”","The server’s firewall configuration has been updated.":"Se actualizó la configuración del cortafuegos del servidor.","Ticket ID “[_1]” is closed. Do you want to revoke and remove this authorization?":"La identificación del vale “[_1]” está cerrada. ¿Desea revocar y eliminar esta autorización?","Today":"Hoy","Yesterday":"Ayer","You successfully granted access for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"Otorgó acceso para la identificación del vale “[_1]” en el servidor “[_2]” - “[_3]” para el usuario correctamente “[_4]”.","You successfully revoked access for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"Revocó el acceso para la identificación del vale “[_1]” en el servidor “[_2]” - “[_3]” para el usuario correctamente “[_4]”.","Your computer is unable to contact [output,acronym,WHM, WebHost Manager]. Check the connection to your server and reload your browser.":"La computadora no se puede conectar a [output,acronym,WebHost Manager, (WHM)]. Verifique la conexión al servidor y actualice el buscador.","[quant,_1,day,days] ago.":"hace [quant,_1,día,días].","[quant,_1,week,weeks] ago.":"hace [quant,_1,semana,semanas]."};
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~~