//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController-de.js
// Module: /jupiter/version_control/views/manageRepositoriesController-de
// Locale: de
// 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.":"Erneuter Versuch, das Remote-Repository zu kontaktieren.","Attempt to read from the repository again.":"Erneuter Versuch, das Repository zu lesen.","Error occurred while deploying.":"Fehler beim Bereitstellen.","For more information, read our [output,url,_1,documentation,target,_2].":"For more information, read our [output,url,_1,documentation,target,_2].","The deployment that you triggered on [_1] is complete. Updating last deployment information …":"Die Bereitstellung, die Sie auf [_1] ausgelöst haben, ist abgeschlossen. Aktualisiere die letzten Bereitstellungsinformationen …","The deployment that you triggered on [_1] is in progress …":"Die Bereitstellung, die Sie auf [_1] ausgelöst haben, wird bearbeitet …","The deployment that you triggered on [_1] is queued …":"Die Bereitstellung, die Sie auf [_1] ausgelöst haben, ist in der Warteschlange …","The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”":"The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”","The system cannot update information for the repository at “[_1]” because it cannot access the remote repository.":"Das System kann die Informationen für das Repository unter „[_1]“ nicht aktualisieren, da es keinen Zugriff auf das Remote-Repository hat.","The system could not contact the remote repository.":"Remote-Repository konnte nicht erreicht werden.","The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].":"The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].","The system could not read from the repository.":"Das Repository konnte nicht gelesen werden.","The system could not redirect you to the File Manager interface.":"Umleitung zur Dateiverwaltung nicht möglich.","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.":"The system successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.","The system successfully updated the “[_1]” repository.":"Das System hat das Repository “[_1]” aktualisiert.","The “[_1]” repository is up-to-date.":"Das Repository “[_1]” ist auf dem neuesten Stand.","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,additional task,additional tasks] queued"};
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~~