//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService-es_es.js
// Module: /jupiter/version_control/services/versionControlService-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 = {"Not available.":"No disponible.","Repository path cannot be empty.":"La ruta del directorio no puede estar vacía.","The system could not find the “[_1]” repository.":"El sistema no pudo encontrar el repositorio “[_1]”.","You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"No puede copiar la [output,acronym,URL,URL] clon “[_1]” al portapapeles.","“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator].":"“[_1]” no es una [output,acronym,URL,URL] clon 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~~