//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective-es_es.js
// Module: cjt/directives/passwordFieldDirective-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 = {"Adjust the generate password options.":"Ajuste las opciones de generación de contraseñas.","Auto generates password.":"Genera la contraseña automáticamente.","Both [asis,(1@3$)]":"Ambos [asis,(1@3$)]","Both [asis,(aBcD)]":"Ambos [asis,(aBcD)]","Enter Password":"Indique una contraseña","Generate":"Generar","Length":"Longitud","Letters":"Letras","Lowercase [asis,(abcd)]":"Minúsculas [asis,(abcd)]","Numbers [asis,(123)]":"Números [asis,(123)]","Numbers and Symbols":"Números y símbolos","Select the length and characters to use when generating a password:":"Seleccione la longitud y los caracteres a usar cuando se genere una contraseña:","Show or Hide password.":"Muestre u oculte la contraseña.","Symbols [asis,(@#$)]":"Símbolos [asis,(@#$)]","This password has a strength of [_1], but your system requires a strength of [_2].":"Esta contraseña presenta un nivel de seguridad de [_1], pero su sistema requiere de un nivel de [_2].","This password has a strength of [_1], which meets or exceeds the system requirement of [_2].":"Esta contraseña tiene un nivel de seguridad [_1], que cumple o supera el requisito de sistema de [_2].","This password has a strength of [_1].":"Esta contraseña presenta un nivel de seguridad de [_1].","Uppercase [asis,(ABCD)]":"Mayúsculas [asis,(ABCD)]"};
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~~