//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/listRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/listRepositoriesController-es_es.js
// Module: /jupiter/version_control/views/listRepositoriesController-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 = {"Are you sure that you want to remove the “[_1]” repository from the list of [asis,cPanel]-managed repositories?":"¿Está seguro de que desea eliminar el repositorio “[_1]” de la lista de repositorios gestionados por [asis,cPanel]?","Error occurred while cloning repository “[_1]”.":"Se ha producido un error mientras se clonaba el repositorio “[_1]”.","The system could not remove the “[_1]” repository in the “[_2]” directory.":"El sistema no pudo eliminar el repositorio “[_1]” en el directorio “[_2]”.","The system successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"El sistema copió correctamente el clon “[_1]” clone [output,acronym,URL,Uniform Resource Locator] al portapapeles.","The system successfully removed the “[_1]” repository from the list of [asis,cPanel]-managed repositories.":"El sistema eliminó correctamente el repositorio “[_1]” de la lista de repositorios gestionados por [asis,cPanel].","The system successfully removed the “[_1]” repository from the list of [asis,cPanel]-managed repositories. You can use the [output,url,_2,File Manager,target,_3] interface to delete the repository contents.":"The system successfully removed the “[_1]” repository from the list of [asis,cPanel]-managed repositories. You can use the [output,url,_2,File Manager,target,_3] interface to delete the repository contents.","Unable to find repository web url":"No pudo encontrarse la URL web del repositorio","Unable to redirect to File Manager interface":"No se puede redireccionar a la interfaz del administrador de archivos"};
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~~