1{ 2 "Execute binaries from npm packages.\n%s": "Führt Programme aus, die von npm Paketen bereitgestellt werden.\n%s", 3 "Package to be installed.": "Das zu installierende Paket.", 4 "Location of the npm cache.": "Ort des npm Zwischenspeichers.", 5 "Skip installation if a package is missing.": "Überspringe die Installation, falls ein Paket fehlt.", 6 "Path to user npmrc.": "Pfad zu npmrc im Benutzerverzeichnis.", 7 "Execute string as if inside `npm run-script`.": "Führe Zeichenkette aus, als wäre sie innerhalb von `npm run-script`.", 8 "Shell to execute the command with, if any.": "Shell, mit der Programme ausgeführt werden soll, wenn überhaupt.", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "Erzeuge Shellcode, um npx als Alternative zu \"Programm konnte nicht gefunden werden\" zu benutzen.", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoriere bestehende Programme innerhalb von $PATH oder im lokalen Projekt. Dies zwingt npx dazu, die neuste Version herunterzuladen und zu benutzen.", 11 "npm binary to use for internal operations.": "npm-Programm für die interne Benutzung.", 12 "For the full documentation, see the manual page for npx(1).": "In der Manpage npx(1) ist die gesamte Dokumentation einzusehen.", 13 "Unable to guess a binary name from %s. Please use --package.": "Der Programmname von %s kann nicht automatisch ermittelt werden. Bitte benutze --package.", 14 "\nERROR: You must supply a command.\n": "\nFEHLER: Du musst einen Befehl angeben.\n", 15 "Command failed: %s %s": "Befehl fehlgeschlagen: %s %s", 16 "Install for %s failed with code %s": "Die Installation von %s ist mit dem Code %s fehlgeschlagen", 17 "%s not found. Trying with npx...": "%s konnte nicht gefunden werden. Versuche mit npx...", 18 "command not found: %s": "Programm konnte nicht gefunden werden: %s", 19 "options": "Optionen", 20 "command": "Befehl", 21 "version": "Version", 22 "command-arg": "Befehlsargument", 23 "command-string": "Befehlszeichenkette", 24 "shell": "Shell", 25 "package": "Paket", 26 "npx: installed %s in %ss": "npx: Installierte %s in %ss", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Unterdrücke Output von npx. Unterbefehle sind nicht davon betroffen.", 28 "Extra node argument when calling a node binary.": "Extra node Argument, wenn eine node ausführbare Binärdatei gerufen ist." 29} 30