//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController-es_es.js
// Module: /jupiter/version_control/views/createRepositoriesController-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 = {"Click [output,em,Create] again and choose to trust the remote server.":"Vuelva a hacer clic en [output,em,Crear] y escoja confiar en el servidor remoto.","Enter a clone URL for a different, previously-trusted host.":"Indique una URL de clonación para otro host, previamente host de confianza.","Enter a clone URL that uses the HTTPS or Git protocols instead of SSH.":"Indique una URL de clonación que use protocolos Git o HTTPS en vez de SSH.","The system [output,strong,cannot] clone this repository if you do not trust the host key for “[output,strong,_1]”. To create your repository, select one of the following options:":"El sistema [output,strong,no puede] clonar este repositorio si no confía en la clave de host para “[output,strong,_1]”. Para crear su repositorio, seleccione una de las siguientes opciones:","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 may require more time to clone large remote repositories.":"Es posible que el sistema tarde más en clonar repositorios remotos de gran tamaño.","The system successfully created the “[_1]” repository.":"El sistema creó correctamente el repositorio “[_1]”.","The system successfully initiated the clone process for the “[_1]” repository.":"El sistema inició correctamente el proceso de clonación para el repositorio “[_1]”."};
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~~