//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators-es_es.js
// Module: cjt/validator/ascii-data-validators-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 = {"The value should end with “[_1]”.":"El valor debería terminar con “[_1]”.","The value should only contain alphanumeric characters.":"El valor solo debería incluir caracteres alfanuméricos.","The value should only contain lowercase letters.":"El valor solo debería incluir letras en minúsculas.","The value should only contain the letters [asis,a-z] and [asis,A-Z].":"El valor solo debería contener las letras [asis,a-z] y [asis,A-Z].","The value should only contain uppercase letters.":"El valor solo debería incluir letras en mayúsculas.","The value should start with “[_1]”.":"El valor debería empezar por “[_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~~