Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
feat(i18n): Add German translations (#79)
Browse files Browse the repository at this point in the history
Ref: #39
  • Loading branch information
simonua authored and zkat committed Jul 12, 2017
1 parent f277fc7 commit c81e26d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Path to user npmrc.": "Pfad zu npmrc im Benutzerverzeichnis.",
"Execute string as if inside `npm run-script`.": "Führe Zeichenkette aus, als wäre sie innerhalb von `npm run-script`.",
"Shell to execute the command with, if any.": "Shell, mit der Programme ausgeführt werden soll, wenn überhaupt.",
"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.",
"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.",
"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.",
"npm binary to use for internal operations.": "npm-Programm für die interne Benutzung.",
"For the full documentation, see the manual page for npx(1).": "In der Manpage npx(1) ist die gesamte Dokumentation einzusehen.",
Expand All @@ -15,5 +15,15 @@
"Command failed: %s %s": "Befehl fehlgeschlagen: %s %s",
"Install for %s failed with code %s": "Die Installation von %s ist mit dem Code %s fehlgeschlagen",
"%s not found. Trying with npx...": "%s konnte nicht gefunden werden. Versuche mit npx...",
"command not found: %s": "Programm konnte nicht gefunden werden: %s"
"command not found: %s": "Programm konnte nicht gefunden werden: %s",
"options": "Optionen",
"command": "Befehl",
"version": "Version",
"command-arg": "Befehlsargument",
"command-string": "Befehlszeichenkette",
"shell": "Shell",
"package": "Paket",
"npx: installed %s in %ss": "npx: Installierte %s in %ss",
"Suppress output from npx itself. Subcommands will not be affected.": "Unterdrücke Output von npx. Unterbefehle sind nicht davon betroffen.",
"Extra node argument when calling a node binary.": "Extra node Argument, wenn eine node ausführbare Binärdatei gerufen ist."
}

0 comments on commit c81e26d

Please sign in to comment.