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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/validator/domain-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/domain-validators-es_es.js
// Module:    cjt/validator/domain-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 = {"A [asis,DNS] label must not be empty.":"Una etiqueta [asis,DNS] no debe estar vacía.","A [asis,DNS] label must not begin with “[_1]”.":"A [asis,DNS] label must not begin with “[_1]”.","A [asis,DNS] label must not end with “[_1]”.":"A [asis,DNS] label must not end with “[_1]”.","A [asis,DNS] label must not exceed [quant,_1,character,characters].":"Una etiqueta [asis,DNS] no debería tener más de [quant,_1,carácter,caracteres].","A [asis,URL] must contain a domain.":"Una [asis,URL] debe contener un dominio.","A [asis,URL] must contain a valid protocol.":"Una [asis,URL] debe contener un protocolo válido.","A [asis,URL] must not contain illegal characters.":"Una [asis,URL] no debe incluir caracteres ilegales.","A [asis,URL] must not contain invalid hexadecimal escaped characters.":"Una [asis,URL] no debe contener caracteres con escape hexadecimales no válidos.","A domain name cannot begin with “[_1]”.":"Un nombre de dominio no puede empezar por “[_1]”.","A domain name cannot contain only numerals.":"Un nombre de dominio no puede contener solo números.","A domain name cannot contain two consecutive dots.":"Un nombre de dominio no puede contener dos puntos consecutivos.","A domain name cannot end with “[_1]”.":"Un nombre de dominio no puede acabar con “[_1]”.","A fully qualified domain name must contain at least 3 parts.":"Un nombre de dominio totalmente cualificado debe estar formado por al menos 3 partes.","An “[_1]” record may not contain an underscore. Are you trying to create a “[asis,CNAME]”?":"Un registro “[_1]” no puede incluir un guion bajo. ¿Está intentando crear un “[asis,CNAME]”?","The [asis,DNS] label must contain only non-[asis,ASCII] characters and the following: [list_and,_1].":"The [asis,DNS] label must contain only non-[asis,ASCII] characters and the following: [list_and,_1].","The [asis,DNS] label must contain only the following characters: [list_and,_1].":"La etiqueta [asis,DNS] solo debe incluir los siguientes caracteres: [list_and,_1].","The [asis,DNS] label’s [asis,Punycode] representation cannot exceed [quant,_1,byte,bytes]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)":"The [asis,DNS] label’s [asis,Punycode] representation cannot exceed [quant,_1,byte,bytes]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)","The [asis,Punycode] representation of this domain or record name cannot exceed [quant,_1,character,characters]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)":"The [asis,Punycode] representation of this domain or record name cannot exceed [quant,_1,character,characters]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)","The domain cannot be [asis,IPv4] or [asis,IPv6].":"El dominio no puede ser [asis,IPv4] o [asis,IPv6].","The domain name cannot exceed [quant,_1,character,characters].":"El nombre de dominio no puede tener más de [quant,_1,carácter,caracteres].","The domain name must include a valid [output,acronym,TLD,Top Level Domain].":"El nombre de dominio debe incluir un [output,acronym,TLD,TLD] válido.","The domain name must include at least two labels.":"El nombre de dominio debe incluir al menos dos etiquetas.","The domain or record name cannot be [asis,IPv4] or [asis,IPv6].":"El nombre de registro o dominio no puede ser [asis,IPv4] o [asis,IPv6].","The domain or record name cannot exceed [quant,_1,character,characters].":"El nombre de registro o dominio no puede tener más de [quant,_1,carácter,caracteres].","The first [asis,mbox] label must contain only the following characters: [list_and,_1]. The label cannot begin or end with a symbol.":"The first [asis,mbox] label must contain only the following characters: [list_and,_1]. The label cannot begin or end with a symbol.","You must enter a domain name.":"Indique un nombre de dominio.","You must specify a [asis,URL].":"Indique una [asis,URL].","You must specify a fully qualified domain name.":"Indique un nombre de dominio totalmente cualificado.","You must specify a valid [asis,mbox] name.":"Indique un nombre [asis,mbox] válido.","You must specify a valid domain name.":"Indique un nombre de dominio válido.","You must specify a valid hostname.":"Indique un nombre de host válido.","You must specify a valid zone name.":"Indique un nombre de zona válido.","“[_1]” can appear only at the start of a wildcard domain name.":"“[_1]” solo puede aparecer al inicio de un nombre de dominio wildcard."};

    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 File Manager