//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator-es_es.js
// Module: /jupiter/version_control/directives/cloneURLValidator-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 = {"Clone URLs [output,strong,must] include a valid protocol or username.":"Las URLs de clonación [output,strong,deben] incluir un protocolo o nombre de usuario válido.","The clone URL [output,strong,cannot] include a password.":"La URL de clonación [output,strong,no puede] incluir una contraseña.","The clone URL [output,strong,cannot] include whitespace characters.":"La URL de clonación [output,strong,no puede] incluir espacios en blanco.","The clone URL [output,strong,must] include a valid IP address or a fully-qualified domain name.":"La URL de clonación [output,strong,debe] incluir una dirección IP válida o bien un nombre de dominio totalmente cualificado.","The path or port number is [output,strong,not] valid.":"La ruta o el número de puerto [output,strong,no] es válido.","The provided clone URL [output,strong,must] include a valid protocol.":"La URL clon proporcionada [output,strong,debe] incluir un protocolo válido.","The repository path should [output,strong,not] begin with “:” if it includes the protocol.":"La ruta del repositorio [output,strong,no] debería empezar por “:” si esta incluye el protocolo.","You must specify a valid clone URL.":"Indique una URL de clonación válida."};
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~~