//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController-es_es.js
// Module: /jupiter/version_control/views/manageRepositoriesController-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 = {"Attempt to contact the remote repository again.":"Intente contactar de nuevo con el repositorio remoto.","Attempt to read from the repository again.":"Intente volver a leer el repositorio.","Error occurred while deploying.":"Se produjo un error durante el despliegue.","For more information, read our [output,url,_1,documentation,target,_2].":"Si desea más información, consulte nuestra [output,url,_1,documentación 0,target,_2].","The deployment that you triggered on [_1] is complete. Updating last deployment information …":"El despliegue que desencadenó en [_1] ha sido completado. Actualizando la información sobre el último despliegue …","The deployment that you triggered on [_1] is in progress …":"Despliegue que desencadenó en [_1] en curso …","The deployment that you triggered on [_1] is queued …":"Despliegue que desencadenó en [_1] en la cola …","The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”":"El sistema [output,strong,no puede] conectarse al repositorio remoto si no acepta la clave de host para “[output,strong,_1].”","The system cannot update information for the repository at “[_1]” because it cannot access the remote repository.":"El sistema no puede actualizar la información para el repositorio en “[_1]” porque no puede acceder al repositorio remoto.","The system could not contact the remote repository.":"El sistema no pudo contactar con el repositorio remoto.","The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].":"El sistema no pudo encontrar la [output,acronym,URL,URL] [asis,Gitweb] del repositorio.","The system could not read from the repository.":"El sistema no pudo leer desde el repositorio.","The system could not redirect you to the File Manager interface.":"El sistema no pudo redireccionarle a la interfaz del administrador de archivos.","The system failed to add the fingerprints from “[_1]” to the [asis,known_hosts] file: [_2]":"The system failed to add the fingerprints from “[_1]” to the [asis,known_hosts] file: [_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 updated the “[_1]” repository.":"El sistema actualizó el repositorio “[_1]” correctamente.","The “[_1]” repository is up-to-date.":"El repositorio “[_1]” está actualizado.","You can view the log file: [output,url,_1,_2,target,_3]":"You can view the log file: [output,url,_1,_2,target,_3]","[quant,_1,additional task,additional tasks] queued":"[quant,_1,tarea adicional,tareas adicionales] en cola"};
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~~