//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-es_es.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"Opciones avanzadas","Alpha Characters":"Caracteres alfanuméricos","Both":"Ambos","Cancel":"Cancelar","Close":"Cerrar","Generate Password":"Generar contraseña","I have copied this password in a safe place.":"He copiado esta contraseña en un lugar seguro.","Length":"Longitud","Loading …":"Cargando …","Lowercase":"Minúsculas","Non Alpha Characters":"Caracteres no alfanuméricos","Numbers":"Números","OK":"ACEPTAR","Password Generator":"Generador de contraseñas","Password Strength":"Seguridad de la contraseña","Password cannot be empty.":"La contraseña no puede estar vacía.","Password strength must be at least [numf,_1].":"Password strength must be at least [numf,_1].","Passwords Match":"Las contraseñas coinciden","Passwords do not match.":"Las contraseñas no coinciden.","Passwords must be at least [quant,_1,character,characters] long.":"Las contraseñas deben estar formadas por un mínimo de [quant,_1,carácter,caracteres].","Strong":"Segura","Symbols":"Símbolos","Uppercase":"Mayúsculas","Use Password":"Usar contraseña","Very Strong":"Muy segura","Very Weak":"Muy insegura","Weak":"Poco segura"};
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~~