//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-es.js
// Module: /jupiter/user_manager/views/listController-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 = {"Do you wish to remove the “[_1]” user from your system?":"¿Está seguro de que desea eliminar al usuario “[_1]” del sistema?","The service account is invalid.":"La cuenta de servicio no es válida.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change.":"El sistema vinculó correctamente todas las cuentas de servicio del usuario “[_1]” a la [asis,subaccount]. No se modificaron las contraseñas de la cuenta de servicio.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"El sistema vinculó correctamente todas las cuentas de servicio del usuario “[_1]” a la [asis,subaccount]. No se modificaron las contraseñas de la cuenta de servicio. Debe ingresar una contraseña nueva si desea habilitar servicios adicionales de la [asis,subaccount].","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"El sistema vinculó correctamente la cuenta de servicio “” a la [asis,subaccount] del usuario “[_1]”. No se modificaron las contraseñas de la cuenta de servicio. Debe ingresar una contraseña nueva si desea habilitar servicios adicionales de la [asis,subaccount].","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords have not changed.":"El sistema vinculó correctamente la cuenta de servicio “” a la [asis,subaccount] del usuario “[_1]”. No se modificaron las contraseñas de la cuenta de servicio.","You cannot edit the account.":"No puede editar la cuenta.","Your [asis,cPanel] account exceeds its disk quota. You cannot add or edit users.":"Su cuenta de [asis,cPanel] superó a su cuota de disco. No puede agregar o editar usuarios."};
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~~