Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-es.js
// Module:    cjt/validator/datatype-validators-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 = {"The input must be a float number with up to [quant,_1, decimal place, decimal places].":"The input must be a float number with up to [quant,_1, decimal place, decimal places].","The input must be a positive float number with up to [quant,_1, decimal place, decimal places].":"The input must be a positive float number with up to [quant,_1, decimal place, decimal places].","The input should be a negative whole number.":"La entrada debe ser un número entero negativo.","The input should be a positive whole number.":"La entrada debe ser un número entero positivo.","The input should be a valid hexadecimal color (excluding the pound sign).":"The input should be a valid hexadecimal color (excluding the pound sign).","The input should be a whole number.":"La entrada debe ser un número entero.","The input should be zero or a positive whole number.":"The input should be zero or a positive whole number.","The input should contain a dollar (USD) amount.":"La entrada debe contener una cifra en dólares (USD).","The input should only contains numbers.":"La entrada debe contener números únicamente."};

    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~~
Back to Directory