//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/api_tokens/views/home.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/api_tokens/views/home-es_es.js
// Module: /templates/api_tokens/views/home-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 = {"Are you certain that you want to revoke [numf,_1] [asis,API] [numerate,_1,token,tokens]?":"Are you certain that you want to revoke [numf,_1] [asis,API] [numerate,_1,token,tokens]?","Are you certain that you want to revoke all of your [asis,API] tokens?":"¿Está seguro de que desea revocar todos sus tokens de [asis,API]?","Are you certain that you want to revoke the [asis,API] token, “[_1]”?":"Are you certain that you want to revoke the [asis,API] token, “[_1]”?","Do not delete [asis,API] tokens a parent node uses to communicate with this server.":"No elimine tokens de [asis,API] usados por un nodo principal para comunicarse con este servidor.","There are accounts on this server controlled by a parent node.":"En este servidor existen cuentas controladas por un nodo principal.","You successfully revoked [numf,_1] [asis,API] [numerate,_1,token,tokens].":"You successfully revoked [numf,_1] [asis,API] [numerate,_1,token,tokens].","You successfully revoked all of your [asis,API] tokens.":"Ha revocado correctamente todos sus tokens [asis,API].","You successfully revoked the [asis,API] token “[_1]”.":"You successfully revoked the [asis,API] token “[_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~~