//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_deliverability/directives/recordStatus.js
// Generated: /usr/local/cpanel/base/sharedjs/email_deliverability/directives/recordStatus-es_es.js
// Module: legacy_shared/email_deliverability/directives/recordStatus-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 = {"Loading …":"Cargando …","No problems exist on this domain.":"En este dominio no existe ningún problema.","One or more [asis,DNS] errors occurred while validating this domain.":"Mientras se validaba este dominio se produjo uno o más errores de [asis,DNS].","One or more problems exist on this domain.":"Este dominio presenta uno o más problemas.","Problems Exist":"Existen problemas","Rechecking the server records in [quant,_1,second,seconds] …":"Volviendo a comprobar los registros del servidor en [quant,_1,segundo,segundos] …","Valid":"Válido","[asis,DNS] Errors Occurred":"Se produjeron errores en el [asis,DNS]"};
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~~