//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-es.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"Opciones avanzadas","Alpha Characters":"Caracteres alfa","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":"No hay caracteres alfa","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].":"La seguridad de la contraseña debe ser al menos [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 tener una longitud de al menos [quant,_1,caracter,caracteres].","Strong":"Segura","Symbols":"Símbolos","Uppercase":"Mayúsculas","Use Password":"Usar contraseña","Very Strong":"Muy segura","Very Weak":"Muy débil","Weak":"Débil"};
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~~